You are not logged in.

#1 2024-01-14 03:49:10

developomp
Member
Registered: 2021-06-09
Posts: 8
Website

[SOLVED] GPU only using nouveau driver instead of proprietary nvidia

I'm using Lenovo Legion 5 15arh05h laptop with AMD 4800H CPU and NVIDIA 2060 Mobile GPU (Turing, NV166, TU106M).

I have installed the nvidia proprietary driver by following the Arch Wiki, but the GPU is still using the nouveau driver.

~ ❯ lspci -k | grep -A 3 -E "(VGA|3D)"
01:00.0 VGA compatible controller: NVIDIA Corporation TU106M [GeForce RTX 2060 Mobile] (rev a1)
        Subsystem: Lenovo TU106M [GeForce RTX 2060 Mobile]
        Kernel driver in use: nouveau
        Kernel modules: nouveau, nvidia_drm, nvidia
~ ❯ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.
~ ❯ pacman -Qs nvidia
local/egl-wayland 2:1.1.13-1
    EGLStream-based Wayland external platform
local/libvdpau 1.5-2
    Nvidia VDPAU library
local/nvidia 545.29.06-9
    NVIDIA drivers for linux
local/nvidia-utils 545.29.06-1
    NVIDIA drivers utilities

I have verified that the nvidia driver version does match the linux kernel version,

~ ❯ uname -a
Linux pomp 6.6.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 05 Jan 2024 16:20:41 +0000 x86_64 GNU/Linux

and that "/etc/mkinitcpio.conf" is configured correctly (I also ran "sudo mkinitcpio -P" after making changes).

MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
HOOKS=(base udev autodetect modconf keyboard keymap consolefont block filesystems fsck)

I'm using GRUB, so I have made the following change to "/etc/default/grub" and ran "sudo grub-mkconfig -o /boot/grub/grub.cfg"

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet splash nvidia-drm.modeset=1"

sudo journalctl -b:

Jan 14 12:40:33 pomp kernel: Linux version 6.6.10-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Fri, 05 Jan 2024 16:20:41 +0000
Jan 14 12:40:33 pomp kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=468ad9ac-6ba8-4b7f-8dbe-29dd585a117f rw loglevel=3 quiet splash nvidia-drm.modeset=1
Jan 14 12:40:33 pomp kernel: BIOS-provided physical RAM map:
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000bab68fff] usable
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x0000000100000000-0x000000100f33ffff] usable
Jan 14 12:40:33 pomp kernel: BIOS-e820: [mem 0x000000100f340000-0x000000100fffffff] reserved
Jan 14 12:40:33 pomp kernel: The simpledrm driver will not be probed
Jan 14 12:40:33 pomp kernel: NX (Execute Disable) protection: active
Jan 14 12:40:33 pomp kernel: APIC: Static calls initialized
Jan 14 12:40:33 pomp kernel: e820: update [mem 0xb5219018-0xb5239057] usable ==> usable
Jan 14 12:40:33 pomp kernel: e820: update [mem 0xb5219018-0xb5239057] usable ==> usable
Jan 14 12:40:33 pomp kernel: e820: update [mem 0xb520a018-0xb5218057] usable ==> usable
Jan 14 12:40:33 pomp kernel: e820: update [mem 0xb520a018-0xb5218057] usable ==> usable
Jan 14 12:40:33 pomp kernel: extended physical RAM map:
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x000000000009f000-0x00000000000bffff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009afffff] usable
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x0000000009e00000-0x0000000009efffff] usable
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x0000000009f0d000-0x00000000b520a017] usable
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000b520a018-0x00000000b5218057] usable
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000b5218058-0x00000000b5219017] usable
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000b5219018-0x00000000b5239057] usable
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000b5239058-0x00000000bab68fff] usable
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000c9f7f000-0x00000000ccf7efff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x0000000100000000-0x000000100f33ffff] usable
Jan 14 12:40:33 pomp kernel: reserve setup_data: [mem 0x000000100f340000-0x000000100fffffff] reserved
Jan 14 12:40:33 pomp kernel: efi: EFI v2.7 by INSYDE Corp.
Jan 14 12:40:33 pomp kernel: efi: ACPI=0xcdffe000 ACPI 2.0=0xcdffe014 TPMFinalLog=0xcdedc000 SMBIOS=0xcb70c000 SMBIOS 3.0=0xcb70a000 ESRT=0xb6647518 MEMATTR=0xb526b018 INITRD=0xb526db18 RNG=0xcdfc3018 TPMEventLog=0xb523a018 
Jan 14 12:40:33 pomp kernel: random: crng init done
Jan 14 12:40:33 pomp kernel: efi: Remove mem47: MMIO range=[0xf8000000-0xfbffffff] (64MB) from e820 map
Jan 14 12:40:33 pomp kernel: e820: remove [mem 0xf8000000-0xfbffffff] reserved
Jan 14 12:40:33 pomp kernel: efi: Remove mem48: MMIO range=[0xfde00000-0xfdefffff] (1MB) from e820 map
Jan 14 12:40:33 pomp kernel: e820: remove [mem 0xfde00000-0xfdefffff] reserved
Jan 14 12:40:33 pomp kernel: efi: Not removing mem49: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Jan 14 12:40:33 pomp kernel: efi: Not removing mem50: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Jan 14 12:40:33 pomp kernel: efi: Not removing mem51: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
Jan 14 12:40:33 pomp kernel: efi: Not removing mem52: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Jan 14 12:40:33 pomp kernel: efi: Remove mem53: MMIO range=[0xff000000-0xfff1ffff] (15MB) from e820 map
Jan 14 12:40:33 pomp kernel: e820: remove [mem 0xff000000-0xfff1ffff] reserved
Jan 14 12:40:33 pomp kernel: SMBIOS 3.2.0 present.
Jan 14 12:40:33 pomp kernel: DMI: LENOVO 82B1/LNVNB161216, BIOS FSCN25WW 06/24/2022
Jan 14 12:40:33 pomp kernel: tsc: Fast TSC calibration using PIT
Jan 14 12:40:33 pomp kernel: tsc: Detected 2894.787 MHz processor
Jan 14 12:40:33 pomp kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jan 14 12:40:33 pomp kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jan 14 12:40:33 pomp kernel: last_pfn = 0x100f340 max_arch_pfn = 0x400000000
Jan 14 12:40:33 pomp kernel: MTRR map: 7 entries (4 fixed + 3 variable; max 21), built from 9 variable MTRRs
Jan 14 12:40:33 pomp kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jan 14 12:40:33 pomp kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Jan 14 12:40:33 pomp kernel: esrt: Reserving ESRT space from 0x00000000b6647518 to 0x00000000b6647578.
Jan 14 12:40:33 pomp kernel: e820: update [mem 0xb6647000-0xb6647fff] usable ==> reserved
Jan 14 12:40:33 pomp kernel: Using GB pages for direct mapping
Jan 14 12:40:33 pomp kernel: Secure boot disabled
Jan 14 12:40:33 pomp kernel: RAMDISK: [mem 0xb070b000-0xb12eafff]
Jan 14 12:40:33 pomp kernel: ACPI: Early table checksum verification disabled
Jan 14 12:40:33 pomp kernel: ACPI: RSDP 0x00000000CDFFE014 000024 (v02 LENOVO)
Jan 14 12:40:33 pomp kernel: ACPI: XSDT 0x00000000CDFCF188 00010C (v01 LENOVO CB-01    00000001      01000013)
Jan 14 12:40:33 pomp kernel: ACPI: FACP 0x00000000CDFEC000 00010C (v05 LENOVO CB-01    00000001      01000013)
Jan 14 12:40:33 pomp kernel: ACPI: DSDT 0x00000000CDFD9000 00F8DA (v01 LENOVO CB-01    00000001      01000013)
Jan 14 12:40:33 pomp kernel: ACPI: FACS 0x00000000CDED9000 000040
Jan 14 12:40:33 pomp kernel: ACPI: UEFI 0x00000000CDF7E000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFFC000 000C57 (v01 LENOVO CB-01    00000001 INTL 20130117)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFF4000 007216 (v02 LENOVO CB-01    00000001 MSFT 04000000)
Jan 14 12:40:33 pomp kernel: ACPI: IVRS 0x00000000CDFF3000 0001A4 (v02 LENOVO CB-01    00000001 AMD  00000000)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFF2000 000228 (v01 LENOVO CB-01    00000001 INTL 20130117)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFF1000 00046D (v01 LENOVO CB-01    00000001 INTL 20130117)
Jan 14 12:40:33 pomp kernel: ACPI: TPM2 0x00000000CDFF0000 000034 (v04 LENOVO CB-01    00000001      01000013)
Jan 14 12:40:33 pomp kernel: ACPI: POAT 0x00000000CDFEF000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
Jan 14 12:40:33 pomp kernel: ACPI: ASF! 0x00000000CDFEE000 0000A5 (v32 LENOVO CB-01    00000001      01000013)
Jan 14 12:40:33 pomp kernel: ACPI: BOOT 0x00000000CDFED000 000028 (v01 LENOVO CB-01    00000001      01000013)
Jan 14 12:40:33 pomp kernel: ACPI: HPET 0x00000000CDFEB000 000038 (v01 LENOVO CB-01    00000001      01000013)
Jan 14 12:40:33 pomp kernel: ACPI: APIC 0x00000000CDFEA000 000138 (v03 LENOVO CB-01    00000001      01000013)
Jan 14 12:40:33 pomp kernel: ACPI: MCFG 0x00000000CDFE9000 00003C (v01 LENOVO CB-01    00000001      01000013)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFD8000 000080 (v01 LENOVO CB-01    00000001      01000013)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFD7000 000F7E (v01 LENOVO CB-01    00000001 INTL 20130117)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFD6000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFD5000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFD4000 0000F8 (v01 LENOVO CB-01    00000001 INTL 20130117)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFD0000 0039F4 (v01 LENOVO CB-01    00000001 AMD  00000001)
Jan 14 12:40:33 pomp kernel: ACPI: CRAT 0x00000000CDFFD000 000F28 (v01 LENOVO CB-01    00000001 AMD  00000001)
Jan 14 12:40:33 pomp kernel: ACPI: CDIT 0x00000000CDFCE000 000029 (v01 LENOVO CB-01    00000001 AMD  00000001)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFCD000 00028D (v01 LENOVO CB-01    00000001 INTL 20130117)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFC9000 0030C8 (v01 LENOVO CB-01    00000001 INTL 20130117)
Jan 14 12:40:33 pomp kernel: ACPI: FPDT 0x00000000CDFC8000 000044 (v01 LENOVO CB-01    00000001      01000013)
Jan 14 12:40:33 pomp kernel: ACPI: WSMT 0x00000000CDFC6000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFC5000 00007D (v01 LENOVO CB-01    00000001 INTL 20130117)
Jan 14 12:40:33 pomp kernel: ACPI: SSDT 0x00000000CDFC4000 000517 (v01 LENOVO CB-01    00000001 INTL 20130117)
Jan 14 12:40:33 pomp kernel: ACPI: BGRT 0x00000000CDFC7000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Jan 14 12:40:33 pomp kernel: ACPI: Reserving FACP table memory at [mem 0xcdfec000-0xcdfec10b]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving DSDT table memory at [mem 0xcdfd9000-0xcdfe88d9]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving FACS table memory at [mem 0xcded9000-0xcded903f]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving UEFI table memory at [mem 0xcdf7e000-0xcdf7e235]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdffc000-0xcdffcc56]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdff4000-0xcdffb215]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving IVRS table memory at [mem 0xcdff3000-0xcdff31a3]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdff2000-0xcdff2227]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdff1000-0xcdff146c]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving TPM2 table memory at [mem 0xcdff0000-0xcdff0033]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving POAT table memory at [mem 0xcdfef000-0xcdfef054]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving ASF! table memory at [mem 0xcdfee000-0xcdfee0a4]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving BOOT table memory at [mem 0xcdfed000-0xcdfed027]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving HPET table memory at [mem 0xcdfeb000-0xcdfeb037]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving APIC table memory at [mem 0xcdfea000-0xcdfea137]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving MCFG table memory at [mem 0xcdfe9000-0xcdfe903b]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfd8000-0xcdfd807f]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfd7000-0xcdfd7f7d]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfd6000-0xcdfd605b]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfd5000-0xcdfd505b]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfd4000-0xcdfd40f7]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfd0000-0xcdfd39f3]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving CRAT table memory at [mem 0xcdffd000-0xcdffdf27]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving CDIT table memory at [mem 0xcdfce000-0xcdfce028]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfcd000-0xcdfcd28c]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfc9000-0xcdfcc0c7]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving FPDT table memory at [mem 0xcdfc8000-0xcdfc8043]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving WSMT table memory at [mem 0xcdfc6000-0xcdfc6027]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfc5000-0xcdfc507c]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving SSDT table memory at [mem 0xcdfc4000-0xcdfc4516]
Jan 14 12:40:33 pomp kernel: ACPI: Reserving BGRT table memory at [mem 0xcdfc7000-0xcdfc7037]
Jan 14 12:40:33 pomp kernel: No NUMA configuration found
Jan 14 12:40:33 pomp kernel: Faking a node at [mem 0x0000000000000000-0x000000100f33ffff]
Jan 14 12:40:33 pomp kernel: NODE_DATA(0) allocated [mem 0x100f33b000-0x100f33ffff]
Jan 14 12:40:33 pomp kernel: Zone ranges:
Jan 14 12:40:33 pomp kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jan 14 12:40:33 pomp kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jan 14 12:40:33 pomp kernel:   Normal   [mem 0x0000000100000000-0x000000100f33ffff]
Jan 14 12:40:33 pomp kernel:   Device   empty
Jan 14 12:40:33 pomp kernel: Movable zone start for each node
Jan 14 12:40:33 pomp kernel: Early memory node ranges
Jan 14 12:40:33 pomp kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Jan 14 12:40:33 pomp kernel:   node   0: [mem 0x0000000000100000-0x0000000009afffff]
Jan 14 12:40:33 pomp kernel:   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
Jan 14 12:40:33 pomp kernel:   node   0: [mem 0x0000000009f0d000-0x00000000bab68fff]
Jan 14 12:40:33 pomp kernel:   node   0: [mem 0x00000000bbd69000-0x00000000c9f7efff]
Jan 14 12:40:33 pomp kernel:   node   0: [mem 0x00000000cdfff000-0x00000000cdffffff]
Jan 14 12:40:33 pomp kernel:   node   0: [mem 0x0000000100000000-0x000000100f33ffff]
Jan 14 12:40:33 pomp kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000100f33ffff]
Jan 14 12:40:33 pomp kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jan 14 12:40:33 pomp kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Jan 14 12:40:33 pomp kernel: On node 0, zone DMA32: 768 pages in unavailable ranges
Jan 14 12:40:33 pomp kernel: On node 0, zone DMA32: 13 pages in unavailable ranges
Jan 14 12:40:33 pomp kernel: On node 0, zone DMA32: 4608 pages in unavailable ranges
Jan 14 12:40:33 pomp kernel: On node 0, zone DMA32: 16512 pages in unavailable ranges
Jan 14 12:40:33 pomp kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Jan 14 12:40:33 pomp kernel: On node 0, zone Normal: 3264 pages in unavailable ranges
Jan 14 12:40:33 pomp kernel: ACPI: PM-Timer IO Port: 0x408
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Jan 14 12:40:33 pomp kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Jan 14 12:40:33 pomp kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Jan 14 12:40:33 pomp kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jan 14 12:40:33 pomp kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jan 14 12:40:33 pomp kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jan 14 12:40:33 pomp kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
Jan 14 12:40:33 pomp kernel: e820: update [mem 0xb523f000-0xb5263fff] usable ==> reserved
Jan 14 12:40:33 pomp kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000bffff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xb520a000-0xb520afff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xb5218000-0xb5218fff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xb5219000-0xb5219fff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xb5239000-0xb5239fff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xb523f000-0xb5263fff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xb6647000-0xb6647fff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xbab69000-0xbbd68fff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xc9f7f000-0xccf7efff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xccf7f000-0xcdf7efff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xceffffff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xfebfffff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jan 14 12:40:33 pomp kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Jan 14 12:40:33 pomp kernel: [mem 0xcf000000-0xfebfffff] available for PCI devices
Jan 14 12:40:33 pomp kernel: Booting paravirtualized kernel on bare hardware
Jan 14 12:40:33 pomp kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jan 14 12:40:33 pomp kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Jan 14 12:40:33 pomp kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Jan 14 12:40:33 pomp kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Jan 14 12:40:33 pomp kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Jan 14 12:40:33 pomp kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=468ad9ac-6ba8-4b7f-8dbe-29dd585a117f rw loglevel=3 quiet splash nvidia-drm.modeset=1
Jan 14 12:40:33 pomp kernel: Unknown kernel command line parameters "splash BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Jan 14 12:40:33 pomp kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Jan 14 12:40:33 pomp kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jan 14 12:40:33 pomp kernel: Fallback order for Node 0: 0 
Jan 14 12:40:33 pomp kernel: Built 1 zonelists, mobility grouping on.  Total pages: 16352956
Jan 14 12:40:33 pomp kernel: Policy zone: Normal
Jan 14 12:40:33 pomp kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jan 14 12:40:33 pomp kernel: software IO TLB: area num 16.
Jan 14 12:40:33 pomp kernel: Memory: 65054808K/66450756K available (16384K kernel code, 2132K rwdata, 13072K rodata, 3412K init, 3840K bss, 1395692K reserved, 0K cma-reserved)
Jan 14 12:40:33 pomp kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jan 14 12:40:33 pomp kernel: ftrace: allocating 48819 entries in 191 pages
Jan 14 12:40:33 pomp kernel: ftrace: allocated 191 pages with 7 groups
Jan 14 12:40:33 pomp kernel: Dynamic Preempt: full
Jan 14 12:40:33 pomp kernel: rcu: Preemptible hierarchical RCU implementation.
Jan 14 12:40:33 pomp kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Jan 14 12:40:33 pomp kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jan 14 12:40:33 pomp kernel:         Trampoline variant of Tasks RCU enabled.
Jan 14 12:40:33 pomp kernel:         Rude variant of Tasks RCU enabled.
Jan 14 12:40:33 pomp kernel:         Tracing variant of Tasks RCU enabled.
Jan 14 12:40:33 pomp kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jan 14 12:40:33 pomp kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jan 14 12:40:33 pomp kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Jan 14 12:40:33 pomp kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jan 14 12:40:33 pomp kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jan 14 12:40:33 pomp kernel: Console: colour dummy device 80x25
Jan 14 12:40:33 pomp kernel: printk: console [tty0] enabled
Jan 14 12:40:33 pomp kernel: ACPI: Core revision 20230628
Jan 14 12:40:33 pomp kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Jan 14 12:40:33 pomp kernel: APIC: Switch to symmetric I/O mode setup
Jan 14 12:40:33 pomp kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Jan 14 12:40:33 pomp kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Jan 14 12:40:33 pomp kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Jan 14 12:40:33 pomp kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Jan 14 12:40:33 pomp kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Jan 14 12:40:33 pomp kernel: APIC: Switched APIC routing to: physical flat
Jan 14 12:40:33 pomp kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jan 14 12:40:33 pomp kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29ba06779e8, max_idle_ns: 440795225222 ns
Jan 14 12:40:33 pomp kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5791.80 BogoMIPS (lpj=9649290)
Jan 14 12:40:33 pomp kernel: Zenbleed: please update your microcode for the most optimal fix
Jan 14 12:40:33 pomp kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jan 14 12:40:33 pomp kernel: LVT offset 1 assigned for vector 0xf9
Jan 14 12:40:33 pomp kernel: LVT offset 2 assigned for vector 0xf4
Jan 14 12:40:33 pomp kernel: process: using mwait in idle threads
Jan 14 12:40:33 pomp kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Jan 14 12:40:33 pomp kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Jan 14 12:40:33 pomp kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jan 14 12:40:33 pomp kernel: Spectre V2 : Mitigation: Retpolines
Jan 14 12:40:33 pomp kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jan 14 12:40:33 pomp kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jan 14 12:40:33 pomp kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Jan 14 12:40:33 pomp kernel: RETBleed: Mitigation: untrained return thunk
Jan 14 12:40:33 pomp kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jan 14 12:40:33 pomp kernel: Spectre V2 : Selecting STIBP always-on mode to complement retbleed mitigation
Jan 14 12:40:33 pomp kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Jan 14 12:40:33 pomp kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jan 14 12:40:33 pomp kernel: Speculative Return Stack Overflow: Mitigation: Safe RET
Jan 14 12:40:33 pomp kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jan 14 12:40:33 pomp kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jan 14 12:40:33 pomp kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jan 14 12:40:33 pomp kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jan 14 12:40:33 pomp kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Jan 14 12:40:33 pomp kernel: Freeing SMP alternatives memory: 40K
Jan 14 12:40:33 pomp kernel: pid_max: default: 32768 minimum: 301
Jan 14 12:40:33 pomp kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Jan 14 12:40:33 pomp kernel: landlock: Up and running.
Jan 14 12:40:33 pomp kernel: Yama: becoming mindful.
Jan 14 12:40:33 pomp kernel: LSM support for eBPF active
Jan 14 12:40:33 pomp kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jan 14 12:40:33 pomp kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jan 14 12:40:33 pomp kernel: smpboot: CPU0: AMD Ryzen 7 4800H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Jan 14 12:40:33 pomp kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jan 14 12:40:33 pomp kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jan 14 12:40:33 pomp kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jan 14 12:40:33 pomp kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Jan 14 12:40:33 pomp kernel: ... version:                0
Jan 14 12:40:33 pomp kernel: ... bit width:              48
Jan 14 12:40:33 pomp kernel: ... generic registers:      6
Jan 14 12:40:33 pomp kernel: ... value mask:             0000ffffffffffff
Jan 14 12:40:33 pomp kernel: ... max period:             00007fffffffffff
Jan 14 12:40:33 pomp kernel: ... fixed-purpose events:   0
Jan 14 12:40:33 pomp kernel: ... event mask:             000000000000003f
Jan 14 12:40:33 pomp kernel: signal: max sigframe size: 1776
Jan 14 12:40:33 pomp kernel: rcu: Hierarchical SRCU implementation.
Jan 14 12:40:33 pomp kernel: rcu:         Max phase no-delay instances is 1000.
Jan 14 12:40:33 pomp kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jan 14 12:40:33 pomp kernel: smp: Bringing up secondary CPUs ...
Jan 14 12:40:33 pomp kernel: smpboot: x86: Booting SMP configuration:
Jan 14 12:40:33 pomp kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #14
Jan 14 12:40:33 pomp kernel: TSC synchronization [CPU#0 -> CPU#2]:
Jan 14 12:40:33 pomp kernel: Measured 6511201291 cycles TSC warp between CPUs, turning off TSC clock.
Jan 14 12:40:33 pomp kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Jan 14 12:40:33 pomp kernel:   #1  #3  #5  #7  #9 #11 #13 #15
Jan 14 12:40:33 pomp kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Jan 14 12:40:33 pomp kernel: smp: Brought up 1 node, 16 CPUs
Jan 14 12:40:33 pomp kernel: smpboot: Max logical packages: 1
Jan 14 12:40:33 pomp kernel: smpboot: Total of 16 processors activated (92670.90 BogoMIPS)
Jan 14 12:40:33 pomp kernel: devtmpfs: initialized
Jan 14 12:40:33 pomp kernel: x86/mm: Memory block size: 2048MB
Jan 14 12:40:33 pomp kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
Jan 14 12:40:33 pomp kernel: ACPI: PM: Registering ACPI NVS region [mem 0xccf7f000-0xcdf7efff] (16777216 bytes)
Jan 14 12:40:33 pomp kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jan 14 12:40:33 pomp kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jan 14 12:40:33 pomp kernel: pinctrl core: initialized pinctrl subsystem
Jan 14 12:40:33 pomp kernel: PM: RTC time: 03:40:30, date: 2024-01-14
Jan 14 12:40:33 pomp kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jan 14 12:40:33 pomp kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jan 14 12:40:33 pomp kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jan 14 12:40:33 pomp kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jan 14 12:40:33 pomp kernel: audit: initializing netlink subsys (disabled)
Jan 14 12:40:33 pomp kernel: audit: type=2000 audit(1705203630.166:1): state=initialized audit_enabled=0 res=1
Jan 14 12:40:33 pomp kernel: thermal_sys: Registered thermal governor 'fair_share'
Jan 14 12:40:33 pomp kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jan 14 12:40:33 pomp kernel: thermal_sys: Registered thermal governor 'step_wise'
Jan 14 12:40:33 pomp kernel: thermal_sys: Registered thermal governor 'user_space'
Jan 14 12:40:33 pomp kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jan 14 12:40:33 pomp kernel: cpuidle: using governor ladder
Jan 14 12:40:33 pomp kernel: cpuidle: using governor menu
Jan 14 12:40:33 pomp kernel: Simple Boot Flag at 0x44 set to 0x1
Jan 14 12:40:33 pomp kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jan 14 12:40:33 pomp kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Jan 14 12:40:33 pomp kernel: PCI: not using MMCONFIG
Jan 14 12:40:33 pomp kernel: PCI: Using configuration type 1 for base access
Jan 14 12:40:33 pomp kernel: PCI: Using configuration type 1 for extended access
Jan 14 12:40:33 pomp kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jan 14 12:40:33 pomp kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jan 14 12:40:33 pomp kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jan 14 12:40:33 pomp kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jan 14 12:40:33 pomp kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jan 14 12:40:33 pomp kernel: ACPI: Added _OSI(Module Device)
Jan 14 12:40:33 pomp kernel: ACPI: Added _OSI(Processor Device)
Jan 14 12:40:33 pomp kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jan 14 12:40:33 pomp kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jan 14 12:40:33 pomp kernel: ACPI: 14 ACPI AML tables successfully acquired and loaded
Jan 14 12:40:33 pomp kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jan 14 12:40:33 pomp kernel: ACPI: _OSC evaluation for CPUs failed, trying _PDC
Jan 14 12:40:33 pomp kernel: ACPI: EC: EC started
Jan 14 12:40:33 pomp kernel: ACPI: EC: interrupt blocked
Jan 14 12:40:33 pomp kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Jan 14 12:40:33 pomp kernel: ACPI: Interpreter enabled
Jan 14 12:40:33 pomp kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jan 14 12:40:33 pomp kernel: ACPI: Using IOAPIC for interrupt routing
Jan 14 12:40:33 pomp kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Jan 14 12:40:33 pomp kernel: [Firmware Info]: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] not reserved in ACPI motherboard resources
Jan 14 12:40:33 pomp kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as EfiMemoryMappedIO
Jan 14 12:40:33 pomp kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jan 14 12:40:33 pomp kernel: PCI: Using E820 reservations for host bridge windows
Jan 14 12:40:33 pomp kernel: ACPI: Enabled 4 GPEs in block 00 to 1F
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PCI0.GPP0.PG00: New power resource
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.P0S0: New power resource
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.P3S0: New power resource
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.P0S1: New power resource
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.P3S1: New power resource
Jan 14 12:40:33 pomp kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jan 14 12:40:33 pomp kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jan 14 12:40:33 pomp kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Jan 14 12:40:33 pomp kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Jan 14 12:40:33 pomp kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Jan 14 12:40:33 pomp kernel: PCI host bridge to bus 0000:00
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000cffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000effff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: root bus resource [mem 0x10020200000-0x1ffdfffffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.1: enabling Extended Tags
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.2: enabling Extended Tags
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Jan 14 12:40:33 pomp kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: [10de:1f15] type 00 class 0x030000
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: reg 0x14: [mem 0x1ffc0000000-0x1ffcfffffff 64bit pref]
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x1ffd0000000-0x1ffd1ffffff 64bit pref]
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: reg 0x24: [io  0x2000-0x207f]
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: BAR 1: assigned to efifb
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.1: [10de:10f9] type 00 class 0x040300
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.2: [10de:1ada] type 00 class 0x0c0330
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.2: reg 0x10: [mem 0x1ffd2000000-0x1ffd203ffff 64bit pref]
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.2: reg 0x1c: [mem 0x1ffd2040000-0x1ffd204ffff 64bit pref]
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.3: [10de:1adb] type 00 class 0x0c8000
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.3: reg 0x10: [mem 0xd1004000-0xd1004fff]
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.1:   bridge window [io  0x2000-0x2fff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.1:   bridge window [mem 0x1ffc0000000-0x1ffd20fffff 64bit pref]
Jan 14 12:40:33 pomp kernel: pci 0000:02:00.0: [1c5c:1959] type 00 class 0x010802
Jan 14 12:40:33 pomp kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd1900000-0xd1903fff 64bit]
Jan 14 12:40:33 pomp kernel: pci 0000:02:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:01.2 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Jan 14 12:40:33 pomp kernel: pci 0000:03:00.0: reg 0x10: [io  0x1000-0x10ff]
Jan 14 12:40:33 pomp kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd1804000-0xd1804fff 64bit]
Jan 14 12:40:33 pomp kernel: pci 0000:03:00.0: reg 0x20: [mem 0xd1800000-0xd1803fff 64bit]
Jan 14 12:40:33 pomp kernel: pci 0000:03:00.0: supports D1 D2
Jan 14 12:40:33 pomp kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.1:   bridge window [io  0x1000-0x1fff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:04:00.0: [8086:2723] type 00 class 0x028000
Jan 14 12:40:33 pomp kernel: pci 0000:04:00.0: reg 0x10: [mem 0xd1700000-0xd1703fff 64bit]
Jan 14 12:40:33 pomp kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.2:   bridge window [mem 0xd1700000-0xd17fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:05:00.0: [144d:a809] type 00 class 0x010802
Jan 14 12:40:33 pomp kernel: pci 0000:05:00.0: reg 0x10: [mem 0xd1600000-0xd1603fff 64bit]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.4: PCI bridge to [bus 05]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.4:   bridge window [mem 0xd1600000-0xd16fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.0: [1022:145a] type 00 class 0x130000
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.0: enabling Extended Tags
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.2: [1022:15df] type 00 class 0x108000
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.2: reg 0x18: [mem 0xd1400000-0xd14fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.2: reg 0x24: [mem 0xd1548000-0xd1549fff]
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.2: enabling Extended Tags
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.3: [1022:1639] type 00 class 0x0c0330
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.3: reg 0x10: [mem 0xd1300000-0xd13fffff 64bit]
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.3: enabling Extended Tags
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.3: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.4: [1022:1639] type 00 class 0x0c0330
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.4: reg 0x10: [mem 0xd1200000-0xd12fffff 64bit]
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.4: enabling Extended Tags
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.4: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.5: [1022:15e2] type 00 class 0x048000
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.5: reg 0x10: [mem 0xd1500000-0xd153ffff]
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.5: enabling Extended Tags
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.5: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.6: [1022:15e3] type 00 class 0x040300
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.6: reg 0x10: [mem 0xd1540000-0xd1547fff]
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.6: enabling Extended Tags
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.6: PME# supported from D0 D3hot D3cold
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.1:   bridge window [mem 0xd1200000-0xd15fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:07:00.0: [1022:7901] type 00 class 0x010601
Jan 14 12:40:33 pomp kernel: pci 0000:07:00.0: reg 0x24: [mem 0xd1101000-0xd11017ff]
Jan 14 12:40:33 pomp kernel: pci 0000:07:00.0: enabling Extended Tags
Jan 14 12:40:33 pomp kernel: pci 0000:07:00.1: [1022:7901] type 00 class 0x010601
Jan 14 12:40:33 pomp kernel: pci 0000:07:00.1: reg 0x24: [mem 0xd1100000-0xd11007ff]
Jan 14 12:40:33 pomp kernel: pci 0000:07:00.1: enabling Extended Tags
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.2: PCI bridge to [bus 07]
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKA disabled
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKB disabled
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKC disabled
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKD disabled
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKE disabled
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKF disabled
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKG disabled
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jan 14 12:40:33 pomp kernel: ACPI: PCI: Interrupt link LNKH disabled
Jan 14 12:40:33 pomp kernel: ACPI: EC: interrupt unblocked
Jan 14 12:40:33 pomp kernel: ACPI: EC: event unblocked
Jan 14 12:40:33 pomp kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jan 14 12:40:33 pomp kernel: ACPI: EC: GPE=0x3
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Jan 14 12:40:33 pomp kernel: iommu: Default domain type: Translated
Jan 14 12:40:33 pomp kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jan 14 12:40:33 pomp kernel: SCSI subsystem initialized
Jan 14 12:40:33 pomp kernel: libata version 3.00 loaded.
Jan 14 12:40:33 pomp kernel: ACPI: bus type USB registered
Jan 14 12:40:33 pomp kernel: usbcore: registered new interface driver usbfs
Jan 14 12:40:33 pomp kernel: usbcore: registered new interface driver hub
Jan 14 12:40:33 pomp kernel: usbcore: registered new device driver usb
Jan 14 12:40:33 pomp kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 14 12:40:33 pomp kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jan 14 12:40:33 pomp kernel: PTP clock support registered
Jan 14 12:40:33 pomp kernel: EDAC MC: Ver: 3.0.0
Jan 14 12:40:33 pomp kernel: efivars: Registered efivars operations
Jan 14 12:40:33 pomp kernel: NetLabel: Initializing
Jan 14 12:40:33 pomp kernel: NetLabel:  domain hash size = 128
Jan 14 12:40:33 pomp kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jan 14 12:40:33 pomp kernel: NetLabel:  unlabeled traffic allowed by default
Jan 14 12:40:33 pomp kernel: mctp: management component transport protocol core
Jan 14 12:40:33 pomp kernel: NET: Registered PF_MCTP protocol family
Jan 14 12:40:33 pomp kernel: PCI: Using ACPI for IRQ routing
Jan 14 12:40:33 pomp kernel: PCI: pci_cache_line_size set to 64 bytes
Jan 14 12:40:33 pomp kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Jan 14 12:40:33 pomp kernel: e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
Jan 14 12:40:33 pomp kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Jan 14 12:40:33 pomp kernel: e820: reserve RAM buffer [mem 0xb520a018-0xb7ffffff]
Jan 14 12:40:33 pomp kernel: e820: reserve RAM buffer [mem 0xb5219018-0xb7ffffff]
Jan 14 12:40:33 pomp kernel: e820: reserve RAM buffer [mem 0xb523f000-0xb7ffffff]
Jan 14 12:40:33 pomp kernel: e820: reserve RAM buffer [mem 0xb6647000-0xb7ffffff]
Jan 14 12:40:33 pomp kernel: e820: reserve RAM buffer [mem 0xbab69000-0xbbffffff]
Jan 14 12:40:33 pomp kernel: e820: reserve RAM buffer [mem 0xc9f7f000-0xcbffffff]
Jan 14 12:40:33 pomp kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Jan 14 12:40:33 pomp kernel: e820: reserve RAM buffer [mem 0x100f340000-0x100fffffff]
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jan 14 12:40:33 pomp kernel: vgaarb: loaded
Jan 14 12:40:33 pomp kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Jan 14 12:40:33 pomp kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Jan 14 12:40:33 pomp kernel: clocksource: Switched to clocksource hpet
Jan 14 12:40:33 pomp kernel: VFS: Disk quotas dquot_6.6.0
Jan 14 12:40:33 pomp kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jan 14 12:40:33 pomp kernel: pnp: PnP ACPI init
Jan 14 12:40:33 pomp kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Jan 14 12:40:33 pomp kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Jan 14 12:40:33 pomp kernel: system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
Jan 14 12:40:33 pomp kernel: system 00:03: [io  0x0400-0x04cf] has been reserved
Jan 14 12:40:33 pomp kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
Jan 14 12:40:33 pomp kernel: system 00:03: [io  0x04d6] has been reserved
Jan 14 12:40:33 pomp kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
Jan 14 12:40:33 pomp kernel: system 00:03: [io  0x0c14] has been reserved
Jan 14 12:40:33 pomp kernel: system 00:03: [io  0x0c50-0x0c52] has been reserved
Jan 14 12:40:33 pomp kernel: system 00:03: [io  0x0c6c] has been reserved
Jan 14 12:40:33 pomp kernel: system 00:03: [io  0x0c6f] has been reserved
Jan 14 12:40:33 pomp kernel: system 00:03: [io  0x0cd0-0x0cdb] has been reserved
Jan 14 12:40:33 pomp kernel: system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
Jan 14 12:40:33 pomp kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Jan 14 12:40:33 pomp kernel: pnp: PnP ACPI: found 5 devices
Jan 14 12:40:33 pomp kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jan 14 12:40:33 pomp kernel: NET: Registered PF_INET protocol family
Jan 14 12:40:33 pomp kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jan 14 12:40:33 pomp kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Jan 14 12:40:33 pomp kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jan 14 12:40:33 pomp kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Jan 14 12:40:33 pomp kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jan 14 12:40:33 pomp kernel: TCP: Hash tables configured (established 524288 bind 65536)
Jan 14 12:40:33 pomp kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Jan 14 12:40:33 pomp kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Jan 14 12:40:33 pomp kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Jan 14 12:40:33 pomp kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jan 14 12:40:33 pomp kernel: NET: Registered PF_XDP protocol family
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xd1080000-0xd10fffff pref]
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.1:   bridge window [io  0x2000-0x2fff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.1:   bridge window [mem 0x1ffc0000000-0x1ffd20fffff 64bit pref]
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.1:   bridge window [io  0x1000-0x1fff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.2:   bridge window [mem 0xd1700000-0xd17fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.4: PCI bridge to [bus 05]
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.4:   bridge window [mem 0xd1600000-0xd16fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.1: PCI bridge to [bus 06]
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.1:   bridge window [mem 0xd1200000-0xd15fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.2: PCI bridge to [bus 07]
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000cffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: resource 8 [mem 0x000d0000-0x000effff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: resource 9 [mem 0xd0000000-0xf7ffffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: resource 10 [mem 0xfc000000-0xfed3ffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:00: resource 11 [mem 0x10020200000-0x1ffdfffffff window]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd10fffff]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:01: resource 2 [mem 0x1ffc0000000-0x1ffd20fffff 64bit pref]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:02: resource 1 [mem 0xd1900000-0xd19fffff]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:03: resource 0 [io  0x1000-0x1fff]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:03: resource 1 [mem 0xd1800000-0xd18fffff]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:04: resource 1 [mem 0xd1700000-0xd17fffff]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:05: resource 1 [mem 0xd1600000-0xd16fffff]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:06: resource 1 [mem 0xd1200000-0xd15fffff]
Jan 14 12:40:33 pomp kernel: pci_bus 0000:07: resource 1 [mem 0xd1100000-0xd11fffff]
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.3: extending delay after power-on from D3hot to 20 msec
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.3: quirk_usb_early_handoff+0x0/0x7d0 took 32070 usecs
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.4: extending delay after power-on from D3hot to 20 msec
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.4: quirk_usb_early_handoff+0x0/0x7d0 took 109138 usecs
Jan 14 12:40:33 pomp kernel: PCI: CLS 64 bytes, default 64
Jan 14 12:40:33 pomp kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Jan 14 12:40:33 pomp kernel: Trying to unpack rootfs image as initramfs...
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.0: Adding to iommu group 0
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.1: Adding to iommu group 1
Jan 14 12:40:33 pomp kernel: pci 0000:00:01.2: Adding to iommu group 2
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.0: Adding to iommu group 3
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.1: Adding to iommu group 4
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.2: Adding to iommu group 5
Jan 14 12:40:33 pomp kernel: pci 0000:00:02.4: Adding to iommu group 6
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.0: Adding to iommu group 7
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.1: Adding to iommu group 7
Jan 14 12:40:33 pomp kernel: pci 0000:00:08.2: Adding to iommu group 7
Jan 14 12:40:33 pomp kernel: pci 0000:00:14.0: Adding to iommu group 8
Jan 14 12:40:33 pomp kernel: pci 0000:00:14.3: Adding to iommu group 8
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.0: Adding to iommu group 9
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.1: Adding to iommu group 9
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.2: Adding to iommu group 9
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.3: Adding to iommu group 9
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.4: Adding to iommu group 9
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.5: Adding to iommu group 9
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.6: Adding to iommu group 9
Jan 14 12:40:33 pomp kernel: pci 0000:00:18.7: Adding to iommu group 9
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: Adding to iommu group 10
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.1: Adding to iommu group 10
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.2: Adding to iommu group 10
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.3: Adding to iommu group 10
Jan 14 12:40:33 pomp kernel: pci 0000:02:00.0: Adding to iommu group 11
Jan 14 12:40:33 pomp kernel: pci 0000:03:00.0: Adding to iommu group 12
Jan 14 12:40:33 pomp kernel: pci 0000:04:00.0: Adding to iommu group 13
Jan 14 12:40:33 pomp kernel: pci 0000:05:00.0: Adding to iommu group 14
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.0: Adding to iommu group 7
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.2: Adding to iommu group 7
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.3: Adding to iommu group 7
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.4: Adding to iommu group 7
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.5: Adding to iommu group 7
Jan 14 12:40:33 pomp kernel: pci 0000:06:00.6: Adding to iommu group 7
Jan 14 12:40:33 pomp kernel: pci 0000:07:00.0: Adding to iommu group 7
Jan 14 12:40:33 pomp kernel: pci 0000:07:00.1: Adding to iommu group 7
Jan 14 12:40:33 pomp kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Jan 14 12:40:33 pomp kernel: pci 0000:00:00.2: PCI INT A: not connected
Jan 14 12:40:33 pomp kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Jan 14 12:40:33 pomp kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Jan 14 12:40:33 pomp kernel: AMD-Vi: Interrupt remapping enabled
Jan 14 12:40:33 pomp kernel: AMD-Vi: X2APIC enabled
Jan 14 12:40:33 pomp kernel: AMD-Vi: Virtual APIC enabled
Jan 14 12:40:33 pomp kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jan 14 12:40:33 pomp kernel: software IO TLB: mapped [mem 0x00000000c5066000-0x00000000c9066000] (64MB)
Jan 14 12:40:33 pomp kernel: LVT offset 0 assigned for vector 0x400
Jan 14 12:40:33 pomp kernel: perf: AMD IBS detected (0x000003ff)
Jan 14 12:40:33 pomp kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Jan 14 12:40:33 pomp kernel: Initialise system trusted keyrings
Jan 14 12:40:33 pomp kernel: Key type blacklist registered
Jan 14 12:40:33 pomp kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Jan 14 12:40:33 pomp kernel: zbud: loaded
Jan 14 12:40:33 pomp kernel: integrity: Platform Keyring initialized
Jan 14 12:40:33 pomp kernel: integrity: Machine keyring initialized
Jan 14 12:40:33 pomp kernel: Key type asymmetric registered
Jan 14 12:40:33 pomp kernel: Asymmetric key parser 'x509' registered
Jan 14 12:40:33 pomp kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jan 14 12:40:33 pomp kernel: io scheduler mq-deadline registered
Jan 14 12:40:33 pomp kernel: io scheduler kyber registered
Jan 14 12:40:33 pomp kernel: io scheduler bfq registered
Jan 14 12:40:33 pomp kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 28
Jan 14 12:40:33 pomp kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 29
Jan 14 12:40:33 pomp kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 30
Jan 14 12:40:33 pomp kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 31
Jan 14 12:40:33 pomp kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 32
Jan 14 12:40:33 pomp kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 33
Jan 14 12:40:33 pomp kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 34
Jan 14 12:40:33 pomp kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jan 14 12:40:33 pomp kernel: efifb: probing for efifb
Jan 14 12:40:33 pomp kernel: efifb: showing boot graphics
Jan 14 12:40:33 pomp kernel: efifb: framebuffer at 0x1ffc0000000, using 8640k, total 8640k
Jan 14 12:40:33 pomp kernel: efifb: mode is 1920x1080x32, linelength=8192, pages=1
Jan 14 12:40:33 pomp kernel: efifb: scrolling: redraw
Jan 14 12:40:33 pomp kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jan 14 12:40:33 pomp kernel: fbcon: Deferring console take-over
Jan 14 12:40:33 pomp kernel: fb0: EFI VGA frame buffer device
Jan 14 12:40:33 pomp kernel: ACPI: AC: AC Adapter [ADP0] (on-line)
Jan 14 12:40:33 pomp kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Jan 14 12:40:33 pomp kernel: ACPI: button: Lid Switch [LID0]
Jan 14 12:40:33 pomp kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jan 14 12:40:33 pomp kernel: ACPI: button: Power Button [PWRB]
Jan 14 12:40:33 pomp kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jan 14 12:40:33 pomp kernel: ACPI: button: Power Button [PWRF]
Jan 14 12:40:33 pomp kernel: Monitor-Mwait will be used to enter C-1 state
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C00C: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C00D: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C00E: Found 3 idle states
Jan 14 12:40:33 pomp kernel: ACPI: \_SB_.PLTF.C00F: Found 3 idle states
Jan 14 12:40:33 pomp kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jan 14 12:40:33 pomp kernel: Non-volatile memory driver v1.3
Jan 14 12:40:33 pomp kernel: Linux agpgart interface v0.103
Jan 14 12:40:33 pomp kernel: tpm_crb MSFT0101:00: Disabling hwrng
Jan 14 12:40:33 pomp kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Jan 14 12:40:33 pomp kernel: ACPI: bus type drm_connector registered
Jan 14 12:40:33 pomp kernel: ahci 0000:07:00.0: version 3.0
Jan 14 12:40:33 pomp kernel: ahci 0000:07:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Jan 14 12:40:33 pomp kernel: ahci 0000:07:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Jan 14 12:40:33 pomp kernel: scsi host0: ahci
Jan 14 12:40:33 pomp kernel: ata1: SATA max UDMA/133 abar m2048@0xd1101000 port 0xd1101100 irq 36
Jan 14 12:40:33 pomp kernel: ahci 0000:07:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Jan 14 12:40:33 pomp kernel: ahci 0000:07:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Jan 14 12:40:33 pomp kernel: scsi host1: ahci
Jan 14 12:40:33 pomp kernel: ata2: SATA max UDMA/133 abar m2048@0xd1100000 port 0xd1100100 irq 38
Jan 14 12:40:33 pomp kernel: usbcore: registered new interface driver usbserial_generic
Jan 14 12:40:33 pomp kernel: usbserial: USB Serial support registered for generic
Jan 14 12:40:33 pomp kernel: rtc_cmos 00:01: RTC can wake from S4
Jan 14 12:40:33 pomp kernel: rtc_cmos 00:01: registered as rtc0
Jan 14 12:40:33 pomp kernel: rtc_cmos 00:01: setting system clock to 2024-01-14T03:40:30 UTC (1705203630)
Jan 14 12:40:33 pomp kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
Jan 14 12:40:33 pomp kernel: amd_pstate: the _CPC object is not present in SBIOS or ACPI disabled
Jan 14 12:40:33 pomp kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jan 14 12:40:33 pomp kernel: hid: raw HID events driver (C) Jiri Kosina
Jan 14 12:40:33 pomp kernel: drop_monitor: Initializing network drop monitor service
Jan 14 12:40:33 pomp kernel: Initializing XFRM netlink socket
Jan 14 12:40:33 pomp kernel: NET: Registered PF_INET6 protocol family
Jan 14 12:40:33 pomp kernel: Freeing initrd memory: 12160K
Jan 14 12:40:33 pomp kernel: Segment Routing with IPv6
Jan 14 12:40:33 pomp kernel: RPL Segment Routing with IPv6
Jan 14 12:40:33 pomp kernel: In-situ OAM (IOAM) with IPv6
Jan 14 12:40:33 pomp kernel: NET: Registered PF_PACKET protocol family
Jan 14 12:40:33 pomp kernel: microcode: CPU3: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU2: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU0: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU1: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU4: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU5: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU6: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU7: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU13: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU12: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU9: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU10: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU11: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU15: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU14: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: CPU8: patch_level=0x08600104
Jan 14 12:40:33 pomp kernel: microcode: Microcode Update Driver: v2.2.
Jan 14 12:40:33 pomp kernel: resctrl: L3 allocation detected
Jan 14 12:40:33 pomp kernel: resctrl: MB allocation detected
Jan 14 12:40:33 pomp kernel: resctrl: L3 monitoring detected
Jan 14 12:40:33 pomp kernel: IPI shorthand broadcast: enabled
Jan 14 12:40:33 pomp kernel: registered taskstats version 1
Jan 14 12:40:33 pomp kernel: Loading compiled-in X.509 certificates
Jan 14 12:40:33 pomp kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 53410b280f1f9fa61e1e2b36d549197ab7d81427'
Jan 14 12:40:33 pomp kernel: zswap: loaded using pool zstd/zsmalloc
Jan 14 12:40:33 pomp kernel: Key type .fscrypt registered
Jan 14 12:40:33 pomp kernel: Key type fscrypt-provisioning registered
Jan 14 12:40:33 pomp kernel: PM:   Magic number: 8:468:664
Jan 14 12:40:33 pomp kernel: RAS: Correctable Errors collector initialized.
Jan 14 12:40:33 pomp kernel: Unstable clock detected, switching default tracing clock to "global"
                             If you want to keep using the local clock, then add:
                               "trace_clock=local"
                             on the kernel command line
Jan 14 12:40:33 pomp kernel: clk: Disabling unused clocks
Jan 14 12:40:33 pomp kernel: ACPI: battery: Slot [BAT0] (battery present)
Jan 14 12:40:33 pomp kernel: ata2: SATA link down (SStatus 0 SControl 300)
Jan 14 12:40:33 pomp kernel: ata1: SATA link down (SStatus 0 SControl 300)
Jan 14 12:40:33 pomp kernel: Freeing unused decrypted memory: 2028K
Jan 14 12:40:33 pomp kernel: Freeing unused kernel image (initmem) memory: 3412K
Jan 14 12:40:33 pomp kernel: Write protecting the kernel read-only data: 30720k
Jan 14 12:40:33 pomp kernel: Freeing unused kernel image (rodata/data gap) memory: 1264K
Jan 14 12:40:33 pomp kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jan 14 12:40:33 pomp kernel: rodata_test: all tests were successful
Jan 14 12:40:33 pomp kernel: Run /init as init process
Jan 14 12:40:33 pomp kernel:   with arguments:
Jan 14 12:40:33 pomp kernel:     /init
Jan 14 12:40:33 pomp kernel:     splash
Jan 14 12:40:33 pomp kernel:   with environment:
Jan 14 12:40:33 pomp kernel:     HOME=/
Jan 14 12:40:33 pomp kernel:     TERM=linux
Jan 14 12:40:33 pomp kernel:     BOOT_IMAGE=/vmlinuz-linux
Jan 14 12:40:33 pomp kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Jan 14 12:40:33 pomp kernel: ACPI: video: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
Jan 14 12:40:33 pomp kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3
Jan 14 12:40:33 pomp kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Jan 14 12:40:33 pomp kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:16/LNXVIDEO:01/input/input4
Jan 14 12:40:33 pomp kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
Jan 14 12:40:33 pomp kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Jan 14 12:40:33 pomp kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 1
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 2
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Jan 14 12:40:33 pomp kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jan 14 12:40:33 pomp kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 14 12:40:33 pomp kernel: usb usb1: Product: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: usb usb1: Manufacturer: Linux 6.6.10-arch1-1 xhci-hcd
Jan 14 12:40:33 pomp kernel: usb usb1: SerialNumber: 0000:01:00.2
Jan 14 12:40:33 pomp kernel: hub 1-0:1.0: USB hub found
Jan 14 12:40:33 pomp kernel: hub 1-0:1.0: 2 ports detected
Jan 14 12:40:33 pomp kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 14 12:40:33 pomp kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jan 14 12:40:33 pomp kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 14 12:40:33 pomp kernel: usb usb2: Product: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: usb usb2: Manufacturer: Linux 6.6.10-arch1-1 xhci-hcd
Jan 14 12:40:33 pomp kernel: usb usb2: SerialNumber: 0000:01:00.2
Jan 14 12:40:33 pomp kernel: hub 2-0:1.0: USB hub found
Jan 14 12:40:33 pomp kernel: hub 2-0:1.0: 4 ports detected
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 3
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.3: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.3: new USB bus registered, assigned bus number 4
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Jan 14 12:40:33 pomp kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jan 14 12:40:33 pomp kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 14 12:40:33 pomp kernel: usb usb3: Product: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: usb usb3: Manufacturer: Linux 6.6.10-arch1-1 xhci-hcd
Jan 14 12:40:33 pomp kernel: usb usb3: SerialNumber: 0000:06:00.3
Jan 14 12:40:33 pomp kernel: hub 3-0:1.0: USB hub found
Jan 14 12:40:33 pomp kernel: hub 3-0:1.0: 4 ports detected
Jan 14 12:40:33 pomp kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 14 12:40:33 pomp kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jan 14 12:40:33 pomp kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 14 12:40:33 pomp kernel: usb usb4: Product: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: usb usb4: Manufacturer: Linux 6.6.10-arch1-1 xhci-hcd
Jan 14 12:40:33 pomp kernel: usb usb4: SerialNumber: 0000:06:00.3
Jan 14 12:40:33 pomp kernel: hub 4-0:1.0: USB hub found
Jan 14 12:40:33 pomp kernel: hub 4-0:1.0: 2 ports detected
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 5
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.4: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.4: new USB bus registered, assigned bus number 6
Jan 14 12:40:33 pomp kernel: xhci_hcd 0000:06:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Jan 14 12:40:33 pomp kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
Jan 14 12:40:33 pomp kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 14 12:40:33 pomp kernel: usb usb5: Product: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: usb usb5: Manufacturer: Linux 6.6.10-arch1-1 xhci-hcd
Jan 14 12:40:33 pomp kernel: usb usb5: SerialNumber: 0000:06:00.4
Jan 14 12:40:33 pomp kernel: hub 5-0:1.0: USB hub found
Jan 14 12:40:33 pomp kernel: hub 5-0:1.0: 4 ports detected
Jan 14 12:40:33 pomp kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Jan 14 12:40:33 pomp kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
Jan 14 12:40:33 pomp kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jan 14 12:40:33 pomp kernel: usb usb6: Product: xHCI Host Controller
Jan 14 12:40:33 pomp kernel: usb usb6: Manufacturer: Linux 6.6.10-arch1-1 xhci-hcd
Jan 14 12:40:33 pomp kernel: usb usb6: SerialNumber: 0000:06:00.4
Jan 14 12:40:33 pomp kernel: hub 6-0:1.0: USB hub found
Jan 14 12:40:33 pomp kernel: hub 6-0:1.0: 2 ports detected
Jan 14 12:40:33 pomp kernel: nvme 0000:05:00.0: platform quirk: setting simple suspend
Jan 14 12:40:33 pomp kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Jan 14 12:40:33 pomp kernel: nvme nvme1: pci function 0000:02:00.0
Jan 14 12:40:33 pomp kernel: nvme nvme0: pci function 0000:05:00.0
Jan 14 12:40:33 pomp kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Jan 14 12:40:33 pomp kernel: nvme nvme1: 16/0/0 default/read/poll queues
Jan 14 12:40:33 pomp kernel:  nvme1n1: p1 p2 p3
Jan 14 12:40:33 pomp kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Jan 14 12:40:33 pomp kernel: nvme nvme0: 12/0/0 default/read/poll queues
Jan 14 12:40:33 pomp kernel:  nvme0n1: p1 p2 p3 p4 p5
Jan 14 12:40:33 pomp kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Jan 14 12:40:33 pomp kernel: usb 5-1: new high-speed USB device number 2 using xhci_hcd
Jan 14 12:40:33 pomp kernel: usb 3-3: new high-speed USB device number 2 using xhci_hcd
Jan 14 12:40:33 pomp kernel: ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
Jan 14 12:40:33 pomp kernel: pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
Jan 14 12:40:33 pomp kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.GPP0.PEGP handle
Jan 14 12:40:33 pomp kernel: nouveau: detected PR support, will not use DSM
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: vgaarb: deactivate vga console
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: NVIDIA TU106 (166000a1)
Jan 14 12:40:33 pomp kernel: usb 5-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=23.11
Jan 14 12:40:33 pomp kernel: usb 5-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 14 12:40:33 pomp kernel: usb 5-1: Product: USB2.1 Hub
Jan 14 12:40:33 pomp kernel: usb 5-1: Manufacturer: GenesysLogic
Jan 14 12:40:33 pomp kernel: usb 3-3: New USB device found, idVendor=13d3, idProduct=56ff, bcdDevice=19.19
Jan 14 12:40:33 pomp kernel: usb 3-3: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Jan 14 12:40:33 pomp kernel: usb 3-3: Product: Integrated Camera
Jan 14 12:40:33 pomp kernel: usb 3-3: Manufacturer: Azurewave
Jan 14 12:40:33 pomp kernel: hub 5-1:1.0: USB hub found
Jan 14 12:40:33 pomp kernel: hub 5-1:1.0: 2 ports detected
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: bios: version 90.06.5b.00.41
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: pmu: firmware unavailable
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: fb: 6144 MiB GDDR6
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: VRAM: 6144 MiB
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: BIT table 'A' not found
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: BIT table 'L' not found
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: TMDS table version 2.0
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: DCB version 4.1
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: DCB outp 00: 02803f66 04400020
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: DCB outp 01: 01810f36 04600010
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: DCB outp 02: 01810f32 00020010
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: DCB outp 03: 02021f52 00020010
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: DCB conn 00: 00001046
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: DCB conn 01: 00010161
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: DCB conn 03: 00020347
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
Jan 14 12:40:33 pomp kernel: usb 6-1: new SuperSpeed USB device number 2 using xhci_hcd
Jan 14 12:40:33 pomp kernel: usb 6-1: New USB device found, idVendor=05e3, idProduct=0620, bcdDevice=23.11
Jan 14 12:40:33 pomp kernel: usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 14 12:40:33 pomp kernel: usb 6-1: Product: USB3.2 Hub
Jan 14 12:40:33 pomp kernel: usb 6-1: Manufacturer: GenesysLogic
Jan 14 12:40:33 pomp kernel: hub 6-1:1.0: USB hub found
Jan 14 12:40:33 pomp kernel: hub 6-1:1.0: 2 ports detected
Jan 14 12:40:33 pomp kernel: usb 5-2: new high-speed USB device number 3 using xhci_hcd
Jan 14 12:40:33 pomp kernel: usb 5-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.00
Jan 14 12:40:33 pomp kernel: usb 5-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jan 14 12:40:33 pomp kernel: usb 5-2: Product: USB2.0 HUB
Jan 14 12:40:33 pomp kernel: [drm] Initialized nouveau 1.4.0 20120801 for 0000:01:00.0 on minor 0
Jan 14 12:40:33 pomp kernel: hub 5-2:1.0: USB hub found
Jan 14 12:40:33 pomp kernel: hub 5-2:1.0: 4 ports detected
Jan 14 12:40:33 pomp kernel: usb 5-1.2: new full-speed USB device number 4 using xhci_hcd
Jan 14 12:40:33 pomp kernel: fbcon: nouveaudrmfb (fb0) is primary device
Jan 14 12:40:33 pomp kernel: fbcon: Deferring console take-over
Jan 14 12:40:33 pomp kernel: nouveau 0000:01:00.0: [drm] fb0: nouveaudrmfb frame buffer device
Jan 14 12:40:33 pomp kernel: fbcon: Taking over console
Jan 14 12:40:33 pomp kernel: usb 5-1.2: New USB device found, idVendor=1038, idProduct=12e0, bcdDevice= 1.30
Jan 14 12:40:33 pomp kernel: usb 5-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 14 12:40:33 pomp kernel: usb 5-1.2: Product: Arctis Nova Pro Wireless
Jan 14 12:40:33 pomp kernel: usb 5-1.2: Manufacturer: SteelSeries
Jan 14 12:40:33 pomp kernel: Console: switching to colour frame buffer device 240x67
Jan 14 12:40:33 pomp kernel: EXT4-fs (nvme1n1p2): mounted filesystem 468ad9ac-6ba8-4b7f-8dbe-29dd585a117f r/w with ordered data mode. Quota mode: none.
Jan 14 12:40:33 pomp kernel: usb 5-3: new full-speed USB device number 5 using xhci_hcd
Jan 14 12:40:33 pomp kernel: usb 5-3: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Jan 14 12:40:33 pomp kernel: usb 5-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 14 12:40:33 pomp systemd[1]: systemd 255.2-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jan 14 12:40:33 pomp systemd[1]: Detected architecture x86-64.
Jan 14 12:40:33 pomp systemd[1]: Hostname set to <pomp>.
Jan 14 12:40:33 pomp kernel: usb 5-2.1: new full-speed USB device number 6 using xhci_hcd
Jan 14 12:40:33 pomp kernel: usb 5-2.1: New USB device found, idVendor=1532, idProduct=0531, bcdDevice= 1.00
Jan 14 12:40:33 pomp kernel: usb 5-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 14 12:40:33 pomp kernel: usb 5-2.1: Product: Razer Seiren Mini
Jan 14 12:40:33 pomp kernel: usb 5-2.1: Manufacturer: Razer Inc
Jan 14 12:40:33 pomp kernel: usb 5-2.1: SerialNumber: UC2132L03206726
Jan 14 12:40:33 pomp kernel: usb 5-4: new full-speed USB device number 7 using xhci_hcd
Jan 14 12:40:33 pomp kernel: usb 5-4: New USB device found, idVendor=048d, idProduct=c100, bcdDevice=10.00
Jan 14 12:40:33 pomp kernel: usb 5-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 14 12:40:33 pomp kernel: usb 5-4: Product: ITE Device(8910)
Jan 14 12:40:33 pomp kernel: usb 5-4: Manufacturer: ITE Tech. Inc.
Jan 14 12:40:33 pomp systemd[1]: bpf-lsm: LSM BPF program attached
Jan 14 12:40:33 pomp kernel: usb 5-2.2: new full-speed USB device number 8 using xhci_hcd
Jan 14 12:40:33 pomp systemd[1]: Queued start job for default target Graphical Interface.
Jan 14 12:40:33 pomp systemd[1]: Created slice Slice /system/getty.
Jan 14 12:40:33 pomp systemd[1]: Created slice Slice /system/modprobe.
Jan 14 12:40:33 pomp systemd[1]: Created slice Slice /system/systemd-fsck.
Jan 14 12:40:33 pomp systemd[1]: Created slice User and Session Slice.
Jan 14 12:40:33 pomp systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jan 14 12:40:33 pomp systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jan 14 12:40:33 pomp systemd[1]: Expecting device /dev/disk/by-uuid/94A4-6F89...
Jan 14 12:40:33 pomp systemd[1]: Expecting device /dev/disk/by-uuid/b84c383c-1b7c-4378-a3a7-2a18bbe04649...
Jan 14 12:40:33 pomp systemd[1]: Reached target Login Prompts.
Jan 14 12:40:33 pomp systemd[1]: Reached target Local Integrity Protected Volumes.
Jan 14 12:40:33 pomp systemd[1]: Reached target Remote File Systems.
Jan 14 12:40:33 pomp systemd[1]: Reached target Slice Units.
Jan 14 12:40:33 pomp systemd[1]: Reached target Swaps.
Jan 14 12:40:33 pomp systemd[1]: Reached target Local Verity Protected Volumes.
Jan 14 12:40:33 pomp systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jan 14 12:40:33 pomp systemd[1]: Listening on LVM2 poll daemon socket.
Jan 14 12:40:33 pomp systemd[1]: Listening on Process Core Dump Socket.
Jan 14 12:40:33 pomp systemd[1]: Listening on Journal Socket (/dev/log).
Jan 14 12:40:33 pomp systemd[1]: Listening on Journal Socket.
Jan 14 12:40:33 pomp systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 14 12:40:33 pomp systemd[1]: Listening on udev Control Socket.
Jan 14 12:40:33 pomp systemd[1]: Listening on udev Kernel Socket.
Jan 14 12:40:33 pomp systemd[1]: Mounting Huge Pages File System...
Jan 14 12:40:33 pomp systemd[1]: Mounting POSIX Message Queue File System...
Jan 14 12:40:33 pomp systemd[1]: Mounting Kernel Debug File System...
Jan 14 12:40:33 pomp systemd[1]: Mounting Kernel Trace File System...
Jan 14 12:40:33 pomp systemd[1]: Mounting Temporary Directory /tmp...
Jan 14 12:40:33 pomp systemd[1]: Starting Create List of Static Device Nodes...
Jan 14 12:40:33 pomp systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jan 14 12:40:33 pomp kernel: usb 5-2.2: New USB device found, idVendor=594d, idProduct=4975, bcdDevice= 0.01
Jan 14 12:40:33 pomp kernel: usb 5-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 14 12:40:33 pomp kernel: usb 5-2.2: Product: WINGS HOTSWAP
Jan 14 12:40:33 pomp kernel: usb 5-2.2: Manufacturer: YMDK
Jan 14 12:40:33 pomp systemd[1]: Starting Load Kernel Module configfs...
Jan 14 12:40:33 pomp systemd[1]: Starting Load Kernel Module dm_mod...
Jan 14 12:40:33 pomp systemd[1]: Starting Load Kernel Module drm...
Jan 14 12:40:33 pomp systemd[1]: Starting Load Kernel Module fuse...
Jan 14 12:40:33 pomp systemd[1]: Starting Load Kernel Module loop...
Jan 14 12:40:33 pomp systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jan 14 12:40:33 pomp systemd[1]: Starting Journal Service...
Jan 14 12:40:33 pomp systemd[1]: Starting Load Kernel Modules...
Jan 14 12:40:33 pomp systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 14 12:40:33 pomp systemd[1]: Starting Remount Root and Kernel File Systems...
Jan 14 12:40:33 pomp systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 14 12:40:33 pomp systemd[1]: Starting Coldplug All udev Devices...
Jan 14 12:40:33 pomp systemd[1]: Starting Virtual Console Setup...
Jan 14 12:40:33 pomp systemd[1]: Mounted Huge Pages File System.
Jan 14 12:40:33 pomp systemd[1]: Mounted POSIX Message Queue File System.
Jan 14 12:40:33 pomp systemd[1]: Mounted Kernel Debug File System.
Jan 14 12:40:33 pomp systemd[1]: Mounted Kernel Trace File System.
Jan 14 12:40:33 pomp systemd[1]: Mounted Temporary Directory /tmp.
Jan 14 12:40:33 pomp kernel: loop: module loaded
Jan 14 12:40:33 pomp kernel: device-mapper: uevent: version 1.0.3
Jan 14 12:40:33 pomp kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Jan 14 12:40:33 pomp kernel: fuse: init (API version 7.39)
Jan 14 12:40:33 pomp systemd-journald[318]: Collecting audit messages is disabled.
Jan 14 12:40:33 pomp systemd[1]: Finished Create List of Static Device Nodes.
Jan 14 12:40:33 pomp kernel: EXT4-fs (nvme1n1p2): re-mounted 468ad9ac-6ba8-4b7f-8dbe-29dd585a117f r/w. Quota mode: none.
Jan 14 12:40:33 pomp systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jan 14 12:40:33 pomp systemd-journald[318]: Journal started
Jan 14 12:40:33 pomp systemd-journald[318]: Runtime Journal (/run/log/journal/4f0736fc0fa24c4eb7bd87c860084b17) is 8.0M, max 3.1G, 3.1G free.
Jan 14 12:40:33 pomp systemd-modules-load[319]: Inserted module 'crypto_user'
Jan 14 12:40:33 pomp systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jan 14 12:40:33 pomp systemd[1]: Finished Load Kernel Module configfs.
Jan 14 12:40:33 pomp systemd[1]: Started Journal Service.
Jan 14 12:40:33 pomp systemd[1]: Finished Load Kernel Module dm_mod.
Jan 14 12:40:33 pomp systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jan 14 12:40:33 pomp systemd[1]: modprobe@drm.service: Deactivated successfully.
Jan 14 12:40:33 pomp systemd[1]: Finished Load Kernel Module drm.
Jan 14 12:40:33 pomp systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jan 14 12:40:33 pomp systemd[1]: Finished Load Kernel Module fuse.
Jan 14 12:40:33 pomp systemd[1]: modprobe@loop.service: Deactivated successfully.
Jan 14 12:40:33 pomp systemd[1]: Finished Load Kernel Module loop.
Jan 14 12:40:33 pomp systemd[1]: Finished Remount Root and Kernel File Systems.
Jan 14 12:40:33 pomp systemd[1]: Finished Coldplug All udev Devices.
Jan 14 12:40:33 pomp kernel: usb 5-2.3: new full-speed USB device number 9 using xhci_hcd
Jan 14 12:40:33 pomp systemd[1]: Finished Virtual Console Setup.
Jan 14 12:40:33 pomp systemd[1]: Mounting FUSE Control File System...
Jan 14 12:40:33 pomp systemd[1]: Mounting Kernel Configuration File System...
Jan 14 12:40:33 pomp systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jan 14 12:40:33 pomp systemd[1]: Starting Flush Journal to Persistent Storage...
Jan 14 12:40:33 pomp systemd[1]: Starting Load/Save OS Random Seed...
Jan 14 12:40:33 pomp systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jan 14 12:40:33 pomp systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jan 14 12:40:33 pomp systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 14 12:40:33 pomp systemd[1]: Mounted FUSE Control File System.
Jan 14 12:40:33 pomp systemd[1]: Mounted Kernel Configuration File System.
Jan 14 12:40:33 pomp systemd-journald[318]: Time spent on flushing to /var/log/journal/4f0736fc0fa24c4eb7bd87c860084b17 is 46.488ms for 1083 entries.
Jan 14 12:40:33 pomp systemd-journald[318]: System Journal (/var/log/journal/4f0736fc0fa24c4eb7bd87c860084b17) is 435.0M, max 4.0G, 3.5G free.
Jan 14 12:40:33 pomp systemd-journald[318]: Received client request to flush runtime journal.
Jan 14 12:40:33 pomp systemd-journald[318]: /var/log/journal/4f0736fc0fa24c4eb7bd87c860084b17/system.journal: Journal file uses a different sequence number ID, rotating.
Jan 14 12:40:33 pomp systemd-journald[318]: Rotating system journal.
Jan 14 12:40:33 pomp systemd[1]: Finished Load/Save OS Random Seed.
Jan 14 12:40:33 pomp systemd[1]: Finished Flush Journal to Persistent Storage.
Jan 14 12:40:33 pomp kernel: usb 5-2.3: not running at top speed; connect to a high speed hub
Jan 14 12:40:33 pomp systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jan 14 12:40:33 pomp systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jan 14 12:40:33 pomp kernel: usb 5-2.3: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=71.60
Jan 14 12:40:33 pomp kernel: usb 5-2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 14 12:40:33 pomp kernel: usb 5-2.3: Product: USB2.1 Hub
Jan 14 12:40:33 pomp kernel: usb 5-2.3: Manufacturer: GenesysLogic
Jan 14 12:40:33 pomp systemd[1]: Starting Create Static Device Nodes in /dev...
Jan 14 12:40:33 pomp kernel: hub 5-2.3:1.0: USB hub found
Jan 14 12:40:33 pomp kernel: hub 5-2.3:1.0: 2 ports detected
Jan 14 12:40:33 pomp systemd[1]: Finished Create Static Device Nodes in /dev.
Jan 14 12:40:33 pomp systemd[1]: Reached target Preparation for Local File Systems.
Jan 14 12:40:33 pomp systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jan 14 12:40:34 pomp systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jan 14 12:40:34 pomp systemd-udevd[363]: Using default interface naming scheme 'v255'.
Jan 14 12:40:34 pomp systemd[1]: Started Rule-based Manager for Device Events and Files.
Jan 14 12:40:34 pomp systemd[1]: Starting Show Plymouth Boot Screen...
Jan 14 12:40:34 pomp systemd[1]: Received SIGRTMIN+20 from PID 381 (plymouthd).
Jan 14 12:40:34 pomp systemd[1]: Started Show Plymouth Boot Screen.
Jan 14 12:40:34 pomp systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Jan 14 12:40:34 pomp systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Jan 14 12:40:34 pomp systemd[1]: Reached target Local Encrypted Volumes.
Jan 14 12:40:34 pomp systemd[1]: Reached target Path Units.
Jan 14 12:40:34 pomp systemd[1]: Found device SHPP41-1000GM 1.
Jan 14 12:40:34 pomp systemd[1]: Found device SHPP41-1000GM 3.
Jan 14 12:40:34 pomp kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Jan 14 12:40:34 pomp kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Jan 14 12:40:34 pomp kernel: input: SteelSeries Arctis Nova Pro Wireless as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-1/5-1.2/5-1.2:1.3/0003:1038:12E0.0001/input/input6
Jan 14 12:40:34 pomp kernel: nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
Jan 14 12:40:34 pomp kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Jan 14 12:40:34 pomp kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Jan 14 12:40:34 pomp kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Jan 14 12:40:34 pomp kernel: usb 5-2.4: new full-speed USB device number 10 using xhci_hcd
Jan 14 12:40:34 pomp systemd[1]: Mounting /mnt/b84c383c-1b7c-4378-a3a7-2a18bbe04649...
Jan 14 12:40:34 pomp systemd[1]: Starting File System Check on /dev/disk/by-uuid/94A4-6F89...
Jan 14 12:40:34 pomp kernel: EXT4-fs (nvme1n1p3): mounted filesystem b84c383c-1b7c-4378-a3a7-2a18bbe04649 r/w with ordered data mode. Quota mode: none.
Jan 14 12:40:34 pomp systemd-fsck[454]: fsck.fat 4.2 (2021-01-31)
Jan 14 12:40:34 pomp systemd-fsck[454]: /dev/nvme1n1p1: 374 files, 67212/127746 clusters
Jan 14 12:40:34 pomp systemd[1]: Mounted /mnt/b84c383c-1b7c-4378-a3a7-2a18bbe04649.
Jan 14 12:40:34 pomp kernel: hid-generic 0003:1038:12E0.0001: input,hidraw0: USB HID v1.00 Device [SteelSeries Arctis Nova Pro Wireless] on usb-0000:06:00.4-1.2/input3
Jan 14 12:40:34 pomp kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Jan 14 12:40:34 pomp kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jan 14 12:40:34 pomp kernel: hid-generic 0003:1038:12E0.0002: hiddev96,hidraw1: USB HID v1.00 Device [SteelSeries Arctis Nova Pro Wireless] on usb-0000:06:00.4-1.2/input4
Jan 14 12:40:34 pomp kernel: hid-generic 0003:1532:0531.0003: No inputs registered, leaving
Jan 14 12:40:34 pomp kernel: hid-generic 0003:1532:0531.0003: hidraw2: USB HID v1.11 Device [Razer Inc Razer Seiren Mini] on usb-0000:06:00.4-2.1/input2
Jan 14 12:40:34 pomp kernel: input: MSFT0001:00 04F3:3186 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3186.0004/input/input9
Jan 14 12:40:34 pomp kernel: input: MSFT0001:00 04F3:3186 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3186.0004/input/input10
Jan 14 12:40:34 pomp kernel: hid-generic 0018:04F3:3186.0004: input,hidraw3: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3186] on i2c-MSFT0001:00
Jan 14 12:40:34 pomp kernel: input: ITE Tech. Inc. ITE Device(8910) Keyboard as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-4/5-4:1.0/0003:048D:C100.0005/input/input11
Jan 14 12:40:34 pomp systemd[1]: Finished File System Check on /dev/disk/by-uuid/94A4-6F89.
Jan 14 12:40:34 pomp systemd[1]: Mounting /boot...
Jan 14 12:40:34 pomp kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Jan 14 12:40:34 pomp kernel: cryptd: max_cpu_qlen set to 1000
Jan 14 12:40:34 pomp kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Jan 14 12:40:34 pomp kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Jan 14 12:40:34 pomp kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input13
Jan 14 12:40:34 pomp kernel: input: ITE Tech. Inc. ITE Device(8910) Wireless Radio Control as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-4/5-4:1.0/0003:048D:C100.0005/input/input12
Jan 14 12:40:34 pomp systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jan 14 12:40:34 pomp systemd[1]: Mounted /boot.
Jan 14 12:40:34 pomp kernel: hid-generic 0003:048D:C100.0005: input,hiddev97,hidraw4: USB HID v1.10 Keyboard [ITE Tech. Inc. ITE Device(8910)] on usb-0000:06:00.4-4/input0
Jan 14 12:40:34 pomp kernel: AVX2 version of gcm_enc/dec engaged.
Jan 14 12:40:34 pomp kernel: AES CTR mode by8 optimization enabled
Jan 14 12:40:34 pomp kernel: input: YMDK WINGS HOTSWAP as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.2/5-2.2:1.0/0003:594D:4975.0006/input/input14
Jan 14 12:40:34 pomp systemd[1]: Reached target Local File Systems.
Jan 14 12:40:34 pomp systemd[1]: Listening on System Extension Image Management (Varlink).
Jan 14 12:40:34 pomp systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jan 14 12:40:34 pomp systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Jan 14 12:40:34 pomp systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jan 14 12:40:34 pomp systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jan 14 12:40:34 pomp systemd[1]: Starting Create Volatile Files and Directories...
Jan 14 12:40:34 pomp systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Jan 14 12:40:34 pomp kernel: r8169 0000:03:00.0 eth0: RTL8168h/8111h, 8c:8c:aa:37:28:9d, XID 541, IRQ 96
Jan 14 12:40:34 pomp kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jan 14 12:40:34 pomp kernel: r8169 0000:03:00.0 eno1: renamed from eth0
Jan 14 12:40:34 pomp kernel: hid-generic 0003:594D:4975.0006: input,hidraw5: USB HID v1.11 Keyboard [YMDK WINGS HOTSWAP] on usb-0000:06:00.4-2.2/input0
Jan 14 12:40:34 pomp kernel: nvidia: loading out-of-tree module taints kernel.
Jan 14 12:40:34 pomp kernel: nvidia: module license 'NVIDIA' taints kernel.
Jan 14 12:40:34 pomp kernel: Disabling lock debugging due to kernel taint
Jan 14 12:40:34 pomp kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jan 14 12:40:34 pomp kernel: nvidia: module license taints kernel.
Jan 14 12:40:34 pomp kernel: hid-generic 0003:594D:4975.0007: hiddev98,hidraw6: USB HID v1.11 Device [YMDK WINGS HOTSWAP] on usb-0000:06:00.4-2.2/input1
Jan 14 12:40:34 pomp kernel: input: YMDK WINGS HOTSWAP Mouse as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.2/5-2.2:1.2/0003:594D:4975.0008/input/input15
Jan 14 12:40:34 pomp systemd[1]: Stopped Virtual Console Setup.
Jan 14 12:40:34 pomp systemd[1]: Stopping Virtual Console Setup...
Jan 14 12:40:34 pomp systemd[1]: Starting Virtual Console Setup...
Jan 14 12:40:34 pomp kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jan 14 12:40:34 pomp kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jan 14 12:40:34 pomp kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jan 14 12:40:34 pomp kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jan 14 12:40:34 pomp kernel: cfg80211: failed to load regulatory.db
Jan 14 12:40:34 pomp kernel: usb 5-2.4: New USB device found, idVendor=056a, idProduct=037a, bcdDevice= 1.00
Jan 14 12:40:34 pomp kernel: usb 5-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jan 14 12:40:34 pomp kernel: usb 5-2.4: Product: CTL-472
Jan 14 12:40:34 pomp kernel: usb 5-2.4: Manufacturer: Wacom Co.,Ltd.
Jan 14 12:40:34 pomp kernel: usb 5-2.4: SerialNumber: 0LE00L1074450
Jan 14 12:40:34 pomp systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Jan 14 12:40:34 pomp kernel: Intel(R) Wireless WiFi driver for Linux
Jan 14 12:40:34 pomp kernel: iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
Jan 14 12:40:34 pomp kernel: input: YMDK WINGS HOTSWAP System Control as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.2/5-2.2:1.2/0003:594D:4975.0008/input/input16
Jan 14 12:40:34 pomp systemd[1]: Finished Virtual Console Setup.
Jan 14 12:40:34 pomp systemd[1]: Received SIGRTMIN+20 from PID 381 (plymouthd).
Jan 14 12:40:34 pomp kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Jan 14 12:40:34 pomp kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jan 14 12:40:34 pomp kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jan 14 12:40:34 pomp kernel: snd_hda_intel 0000:06:00.6: enabling device (0000 -> 0002)
Jan 14 12:40:34 pomp kernel: iwlwifi 0000:04:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
Jan 14 12:40:34 pomp kernel: iwlwifi 0000:04:00.0: PCI dev 2723/0084, rev=0x340, rfid=0x10a100
Jan 14 12:40:34 pomp kernel: input: MSFT0001:00 04F3:3186 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3186.0004/input/input19
Jan 14 12:40:34 pomp kernel: iwlwifi 0000:04:00.0: api flags index 2 larger than supported by driver
Jan 14 12:40:34 pomp kernel: iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Jan 14 12:40:34 pomp kernel: iwlwifi 0000:04:00.0: loaded firmware version 77.ad46c98b.0 cc-a0-77.ucode op_mode iwlmvm
Jan 14 12:40:34 pomp kernel: snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
Jan 14 12:40:34 pomp kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input21
Jan 14 12:40:34 pomp kernel: usb 5-2.3.1: new full-speed USB device number 11 using xhci_hcd
Jan 14 12:40:34 pomp kernel: input: Wacom Co.,Ltd. CTL-472 Mouse as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4:1.0/0003:056A:037A.0009/input/input25
Jan 14 12:40:34 pomp kernel: input: YMDK WINGS HOTSWAP Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.2/5-2.2:1.2/0003:594D:4975.0008/input/input17
Jan 14 12:40:34 pomp kernel: input: MSFT0001:00 04F3:3186 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3186.0004/input/input20
Jan 14 12:40:34 pomp kernel: input: YMDK WINGS HOTSWAP Keyboard as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.2/5-2.2:1.2/0003:594D:4975.0008/input/input18
Jan 14 12:40:34 pomp kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input22
Jan 14 12:40:34 pomp kernel: hid-generic 0003:056A:037A.0009: input,hiddev99,hidraw3: USB HID v1.10 Mouse [Wacom Co.,Ltd. CTL-472] on usb-0000:06:00.4-2.4/input0
Jan 14 12:40:34 pomp kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input23
Jan 14 12:40:34 pomp kernel: hid-multitouch 0018:04F3:3186.0004: input,hidraw7: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3186] on i2c-MSFT0001:00
Jan 14 12:40:34 pomp kernel: hid-generic 0003:594D:4975.0008: input,hidraw8: USB HID v1.11 Mouse [YMDK WINGS HOTSWAP] on usb-0000:06:00.4-2.2/input2
Jan 14 12:40:34 pomp kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input24
Jan 14 12:40:34 pomp kernel: hid-generic 0003:056A:037A.000A: hiddev100,hidraw9: USB HID v1.10 Device [Wacom Co.,Ltd. CTL-472] on usb-0000:06:00.4-2.4/input1
Jan 14 12:40:34 pomp kernel: usbcore: registered new interface driver usbhid
Jan 14 12:40:34 pomp kernel: usbhid: USB HID core driver
Jan 14 12:40:34 pomp kernel: usb 5-2.3.1: New USB device found, idVendor=1532, idProduct=007b, bcdDevice= 2.00
Jan 14 12:40:34 pomp kernel: usb 5-2.3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 14 12:40:34 pomp kernel: usb 5-2.3.1: Product: Razer Viper Ultimate Dongle
Jan 14 12:40:34 pomp kernel: usb 5-2.3.1: Manufacturer: Razer
Jan 14 12:40:34 pomp kernel: ideapad_acpi VPC2004:00: DYTC interface is not available
Jan 14 12:40:34 pomp systemd[1]: Finished Create Volatile Files and Directories.
Jan 14 12:40:34 pomp systemd[1]: Created slice Slice /system/systemd-backlight.
Jan 14 12:40:34 pomp systemd[1]: Reached target Sound Card.
Jan 14 12:40:34 pomp kernel: input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.1/5-2.3.1:1.0/0003:1532:007B.000B/input/input27
Jan 14 12:40:34 pomp kernel: hid-generic 0003:1532:007B.000B: input,hidraw10: USB HID v1.11 Mouse [Razer Razer Viper Ultimate Dongle] on usb-0000:06:00.4-2.3.1/input0
Jan 14 12:40:34 pomp kernel: input: Razer Razer Viper Ultimate Dongle Keyboard as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.1/5-2.3.1:1.1/0003:1532:007B.000C/input/input28
Jan 14 12:40:34 pomp systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:platform::kbd_backlight...
Jan 14 12:40:34 pomp systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 14 12:40:34 pomp systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jan 14 12:40:34 pomp systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jan 14 12:40:34 pomp systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jan 14 12:40:34 pomp systemd[1]: Starting Load/Save RF Kill Switch Status...
Jan 14 12:40:34 pomp systemd[1]: Starting Network Time Synchronization...
Jan 14 12:40:34 pomp systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jan 14 12:40:34 pomp systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jan 14 12:40:34 pomp kernel: input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.1/5-2.3.1:1.1/0003:1532:007B.000C/input/input29
Jan 14 12:40:34 pomp kernel: hid-generic 0003:1532:007B.000C: input,hidraw11: USB HID v1.11 Keyboard [Razer Razer Viper Ultimate Dongle] on usb-0000:06:00.4-2.3.1/input1
Jan 14 12:40:34 pomp kernel: input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.1/5-2.3.1:1.2/0003:1532:007B.000D/input/input30
Jan 14 12:40:34 pomp systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:platform::kbd_backlight.
Jan 14 12:40:34 pomp systemd[1]: Started Load/Save RF Kill Switch Status.
Jan 14 12:40:34 pomp kernel: hid-generic 0003:1532:007B.000D: input,hidraw12: USB HID v1.11 Keyboard [Razer Razer Viper Ultimate Dongle] on usb-0000:06:00.4-2.3.1/input2
Jan 14 12:40:34 pomp kernel: mousedev: PS/2 mouse device common for all mice
Jan 14 12:40:34 pomp kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 511
Jan 14 12:40:34 pomp kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
Jan 14 12:40:34 pomp kernel: NVRM: This can occur when a driver such as: 
                             NVRM: nouveau, rivafb, nvidiafb or rivatv 
                             NVRM: was loaded and obtained ownership of the NVIDIA device(s).
Jan 14 12:40:34 pomp kernel: NVRM: Try unloading the conflicting kernel module (and/or
                             NVRM: reconfigure your kernel without the conflicting
                             NVRM: driver(s)), then try loading the NVIDIA kernel module
                             NVRM: again.
Jan 14 12:40:34 pomp kernel: NVRM: No NVIDIA devices probed.
Jan 14 12:40:34 pomp kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 511
Jan 14 12:40:34 pomp systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jan 14 12:40:34 pomp (udev-worker)[366]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:34 pomp (udev-worker)[399]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:34 pomp systemd[1]: Started Network Time Synchronization.
Jan 14 12:40:34 pomp systemd[1]: Reached target System Time Set.
Jan 14 12:40:34 pomp kernel: usb 5-2.3.2: new full-speed USB device number 12 using xhci_hcd
Jan 14 12:40:34 pomp kernel: mc: Linux media interface: v0.10
Jan 14 12:40:34 pomp kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jan 14 12:40:34 pomp kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jan 14 12:40:34 pomp kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jan 14 12:40:34 pomp kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Jan 14 12:40:34 pomp kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Jan 14 12:40:34 pomp kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Jan 14 12:40:34 pomp kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Jan 14 12:40:34 pomp kernel: ccp 0000:06:00.2: enabling device (0000 -> 0002)
Jan 14 12:40:34 pomp kernel: ccp 0000:06:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Jan 14 12:40:34 pomp kernel: snd_rn_pci_acp3x 0000:06:00.5: enabling device (0000 -> 0002)
Jan 14 12:40:34 pomp kernel: ccp 0000:06:00.2: tee enabled
Jan 14 12:40:34 pomp kernel: ccp 0000:06:00.2: psp enabled
Jan 14 12:40:34 pomp kernel: iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Jan 14 12:40:34 pomp kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Jan 14 12:40:35 pomp kernel: input: Wacom One by Wacom S Pen as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.4/5-2.4:1.0/0003:056A:037A.0009/input/input31
Jan 14 12:40:35 pomp kernel: wacom 0003:056A:037A.0009: hidraw3: USB HID v1.10 Mouse [Wacom Co.,Ltd. CTL-472] on usb-0000:06:00.4-2.4/input0
Jan 14 12:40:35 pomp kernel: videodev: Linux video capture interface: v2.00
Jan 14 12:40:35 pomp systemd-modules-load[319]: Failed to insert module 'nvidia_uvm': No such device
Jan 14 12:40:35 pomp kernel: Bluetooth: Core ver 2.22
Jan 14 12:40:35 pomp kernel: NET: Registered PF_BLUETOOTH protocol family
Jan 14 12:40:35 pomp kernel: Bluetooth: HCI device and connection manager initialized
Jan 14 12:40:35 pomp kernel: Bluetooth: HCI socket layer initialized
Jan 14 12:40:35 pomp kernel: Bluetooth: L2CAP socket layer initialized
Jan 14 12:40:35 pomp kernel: Bluetooth: SCO socket layer initialized
Jan 14 12:40:35 pomp kernel: kvm_amd: TSC scaling supported
Jan 14 12:40:35 pomp kernel: kvm_amd: Nested Virtualization enabled
Jan 14 12:40:35 pomp kernel: kvm_amd: Nested Paging enabled
Jan 14 12:40:35 pomp kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Jan 14 12:40:35 pomp kernel: kvm_amd: Virtual GIF supported
Jan 14 12:40:35 pomp kernel: kvm_amd: LBR virtualization supported
Jan 14 12:40:35 pomp kernel: usb 5-2.3.2: New USB device found, idVendor=1532, idProduct=007e, bcdDevice= 2.00
Jan 14 12:40:35 pomp kernel: usb 5-2.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jan 14 12:40:35 pomp kernel: usb 5-2.3.2: Product: Razer Mouse Dock
Jan 14 12:40:35 pomp kernel: usb 5-2.3.2: Manufacturer: RAZER
Jan 14 12:40:35 pomp kernel: vboxdrv: Found 16 processor cores/threads
Jan 14 12:40:35 pomp kernel: MCE: In-kernel MCE decoding enabled.
Jan 14 12:40:35 pomp systemd-modules-load[319]: Inserted module 'vboxdrv'
Jan 14 12:40:35 pomp systemd-modules-load[319]: Inserted module 'vboxnetadp'
Jan 14 12:40:35 pomp kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2894539497 Hz
Jan 14 12:40:35 pomp kernel: vboxdrv: Successfully loaded version 7.0.12 r159484 (interface 0x00330004)
Jan 14 12:40:35 pomp kernel: usb 3-3: Found UVC 1.00 device Integrated Camera (13d3:56ff)
Jan 14 12:40:35 pomp kernel: VBoxNetAdp: Successfully started.
Jan 14 12:40:35 pomp systemd-modules-load[319]: Inserted module 'vboxnetflt'
Jan 14 12:40:35 pomp kernel: VBoxNetFlt: Successfully started.
Jan 14 12:40:35 pomp kernel: usbcore: registered new interface driver uvcvideo
Jan 14 12:40:35 pomp kernel: iwlwifi 0000:04:00.0: Detected RF HR B3, rfid=0x10a100
Jan 14 12:40:35 pomp systemd[1]: Finished Load Kernel Modules.
Jan 14 12:40:35 pomp kernel: iwlwifi 0000:04:00.0: base HW address: 08:5b:d6:60:7c:2d
Jan 14 12:40:35 pomp systemd[1]: Starting Apply Kernel Variables...
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Boot Address: 0x24800
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Firmware Version: 255-255.255
Jan 14 12:40:35 pomp kernel: iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
Jan 14 12:40:35 pomp kernel: usb 5-3: USB disconnect, device number 5
Jan 14 12:40:35 pomp kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input37
Jan 14 12:40:35 pomp kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:06:00.6/sound/card1/input38
Jan 14 12:40:35 pomp kernel: usbcore: registered new interface driver btusb
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: FW download error recovery failed (-19)
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: sending frame failed (-19)
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Reading supported features failed (-19)
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Error reading debug features
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: sending frame failed (-19)
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Failed to read MSFT supported features (-19)
Jan 14 12:40:35 pomp kernel: input: RAZER Razer Mouse Dock as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.2/5-2.3.2:1.0/0003:1532:007E.000E/input/input39
Jan 14 12:40:35 pomp kernel: hid-generic 0003:1532:007E.000E: input,hidraw9: USB HID v1.11 Mouse [RAZER Razer Mouse Dock] on usb-0000:06:00.4-2.3.2/input0
Jan 14 12:40:35 pomp kernel: input: RAZER Razer Mouse Dock Keyboard as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.2/5-2.3.2:1.1/0003:1532:007E.000F/input/input40
Jan 14 12:40:35 pomp kernel: nvidia-gpu 0000:01:00.3: i2c timeout error e0000000
Jan 14 12:40:35 pomp kernel: ucsi_ccg 23-0008: i2c_transfer failed -110
Jan 14 12:40:35 pomp kernel: ucsi_ccg 23-0008: ucsi_ccg_init failed - -110
Jan 14 12:40:35 pomp kernel: ucsi_ccg: probe of 23-0008 failed with error -110
Jan 14 12:40:35 pomp systemd[1]: Finished Apply Kernel Variables.
Jan 14 12:40:35 pomp systemd[1]: Reached target Bluetooth Support.
Jan 14 12:40:35 pomp systemd[1]: Reached target System Initialization.
Jan 14 12:40:35 pomp systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jan 14 12:40:35 pomp systemd[1]: Started Daily verification of password and group files.
Jan 14 12:40:35 pomp systemd[1]: Started Daily Cleanup of Temporary Directories.
Jan 14 12:40:35 pomp systemd[1]: Reached target Timer Units.
Jan 14 12:40:35 pomp systemd[1]: Listening on D-Bus System Message Bus Socket.
Jan 14 12:40:35 pomp systemd[1]: Starting Docker Socket for the API...
Jan 14 12:40:35 pomp systemd[1]: Starting D-Bus System Message Bus...
Jan 14 12:40:35 pomp systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 14 12:40:35 pomp systemd[1]: Stopped target Bluetooth Support.
Jan 14 12:40:35 pomp systemd[1]: Listening on Docker Socket for the API.
Jan 14 12:40:35 pomp systemd[1]: Reached target Socket Units.
Jan 14 12:40:35 pomp systemd[1]: Started D-Bus System Message Bus.
Jan 14 12:40:35 pomp systemd[1]: Reached target Basic System.
Jan 14 12:40:35 pomp systemd[1]: Starting Network Manager...
Jan 14 12:40:35 pomp systemd[1]: Starting User Login Management...
Jan 14 12:40:35 pomp systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jan 14 12:40:35 pomp kernel: input: RAZER Razer Mouse Dock as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.2/5-2.3.2:1.1/0003:1532:007E.000F/input/input41
Jan 14 12:40:35 pomp kernel: hid-generic 0003:1532:007E.000F: input,hidraw13: USB HID v1.11 Keyboard [RAZER Razer Mouse Dock] on usb-0000:06:00.4-2.3.2/input1
Jan 14 12:40:35 pomp dbus-broker-launch[686]: Ready
Jan 14 12:40:35 pomp kernel: input: RAZER Razer Mouse Dock as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.2/5-2.3.2:1.2/0003:1532:007E.0010/input/input42
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.3525] NetworkManager (version 1.44.2-3) is starting... (boot:336128bf-0720-45b3-883e-3ac720ac660b)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.3526] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.3586] manager[0x5579d0a75330]: monitoring kernel firmware directory '/lib/firmware'.
Jan 14 12:40:35 pomp systemd-logind[689]: Watching system buttons on /dev/input/event2 (Power Button)
Jan 14 12:40:35 pomp systemd-logind[689]: Watching system buttons on /dev/input/event1 (Power Button)
Jan 14 12:40:35 pomp systemd-logind[689]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jan 14 12:40:35 pomp systemd[1]: Starting Hostname Service...
Jan 14 12:40:35 pomp systemd-logind[689]: Watching system buttons on /dev/input/event13 (YMDK WINGS HOTSWAP)
Jan 14 12:40:35 pomp systemd-logind[689]: Watching system buttons on /dev/input/event9 (YMDK WINGS HOTSWAP System Control)
Jan 14 12:40:35 pomp systemd-logind[689]: Watching system buttons on /dev/input/event15 (YMDK WINGS HOTSWAP Consumer Control)
Jan 14 12:40:35 pomp systemd-logind[689]: Watching system buttons on /dev/input/event20 (YMDK WINGS HOTSWAP Keyboard)
Jan 14 12:40:35 pomp systemd-logind[689]: Watching system buttons on /dev/input/event10 (ITE Tech. Inc. ITE Device(8910) Keyboard)
Jan 14 12:40:35 pomp systemd-logind[689]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Jan 14 12:40:35 pomp systemd-logind[689]: New seat seat0.
Jan 14 12:40:35 pomp systemd[1]: Started User Login Management.
Jan 14 12:40:35 pomp kernel: hid-generic 0003:1532:007E.0010: input,hidraw14: USB HID v1.11 Keyboard [RAZER Razer Mouse Dock] on usb-0000:06:00.4-2.3.2/input2
Jan 14 12:40:35 pomp systemd[1]: Started Hostname Service.
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4035] hostname: hostname: using hostnamed
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4036] hostname: static hostname changed from (none) to "pomp"
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4039] dns-mgr: init: dns=default,systemd-resolved rc-manager=immutable
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4050] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:04:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4051] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/rfkill/rfkill0) (platform driver ideapad_acpi)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4064] manager[0x5579d0a75330]: rfkill: Wi-Fi hardware radio set disabled
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4064] manager[0x5579d0a75330]: rfkill: WWAN hardware radio set enabled
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4250] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4259] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4264] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
Jan 14 12:40:35 pomp razer_mount[754]: Driver razermouse
Jan 14 12:40:35 pomp razer_mount[755]: Driver razeraccessory
Jan 14 12:40:35 pomp razer_mount[757]: Device_ID 5-2.3.2
Jan 14 12:40:35 pomp razer_mount[756]: Device_ID 5-2.3.1
Jan 14 12:40:35 pomp razer_mount[758]: Modprobing razeraccessory
Jan 14 12:40:35 pomp razer_mount[759]: Modprobing razermouse
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4298] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4301] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4306] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4308] manager: rfkill: Wi-Fi disabled by radio killswitch; disabled by state file
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4308] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4308] manager: Networking is enabled by state file
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4311] settings: Loaded settings plugin: keyfile (internal)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4328] dhcp: init: Using DHCP client 'internal'
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4329] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4336] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4339] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4342] device (lo): Activation: starting connection 'lo' (f4d484a4-25b1-49aa-914c-bcd9a4d92d1e)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4347] manager: (eno1): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4353] settings: (eno1): created default wired connection 'Wired connection 1'
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.4353] device (eno1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 14 12:40:35 pomp kernel: Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Jan 14 12:40:35 pomp systemd[1]: Starting Network Manager Script Dispatcher Service...
Jan 14 12:40:35 pomp systemd[1]: Started Network Manager Script Dispatcher Service.
Jan 14 12:40:35 pomp kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 510
Jan 14 12:40:35 pomp kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
Jan 14 12:40:35 pomp kernel: NVRM: This can occur when a driver such as: 
                             NVRM: nouveau, rivafb, nvidiafb or rivatv 
                             NVRM: was loaded and obtained ownership of the NVIDIA device(s).
Jan 14 12:40:35 pomp kernel: NVRM: Try unloading the conflicting kernel module (and/or
                             NVRM: reconfigure your kernel without the conflicting
                             NVRM: driver(s)), then try loading the NVIDIA kernel module
                             NVRM: again.
Jan 14 12:40:35 pomp kernel: NVRM: No NVIDIA devices probed.
Jan 14 12:40:35 pomp kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 510
Jan 14 12:40:35 pomp kernel: intel_rapl_common: Found RAPL domain package
Jan 14 12:40:35 pomp kernel: intel_rapl_common: Found RAPL domain core
Jan 14 12:40:35 pomp (udev-worker)[372]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:35 pomp (udev-worker)[395]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:35 pomp kernel: usbcore: registered new interface driver snd-usb-audio
Jan 14 12:40:35 pomp kernel: input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.1/5-2.3.1:1.0/0003:1532:007B.000B/input/input43
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6640] device (wlp4s0): driver supports Access Point (AP) mode
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6647] manager: (wlp4s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6650] device (wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jan 14 12:40:35 pomp kernel: r8169 0000:03:00.0 eno1: Link is Down
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6657] device (wlp4s0): set-hw-addr: set MAC address to 8A:59:FD:C3:13:9E (scanning)
Jan 14 12:40:35 pomp systemd[1]: Started Network Manager.
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6664] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jan 14 12:40:35 pomp systemd[1]: Reached target Network.
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6676] ovsdb: disconnected from ovsdb
Jan 14 12:40:35 pomp systemd[1]: Starting Network Manager Wait Online...
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6677] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6678] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6680] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6685] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:35 pomp systemd[1]: Starting containerd container runtime...
Jan 14 12:40:35 pomp systemd[1]: Starting Permit User Sessions...
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6706] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6707] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:35 pomp NetworkManager[688]: <info>  [1705203635.6710] device (lo): Activation: successful, device activated.
Jan 14 12:40:35 pomp kernel: usb 5-3: new full-speed USB device number 13 using xhci_hcd
Jan 14 12:40:35 pomp systemd[1]: Finished Permit User Sessions.
Jan 14 12:40:35 pomp systemd[1]: Starting GNOME Display Manager...
Jan 14 12:40:35 pomp systemd[1]: Starting Hold until boot process finishes up...
Jan 14 12:40:35 pomp systemd[1]: Started GNOME Display Manager.
Jan 14 12:40:35 pomp systemd[1]: Received SIGRTMIN+21 from PID 381 (plymouthd).
Jan 14 12:40:35 pomp kernel: razermouse 0003:1532:007B.000B: input,hidraw10: USB HID v1.11 Mouse [Razer Razer Viper Ultimate Dongle] on usb-0000:06:00.4-2.3.1/input0
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.779811299+09:00" level=info msg="starting containerd" revision=64b8a811b07ba6288238eefc14d898ee0b5b99ba.m version=v1.7.11
Jan 14 12:40:35 pomp kernel: input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.1/5-2.3.1:1.1/0003:1532:007B.000C/input/input44
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.796358096+09:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.799771310+09:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/6.6.10-arch1-1\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.799831373+09:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.799859938+09:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.800776745+09:00" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.800822491+09:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.800959939+09:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.800982777+09:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.801190275+09:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.801214720+09:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.801236510+09:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.801255158+09:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.801359640+09:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.801517412+09:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.801604713+09:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/containerd/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.801617005+09:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.801672390+09:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.801690618+09:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.801700117+09:00" level=info msg="metadata content store policy set" policy=shared
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.802485272+09:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.802509647+09:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.802524034+09:00" level=info msg="loading plugin \"io.containerd.lease.v1.manager\"..." type=io.containerd.lease.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.802538212+09:00" level=info msg="loading plugin \"io.containerd.streaming.v1.manager\"..." type=io.containerd.streaming.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.802550225+09:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.802597368+09:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803344250+09:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803405850+09:00" level=info msg="loading plugin \"io.containerd.runtime.v2.shim\"..." type=io.containerd.runtime.v2
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803419260+09:00" level=info msg="loading plugin \"io.containerd.sandbox.store.v1.local\"..." type=io.containerd.sandbox.store.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803432180+09:00" level=info msg="loading plugin \"io.containerd.sandbox.controller.v1.local\"..." type=io.containerd.sandbox.controller.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803443984+09:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803455577+09:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803466053+09:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803478346+09:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803491266+09:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803503628+09:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803518015+09:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803528911+09:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803550003+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803562784+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803577660+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803589952+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803601406+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803613419+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803624244+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803639120+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803651552+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandbox-controllers\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803663704+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.sandboxes\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803674739+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803685285+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.streaming\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803698485+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803712454+09:00" level=info msg="loading plugin \"io.containerd.transfer.v1.local\"..." type=io.containerd.transfer.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803728517+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.transfer\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803740111+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.803750517+09:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804255819+09:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804270974+09:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804281031+09:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804291577+09:00" level=info msg="skipping tracing processor initialization (no tracing plugin)" error="no OpenTelemetry endpoint: skip plugin"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804557743+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804573597+09:00" level=info msg="loading plugin \"io.containerd.nri.v1.nri\"..." type=io.containerd.nri.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804584422+09:00" level=info msg="NRI interface is disabled by configuration."
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804593920+09:00" level=info msg="loading plugin \"io.containerd.grpc.v1.cri\"..." type=io.containerd.grpc.v1
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804650701+09:00" level=info msg="Start cri plugin with config {PluginConfig:{ContainerdConfig:{Snapshotter:overlayfs DefaultRuntimeName:runc DefaultRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} UntrustedWorkloadRuntime:{Type: Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:} Runtimes:map[runc:{Type:io.containerd.runc.v2 Path: Engine: PodAnnotations:[] ContainerAnnotations:[] Root: Options:map[BinaryName: CriuImagePath: CriuPath: CriuWorkPath: IoGid:0 IoUid:0 NoNewKeyring:false NoPivotRoot:false Root: ShimCgroup: SystemdCgroup:false] PrivilegedWithoutHostDevices:false PrivilegedWithoutHostDevicesAllDevicesAllowed:false BaseRuntimeSpec: NetworkPluginConfDir: NetworkPluginMaxConfNum:0 Snapshotter: SandboxMode:podsandbox}] NoPivot:false DisableSnapshotAnnotations:true DiscardUnpackedLayers:false IgnoreBlockIONotEnabledErrors:false IgnoreRdtNotEnabledErrors:false} CniConfig:{NetworkPluginBinDir:/opt/cni/bin NetworkPluginConfDir:/etc/cni/net.d NetworkPluginMaxConfNum:1 NetworkPluginSetupSerially:false NetworkPluginConfTemplate: IPPreference:} Registry:{ConfigPath: Mirrors:map[] Configs:map[] Auths:map[] Headers:map[]} ImageDecryption:{KeyModel:node} DisableTCPService:true StreamServerAddress:127.0.0.1 StreamServerPort:0 StreamIdleTimeout:4h0m0s EnableSelinux:false SelinuxCategoryRange:1024 SandboxImage:registry.k8s.io/pause:3.8 StatsCollectPeriod:10 SystemdCgroup:false EnableTLSStreaming:false X509KeyPairStreaming:{TLSCertFile: TLSKeyFile:} MaxContainerLogLineSize:16384 DisableCgroup:false DisableApparmor:false RestrictOOMScoreAdj:false MaxConcurrentDownloads:3 DisableProcMount:false UnsetSeccompProfile: TolerateMissingHugetlbController:true DisableHugetlbController:true DeviceOwnershipFromSecurityContext:false IgnoreImageDefinedVolumes:false NetNSMountsUnderStateDir:false EnableUnprivilegedPorts:false EnableUnprivilegedICMP:false EnableCDI:false CDISpecDirs:[/etc/cdi /var/run/cdi] ImagePullProgressTimeout:5m0s DrainExecSyncIOTimeout:0s} ContainerdRootDir:/var/lib/containerd ContainerdEndpoint:/run/containerd/containerd.sock RootDir:/var/lib/containerd/io.containerd.grpc.v1.cri StateDir:/run/containerd/io.containerd.grpc.v1.cri}"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804692676+09:00" level=info msg="Connect containerd service"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804710765+09:00" level=info msg="using legacy CRI server"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804718308+09:00" level=info msg="using experimental NRI integration - disable nri plugin to prevent this"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.804872308+09:00" level=info msg="Get image filesystem path \"/var/lib/containerd/io.containerd.snapshotter.v1.overlayfs\""
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.806145933+09:00" level=error msg="failed to load cni during init, please check CRI plugin status before setting up network for pods" error="cni config load failed: no network config found in /etc/cni/net.d: cni plugin not initialized: failed to load cni config"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.806459451+09:00" level=info msg="Start subscribing containerd event"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.806521400+09:00" level=info msg="Start recovering state"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.806734556+09:00" level=info msg="Start event monitor"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.806754670+09:00" level=info msg="Start snapshots syncer"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.806767451+09:00" level=info msg="Start cni network conf syncer for default"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.806780023+09:00" level=info msg="Start streaming server"
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.806796994+09:00" level=info msg=serving... address=/run/containerd/containerd.sock.ttrpc
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.806832194+09:00" level=info msg=serving... address=/run/containerd/containerd.sock
Jan 14 12:40:35 pomp containerd[796]: time="2024-01-14T12:40:35.806878080+09:00" level=info msg="containerd successfully booted in 0.028030s"
Jan 14 12:40:35 pomp systemd[1]: Started containerd container runtime.
Jan 14 12:40:35 pomp kernel: usb 5-3: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Jan 14 12:40:35 pomp kernel: usb 5-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jan 14 12:40:35 pomp systemd[1]: Reached target Bluetooth Support.
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Device revision is 1
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Secure boot is enabled
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: OTP lock is enabled
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: API lock is enabled
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Debug lock is disabled
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Boot Address: 0x24800
Jan 14 12:40:35 pomp kernel: Bluetooth: hci0: Firmware Version: 255-255.255
Jan 14 12:40:36 pomp kernel: input: Razer Razer Viper Ultimate Dongle as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.1/5-2.3.1:1.2/0003:1532:007B.000D/input/input45
Jan 14 12:40:36 pomp kernel: razermouse 0003:1532:007B.000C: input,hidraw11: USB HID v1.11 Keyboard [Razer Razer Viper Ultimate Dongle] on usb-0000:06:00.4-2.3.1/input1
Jan 14 12:40:36 pomp kernel: razermouse 0003:1532:007B.000D: input,hidraw12: USB HID v1.11 Keyboard [Razer Razer Viper Ultimate Dongle] on usb-0000:06:00.4-2.3.1/input2
Jan 14 12:40:36 pomp kernel: input: RAZER Razer Mouse Dock as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.2/5-2.3.2:1.0/0003:1532:007E.000E/input/input46
Jan 14 12:40:36 pomp kernel: razeraccessory 0003:1532:007E.000E: input,hidraw9: USB HID v1.11 Mouse [RAZER Razer Mouse Dock] on usb-0000:06:00.4-2.3.2/input0
Jan 14 12:40:36 pomp kernel: input: RAZER Razer Mouse Dock as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.2/5-2.3.2:1.1/0003:1532:007E.000F/input/input47
Jan 14 12:40:36 pomp kernel: input: RAZER Razer Mouse Dock as /devices/pci0000:00/0000:00:08.1/0000:06:00.4/usb5/5-2/5-2.3/5-2.3.2/5-2.3.2:1.2/0003:1532:007E.0010/input/input48
Jan 14 12:40:36 pomp kernel: razeraccessory 0003:1532:007E.000F: input,hidraw13: USB HID v1.11 Keyboard [RAZER Razer Mouse Dock] on usb-0000:06:00.4-2.3.2/input1
Jan 14 12:40:36 pomp razer_mount[835]: Modprobed razermouse
Jan 14 12:40:36 pomp kernel: razeraccessory 0003:1532:007E.0010: input,hidraw14: USB HID v1.11 Keyboard [RAZER Razer Mouse Dock] on usb-0000:06:00.4-2.3.2/input2
Jan 14 12:40:36 pomp razer_mount[840]: Driver razermouse
Jan 14 12:40:36 pomp razer_mount[841]: Driver razermouse
Jan 14 12:40:36 pomp razer_mount[842]: Driver razermouse
Jan 14 12:40:36 pomp razer_mount[843]: Device_ID 5-2.3.1:1.2
Jan 14 12:40:36 pomp razer_mount[844]: Device_ID 5-2.3.1:1.0
Jan 14 12:40:36 pomp razer_mount[845]: Device_ID 5-2.3.1:1.1
Jan 14 12:40:36 pomp razer_mount[850]: Driver razermouse
Jan 14 12:40:36 pomp razer_mount[849]: Driver razermouse
Jan 14 12:40:36 pomp razer_mount[851]: Driver razermouse
Jan 14 12:40:36 pomp razer_mount[852]: Device_ID 0003:1532:007B.000C
Jan 14 12:40:36 pomp razer_mount[853]: Device_ID 0003:1532:007B.000D
Jan 14 12:40:36 pomp razer_mount[854]: Device_ID 0003:1532:007B.000B
Jan 14 12:40:36 pomp razer_mount[855]: Changing group /sys/bus/hid/drivers/razermouse/0003:1532:007B.000C/
Jan 14 12:40:36 pomp razer_mount[856]: Changing group /sys/bus/hid/drivers/razermouse/0003:1532:007B.000D/
Jan 14 12:40:36 pomp razer_mount[858]: Changing group /sys/bus/hid/drivers/razermouse/0003:1532:007B.000B/
Jan 14 12:40:36 pomp razer_mount[861]: Changed group /sys/bus/hid/drivers/razermouse/0003:1532:007B.000C/
Jan 14 12:40:36 pomp razer_mount[862]: Changed group /sys/bus/hid/drivers/razermouse/0003:1532:007B.000D/
Jan 14 12:40:36 pomp razer_mount[864]: Changed group /sys/bus/hid/drivers/razermouse/0003:1532:007B.000B/
Jan 14 12:40:36 pomp razer_mount[867]: Modprobed razeraccessory
Jan 14 12:40:36 pomp razer_mount[871]: Driver razeraccessory
Jan 14 12:40:36 pomp razer_mount[872]: Driver razeraccessory
Jan 14 12:40:36 pomp razer_mount[873]: Device_ID 5-2.3.2:1.0
Jan 14 12:40:36 pomp razer_mount[875]: Device_ID 5-2.3.2:1.1
Jan 14 12:40:36 pomp razer_mount[874]: Driver razeraccessory
Jan 14 12:40:36 pomp razer_mount[876]: Device_ID 5-2.3.2:1.2
Jan 14 12:40:36 pomp razer_mount[880]: Driver razeraccessory
Jan 14 12:40:36 pomp razer_mount[879]: Driver razeraccessory
Jan 14 12:40:36 pomp razer_mount[883]: Device_ID 0003:1532:007E.000E
Jan 14 12:40:36 pomp razer_mount[882]: Device_ID 0003:1532:007E.000F
Jan 14 12:40:36 pomp razer_mount[885]: Changing group /sys/bus/hid/drivers/razeraccessory/0003:1532:007E.000E/
Jan 14 12:40:36 pomp razer_mount[884]: Changing group /sys/bus/hid/drivers/razeraccessory/0003:1532:007E.000F/
Jan 14 12:40:36 pomp razer_mount[886]: Driver razeraccessory
Jan 14 12:40:36 pomp razer_mount[891]: Changed group /sys/bus/hid/drivers/razeraccessory/0003:1532:007E.000F/
Jan 14 12:40:36 pomp razer_mount[889]: Changed group /sys/bus/hid/drivers/razeraccessory/0003:1532:007E.000E/
Jan 14 12:40:36 pomp razer_mount[890]: Device_ID 0003:1532:007E.0010
Jan 14 12:40:36 pomp razer_mount[892]: Changing group /sys/bus/hid/drivers/razeraccessory/0003:1532:007E.0010/
Jan 14 12:40:36 pomp razer_mount[896]: Changed group /sys/bus/hid/drivers/razeraccessory/0003:1532:007E.0010/
Jan 14 12:40:36 pomp systemd-logind[689]: Watching system buttons on /dev/input/event24 (Razer Razer Viper Ultimate Dongle)
Jan 14 12:40:36 pomp systemd-logind[689]: Watching system buttons on /dev/input/event30 (RAZER Razer Mouse Dock)
Jan 14 12:40:36 pomp systemd-logind[689]: Watching system buttons on /dev/input/event25 (Razer Razer Viper Ultimate Dongle)
Jan 14 12:40:36 pomp systemd-logind[689]: Watching system buttons on /dev/input/event29 (RAZER Razer Mouse Dock)
Jan 14 12:40:37 pomp kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 510
Jan 14 12:40:37 pomp kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
Jan 14 12:40:37 pomp kernel: NVRM: This can occur when a driver such as: 
                             NVRM: nouveau, rivafb, nvidiafb or rivatv 
                             NVRM: was loaded and obtained ownership of the NVIDIA device(s).
Jan 14 12:40:37 pomp kernel: NVRM: Try unloading the conflicting kernel module (and/or
                             NVRM: reconfigure your kernel without the conflicting
                             NVRM: driver(s)), then try loading the NVIDIA kernel module
                             NVRM: again.
Jan 14 12:40:37 pomp kernel: NVRM: No NVIDIA devices probed.
Jan 14 12:40:37 pomp kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 510
Jan 14 12:40:37 pomp (udev-worker)[915]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:37 pomp (udev-worker)[915]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:37 pomp systemd[1]: Reached target User and Group Name Lookups.
Jan 14 12:40:37 pomp systemd[1]: Starting Accounts Service...
Jan 14 12:40:37 pomp systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:nv_backlight...
Jan 14 12:40:37 pomp systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:nv_backlight.
Jan 14 12:40:37 pomp systemd[1]: Starting Authorization Manager...
Jan 14 12:40:37 pomp polkitd[960]: Started polkitd version 123
Jan 14 12:40:37 pomp polkitd[960]: Loading rules from directory /etc/polkit-1/rules.d
Jan 14 12:40:37 pomp polkitd[960]: Loading rules from directory /usr/share/polkit-1/rules.d
Jan 14 12:40:37 pomp polkitd[960]: Finished loading, compiling and executing 7 rules
Jan 14 12:40:37 pomp systemd[1]: Started Authorization Manager.
Jan 14 12:40:37 pomp polkitd[960]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jan 14 12:40:37 pomp accounts-daemon[953]: started daemon version 23.13.0
Jan 14 12:40:37 pomp systemd[1]: Started Accounts Service.
Jan 14 12:40:37 pomp kernel: Bluetooth: hci0: Waiting for firmware download to complete
Jan 14 12:40:37 pomp kernel: Bluetooth: hci0: Firmware loaded in 1522678 usecs
Jan 14 12:40:37 pomp kernel: Bluetooth: hci0: Waiting for device to boot
Jan 14 12:40:37 pomp systemd-logind[689]: New session 1 of user gdm.
Jan 14 12:40:37 pomp systemd[1]: Created slice User Slice of UID 120.
Jan 14 12:40:37 pomp kernel: Bluetooth: hci0: Device booted in 14598 usecs
Jan 14 12:40:37 pomp kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Jan 14 12:40:37 pomp kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Jan 14 12:40:37 pomp kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Jan 14 12:40:37 pomp systemd[1]: Starting User Runtime Directory /run/user/120...
Jan 14 12:40:37 pomp kernel: Bluetooth: hci0: Firmware revision 0.3 build 249 week 27 2023
Jan 14 12:40:37 pomp kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Jan 14 12:40:37 pomp systemd[1]: Finished User Runtime Directory /run/user/120.
Jan 14 12:40:37 pomp systemd[1]: Starting User Manager for UID 120...
Jan 14 12:40:37 pomp dbus-broker-launch[686]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jan 14 12:40:37 pomp (systemd)[980]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Jan 14 12:40:37 pomp (systemd)[980]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by gdm(uid=0)
Jan 14 12:40:37 pomp systemd[980]: Queued start job for default target Main User Target.
Jan 14 12:40:37 pomp systemd[980]: Created slice User Application Slice.
Jan 14 12:40:37 pomp systemd[980]: Reached target Paths.
Jan 14 12:40:37 pomp systemd[980]: Reached target Timers.
Jan 14 12:40:37 pomp systemd[980]: Starting D-Bus User Message Bus Socket...
Jan 14 12:40:37 pomp systemd[980]: Listening on GnuPG network certificate management daemon.
Jan 14 12:40:37 pomp systemd[980]: Listening on GCR ssh-agent wrapper.
Jan 14 12:40:37 pomp systemd[980]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 14 12:40:37 pomp systemd[980]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 14 12:40:37 pomp systemd[980]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 14 12:40:37 pomp systemd[980]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 14 12:40:37 pomp systemd[980]: Listening on GnuPG public key management service.
Jan 14 12:40:37 pomp systemd[980]: Listening on p11-kit server.
Jan 14 12:40:37 pomp systemd[980]: Listening on PipeWire PulseAudio.
Jan 14 12:40:37 pomp systemd[980]: Listening on PipeWire Multimedia System Sockets.
Jan 14 12:40:37 pomp systemd[980]: Listening on D-Bus User Message Bus Socket.
Jan 14 12:40:37 pomp systemd[980]: Reached target Sockets.
Jan 14 12:40:37 pomp systemd[980]: Reached target Basic System.
Jan 14 12:40:37 pomp systemd[1]: Started User Manager for UID 120.
Jan 14 12:40:37 pomp systemd[980]: Starting Update XDG user dir configuration...
Jan 14 12:40:37 pomp systemd[1]: Started Session 1 of User gdm.
Jan 14 12:40:37 pomp systemd[980]: Finished Update XDG user dir configuration.
Jan 14 12:40:37 pomp systemd[980]: Reached target Main User Target.
Jan 14 12:40:37 pomp systemd[980]: Startup finished in 192ms.
Jan 14 12:40:37 pomp systemd[980]: Created slice User Core Session Slice.
Jan 14 12:40:37 pomp systemd[980]: Starting D-Bus User Message Bus...
Jan 14 12:40:37 pomp dbus-broker-launch[995]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jan 14 12:40:37 pomp dbus-broker-launch[995]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jan 14 12:40:37 pomp systemd[980]: Started D-Bus User Message Bus.
Jan 14 12:40:37 pomp dbus-broker-launch[995]: Ready
Jan 14 12:40:37 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=120 pid=1000 comm="/usr/lib/gnome-session-binary --autostart /usr/sha")
Jan 14 12:40:37 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jan 14 12:40:37 pomp gnome-session[1000]: gnome-session-binary[1000]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Jan 14 12:40:37 pomp gnome-session-binary[1000]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Jan 14 12:40:38 pomp gnome-session[1000]: gnome-session-binary[1000]: WARNING: Desktop file /usr/share/gdm/greeter/autostart/orca-autostart.desktop for application orca-autostart.desktop could not be parsed or references a missing TryExec binary
Jan 14 12:40:38 pomp gnome-session-binary[1000]: WARNING: Desktop file /usr/share/gdm/greeter/autostart/orca-autostart.desktop for application orca-autostart.desktop could not be parsed or references a missing TryExec binary
Jan 14 12:40:38 pomp gnome-shell[1012]: Running GNOME Shell (using mutter 45.3) as a Wayland display server
Jan 14 12:40:38 pomp gnome-shell[1012]: Failed to make thread 'KMS thread' realtime scheduled: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Destination does not exist
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8060] device (eno1): carrier: link connected
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8063] device (eno1): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8070] policy: auto-activating connection 'Wired connection 1' (cfeb6aa4-1129-331b-a1af-7137ee5ef9b7)
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8074] device (eno1): Activation: starting connection 'Wired connection 1' (cfeb6aa4-1129-331b-a1af-7137ee5ef9b7)
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8076] device (eno1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8077] manager: NetworkManager state is now CONNECTING
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8079] device (eno1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8086] device (eno1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jan 14 12:40:38 pomp kernel: r8169 0000:03:00.0 eno1: Link is Up - 1Gbps/Full - flow control rx/tx
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8091] dhcp4 (eno1): activation: beginning transaction (timeout in 45 seconds)
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8599] dhcp4 (eno1): state changed new lease, address=220.65.83.53
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8603] policy: set 'Wired connection 1' (eno1) as default for IPv4 routing and DNS
Jan 14 12:40:38 pomp dbus-broker-launch[686]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8644] device (eno1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8661] device (eno1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8664] device (eno1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8667] manager: NetworkManager state is now CONNECTED_SITE
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8669] device (eno1): Activation: successful, device activated.
Jan 14 12:40:38 pomp NetworkManager[688]: <info>  [1705203638.8675] manager: startup complete
Jan 14 12:40:38 pomp systemd[1]: Finished Network Manager Wait Online.
Jan 14 12:40:38 pomp systemd[1]: Reached target Network is Online.
Jan 14 12:40:38 pomp systemd[1]: Starting Docker Application Container Engine...
Jan 14 12:40:39 pomp dockerd[1036]: time="2024-01-14T12:40:39.057259179+09:00" level=info msg="Starting up"
Jan 14 12:40:39 pomp dockerd[1036]: time="2024-01-14T12:40:39.076337653+09:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Jan 14 12:40:39 pomp dockerd[1036]: time="2024-01-14T12:40:39.077063444+09:00" level=info msg="Loading containers: start."
Jan 14 12:40:39 pomp kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Jan 14 12:40:39 pomp kernel: Bridge firewalling registered
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.2475] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/4)
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.2858] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.2863] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.2869] device (docker0): Activation: starting connection 'docker0' (093c12c0-6758-4ab9-b33b-a85ecca71f84)
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.2872] device (docker0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.2874] device (docker0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.2876] device (docker0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.2878] device (docker0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.2894] device (docker0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.2896] device (docker0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.2901] device (docker0): Activation: successful, device activated.
Jan 14 12:40:39 pomp dockerd[1036]: time="2024-01-14T12:40:39.313543663+09:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Jan 14 12:40:39 pomp dockerd[1036]: time="2024-01-14T12:40:39.342352494+09:00" level=info msg="Loading containers: done."
Jan 14 12:40:39 pomp dockerd[1036]: time="2024-01-14T12:40:39.364974925+09:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Jan 14 12:40:39 pomp dockerd[1036]: time="2024-01-14T12:40:39.365161471+09:00" level=info msg="Docker daemon" commit=311b9ff0aa graphdriver=overlay2 version=24.0.7
Jan 14 12:40:39 pomp dockerd[1036]: time="2024-01-14T12:40:39.365528906+09:00" level=info msg="Daemon has completed initialization"
Jan 14 12:40:39 pomp systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck4725773-merged.mount: Deactivated successfully.
Jan 14 12:40:39 pomp dockerd[1036]: time="2024-01-14T12:40:39.402785670+09:00" level=info msg="API listen on /run/docker.sock"
Jan 14 12:40:39 pomp systemd[1]: Started Docker Application Container Engine.
Jan 14 12:40:39 pomp NetworkManager[688]: <info>  [1705203639.5810] manager: NetworkManager state is now CONNECTED_GLOBAL
Jan 14 12:40:39 pomp kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 510
Jan 14 12:40:39 pomp kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
Jan 14 12:40:39 pomp kernel: NVRM: This can occur when a driver such as: 
                             NVRM: nouveau, rivafb, nvidiafb or rivatv 
                             NVRM: was loaded and obtained ownership of the NVIDIA device(s).
Jan 14 12:40:39 pomp kernel: NVRM: Try unloading the conflicting kernel module (and/or
                             NVRM: reconfigure your kernel without the conflicting
                             NVRM: driver(s)), then try loading the NVIDIA kernel module
                             NVRM: again.
Jan 14 12:40:39 pomp kernel: NVRM: No NVIDIA devices probed.
Jan 14 12:40:39 pomp kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 510
Jan 14 12:40:39 pomp (udev-worker)[915]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:39 pomp (udev-worker)[915]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:40 pomp gnome-shell[1012]: Device '/dev/dri/card0' prefers shadow buffer
Jan 14 12:40:40 pomp gnome-shell[1012]: Added device '/dev/dri/card0' (nouveau) using non-atomic mode setting.
Jan 14 12:40:40 pomp gnome-shell[1012]: Created gbm renderer for '/dev/dri/card0'
Jan 14 12:40:40 pomp gnome-shell[1012]: Boot VGA GPU /dev/dri/card0 selected as primary
Jan 14 12:40:40 pomp systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=1012 comm="/usr/bin/gnome-shell")
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Successfully activated service 'org.a11y.Bus'
Jan 14 12:40:41 pomp kernel: gnome-shell[1012]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
Jan 14 12:40:41 pomp gnome-shell[1012]: Using public X11 display :1024, (using :1025 for managed services)
Jan 14 12:40:41 pomp gnome-shell[1012]: Using Wayland display name 'wayland-0'
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[1234]: dbus-daemon[1234]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=1012 comm="/usr/bin/gnome-shell")
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[1234]: dbus-daemon[1234]: Successfully activated service 'org.a11y.atspi.Registry'
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[1238]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 14 12:40:41 pomp systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jan 14 12:40:41 pomp systemd[1]: Started Manage, Install and Generate Color Profiles.
Jan 14 12:40:41 pomp gnome-shell[1012]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Jan 14 12:40:41 pomp gnome-shell[1012]: Will monitor session 1
Jan 14 12:40:41 pomp systemd[1]: Starting Locale Service...
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=120 pid=1012 comm="/usr/bin/gnome-shell")
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=120 pid=1012 comm="/usr/bin/gnome-shell")
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Jan 14 12:40:41 pomp systemd[1]: Started Locale Service.
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=1012 comm="/usr/bin/gnome-shell")
Jan 14 12:40:41 pomp systemd[1]: Starting Daemon for power management...
Jan 14 12:40:41 pomp org.gnome.Shell.desktop[1012]: Window manager warning: Failed to parse saved session file: Failed to open file “/var/lib/gdm/.config/mutter/sessions/10ab2be01d3dc5313717052036383289400000010000000.ms”: No such file or directory
Jan 14 12:40:41 pomp gnome-shell[1012]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Jan 14 12:40:41 pomp gnome-shell[1012]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Jan 14 12:40:41 pomp kernel: rfkill: input handler disabled
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Successfully activated service 'org.gnome.Shell.Notifications'
Jan 14 12:40:41 pomp polkitd[960]: Registered Authentication Agent for unix-session:1 (system bus name :1.17 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Activating service name='org.freedesktop.systemd1' requested by ':1.22' (uid=120 pid=1362 comm="/usr/lib/gsd-sharing")
Jan 14 12:40:41 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Jan 14 12:40:41 pomp gsd-sharing[1362]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jan 14 12:40:41 pomp gsd-sharing[1362]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Jan 14 12:40:41 pomp NetworkManager[688]: <info>  [1705203641.9432] agent-manager: agent[19a57ec9bd48f65c,:1.17/org.gnome.Shell.NetworkAgent/120]: agent registered
Jan 14 12:40:41 pomp systemd[980]: Started PipeWire Multimedia Service.
Jan 14 12:40:41 pomp systemd[980]: Started Multimedia Service Session Manager.
Jan 14 12:40:41 pomp systemd[1]: Starting Location Lookup Service...
Jan 14 12:40:41 pomp systemd[980]: Started PipeWire PulseAudio.
Jan 14 12:40:41 pomp systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jan 14 12:40:42 pomp systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Successfully called chroot.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Successfully dropped privileges.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Successfully limited resources.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Canary thread running.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Running.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Watchdog thread running.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 0 threads of 0 processes of 0 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 0 threads of 0 processes of 0 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 0 threads of 0 processes of 0 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 0 threads of 0 processes of 0 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 0 threads of 0 processes of 0 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 0 threads of 0 processes of 0 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 0 threads of 0 processes of 0 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 0 threads of 0 processes of 0 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 0 threads of 0 processes of 0 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Successfully made thread 1455 of process 1455 owned by '120' high priority at nice level -11.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 1 threads of 1 processes of 1 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Successfully made thread 1451 of process 1451 owned by '120' high priority at nice level -11.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 2 threads of 2 processes of 1 users.
Jan 14 12:40:42 pomp systemd[1]: Started Daemon for power management.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Successfully made thread 1467 of process 1455 owned by '120' RT at priority 20.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 3 threads of 2 processes of 1 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Successfully made thread 1463 of process 1451 owned by '120' RT at priority 20.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 4 threads of 2 processes of 1 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Successfully made thread 1453 of process 1453 owned by '120' high priority at nice level -11.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 5 threads of 3 processes of 1 users.
Jan 14 12:40:42 pomp systemd[1]: Starting WPA supplicant...
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Successfully made thread 1470 of process 1453 owned by '120' RT at priority 20.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 6 threads of 3 processes of 1 users.
Jan 14 12:40:42 pomp systemd[1]: Started WPA supplicant.
Jan 14 12:40:42 pomp wpa_supplicant[1496]: Successfully initialized wpa_supplicant
Jan 14 12:40:42 pomp dbus-broker-launch[686]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
Jan 14 12:40:42 pomp geoclue[1454]: Failed to connect to avahi service: Daemon not running
Jan 14 12:40:42 pomp systemd[1]: Started Location Lookup Service.
Jan 14 12:40:42 pomp dbus-broker-launch[686]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
Jan 14 12:40:42 pomp wireplumber[1453]: [0:00:12.302613696] [1453] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Jan 14 12:40:42 pomp wireplumber[1453]: [0:00:12.302629410] [1453] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Jan 14 12:40:42 pomp wireplumber[1453]: [0:00:12.302656579] [1453]  INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Jan 14 12:40:42 pomp gnome-session-binary[1000]: Entering running state
Jan 14 12:40:42 pomp wireplumber[1453]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 6 threads of 3 processes of 1 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 6 threads of 3 processes of 1 users.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Successfully made thread 1030 of process 1012 owned by '120' RT at priority 20.
Jan 14 12:40:42 pomp rtkit-daemon[1462]: Supervising 7 threads of 4 processes of 1 users.
Jan 14 12:40:42 pomp gsd-media-keys[1299]: Failed to grab accelerator for keybinding settings:playback-repeat
Jan 14 12:40:42 pomp gsd-media-keys[1299]: Failed to grab accelerator for keybinding settings:hibernate
Jan 14 12:40:42 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Activating service name='org.gnome.ScreenSaver' requested by ':1.15' (uid=120 pid=1295 comm="/usr/lib/gsd-power")
Jan 14 12:40:42 pomp /usr/lib/gdm-wayland-session[999]: dbus-daemon[999]: [session uid=120 pid=999] Successfully activated service 'org.gnome.ScreenSaver'
Jan 14 12:40:42 pomp gnome-shell[1012]: Registering session with GDM
Jan 14 12:40:42 pomp systemd[1]: Received SIGRTMIN+21 from PID 381 (plymouthd).
Jan 14 12:40:42 pomp systemd[1]: Finished Hold until boot process finishes up.
Jan 14 12:40:42 pomp systemd[1]: Reached target Multi-User System.
Jan 14 12:40:42 pomp systemd[1]: Reached target Graphical Interface.
Jan 14 12:40:42 pomp systemd[1]: Startup finished in 7.864s (firmware) + 999ms (loader) + 2.404s (kernel) + 10.498s (userspace) = 21.766s.
Jan 14 12:40:42 pomp kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 510
Jan 14 12:40:42 pomp kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
Jan 14 12:40:42 pomp kernel: NVRM: This can occur when a driver such as: 
                             NVRM: nouveau, rivafb, nvidiafb or rivatv 
                             NVRM: was loaded and obtained ownership of the NVIDIA device(s).
Jan 14 12:40:42 pomp kernel: NVRM: Try unloading the conflicting kernel module (and/or
                             NVRM: reconfigure your kernel without the conflicting
                             NVRM: driver(s)), then try loading the NVIDIA kernel module
                             NVRM: again.
Jan 14 12:40:42 pomp kernel: NVRM: No NVIDIA devices probed.
Jan 14 12:40:42 pomp kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 510
Jan 14 12:40:42 pomp (udev-worker)[1224]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:42 pomp (udev-worker)[1516]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:43 pomp pipewire[1451]: [0:00:13.315176288] [1451] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Jan 14 12:40:43 pomp pipewire[1451]: [0:00:13.315209462] [1451] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Jan 14 12:40:43 pomp pipewire[1451]: [0:00:13.315273158] [1451]  INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86NextElement
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86PreviousElement
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86MarkWaypoint
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86Sos
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86NavChart
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86FishingChart
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86DualRangeRadar
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86RadarOverlay
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86TraditionalSonar
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86ClearvuSonar
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86SidevuSonar
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: > Warning:          Could not resolve keysym XF86NavInfo
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1566]: Errors from xkbcomp are not fatal to the X server
Jan 14 12:40:43 pomp wireplumber[1453]: <WpSiAudioAdapter:0x561e474033b0> Object activation aborted: proxy destroyed
Jan 14 12:40:43 pomp wireplumber[1453]: <WpSiAudioAdapter:0x561e474033b0> failed to activate item: Object activation aborted: proxy destroyed
Jan 14 12:40:43 pomp gnome-shell[1012]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Jan 14 12:40:43 pomp systemd[980]: Starting sandboxed app permission store...
Jan 14 12:40:43 pomp systemd[980]: Started sandboxed app permission store.
Jan 14 12:40:43 pomp wireplumber[1453]: <WpPortalPermissionStorePlugin:0x561e471146c0> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Jan 14 12:40:43 pomp wireplumber[1453]: <WpPortalPermissionStorePlugin:0x561e471146c0> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Unsupported maximum keycode 708, clipping.
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: >                   X11 cannot support keycodes above 255.
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86NextElement
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86PreviousElement
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86MarkWaypoint
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86Sos
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86NavChart
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86FishingChart
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86DualRangeRadar
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86RadarOverlay
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86TraditionalSonar
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86ClearvuSonar
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86SidevuSonar
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: > Warning:          Could not resolve keysym XF86NavInfo
Jan 14 12:40:43 pomp org.gnome.Shell.desktop[1575]: Errors from xkbcomp are not fatal to the X server
Jan 14 12:40:43 pomp gsd-media-keys[1299]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
Jan 14 12:40:43 pomp gsd-media-keys[1299]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
Jan 14 12:40:43 pomp gsd-media-keys[1299]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
Jan 14 12:40:43 pomp gdm-password][1579]: PAM unable to dlopen(/usr/lib/security/pam_gnome_keyring.so): /usr/lib/security/pam_gnome_keyring.so: cannot open shared object file: No such file or directory
Jan 14 12:40:43 pomp gdm-password][1579]: PAM adding faulty module: /usr/lib/security/pam_gnome_keyring.so
Jan 14 12:40:44 pomp kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 510
Jan 14 12:40:44 pomp kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
Jan 14 12:40:44 pomp kernel: NVRM: This can occur when a driver such as: 
                             NVRM: nouveau, rivafb, nvidiafb or rivatv 
                             NVRM: was loaded and obtained ownership of the NVIDIA device(s).
Jan 14 12:40:44 pomp kernel: NVRM: Try unloading the conflicting kernel module (and/or
                             NVRM: reconfigure your kernel without the conflicting
                             NVRM: driver(s)), then try loading the NVIDIA kernel module
                             NVRM: again.
Jan 14 12:40:44 pomp kernel: NVRM: No NVIDIA devices probed.
Jan 14 12:40:44 pomp kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 510
Jan 14 12:40:44 pomp (udev-worker)[1588]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:44 pomp (udev-worker)[1591]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:45 pomp systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jan 14 12:40:47 pomp gdm-password][1579]: pam_unix(gdm-password:session): session opened for user pomp(uid=1000) by pomp(uid=0)
Jan 14 12:40:47 pomp systemd[1]: Created slice User Slice of UID 1000.
Jan 14 12:40:47 pomp systemd[1]: Starting User Runtime Directory /run/user/1000...
Jan 14 12:40:47 pomp systemd-logind[689]: New session 3 of user pomp.
Jan 14 12:40:47 pomp systemd[1]: Finished User Runtime Directory /run/user/1000.
Jan 14 12:40:47 pomp systemd[1]: Starting User Manager for UID 1000...
Jan 14 12:40:47 pomp (systemd)[1620]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[pomp] ruser=[<unknown>] rhost=[<unknown>]
Jan 14 12:40:47 pomp (systemd)[1620]: pam_unix(systemd-user:session): session opened for user pomp(uid=1000) by pomp(uid=0)
Jan 14 12:40:47 pomp systemd[1620]: Queued start job for default target Main User Target.
Jan 14 12:40:47 pomp systemd-journald[318]: /var/log/journal/4f0736fc0fa24c4eb7bd87c860084b17/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Jan 14 12:40:47 pomp systemd[1620]: Created slice User Application Slice.
Jan 14 12:40:47 pomp systemd[1620]: Reached target Paths.
Jan 14 12:40:47 pomp systemd[1620]: Reached target Timers.
Jan 14 12:40:47 pomp systemd[1620]: Starting D-Bus User Message Bus Socket...
Jan 14 12:40:47 pomp systemd[1620]: Listening on GnuPG network certificate management daemon.
Jan 14 12:40:47 pomp systemd[1620]: Listening on GCR ssh-agent wrapper.
Jan 14 12:40:47 pomp systemd[1620]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 14 12:40:47 pomp systemd[1620]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jan 14 12:40:47 pomp systemd[1620]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jan 14 12:40:47 pomp systemd[1620]: Listening on GnuPG cryptographic agent and passphrase cache.
Jan 14 12:40:47 pomp systemd[1620]: Listening on GnuPG public key management service.
Jan 14 12:40:47 pomp systemd[1620]: Listening on p11-kit server.
Jan 14 12:40:47 pomp systemd[1620]: Listening on PipeWire PulseAudio.
Jan 14 12:40:47 pomp systemd[1620]: Listening on PipeWire Multimedia System Sockets.
Jan 14 12:40:47 pomp systemd[1620]: Listening on D-Bus User Message Bus Socket.
Jan 14 12:40:47 pomp systemd[1620]: Reached target Sockets.
Jan 14 12:40:47 pomp systemd[1620]: Reached target Basic System.
Jan 14 12:40:47 pomp systemd[1]: Started User Manager for UID 1000.
Jan 14 12:40:47 pomp systemd[1620]: Starting Update XDG user dir configuration...
Jan 14 12:40:47 pomp systemd[1]: Started Session 3 of User pomp.
Jan 14 12:40:47 pomp systemd[1620]: Finished Update XDG user dir configuration.
Jan 14 12:40:47 pomp systemd[1620]: Reached target Main User Target.
Jan 14 12:40:47 pomp systemd[1620]: Startup finished in 188ms.
Jan 14 12:40:47 pomp kernel: rfkill: input handler enabled
Jan 14 12:40:47 pomp gsd-media-keys[1299]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
Jan 14 12:40:47 pomp gsd-media-keys[1299]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
Jan 14 12:40:47 pomp gsd-media-keys[1299]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
Jan 14 12:40:47 pomp gsd-media-keys[1299]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
Jan 14 12:40:47 pomp gsd-media-keys[1299]: Unable to get default source
Jan 14 12:40:47 pomp gsd-media-keys[1299]: Unable to get default sink
Jan 14 12:40:47 pomp systemd[1620]: Created slice User Core Session Slice.
Jan 14 12:40:47 pomp systemd[1620]: Starting D-Bus User Message Bus...
Jan 14 12:40:47 pomp dbus-broker-launch[1670]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jan 14 12:40:47 pomp dbus-broker-launch[1670]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jan 14 12:40:47 pomp systemd[1620]: Started D-Bus User Message Bus.
Jan 14 12:40:47 pomp dbus-broker-launch[1670]: Ready
Jan 14 12:40:47 pomp systemd[1620]: Created slice Slice /app/gnome-session-manager.
Jan 14 12:40:47 pomp systemd[1620]: Reached target GNOME Wayland Session.
Jan 14 12:40:47 pomp systemd[1620]: Reached target Session services which should run early before the graphical session is brought up.
Jan 14 12:40:47 pomp systemd[1620]: Reached target GNOME Shell.
Jan 14 12:40:47 pomp systemd[1620]: Starting Monitor Session leader for GNOME Session...
Jan 14 12:40:47 pomp systemd[1620]: Started Monitor Session leader for GNOME Session.
Jan 14 12:40:47 pomp systemd[1620]: Reached target Tasks to be run before GNOME Session starts.
Jan 14 12:40:47 pomp systemd[1620]: Starting GNOME Session Manager (session: gnome)...
Jan 14 12:40:48 pomp systemd[1620]: Started GNOME Session Manager (session: gnome).
Jan 14 12:40:48 pomp systemd[1620]: Reached target GNOME Session Manager is ready.
Jan 14 12:40:48 pomp systemd[1620]: Starting GNOME Shell on Wayland...
Jan 14 12:40:48 pomp systemd[1620]: GNOME Shell on X11 was skipped because of an unmet condition check (ConditionEnvironment=XDG_SESSION_TYPE=x11).
Jan 14 12:40:48 pomp systemd[1620]: Starting Virtual filesystem service...
Jan 14 12:40:48 pomp systemd[1620]: Started Virtual filesystem service.
Jan 14 12:40:48 pomp gnome-shell[1728]: Running GNOME Shell (using mutter 45.3) as a Wayland display server
Jan 14 12:40:48 pomp rtkit-daemon[1462]: Supervising 7 threads of 4 processes of 1 users.
Jan 14 12:40:48 pomp rtkit-daemon[1462]: Supervising 7 threads of 4 processes of 1 users.
Jan 14 12:40:48 pomp rtkit-daemon[1462]: Successfully made thread 1765 of process 1728 owned by '1000' RT at priority 20.
Jan 14 12:40:48 pomp rtkit-daemon[1462]: Supervising 8 threads of 5 processes of 2 users.
Jan 14 12:40:48 pomp gnome-shell[1728]: Made thread 'KMS thread' realtime scheduled
Jan 14 12:40:49 pomp kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 510
Jan 14 12:40:49 pomp kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
Jan 14 12:40:49 pomp kernel: NVRM: This can occur when a driver such as: 
                             NVRM: nouveau, rivafb, nvidiafb or rivatv 
                             NVRM: was loaded and obtained ownership of the NVIDIA device(s).
Jan 14 12:40:49 pomp kernel: NVRM: Try unloading the conflicting kernel module (and/or
                             NVRM: reconfigure your kernel without the conflicting
                             NVRM: driver(s)), then try loading the NVIDIA kernel module
                             NVRM: again.
Jan 14 12:40:49 pomp kernel: NVRM: No NVIDIA devices probed.
Jan 14 12:40:49 pomp kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 510
Jan 14 12:40:49 pomp (udev-worker)[1627]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:49 pomp (udev-worker)[1804]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:49 pomp gnome-shell[1728]: Device '/dev/dri/card0' prefers shadow buffer
Jan 14 12:40:49 pomp gnome-shell[1728]: Added device '/dev/dri/card0' (nouveau) using non-atomic mode setting.
Jan 14 12:40:49 pomp gnome-shell[1728]: Created gbm renderer for '/dev/dri/card0'
Jan 14 12:40:49 pomp gnome-shell[1728]: Boot VGA GPU /dev/dri/card0 selected as primary
Jan 14 12:40:51 pomp systemd[1620]: Starting Accessibility services bus...
Jan 14 12:40:51 pomp systemd[1620]: Started Accessibility services bus.
Jan 14 12:40:51 pomp at-spi-bus-launcher[1888]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Jan 14 12:40:51 pomp at-spi-bus-launcher[1888]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Jan 14 12:40:51 pomp dbus-broker-launch[1888]: Ready
Jan 14 12:40:51 pomp gnome-shell[1728]: Using public X11 display :0, (using :1 for managed services)
Jan 14 12:40:51 pomp gnome-shell[1728]: Using Wayland display name 'wayland-0'
Jan 14 12:40:51 pomp systemd[1620]: Created slice Slice /app/dbus-:1.16-org.a11y.atspi.Registry.
Jan 14 12:40:51 pomp systemd[1620]: Started dbus-:1.16-org.a11y.atspi.Registry@0.service.
Jan 14 12:40:51 pomp at-spi2-registryd[1891]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jan 14 12:40:51 pomp gnome-shell[1728]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Jan 14 12:40:51 pomp gnome-shell[1728]: Will monitor session 3
Jan 14 12:40:51 pomp systemd[1620]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.Screencast.
Jan 14 12:40:51 pomp systemd[1620]: Started dbus-:1.2-org.gnome.Shell.Screencast@0.service.
Jan 14 12:40:51 pomp systemd[1620]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.CalendarServer.
Jan 14 12:40:51 pomp systemd[1620]: Started dbus-:1.2-org.gnome.Shell.CalendarServer@0.service.
Jan 14 12:40:51 pomp systemd[1620]: Starting sandboxed app permission store...
Jan 14 12:40:51 pomp gnome-shell-calendar-server[1900]: /usr/lib/gnome-shell-calendar-server: error while loading shared libraries: libecal-2.0.so.2: cannot open shared object file: No such file or directory
Jan 14 12:40:51 pomp systemd[1620]: dbus-:1.2-org.gnome.Shell.CalendarServer@0.service: Main process exited, code=exited, status=127/n/a
Jan 14 12:40:51 pomp systemd[1620]: dbus-:1.2-org.gnome.Shell.CalendarServer@0.service: Failed with result 'exit-code'.
Jan 14 12:40:51 pomp systemd[1620]: Started sandboxed app permission store.
Jan 14 12:40:51 pomp gnome-shell[1728]: Could not issue 'GetUnit' systemd call
Jan 14 12:40:51 pomp systemd[1620]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.Notifications.
Jan 14 12:40:51 pomp systemd[1620]: Started dbus-:1.2-org.gnome.Shell.Notifications@0.service.
Jan 14 12:40:51 pomp systemd[1620]: Started GNOME Shell on Wayland.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME Session is initialized.
Jan 14 12:40:51 pomp systemd[1620]: GNOME session X11 services is inactive.
Jan 14 12:40:51 pomp systemd[1620]: Dependency failed for GNOME XSettings service.
Jan 14 12:40:51 pomp systemd[1620]: org.gnome.SettingsDaemon.XSettings.service: Job org.gnome.SettingsDaemon.XSettings.service/start failed with result 'dependency'.
Jan 14 12:40:51 pomp systemd[1620]: gnome-session-x11-services-ready.target: Job gnome-session-x11-services-ready.target/verify-active failed with result 'dependency'.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME Session (session: gnome).
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME XSettings target.
Jan 14 12:40:51 pomp systemd[1620]: Starting Signal initialization done to GNOME Session Manager...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME accessibility service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME color management service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME date & time service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME maintenance of expirable data service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME keyboard configuration service...
Jan 14 12:40:51 pomp gnome-shell[1728]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME keyboard shortcuts service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME power management service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME printer notifications service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME RFKill support service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME FreeDesktop screensaver service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME file sharing service...
Jan 14 12:40:51 pomp gnome-session-binary[1718]: Entering running state
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME smartcard service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME sound sample caching service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME USB protection service...
Jan 14 12:40:51 pomp systemd[1620]: Starting GNOME Wacom tablet support service...
Jan 14 12:40:51 pomp systemd[1620]: Finished Signal initialization done to GNOME Session Manager.
Jan 14 12:40:51 pomp systemd[1]: Starting Disk Manager...
Jan 14 12:40:51 pomp systemd[1620]: Started GNOME accessibility service.
Jan 14 12:40:51 pomp systemd[1620]: Started GNOME maintenance of expirable data service.
Jan 14 12:40:51 pomp systemd[1620]: Started GNOME date & time service.
Jan 14 12:40:51 pomp kernel: rfkill: input handler disabled
Jan 14 12:40:51 pomp systemd[1620]: Started GNOME FreeDesktop screensaver service.
Jan 14 12:40:51 pomp systemd[1620]: Started GNOME file sharing service.
Jan 14 12:40:51 pomp systemd[1620]: Started GNOME RFKill support service.
Jan 14 12:40:51 pomp systemd[1620]: Started GNOME smartcard service.
Jan 14 12:40:51 pomp systemd[1620]: Started Application launched by gnome-session-binary.
Jan 14 12:40:51 pomp systemd[1620]: Started Application launched by gnome-session-binary.
Jan 14 12:40:51 pomp systemd[1620]: Started Application launched by gnome-session-binary.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME accessibility target.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME date & time target.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME maintenance of expirable data target.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME RFKill support target.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME FreeDesktop screensaver target.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME file sharing target.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME smartcard target.
Jan 14 12:40:51 pomp systemd[1620]: Started dbus-:1.2-org.gnome.Shell.CalendarServer@1.service.
Jan 14 12:40:51 pomp udisksd[2022]: udisks daemon version 2.10.1 starting
Jan 14 12:40:51 pomp systemd[1620]: Started GNOME printer notifications service.
Jan 14 12:40:51 pomp systemd[1620]: Started GNOME sound sample caching service.
Jan 14 12:40:51 pomp systemd[1620]: Started GNOME USB protection service.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME printer notifications target.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME sound sample caching target.
Jan 14 12:40:51 pomp systemd[1620]: Reached target GNOME USB protection target.
Jan 14 12:40:51 pomp gnome-shell-calendar-server[2051]: /usr/lib/gnome-shell-calendar-server: error while loading shared libraries: libecal-2.0.so.2: cannot open shared object file: No such file or directory
Jan 14 12:40:51 pomp systemd[1620]: Created slice Slice /app/dbus-:1.2-org.gnome.ScreenSaver.
Jan 14 12:40:51 pomp systemd[1620]: Started dbus-:1.2-org.gnome.ScreenSaver@0.service.
Jan 14 12:40:51 pomp systemd[1620]: dbus-:1.2-org.gnome.Shell.CalendarServer@1.service: Main process exited, code=exited, status=127/n/a
Jan 14 12:40:51 pomp systemd[1620]: dbus-:1.2-org.gnome.Shell.CalendarServer@1.service: Failed with result 'exit-code'.
Jan 14 12:40:51 pomp gnome-shell[1728]: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
                                        
                                        Stack trace:
                                          asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:114:23
                                          @resource:///org/gnome/shell/ui/init.js:21:20
                                          
Jan 14 12:40:51 pomp gnome-shell[1728]: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not activate remote peer: unit failed.
                                        
                                        Stack trace:
                                          asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:114:23
                                          @resource:///org/gnome/shell/ui/init.js:21:20
                                          
Jan 14 12:40:51 pomp gsd-usb-protect[1979]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jan 14 12:40:51 pomp gnome-shell[1728]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Jan 14 12:40:51 pomp kernel: block nvme1n1: No UUID available providing old NGUID
Jan 14 12:40:51 pomp systemd[1620]: Starting Virtual filesystem service - disk device monitor...
Jan 14 12:40:51 pomp systemd[1620]: Starting Daemon to manage razer devices in userspace...
Jan 14 12:40:52 pomp openrazer-daemon[2115]: Starting daemon.
Jan 14 12:40:52 pomp systemd[1620]: Started Daemon to manage razer devices in userspace.
Jan 14 12:40:52 pomp systemd[1]: Started Disk Manager.
Jan 14 12:40:52 pomp openrazer-daemon[2115]: 2024-01-14 12:40:52 | razer                          | INFO     | Initialising Daemon (v3.7.0). Pid: 2115
Jan 14 12:40:52 pomp openrazer-daemon[2115]: 2024-01-14 12:40:52 | razer.screensaver              | INFO     | Initialising DBus Screensaver Monitor
Jan 14 12:40:52 pomp udisksd[2022]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jan 14 12:40:52 pomp openrazer-daemon[2115]: 2024-01-14 12:40:52 | razer                          | INFO     | Found device.0: 0003:1532:007B.000B
Jan 14 12:40:52 pomp openrazer-daemon[2115]: 2024-01-14 12:40:52 | razer.device0                  | INFO     | Initialising device.0 RazerViperUltimateWireless
Jan 14 12:40:52 pomp systemd[1620]: Started Virtual filesystem service - disk device monitor.
Jan 14 12:40:52 pomp polkitd[960]: Registered Authentication Agent for unix-session:3 (system bus name :1.50 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jan 14 12:40:52 pomp NetworkManager[688]: <info>  [1705203652.1467] agent-manager: agent[a2a22ddced73653d,:1.50/org.gnome.Shell.NetworkAgent/1000]: agent registered
Jan 14 12:40:52 pomp systemd[1620]: Started PipeWire Multimedia Service.
Jan 14 12:40:52 pomp systemd[1620]: Started Multimedia Service Session Manager.
Jan 14 12:40:52 pomp systemd[1620]: Started PipeWire PulseAudio.
Jan 14 12:40:52 pomp systemd[1620]: Started GNOME keyboard configuration service.
Jan 14 12:40:52 pomp systemd[1620]: Reached target GNOME keyboard configuration target.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 8 threads of 5 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 8 threads of 5 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 8 threads of 5 processes of 2 users.
Jan 14 12:40:52 pomp systemd[1620]: Starting Portal service...
Jan 14 12:40:52 pomp systemd[1620]: Starting flatpak document portal service...
Jan 14 12:40:52 pomp systemd[1620]: Started flatpak document portal service.
Jan 14 12:40:52 pomp systemd[1620]: Started GNOME color management service.
Jan 14 12:40:52 pomp systemd[1620]: Reached target GNOME color management target.
Jan 14 12:40:52 pomp wireplumber[2131]: [0:00:22.509977244] [2131] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Jan 14 12:40:52 pomp wireplumber[2131]: [0:00:22.509995053] [2131] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Jan 14 12:40:52 pomp wireplumber[2131]: [0:00:22.510042056] [2131]  INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Jan 14 12:40:52 pomp systemd[1620]: Started GNOME Wacom tablet support service.
Jan 14 12:40:52 pomp systemd[1620]: Reached target GNOME Wacom tablet support target.
Jan 14 12:40:52 pomp systemd[1620]: Started GNOME keyboard shortcuts service.
Jan 14 12:40:52 pomp systemd[1620]: Reached target GNOME keyboard shortcuts target.
Jan 14 12:40:52 pomp systemd[1620]: Started GNOME power management service.
Jan 14 12:40:52 pomp systemd[1620]: Reached target GNOME power management target.
Jan 14 12:40:52 pomp systemd[1620]: Reached target GNOME Session.
Jan 14 12:40:52 pomp systemd[1620]: Reached target GNOME Wayland Session (session: gnome).
Jan 14 12:40:52 pomp systemd[1620]: Reached target Current graphical user session.
Jan 14 12:40:52 pomp wireplumber[2131]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Successfully made thread 2128 of process 2128 owned by '1000' high priority at nice level -11.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 9 threads of 6 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Successfully made thread 2136 of process 2128 owned by '1000' RT at priority 20.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 10 threads of 6 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 10 threads of 6 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 10 threads of 6 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Successfully made thread 1765 of process 1728 owned by '1000' high priority at nice level 0.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 10 threads of 6 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 9 threads of 5 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 9 threads of 5 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 9 threads of 5 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 9 threads of 5 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 9 threads of 5 processes of 2 users.
Jan 14 12:40:52 pomp kernel: snd_hda_codec_hdmi hdaudioC0D0: HDMI: pin NID 0x5 not registered
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Successfully made thread 2132 of process 2132 owned by '1000' high priority at nice level -11.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 10 threads of 6 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Successfully made thread 2145 of process 2132 owned by '1000' RT at priority 20.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 11 threads of 6 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Successfully made thread 2131 of process 2131 owned by '1000' high priority at nice level -11.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 12 threads of 7 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Successfully made thread 2149 of process 2131 owned by '1000' RT at priority 20.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 13 threads of 7 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 13 threads of 7 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 13 threads of 7 processes of 2 users.
Jan 14 12:40:52 pomp xdg-desktop-por[2142]: No skeleton to export
Jan 14 12:40:52 pomp openrazer-daemon[2115]: 2024-01-14 12:40:52 | razer                          | INFO     | Found device.1: 0003:1532:007E.000E
Jan 14 12:40:52 pomp openrazer-daemon[2115]: 2024-01-14 12:40:52 | razer.device1                  | INFO     | Initialising device.1 RazerMouseDock
Jan 14 12:40:52 pomp openrazer-daemon[2115]: 2024-01-14 12:40:52 | razer                          | INFO     | Serving DBus
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 13 threads of 7 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 13 threads of 7 processes of 2 users.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Successfully made thread 1765 of process 1728 owned by '1000' RT at priority 20.
Jan 14 12:40:52 pomp rtkit-daemon[1462]: Supervising 14 threads of 8 processes of 2 users.
Jan 14 12:40:52 pomp gsd-media-keys[1940]: Failed to grab accelerator for keybinding settings:playback-repeat
Jan 14 12:40:52 pomp gsd-media-keys[1940]: Failed to grab accelerator for keybinding settings:hibernate
Jan 14 12:40:52 pomp systemd[1620]: Started Portal service.
Jan 14 12:40:52 pomp gnome-software[1942]: Failed to load /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
Jan 14 12:40:52 pomp gnome-shell[1728]: GNOME Shell started at Sun Jan 14 2024 12:40:51 GMT+0900 (Korean Standard Time)
Jan 14 12:40:52 pomp gnome-shell[1728]: Registering session with GDM
Jan 14 12:40:52 pomp gnome-shell[1012]: Connection to xwayland lost
Jan 14 12:40:52 pomp gnome-shell[1012]: Xwayland terminated, exiting since it was mandatory
Jan 14 12:40:52 pomp gnome-shell[1012]: JS ERROR: Gio.IOErrorEnum: Xwayland exited unexpectedly
                                        @resource:///org/gnome/shell/ui/init.js:21:20
Jan 14 12:40:52 pomp gnome-shell[1012]: Execution of main.js threw exception: Module resource:///org/gnome/shell/ui/init.js threw an exception
Jan 14 12:40:52 pomp gsd-a11y-settin[1290]: Error releasing name org.gnome.SettingsDaemon.A11ySettings: The connection is closed
Jan 14 12:40:52 pomp gsd-rfkill[1305]: Error releasing name org.gnome.SettingsDaemon.Rfkill: The connection is closed
Jan 14 12:40:52 pomp systemd-logind[689]: Session 1 logged out. Waiting for processes to exit.
Jan 14 12:40:52 pomp polkitd[960]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.17, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jan 14 12:40:52 pomp systemd[1]: session-1.scope: Deactivated successfully.
Jan 14 12:40:52 pomp systemd[1]: session-1.scope: Consumed 8.910s CPU time.
Jan 14 12:40:52 pomp systemd-logind[689]: Removed session 1.
Jan 14 12:40:53 pomp pipewire[2128]: [0:00:23.346964500] [2128] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Jan 14 12:40:53 pomp pipewire[2128]: [0:00:23.346981891] [2128] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Jan 14 12:40:53 pomp pipewire[2128]: [0:00:23.347010525] [2128]  INFO Camera camera_manager.cpp:284 libcamera v0.1.0
Jan 14 12:40:53 pomp wireplumber[2131]: <WpSiAudioAdapter:0x561772693c50> Object activation aborted: proxy destroyed
Jan 14 12:40:53 pomp wireplumber[2131]: <WpSiAudioAdapter:0x561772693c50> failed to activate item: Object activation aborted: proxy destroyed
Jan 14 12:40:53 pomp wireplumber[2131]: <WpPortalPermissionStorePlugin:0x5617722c69f0> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Jan 14 12:40:53 pomp wireplumber[2131]: <WpPortalPermissionStorePlugin:0x5617722c69f0> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
Jan 14 12:40:53 pomp gsd-media-keys[1940]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
Jan 14 12:40:53 pomp gsd-media-keys[1940]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
Jan 14 12:40:53 pomp gsd-media-keys[1940]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
Jan 14 12:40:53 pomp gsd-media-keys[1940]: gvc_mixer_card_get_index: assertion 'GVC_IS_MIXER_CARD (card)' failed
Jan 14 12:40:53 pomp polychromatic-autostart.desktop[2217]: /usr/bin/polychromatic-tray-applet:203: DeprecationWarning: Gtk.ImageMenuItem.set_image is deprecated
Jan 14 12:40:53 pomp polychromatic-autostart.desktop[2217]:   item.set_image(img)            # GTK3: Deprecated, no replacement!
Jan 14 12:40:53 pomp polychromatic-t[2217]: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET (widget)' failed
Jan 14 12:40:54 pomp gnome-software[1942]: Only 5 apps for curated list, hiding
Jan 14 12:40:56 pomp systemd[1620]: Created slice Slice /app/dbus-:1.2-org.gnome.Nautilus.
Jan 14 12:40:56 pomp systemd[1620]: Created slice Slice /app/dbus-:1.2-org.gnome.Settings.SearchProvider.
Jan 14 12:40:56 pomp systemd[1620]: Started dbus-:1.2-org.gnome.Nautilus@0.service.
Jan 14 12:40:56 pomp systemd[1620]: Started dbus-:1.2-org.gnome.Settings.SearchProvider@0.service.
Jan 14 12:40:56 pomp nautilus[2270]: Connecting to org.freedesktop.Tracker3.Miner.Files
Jan 14 12:40:56 pomp nautilus[2270]: Unable to create connection for session-wide Tracker indexer: The name is not activatable
Jan 14 12:40:56 pomp nautilus[2270]: Could not establish a connection to Tracker: The name is not activatable
Jan 14 12:40:56 pomp systemd[1620]: Started Application launched by gnome-shell.
Jan 14 12:40:56 pomp systemd[1620]: Starting flatpak session helper...
Jan 14 12:40:56 pomp systemd[1620]: Started flatpak session helper.
Jan 14 12:40:56 pomp systemd[1620]: Started app-flatpak-com.brave.Browser-2304.scope.
Jan 14 12:40:56 pomp cobalt[2322]: Failed to read portal settings: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop
Jan 14 12:40:56 pomp systemd[1620]: Starting flatpak portal...
Jan 14 12:40:56 pomp systemd[1620]: Started flatpak portal.
Jan 14 12:40:57 pomp systemd[1620]: Started app-flatpak-com.brave.Browser-2361.scope.
Jan 14 12:40:57 pomp nautilus[2270]: Could not establish a connection to Tracker: The name is not activatable
Jan 14 12:40:57 pomp systemd[1620]: Started Application launched by gnome-shell.
Jan 14 12:40:57 pomp codium-wayland.desktop[2415]: Warning: 'enable-features' is not in the list of known options, but still passed to Electron/Chromium.
Jan 14 12:40:57 pomp codium-wayland.desktop[2415]: Warning: 'ozone-platform' is not in the list of known options, but still passed to Electron/Chromium.
Jan 14 12:40:57 pomp gnome-software[1942]: Failed to reload changed app filter: App filtering is globally disabled
Jan 14 12:40:57 pomp dbus-broker-launch[686]: Activation request for 'org.bluez' failed: The systemd unit 'dbus-org.bluez.service' could not be found.
Jan 14 12:40:58 pomp gnome-software[1942]: Failed to reload changed app filter: App filtering is globally disabled
Jan 14 12:40:58 pomp kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 510
Jan 14 12:40:58 pomp kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
Jan 14 12:40:58 pomp kernel: NVRM: This can occur when a driver such as: 
                             NVRM: nouveau, rivafb, nvidiafb or rivatv 
                             NVRM: was loaded and obtained ownership of the NVIDIA device(s).
Jan 14 12:40:58 pomp kernel: NVRM: Try unloading the conflicting kernel module (and/or
                             NVRM: reconfigure your kernel without the conflicting
                             NVRM: driver(s)), then try loading the NVIDIA kernel module
                             NVRM: again.
Jan 14 12:40:58 pomp kernel: NVRM: No NVIDIA devices probed.
Jan 14 12:40:58 pomp kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 510
Jan 14 12:40:58 pomp (udev-worker)[2342]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:58 pomp (udev-worker)[2494]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:40:58 pomp gnome-shell[2515]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86NextElement
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86PreviousElement
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86MarkWaypoint
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86Sos
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86NavChart
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86FishingChart
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86DualRangeRadar
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86RadarOverlay
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86TraditionalSonar
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86ClearvuSonar
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86SidevuSonar
Jan 14 12:40:58 pomp gnome-shell[2515]: > Warning:          Could not resolve keysym XF86NavInfo
Jan 14 12:40:58 pomp gnome-shell[2515]: Errors from xkbcomp are not fatal to the X server
Jan 14 12:40:58 pomp gnome-shell[1728]: Could not issue 'GetUnit' systemd call
Jan 14 12:40:58 pomp systemd[1620]: Reached target GNOME session X11 services.
Jan 14 12:40:58 pomp gnome-shell[1728]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Jan 14 12:40:58 pomp systemd[1620]: Starting GNOME XSettings service...
Jan 14 12:40:58 pomp gnome-shell[2518]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Unsupported maximum keycode 708, clipping.
Jan 14 12:40:58 pomp gnome-shell[2518]: >                   X11 cannot support keycodes above 255.
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86NextElement
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86PreviousElement
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86MarkWaypoint
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86Sos
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86NavChart
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86FishingChart
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86DualRangeRadar
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86RadarOverlay
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86TraditionalSonar
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86ClearvuSonar
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86SidevuSonar
Jan 14 12:40:58 pomp gnome-shell[2518]: > Warning:          Could not resolve keysym XF86NavInfo
Jan 14 12:40:58 pomp gnome-shell[2518]: Errors from xkbcomp are not fatal to the X server
Jan 14 12:41:00 pomp kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 510
Jan 14 12:41:00 pomp kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
Jan 14 12:41:00 pomp kernel: NVRM: This can occur when a driver such as: 
                             NVRM: nouveau, rivafb, nvidiafb or rivatv 
                             NVRM: was loaded and obtained ownership of the NVIDIA device(s).
Jan 14 12:41:00 pomp kernel: NVRM: Try unloading the conflicting kernel module (and/or
                             NVRM: reconfigure your kernel without the conflicting
                             NVRM: driver(s)), then try loading the NVIDIA kernel module
                             NVRM: again.
Jan 14 12:41:00 pomp kernel: NVRM: No NVIDIA devices probed.
Jan 14 12:41:00 pomp kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 510
Jan 14 12:41:00 pomp (udev-worker)[2548]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:41:00 pomp (udev-worker)[2548]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:41:00 pomp systemd[1620]: Started GNOME XSettings service.
Jan 14 12:41:00 pomp systemd[1620]: Reached target GNOME session X11 services.
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: Gtk-Message: 12:41:00.600: Failed to load module "canberra-gtk-module"
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: Gtk-Message: 12:41:00.602: Failed to load module "canberra-gtk-module"
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [2:43:0114/124100.636488:ERROR:object_proxy.cc(577)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.freedesktop.portal.FileChooser”
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [2:43:0114/124100.636516:ERROR:select_file_dialog_linux_portal.cc(285)] Failed to read portal version property
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [2:2:0114/124100.648594:ERROR:policy_logger.cc(156)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(161) Cloud management controller initialization aborted as CBCM is not enabled. Please use the `--enable-chrome-browser-cloud-management` command line flag to enable it if you are not using the official Google Chrome build.
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2339]: tracing_subscriber - init success
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: MESA-LOADER: failed to open nvidia-drm: /usr/lib/x86_64-linux-gnu/GL/lib/gbm/nvidia-drm_gbm.so: cannot open shared object file: No such file or directory (search paths /usr/lib/x86_64-linux-gnu/GL/lib/gbm, suffix _gbm)
Jan 14 12:41:00 pomp gnome-shell[1728]: Invalid window geometry for xdg_surface@38. Ignoring for now, but this will result in client termination in the future.
Jan 14 12:41:00 pomp kernel: nouveau 0000:01:00.0: fifo:PBDMA0: CTXNOTVALID chid:5
Jan 14 12:41:00 pomp kernel: nouveau 0000:01:00.0: fifo:000000:0005:0005:[codium[2689]] errored - disabling channel
Jan 14 12:41:00 pomp kernel: nouveau 0000:01:00.0: codium[2689]: channel 5 killed!
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.982551:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.983149:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.983361:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.983424:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.983543:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.983590:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.983702:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.983782:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.983921:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.983971:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984088:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984133:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984234:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984277:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984382:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984425:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984530:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984575:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984676:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984722:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984826:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984869:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.984967:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985011:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985113:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985157:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985260:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985303:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985409:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985451:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985553:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985594:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985727:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985777:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985886:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.985928:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986029:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986073:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986182:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986226:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986332:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986375:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986477:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986520:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986623:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986665:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986771:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986822:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.986993:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987039:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987141:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987182:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987288:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987331:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987433:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987475:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987580:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987620:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987721:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987762:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987866:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.987907:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988009:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988050:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988156:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988211:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988315:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988356:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988457:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988501:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988602:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988644:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988746:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988786:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988884:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.988925:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.989044:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.989088:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.989188:ERROR:gbm_wrapper.cc(75)] Failed to get fd for plane.: No such file or directory (2)
Jan 14 12:41:00 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124100.989227:ERROR:gbm_wrapper.cc(258)] Failed to export buffer to dma_buf: No such file or directory (2)
Jan 14 12:41:01 pomp com.brave.Browser.desktop[2340]: [2:2:0114/124101.536494:ERROR:sharing_service.cc(221)] Device registration failed with fatal error
Jan 14 12:41:02 pomp kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 510
Jan 14 12:41:02 pomp kernel: NVRM: The NVIDIA probe routine was not called for 1 device(s).
Jan 14 12:41:02 pomp kernel: NVRM: This can occur when a driver such as: 
                             NVRM: nouveau, rivafb, nvidiafb or rivatv 
                             NVRM: was loaded and obtained ownership of the NVIDIA device(s).
Jan 14 12:41:02 pomp kernel: NVRM: Try unloading the conflicting kernel module (and/or
                             NVRM: reconfigure your kernel without the conflicting
                             NVRM: driver(s)), then try loading the NVIDIA kernel module
                             NVRM: again.
Jan 14 12:41:02 pomp kernel: NVRM: No NVIDIA devices probed.
Jan 14 12:41:02 pomp kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 510
Jan 14 12:41:02 pomp (udev-worker)[2521]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:41:02 pomp (udev-worker)[2548]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jan 14 12:41:03 pomp com.brave.Browser.desktop[2340]: [2:2:0114/124103.084926:ERROR:object_proxy.cc(577)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not part of the idle inhibition specification: https://specifications.freedesktop.org/idle-inhibit-spec/latest/
Jan 14 12:41:03 pomp systemd[1]: Stopping User Manager for UID 120...
Jan 14 12:41:03 pomp systemd[980]: Activating special unit Exit the Session...
Jan 14 12:41:03 pomp systemd[980]: Stopped target Main User Target.
Jan 14 12:41:03 pomp systemd[980]: Stopping PipeWire PulseAudio...
Jan 14 12:41:03 pomp systemd[980]: Stopping sandboxed app permission store...
Jan 14 12:41:03 pomp systemd[980]: Stopped sandboxed app permission store.
Jan 14 12:41:03 pomp systemd[980]: Stopped PipeWire PulseAudio.
Jan 14 12:41:03 pomp systemd[980]: Stopping Multimedia Service Session Manager...
Jan 14 12:41:03 pomp wireplumber[1453]: stopped by signal: Terminated
Jan 14 12:41:03 pomp wireplumber[1453]: disconnected from pipewire
Jan 14 12:41:03 pomp systemd[1620]: Started app-flatpak-com.brave.Browser-3122.scope.
Jan 14 12:41:03 pomp systemd[980]: Stopped Multimedia Service Session Manager.
Jan 14 12:41:03 pomp systemd[980]: Stopping PipeWire Multimedia Service...
Jan 14 12:41:03 pomp systemd[980]: Stopped PipeWire Multimedia Service.
Jan 14 12:41:03 pomp systemd[980]: Stopped target Basic System.
Jan 14 12:41:03 pomp systemd[980]: Stopped target Paths.
Jan 14 12:41:03 pomp systemd[980]: Stopped target Sockets.
Jan 14 12:41:03 pomp systemd[980]: Stopped target Timers.
Jan 14 12:41:03 pomp systemd[980]: Closed GnuPG network certificate management daemon.
Jan 14 12:41:03 pomp systemd[980]: Closed GCR ssh-agent wrapper.
Jan 14 12:41:03 pomp systemd[980]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jan 14 12:41:03 pomp systemd[980]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jan 14 12:41:03 pomp systemd[980]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jan 14 12:41:03 pomp systemd[980]: Closed GnuPG cryptographic agent and passphrase cache.
Jan 14 12:41:03 pomp systemd[980]: Closed GnuPG public key management service.
Jan 14 12:41:03 pomp systemd[980]: Closed p11-kit server.
Jan 14 12:41:03 pomp systemd[980]: Closed PipeWire PulseAudio.
Jan 14 12:41:03 pomp systemd[980]: Closed PipeWire Multimedia System Sockets.
Jan 14 12:41:03 pomp dbus-broker[996]: Dispatched 374 messages @ 3(±5)μs / message.
Jan 14 12:41:03 pomp systemd[980]: Stopping D-Bus User Message Bus...
Jan 14 12:41:03 pomp systemd[980]: Stopped D-Bus User Message Bus.
Jan 14 12:41:03 pomp systemd[980]: Removed slice User Core Session Slice.
Jan 14 12:41:03 pomp systemd[980]: Closed D-Bus User Message Bus Socket.
Jan 14 12:41:03 pomp systemd[980]: Removed slice User Application Slice.
Jan 14 12:41:03 pomp systemd[980]: Reached target Shutdown.
Jan 14 12:41:03 pomp systemd[980]: Finished Exit the Session.
Jan 14 12:41:03 pomp systemd[980]: Reached target Exit the Session.
Jan 14 12:41:03 pomp (sd-pam)[981]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Jan 14 12:41:03 pomp systemd[1]: user@120.service: Deactivated successfully.
Jan 14 12:41:03 pomp systemd[1]: Stopped User Manager for UID 120.
Jan 14 12:41:03 pomp systemd[1]: Stopping User Runtime Directory /run/user/120...
Jan 14 12:41:03 pomp systemd[1]: run-user-120.mount: Deactivated successfully.
Jan 14 12:41:03 pomp systemd[1]: user-runtime-dir@120.service: Deactivated successfully.
Jan 14 12:41:03 pomp systemd[1]: Stopped User Runtime Directory /run/user/120.
Jan 14 12:41:03 pomp systemd[1]: Removed slice User Slice of UID 120.
Jan 14 12:41:03 pomp systemd[1]: user-120.slice: Consumed 9.636s CPU time.
Jan 14 12:41:05 pomp systemd-timesyncd[598]: Contacted time server 175.195.167.194:123 (2.arch.pool.ntp.org).
Jan 14 12:41:05 pomp systemd-timesyncd[598]: Initial clock synchronization to Sun 2024-01-14 12:41:05.477990 KST.
Jan 14 12:41:07 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124107.663080:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
Jan 14 12:41:07 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124107.664547:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
Jan 14 12:41:07 pomp com.brave.Browser.desktop[2340]: [59:59:0114/124107.682645:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
Jan 14 12:41:12 pomp com.brave.Browser.desktop[2340]: Fontconfig error: Cannot load default config file: No such file: (null)
Jan 14 12:41:16 pomp gnome-shell[1728]: Error connecting to the screencast service
Jan 14 12:41:22 pomp systemd[1]: systemd-localed.service: Deactivated successfully.
Jan 14 12:41:22 pomp systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jan 14 12:41:37 pomp sudo[3582]:     pomp : TTY=pts/0 ; PWD=/home/pomp ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jan 14 12:41:37 pomp sudo[3582]: pam_unix(sudo:session): session opened for user root(uid=0) by pomp(uid=1000)
Jan 14 12:41:38 pomp sudo[3582]: pam_unix(sudo:session): session closed for user root
Jan 14 12:41:42 pomp geoclue[1454]: Service not used for 60 seconds. Shutting down..
Jan 14 12:41:42 pomp systemd[1]: geoclue.service: Deactivated successfully.
Jan 14 12:41:51 pomp systemd[1620]: Starting Virtual filesystem metadata service...
Jan 14 12:41:51 pomp systemd[1620]: Started Virtual filesystem metadata service.
Jan 14 12:41:51 pomp sudo[3646]:     pomp : TTY=pts/0 ; PWD=/home/pomp ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jan 14 12:41:51 pomp sudo[3646]: pam_unix(sudo:session): session opened for user root(uid=0) by pomp(uid=1000)

Last edited by developomp (2024-01-14 16:45:12)

Offline

#2 2024-01-14 09:17:05

d.ALT
Member
Registered: 2019-05-10
Posts: 920

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

Blacklist nouveau module


<49,17,III,I>    Fama di loro il mondo esser non lassa;
<50,17,III,I>    misericordia e giustizia li sdegna:
<51,17,III,I>    non ragioniam di lor, ma guarda e passa.

Offline

#3 2024-01-14 10:01:24

developomp
Member
Registered: 2021-06-09
Posts: 8
Website

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

That's done automatically when we install nvidia-utils as seen here, and the issue is not resolved after adding the following to "/etc/modprobe.d/blacklist.conf":

blacklist nouveau
blacklist rivafb
blacklist nvidiafb
blacklist rivatv
blacklist nv

Offline

#4 2024-01-14 11:14:05

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,598

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

Was the /boot partition mounted when you regenerate the initcpio?

Offline

#5 2024-01-14 11:17:52

developomp
Member
Registered: 2021-06-09
Posts: 8
Website

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

Scimmia wrote:

Was the /boot partition mounted when you regenerate the initcpio?

Yes, it was.

Last edited by developomp (2024-01-14 11:18:38)

Offline

#6 2024-01-14 12:36:02

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,771

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

sudo lsinitcpio /boot/initramfs-linux.img | grep -E 'nvidia|nouveau'

Offline

#7 2024-01-14 12:39:45

developomp
Member
Registered: 2021-06-09
Posts: 8
Website

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

V1del wrote:
sudo lsinitcpio /boot/initramfs-linux.img | grep -E 'nvidia|nouveau'
~ ❯ sudo lsinitcpio /boot/initramfs-linux.img | grep -E 'nvidia|nouveau'
[sudo] password for pomp: 
usr/lib/firmware/nvidia/
usr/lib/firmware/nvidia/545.29.06/
usr/lib/firmware/nvidia/545.29.06/gsp_ga10x.bin
usr/lib/firmware/nvidia/545.29.06/gsp_tu10x.bin
usr/lib/modprobe.d/nvidia-utils.conf
usr/lib/modules/6.6.10-arch1-1/extramodules/nvidia-drm.ko
usr/lib/modules/6.6.10-arch1-1/extramodules/nvidia.ko
usr/lib/modules/6.6.10-arch1-1/extramodules/nvidia-modeset.ko
usr/lib/modules/6.6.10-arch1-1/extramodules/nvidia-uvm.ko

Offline

#8 2024-01-14 14:03:01

seth
Member
Registered: 2012-09-03
Posts: 51,659

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

Jan 14 12:40:34 pomp systemd[1]: Finished File System Check on /dev/disk/by-uuid/94A4-6F89.
Jan 14 12:40:34 pomp systemd[1]: Mounting /boot...
BOOT_IMAGE=/vmlinuz-linux

you're booting from a boot partition
Output of

lsblk -f

?

You can temporarily add "module_blacklist=nouveau" to the kernel parameters

Offline

#9 2024-01-14 15:50:17

developomp
Member
Registered: 2021-06-09
Posts: 8
Website

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

seth wrote:
Jan 14 12:40:34 pomp systemd[1]: Finished File System Check on /dev/disk/by-uuid/94A4-6F89.
Jan 14 12:40:34 pomp systemd[1]: Mounting /boot...
BOOT_IMAGE=/vmlinuz-linux

you're booting from a boot partition
Output of

lsblk -f

?

You can temporarily add "module_blacklist=nouveau" to the kernel parameters

Here it is:

~ ❯ lsblk -f
NAME FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
nvme1n1
                                                                            
├─nvme1n1p1
│    vfat   FAT32       94A4-6F89                             236.4M    53% /boot
└─nvme1n1p2
     ext4   1.0         468ad9ac-6ba8-4b7f-8dbe-29dd585a117f  472.7G    43% /                      

Also, for those tho will encounter this issue in the future, adding "module_blacklist=nouveau" to kernel param did fix the issue.

Offline

#10 2024-01-14 15:54:45

seth
Member
Registered: 2012-09-03
Posts: 51,659

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

adding "module_blacklist=nouveau" to kernel param did fix the issue

No, it provides a temporary mitigation by being a surefire way to block the module.

So you're booting from a boot partition, ther're only two partitions and the initramfs in the /boot path does absolutely not reflect the journal.

stat /initramfs-linux.img

Offline

#11 2024-01-14 16:04:17

developomp
Member
Registered: 2021-06-09
Posts: 8
Website

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

seth wrote:

adding "module_blacklist=nouveau" to kernel param did fix the issue

No, it provides a temporary mitigation by being a surefire way to block the module.

So you're booting from a boot partition, ther're only two partitions and the initramfs in the /boot path does absolutely not reflect the journal.

stat /initramfs-linux.img
~ ❯ stat /initramfs-linux.img
  File: /initramfs-linux.img
  Size: 12448499  	Blocks: 24320      IO Block: 4096   regular file
Device: 259,2	Inode: 20          Links: 1
Access: (0600/-rw-------)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2024-01-13 00:31:58.249754622 +0900
Modify: 2024-01-13 00:31:58.386420857 +0900
Change: 2024-01-13 00:31:58.413087439 +0900
 Birth: 2024-01-13 00:31:58.249754622 +0900

Offline

#12 2024-01-14 16:08:33

seth
Member
Registered: 2012-09-03
Posts: 51,659

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

Which isn't supposed to be there.
Chances are that you're actuallly booting from the root partition and accidentally double-mounted that into /boot - are there also kernel images? (vmlinuz*) in the root path?

umount /boot
mount /dev/nvme1n1p2 /boot # ewww
mkinitcpio -P
umount /boot
reboot

But in reality you want to fix your bootloader config to actually boot from 94A4-6F89

Offline

#13 2024-01-14 16:43:25

developomp
Member
Registered: 2021-06-09
Posts: 8
Website

Re: [SOLVED] GPU only using nouveau driver instead of proprietary nvidia

Fixed partition mounting, made grub boot from 94A4-6F89, and removed initramfs/vmlinuz stuff from root. Now the system is using Nvidia GPU without "module_blacklist=nouveau" hack! Marking this topic as [SOLVED]. Thank you so much!

Last edited by developomp (2024-01-14 16:43:48)

Offline

Board footer

Powered by FluxBB