You are not logged in.
Pages: 1
Updated my installation and got Gnome 49. Unfortunately, now GDM is not working anymore. I just see a blinking line and no GDM login screen.
It looks like it still tries to start X11. I have no idea, ideally I would like to use Wayland.
GDM custom.conf is default from package, deleted my whole /etc/gdm folder and re-installed gdm.
Also I dont have any udev rules doing graphic things:
rules.d# ls -lh
total 88K
-rw-r--r-- 1 root root 514 Mar 16 2020 11-ftdi.rules
-rw-r--r-- 1 root root 761 Jul 9 2023 30-usbtmc.rules
-rw-r--r-- 1 root root 141 Sep 29 2018 45-stdfu-permissions.rules
-rw-rw-r-- 1 root root 627 Jul 16 2019 49-stlinkv2-1.rules
-rw-rw-r-- 1 root root 503 Jul 16 2019 49-stlinkv2.rules
-rw-rw-r-- 1 root root 1006 Jan 3 2024 49-stlinkv3.rules
-rw-r--r-- 1 root root 118 Mar 11 2024 50-oculus.rules
-rw-r--r-- 1 root root 3.8K Dec 28 2024 50-usb-realtek-net.rules
-rw-r--r-- 1 root root 247 Oct 14 2022 50-wch.rules
-rw-r--r-- 1 root root 4.9K Jul 26 2018 51-android.rules
-rw-r--r-- 1 root root 117 Mar 11 2024 51-quest.rules
-rw-r--r-- 1 root root 6.4K Nov 18 2024 60-openocd.rules
-rw-r--r-- 1 root root 725 Jul 26 2018 69-mtp.rules
lrwxrwxrwx 1 root root 9 Sep 29 2021 90-brltty-device.rules -> /dev/null
lrwxrwxrwx 1 root root 9 Sep 29 2021 90-brltty-uinput.rules -> /dev/null
-rw-r--r-- 1 root root 501 Jun 17 2019 99-allwinner.rules
-rw-rw-r-- 1 root root 19K Jul 16 2019 99-jlink.rules
-rw-r--r-- 1 root root 975 Aug 17 22:16 99-SaleaeLogic.rules
Also mkinitcpio includes amdgpu:
# cat mkinitcpio.conf
MODULES=(amdgpu)
BINARIES=()
FILES=()
HOOKS=(base udev autodetect keyboard keymap modconf block encrypt lvm2 filesystems keyboard resume fsck)
It is also referenced in the bootloader:
# cat loader/entries/arch-linux.conf
title Arch Linux
linux /vmlinuz-linux
initrd /amd-ucode.img
initrd /initramfs-linux.img
options cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards root=/dev/mapper/cryptroot resume=UUID=598cd35f-c56d-441c-957a-013be5a02667 rw audit=0 iommu=pt
This is the boot log:
Sep 28 01:07:07 nb kernel: Linux version 6.16.8-arch3-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Mon, 22 Sep 2025 22:08:35 +0000
Sep 28 01:07:07 nb kernel: Command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards root=/dev/mapper/cryptroot resume=UUID=598cd35f-c56d-441c-957a-013be5a02667 rw audit=0 iommu=pt
Sep 28 01:07:07 nb kernel: BIOS-provided physical RAM map:
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009da0fff] reserved
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x0000000009da1000-0x0000000009efffff] usable
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x0000000009f0f000-0x00000000c4b7dfff] usable
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x00000000c4b7e000-0x00000000cad7dfff] reserved
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x00000000cad7e000-0x00000000cbd7dfff] ACPI NVS
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x00000000cbd7e000-0x00000000cbdfdfff] ACPI data
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x00000000cbdfe000-0x00000000cdffffff] usable
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x0000000100000000-0x00000007ee2fffff] usable
Sep 28 01:07:07 nb kernel: BIOS-e820: [mem 0x00000007ee300000-0x000000082fffffff] reserved
Sep 28 01:07:07 nb kernel: NX (Execute Disable) protection: active
Sep 28 01:07:07 nb kernel: APIC: Static calls initialized
Sep 28 01:07:07 nb kernel: efi: EFI v2.7 by Lenovo
Sep 28 01:07:07 nb kernel: efi: ACPI=0xcbdfd000 ACPI 2.0=0xcbdfd014 SMBIOS=0xc7c66000 SMBIOS 3.0=0xc7c59000 TPMFinalLog=0xcbc1d000 MEMATTR=0xc12f7018 ESRT=0xc1ae9998 INITRD=0x99b60e98 RNG=0xcbdfc018 TPMEventLog=0xcbdf1018
Sep 28 01:07:07 nb kernel: random: crng init done
Sep 28 01:07:07 nb kernel: efi: Remove mem48: MMIO range=[0xfdc00000-0xfdcfffff] (1MB) from e820 map
Sep 28 01:07:07 nb kernel: e820: remove [mem 0xfdc00000-0xfdcfffff] reserved
Sep 28 01:07:07 nb kernel: efi: Not removing mem49: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
Sep 28 01:07:07 nb kernel: SMBIOS 3.3.0 present.
Sep 28 01:07:07 nb kernel: DMI: LENOVO 20XGS01100/20XGS01100, BIOS R1NET58W (1.28) 10/31/2023
Sep 28 01:07:07 nb kernel: DMI: Memory slots populated: 2/2
Sep 28 01:07:07 nb kernel: tsc: Fast TSC calibration using PIT
Sep 28 01:07:07 nb kernel: tsc: Detected 1896.340 MHz processor
Sep 28 01:07:07 nb kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 28 01:07:07 nb kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 28 01:07:07 nb kernel: last_pfn = 0x7ee300 max_arch_pfn = 0x400000000
Sep 28 01:07:07 nb kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
Sep 28 01:07:07 nb kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Sep 28 01:07:07 nb kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Sep 28 01:07:07 nb kernel: esrt: Reserving ESRT space from 0x00000000c1ae9998 to 0x00000000c1ae9ac0.
Sep 28 01:07:07 nb kernel: e820: update [mem 0xc1ae9000-0xc1ae9fff] usable ==> reserved
Sep 28 01:07:07 nb kernel: Using GB pages for direct mapping
Sep 28 01:07:07 nb kernel: Secure boot disabled
Sep 28 01:07:07 nb kernel: RAMDISK: [mem 0x7cf1c000-0x7ffd2fff]
Sep 28 01:07:07 nb kernel: ACPI: Early table checksum verification disabled
Sep 28 01:07:07 nb kernel: ACPI: RSDP 0x00000000CBDFD014 000024 (v02 LENOVO)
Sep 28 01:07:07 nb kernel: ACPI: XSDT 0x00000000CBDFB188 00012C (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: FACP 0x00000000C5994000 000114 (v06 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: DSDT 0x00000000C597A000 01496F (v01 LENOVO TP-R1N 000011C0 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: FACS 0x00000000CBC18000 000040
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C7C9C000 0000A2 (v01 LENOVO PID0Ssdt 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C7C9A000 00118F (v01 LENOVO UsbCTabl 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C7C8C000 0072B0 (v02 LENOVO TP-R1N 00000002 MSFT 04000000)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C7C39000 000A42 (v01 LENOVO WmiTable 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C7BB4000 000632 (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: TPM2 0x00000000C7BB3000 000034 (v03 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: POAT 0x00000000C7BB0000 000055 (v03 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: BATB 0x00000000C7B9B000 00004A (v02 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: HPET 0x00000000C5993000 000038 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: APIC 0x00000000C5992000 000138 (v02 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: MCFG 0x00000000C5991000 00003C (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: SBST 0x00000000C5990000 000030 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: WSMT 0x00000000C598F000 000028 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: VFCT 0x00000000C596C000 00D884 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C5966000 005354 (v02 LENOVO TP-R1N 00000001 AMD 00000001)
Sep 28 01:07:07 nb kernel: ACPI: CRAT 0x00000000C5965000 000EC0 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: CDIT 0x00000000C5964000 000029 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: FPDT 0x00000000C7B9C000 000034 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C5963000 000149 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C5962000 000AB7 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C5960000 0015A8 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C595C000 003B0E (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C595A000 000058 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C5959000 00024D (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C5957000 001446 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C5956000 000B9A (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: UEFI 0x00000000CBC17000 0000DA (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C5955000 000052 (v01 LENOVO DRTM 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: IVRS 0x00000000C5954000 0001A4 (v02 LENOVO TP-R1N 000011C0 PTEC 00000002)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C7C98000 000090 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: SSDT 0x00000000C7C97000 00096A (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Sep 28 01:07:07 nb kernel: ACPI: BGRT 0x00000000C7C96000 000038 (v01 LENOVO TP-R1N 000011C0 PTEC 000011C0)
Sep 28 01:07:07 nb kernel: ACPI: Reserving FACP table memory at [mem 0xc5994000-0xc5994113]
Sep 28 01:07:07 nb kernel: ACPI: Reserving DSDT table memory at [mem 0xc597a000-0xc598e96e]
Sep 28 01:07:07 nb kernel: ACPI: Reserving FACS table memory at [mem 0xcbc18000-0xcbc1803f]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c9c000-0xc7c9c0a1]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c9a000-0xc7c9b18e]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c8c000-0xc7c932af]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c39000-0xc7c39a41]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7bb4000-0xc7bb4631]
Sep 28 01:07:07 nb kernel: ACPI: Reserving TPM2 table memory at [mem 0xc7bb3000-0xc7bb3033]
Sep 28 01:07:07 nb kernel: ACPI: Reserving POAT table memory at [mem 0xc7bb0000-0xc7bb0054]
Sep 28 01:07:07 nb kernel: ACPI: Reserving BATB table memory at [mem 0xc7b9b000-0xc7b9b049]
Sep 28 01:07:07 nb kernel: ACPI: Reserving HPET table memory at [mem 0xc5993000-0xc5993037]
Sep 28 01:07:07 nb kernel: ACPI: Reserving APIC table memory at [mem 0xc5992000-0xc5992137]
Sep 28 01:07:07 nb kernel: ACPI: Reserving MCFG table memory at [mem 0xc5991000-0xc599103b]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SBST table memory at [mem 0xc5990000-0xc599002f]
Sep 28 01:07:07 nb kernel: ACPI: Reserving WSMT table memory at [mem 0xc598f000-0xc598f027]
Sep 28 01:07:07 nb kernel: ACPI: Reserving VFCT table memory at [mem 0xc596c000-0xc5979883]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5966000-0xc596b353]
Sep 28 01:07:07 nb kernel: ACPI: Reserving CRAT table memory at [mem 0xc5965000-0xc5965ebf]
Sep 28 01:07:07 nb kernel: ACPI: Reserving CDIT table memory at [mem 0xc5964000-0xc5964028]
Sep 28 01:07:07 nb kernel: ACPI: Reserving FPDT table memory at [mem 0xc7b9c000-0xc7b9c033]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5963000-0xc5963148]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5962000-0xc5962ab6]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5960000-0xc59615a7]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc595c000-0xc595fb0d]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc595a000-0xc595a057]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5959000-0xc595924c]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5957000-0xc5958445]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5956000-0xc5956b99]
Sep 28 01:07:07 nb kernel: ACPI: Reserving UEFI table memory at [mem 0xcbc17000-0xcbc170d9]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5955000-0xc5955051]
Sep 28 01:07:07 nb kernel: ACPI: Reserving IVRS table memory at [mem 0xc5954000-0xc59541a3]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c98000-0xc7c9808f]
Sep 28 01:07:07 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c97000-0xc7c97969]
Sep 28 01:07:07 nb kernel: ACPI: Reserving BGRT table memory at [mem 0xc7c96000-0xc7c96037]
Sep 28 01:07:07 nb kernel: No NUMA configuration found
Sep 28 01:07:07 nb kernel: Faking a node at [mem 0x0000000000000000-0x00000007ee2fffff]
Sep 28 01:07:07 nb kernel: NODE_DATA(0) allocated [mem 0x7ee2d5280-0x7ee2fffff]
Sep 28 01:07:07 nb kernel: Zone ranges:
Sep 28 01:07:07 nb kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Sep 28 01:07:07 nb kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Sep 28 01:07:07 nb kernel: Normal [mem 0x0000000100000000-0x00000007ee2fffff]
Sep 28 01:07:07 nb kernel: Device empty
Sep 28 01:07:07 nb kernel: Movable zone start for each node
Sep 28 01:07:07 nb kernel: Early memory node ranges
Sep 28 01:07:07 nb kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
Sep 28 01:07:07 nb kernel: node 0: [mem 0x0000000000100000-0x0000000009bfffff]
Sep 28 01:07:07 nb kernel: node 0: [mem 0x0000000009da1000-0x0000000009efffff]
Sep 28 01:07:07 nb kernel: node 0: [mem 0x0000000009f0f000-0x00000000c4b7dfff]
Sep 28 01:07:07 nb kernel: node 0: [mem 0x00000000cbdfe000-0x00000000cdffffff]
Sep 28 01:07:07 nb kernel: node 0: [mem 0x0000000100000000-0x00000007ee2fffff]
Sep 28 01:07:07 nb kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000007ee2fffff]
Sep 28 01:07:07 nb kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 28 01:07:07 nb kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Sep 28 01:07:07 nb kernel: On node 0, zone DMA32: 417 pages in unavailable ranges
Sep 28 01:07:07 nb kernel: On node 0, zone DMA32: 15 pages in unavailable ranges
Sep 28 01:07:07 nb kernel: On node 0, zone DMA32: 29312 pages in unavailable ranges
Sep 28 01:07:07 nb kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Sep 28 01:07:07 nb kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
Sep 28 01:07:07 nb kernel: ACPI: PM-Timer IO Port: 0x408
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Sep 28 01:07:07 nb kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Sep 28 01:07:07 nb kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Sep 28 01:07:07 nb kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 28 01:07:07 nb kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 28 01:07:07 nb kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 28 01:07:07 nb kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Sep 28 01:07:07 nb kernel: e820: update [mem 0xc0927000-0xc09b7fff] usable ==> reserved
Sep 28 01:07:07 nb kernel: CPU topo: Max. logical packages: 1
Sep 28 01:07:07 nb kernel: CPU topo: Max. logical dies: 1
Sep 28 01:07:07 nb kernel: CPU topo: Max. dies per package: 1
Sep 28 01:07:07 nb kernel: CPU topo: Max. threads per core: 2
Sep 28 01:07:07 nb kernel: CPU topo: Num. cores per package: 8
Sep 28 01:07:07 nb kernel: CPU topo: Num. threads per package: 16
Sep 28 01:07:07 nb kernel: CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
Sep 28 01:07:07 nb kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 28 01:07:07 nb kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Sep 28 01:07:07 nb kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09da0fff]
Sep 28 01:07:07 nb kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0efff]
Sep 28 01:07:07 nb kernel: PM: hibernation: Registered nosave memory: [mem 0xc0927000-0xc09b7fff]
Sep 28 01:07:07 nb kernel: PM: hibernation: Registered nosave memory: [mem 0xc1ae9000-0xc1ae9fff]
Sep 28 01:07:07 nb kernel: PM: hibernation: Registered nosave memory: [mem 0xc4b7e000-0xcbdfdfff]
Sep 28 01:07:07 nb kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xffffffff]
Sep 28 01:07:07 nb kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Sep 28 01:07:07 nb kernel: Booting paravirtualized kernel on bare hardware
Sep 28 01:07:07 nb kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Sep 28 01:07:07 nb kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Sep 28 01:07:07 nb kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Sep 28 01:07:07 nb kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Sep 28 01:07:07 nb kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Sep 28 01:07:07 nb kernel: Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards root=/dev/mapper/cryptroot resume=UUID=598cd35f-c56d-441c-957a-013be5a02667 rw audit=0 iommu=pt
Sep 28 01:07:07 nb kernel: audit: disabled (until reboot)
Sep 28 01:07:07 nb kernel: Unknown kernel command line parameters "cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards", will be passed to user space.
Sep 28 01:07:07 nb kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Sep 28 01:07:07 nb kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Sep 28 01:07:07 nb kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Sep 28 01:07:07 nb kernel: software IO TLB: area num 16.
Sep 28 01:07:07 nb kernel: Fallback order for Node 0: 0
Sep 28 01:07:07 nb kernel: Built 1 zonelists, mobility grouping on. Total pages: 8081006
Sep 28 01:07:07 nb kernel: Policy zone: Normal
Sep 28 01:07:07 nb kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 28 01:07:07 nb kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Sep 28 01:07:07 nb kernel: ftrace: allocating 56047 entries in 220 pages
Sep 28 01:07:07 nb kernel: ftrace: allocated 220 pages with 5 groups
Sep 28 01:07:07 nb kernel: Dynamic Preempt: full
Sep 28 01:07:07 nb kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 28 01:07:07 nb kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
Sep 28 01:07:07 nb kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Sep 28 01:07:07 nb kernel: Trampoline variant of Tasks RCU enabled.
Sep 28 01:07:07 nb kernel: Rude variant of Tasks RCU enabled.
Sep 28 01:07:07 nb kernel: Tracing variant of Tasks RCU enabled.
Sep 28 01:07:07 nb kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Sep 28 01:07:07 nb kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Sep 28 01:07:07 nb kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Sep 28 01:07:07 nb kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Sep 28 01:07:07 nb kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Sep 28 01:07:07 nb kernel: NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
Sep 28 01:07:07 nb kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 28 01:07:07 nb kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 28 01:07:07 nb kernel: Console: colour dummy device 80x25
Sep 28 01:07:07 nb kernel: printk: legacy console [tty0] enabled
Sep 28 01:07:07 nb kernel: ACPI: Core revision 20250404
Sep 28 01:07:07 nb kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Sep 28 01:07:07 nb kernel: APIC: Switch to symmetric I/O mode setup
Sep 28 01:07:07 nb kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:0xa0
Sep 28 01:07:07 nb kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:0xa0
Sep 28 01:07:07 nb kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:0xa0
Sep 28 01:07:07 nb kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:0xa0
Sep 28 01:07:07 nb kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Sep 28 01:07:07 nb kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 28 01:07:07 nb kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x36ab552b858, max_idle_ns: 881590638264 ns
Sep 28 01:07:07 nb kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3792.68 BogoMIPS (lpj=1896340)
Sep 28 01:07:07 nb kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 28 01:07:07 nb kernel: LVT offset 1 assigned for vector 0xf9
Sep 28 01:07:07 nb kernel: LVT offset 2 assigned for vector 0xf4
Sep 28 01:07:07 nb kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Sep 28 01:07:07 nb kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Sep 28 01:07:07 nb kernel: process: using mwait in idle threads
Sep 28 01:07:07 nb kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 28 01:07:07 nb kernel: Transient Scheduler Attacks: Mitigation: Clear CPU buffers
Sep 28 01:07:07 nb kernel: Spectre V2 : Mitigation: Retpolines
Sep 28 01:07:07 nb kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Sep 28 01:07:07 nb kernel: Speculative Return Stack Overflow: Mitigation: Safe RET
Sep 28 01:07:07 nb kernel: VMSCAPE: Mitigation: IBPB before exit to userspace
Sep 28 01:07:07 nb kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 28 01:07:07 nb kernel: Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
Sep 28 01:07:07 nb kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Sep 28 01:07:07 nb kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 28 01:07:07 nb kernel: active return thunk: srso_alias_return_thunk
Sep 28 01:07:07 nb kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 28 01:07:07 nb kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 28 01:07:07 nb kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 28 01:07:07 nb kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 28 01:07:07 nb kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Sep 28 01:07:07 nb kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Sep 28 01:07:07 nb kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
Sep 28 01:07:07 nb kernel: x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
Sep 28 01:07:07 nb kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
Sep 28 01:07:07 nb kernel: Freeing SMP alternatives memory: 56K
Sep 28 01:07:07 nb kernel: pid_max: default: 32768 minimum: 301
Sep 28 01:07:07 nb kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Sep 28 01:07:07 nb kernel: landlock: Up and running.
Sep 28 01:07:07 nb kernel: Yama: becoming mindful.
Sep 28 01:07:07 nb kernel: LSM support for eBPF active
Sep 28 01:07:07 nb kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Sep 28 01:07:07 nb kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Sep 28 01:07:07 nb kernel: smpboot: CPU0: AMD Ryzen 7 PRO 5850U with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
Sep 28 01:07:07 nb kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Sep 28 01:07:07 nb kernel: ... version: 0
Sep 28 01:07:07 nb kernel: ... bit width: 48
Sep 28 01:07:07 nb kernel: ... generic registers: 6
Sep 28 01:07:07 nb kernel: ... value mask: 0000ffffffffffff
Sep 28 01:07:07 nb kernel: ... max period: 00007fffffffffff
Sep 28 01:07:07 nb kernel: ... fixed-purpose events: 0
Sep 28 01:07:07 nb kernel: ... event mask: 000000000000003f
Sep 28 01:07:07 nb kernel: signal: max sigframe size: 3376
Sep 28 01:07:07 nb kernel: rcu: Hierarchical SRCU implementation.
Sep 28 01:07:07 nb kernel: rcu: Max phase no-delay instances is 400.
Sep 28 01:07:07 nb kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Sep 28 01:07:07 nb kernel: MCE: In-kernel MCE decoding enabled.
Sep 28 01:07:07 nb kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 28 01:07:07 nb kernel: smp: Bringing up secondary CPUs ...
Sep 28 01:07:07 nb kernel: smpboot: x86: Booting SMP configuration:
Sep 28 01:07:07 nb kernel: .... node #0, CPUs: #2 #4 #6 #8 #10 #12 #14 #1 #3 #5 #7 #9 #11 #13 #15
Sep 28 01:07:07 nb kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 28 01:07:07 nb kernel: smp: Brought up 1 node, 16 CPUs
Sep 28 01:07:07 nb kernel: smpboot: Total of 16 processors activated (60682.88 BogoMIPS)
Sep 28 01:07:07 nb kernel: Memory: 31562220K/32324024K available (19868K kernel code, 2942K rwdata, 16672K rodata, 4664K init, 4948K bss, 738544K reserved, 0K cma-reserved)
Sep 28 01:07:07 nb kernel: devtmpfs: initialized
Sep 28 01:07:07 nb kernel: x86/mm: Memory block size: 128MB
Sep 28 01:07:07 nb kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0efff] (61440 bytes)
Sep 28 01:07:07 nb kernel: ACPI: PM: Registering ACPI NVS region [mem 0xcad7e000-0xcbd7dfff] (16777216 bytes)
Sep 28 01:07:07 nb kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Sep 28 01:07:07 nb kernel: posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
Sep 28 01:07:07 nb kernel: futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
Sep 28 01:07:07 nb kernel: pinctrl core: initialized pinctrl subsystem
Sep 28 01:07:07 nb kernel: PM: RTC time: 01:06:57, date: 2025-09-28
Sep 28 01:07:07 nb kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 28 01:07:07 nb kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Sep 28 01:07:07 nb kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 28 01:07:07 nb kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 28 01:07:07 nb kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 28 01:07:07 nb kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 28 01:07:07 nb kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 28 01:07:07 nb kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 28 01:07:07 nb kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 28 01:07:07 nb kernel: cpuidle: using governor ladder
Sep 28 01:07:07 nb kernel: cpuidle: using governor menu
Sep 28 01:07:07 nb kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Sep 28 01:07:07 nb kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 28 01:07:07 nb kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
Sep 28 01:07:07 nb kernel: PCI: Using configuration type 1 for base access
Sep 28 01:07:07 nb kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 28 01:07:07 nb kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=4
Sep 28 01:07:07 nb kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 28 01:07:07 nb kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 28 01:07:07 nb kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 28 01:07:07 nb kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 28 01:07:07 nb kernel: raid6: skipped pq benchmark and selected avx2x4
Sep 28 01:07:07 nb kernel: raid6: using avx2x2 recovery algorithm
Sep 28 01:07:07 nb kernel: ACPI: Added _OSI(Module Device)
Sep 28 01:07:07 nb kernel: ACPI: Added _OSI(Processor Device)
Sep 28 01:07:07 nb kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 28 01:07:07 nb kernel: ACPI: 18 ACPI AML tables successfully acquired and loaded
Sep 28 01:07:07 nb kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 28 01:07:07 nb kernel: ACPI: EC: EC started
Sep 28 01:07:07 nb kernel: ACPI: EC: interrupt blocked
Sep 28 01:07:07 nb kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 28 01:07:07 nb kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Sep 28 01:07:07 nb kernel: ACPI: Interpreter enabled
Sep 28 01:07:07 nb kernel: ACPI: PM: (supports S0 S4 S5)
Sep 28 01:07:07 nb kernel: ACPI: Using IOAPIC for interrupt routing
Sep 28 01:07:07 nb kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 28 01:07:07 nb kernel: PCI: Ignoring E820 reservations for host bridge windows
Sep 28 01:07:07 nb kernel: ACPI: \_SB_.PCI0.GPP4.RTL8.P0U1: New power resource
Sep 28 01:07:07 nb kernel: ACPI: \_SB_.PCI0.GPP4.RTL8.P3U1: New power resource
Sep 28 01:07:07 nb kernel: ACPI: \_SB_.PCI0.GPP7.PXSX.WRST: New power resource
Sep 28 01:07:07 nb kernel: ACPI: \_SB_.PCI0.GPP8.P0NV: New power resource
Sep 28 01:07:07 nb kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
Sep 28 01:07:07 nb kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
Sep 28 01:07:07 nb kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
Sep 28 01:07:07 nb kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
Sep 28 01:07:07 nb kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 28 01:07:07 nb kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 28 01:07:07 nb kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Sep 28 01:07:07 nb kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Sep 28 01:07:07 nb kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Sep 28 01:07:07 nb kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf8000000-0xfbffffff] for domain 0000 [bus 00-3f] only partially covers this bridge
Sep 28 01:07:07 nb kernel: PCI host bridge to bus 0000:00
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000effff window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: root bus resource [mem 0x830000000-0xffffffffff window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 28 01:07:07 nb kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400 PCIe Root Port
Sep 28 01:07:07 nb kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.1: bridge window [mem 0xfd700000-0xfd7fffff]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400 PCIe Root Port
Sep 28 01:07:07 nb kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.2: bridge window [io 0x2000-0x2fff]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd6fffff]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400 PCIe Root Port
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: bridge window [mem 0xfd500000-0xfd5fffff]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:00:02.7: [1022:1634] type 01 class 0x060400 PCIe Root Port
Sep 28 01:07:07 nb kernel: pci 0000:00:02.7: PCI bridge to [bus 04]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.7: bridge window [mem 0xfd400000-0xfd4fffff]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.7: PME# supported from D0 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400 PCIe Root Port
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: bridge window [mem 0xfd000000-0xfd3fffff]
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: bridge window [mem 0x860000000-0x8701fffff 64bit pref]
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: enabling Extended Tags
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:18.0: [1022:166a] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:18.1: [1022:166b] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:18.2: [1022:166c] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:18.3: [1022:166d] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:18.4: [1022:166e] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:18.5: [1022:166f] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:18.6: [1022:1670] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:00:18.7: [1022:1671] type 00 class 0x060000 conventional PCI endpoint
Sep 28 01:07:07 nb kernel: pci 0000:01:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
Sep 28 01:07:07 nb kernel: pci 0000:01:00.0: BAR 0 [mem 0xfd700000-0xfd703fff 64bit]
Sep 28 01:07:07 nb kernel: pci 0000:01:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.1 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Sep 28 01:07:07 nb kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Sep 28 01:07:07 nb kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Sep 28 01:07:07 nb kernel: pci 0000:02:00.0: BAR 0 [io 0x2000-0x20ff]
Sep 28 01:07:07 nb kernel: pci 0000:02:00.0: BAR 2 [mem 0xfd604000-0xfd604fff 64bit]
Sep 28 01:07:07 nb kernel: pci 0000:02:00.0: BAR 4 [mem 0xfd600000-0xfd603fff 64bit]
Sep 28 01:07:07 nb kernel: pci 0000:02:00.0: supports D1 D2
Sep 28 01:07:07 nb kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Sep 28 01:07:07 nb kernel: pci 0000:03:00.0: [8086:2725] type 00 class 0x028000 PCIe Endpoint
Sep 28 01:07:07 nb kernel: pci 0000:03:00.0: BAR 0 [mem 0xfd500000-0xfd503fff 64bit]
Sep 28 01:07:07 nb kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Sep 28 01:07:07 nb kernel: pci 0000:04:00.0: [1912:0015] type 00 class 0x0c0330 PCIe Endpoint
Sep 28 01:07:07 nb kernel: pci 0000:04:00.0: BAR 0 [mem 0xfd400000-0xfd401fff 64bit]
Sep 28 01:07:07 nb kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:00:02.7: PCI bridge to [bus 04]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.0: [1002:1638] type 00 class 0x030000 PCIe Legacy Endpoint
Sep 28 01:07:07 nb kernel: pci 0000:05:00.0: BAR 0 [mem 0x860000000-0x86fffffff 64bit pref]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.0: BAR 2 [mem 0x870000000-0x8701fffff 64bit pref]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.0: BAR 4 [io 0x1000-0x10ff]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.0: BAR 5 [mem 0xfd300000-0xfd37ffff]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.0: enabling Extended Tags
Sep 28 01:07:07 nb kernel: pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:05:00.1: [1002:1637] type 00 class 0x040300 PCIe Legacy Endpoint
Sep 28 01:07:07 nb kernel: pci 0000:05:00.1: BAR 0 [mem 0xfd3c8000-0xfd3cbfff]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.1: enabling Extended Tags
Sep 28 01:07:07 nb kernel: pci 0000:05:00.1: PME# supported from D1 D2 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:05:00.2: [1022:15df] type 00 class 0x108000 PCIe Endpoint
Sep 28 01:07:07 nb kernel: pci 0000:05:00.2: BAR 2 [mem 0xfd200000-0xfd2fffff]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.2: BAR 5 [mem 0xfd3cc000-0xfd3cdfff]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.2: enabling Extended Tags
Sep 28 01:07:07 nb kernel: pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330 PCIe Endpoint
Sep 28 01:07:07 nb kernel: pci 0000:05:00.3: BAR 0 [mem 0xfd000000-0xfd0fffff 64bit]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.3: enabling Extended Tags
Sep 28 01:07:07 nb kernel: pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330 PCIe Endpoint
Sep 28 01:07:07 nb kernel: pci 0000:05:00.4: BAR 0 [mem 0xfd100000-0xfd1fffff 64bit]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.4: enabling Extended Tags
Sep 28 01:07:07 nb kernel: pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
Sep 28 01:07:07 nb kernel: pci 0000:05:00.5: BAR 0 [mem 0xfd380000-0xfd3bffff]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.5: enabling Extended Tags
Sep 28 01:07:07 nb kernel: pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
Sep 28 01:07:07 nb kernel: pci 0000:05:00.6: BAR 0 [mem 0xfd3c0000-0xfd3c7fff]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.6: enabling Extended Tags
Sep 28 01:07:07 nb kernel: pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
Sep 28 01:07:07 nb kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Sep 28 01:07:07 nb kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Sep 28 01:07:07 nb kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Sep 28 01:07:07 nb kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Sep 28 01:07:07 nb kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Sep 28 01:07:07 nb kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Sep 28 01:07:07 nb kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Sep 28 01:07:07 nb kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Sep 28 01:07:07 nb kernel: Low-power S0 idle used by default for system suspend
Sep 28 01:07:07 nb kernel: ACPI: EC: interrupt unblocked
Sep 28 01:07:07 nb kernel: ACPI: EC: event unblocked
Sep 28 01:07:07 nb kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Sep 28 01:07:07 nb kernel: ACPI: EC: GPE=0x3
Sep 28 01:07:07 nb kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Sep 28 01:07:07 nb kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Sep 28 01:07:07 nb kernel: iommu: Default domain type: Passthrough (set via kernel command line)
Sep 28 01:07:07 nb kernel: SCSI subsystem initialized
Sep 28 01:07:07 nb kernel: libata version 3.00 loaded.
Sep 28 01:07:07 nb kernel: ACPI: bus type USB registered
Sep 28 01:07:07 nb kernel: usbcore: registered new interface driver usbfs
Sep 28 01:07:07 nb kernel: usbcore: registered new interface driver hub
Sep 28 01:07:07 nb kernel: usbcore: registered new device driver usb
Sep 28 01:07:07 nb kernel: EDAC MC: Ver: 3.0.0
Sep 28 01:07:07 nb kernel: efivars: Registered efivars operations
Sep 28 01:07:07 nb kernel: NetLabel: Initializing
Sep 28 01:07:07 nb kernel: NetLabel: domain hash size = 128
Sep 28 01:07:07 nb kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Sep 28 01:07:07 nb kernel: NetLabel: unlabeled traffic allowed by default
Sep 28 01:07:07 nb kernel: mctp: management component transport protocol core
Sep 28 01:07:07 nb kernel: NET: Registered PF_MCTP protocol family
Sep 28 01:07:07 nb kernel: PCI: Using ACPI for IRQ routing
Sep 28 01:07:07 nb kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 28 01:07:07 nb kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Sep 28 01:07:07 nb kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Sep 28 01:07:07 nb kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Sep 28 01:07:07 nb kernel: e820: reserve RAM buffer [mem 0xc0927000-0xc3ffffff]
Sep 28 01:07:07 nb kernel: e820: reserve RAM buffer [mem 0xc1ae9000-0xc3ffffff]
Sep 28 01:07:07 nb kernel: e820: reserve RAM buffer [mem 0xc4b7e000-0xc7ffffff]
Sep 28 01:07:07 nb kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Sep 28 01:07:07 nb kernel: e820: reserve RAM buffer [mem 0x7ee300000-0x7efffffff]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.0: vgaarb: setting as boot VGA device
Sep 28 01:07:07 nb kernel: pci 0000:05:00.0: vgaarb: bridge control possible
Sep 28 01:07:07 nb kernel: pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 28 01:07:07 nb kernel: vgaarb: loaded
Sep 28 01:07:07 nb kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Sep 28 01:07:07 nb kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Sep 28 01:07:07 nb kernel: clocksource: Switched to clocksource tsc-early
Sep 28 01:07:07 nb kernel: VFS: Disk quotas dquot_6.6.0
Sep 28 01:07:07 nb kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 28 01:07:07 nb kernel: pnp: PnP ACPI init
Sep 28 01:07:07 nb kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Sep 28 01:07:07 nb kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Sep 28 01:07:07 nb kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Sep 28 01:07:07 nb kernel: system 00:02: [io 0x0400-0x04cf] has been reserved
Sep 28 01:07:07 nb kernel: system 00:02: [io 0x04d0-0x04d1] has been reserved
Sep 28 01:07:07 nb kernel: system 00:02: [io 0x04d6] has been reserved
Sep 28 01:07:07 nb kernel: system 00:02: [io 0x0c00-0x0c01] has been reserved
Sep 28 01:07:07 nb kernel: system 00:02: [io 0x0c14] has been reserved
Sep 28 01:07:07 nb kernel: system 00:02: [io 0x0c50-0x0c52] has been reserved
Sep 28 01:07:07 nb kernel: system 00:02: [io 0x0c6c] has been reserved
Sep 28 01:07:07 nb kernel: system 00:02: [io 0x0c6f] has been reserved
Sep 28 01:07:07 nb kernel: system 00:02: [io 0x0cd0-0x0cdb] has been reserved
Sep 28 01:07:07 nb kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
Sep 28 01:07:07 nb kernel: system 00:03: [mem 0x00000000-0x01ffffff] could not be reserved
Sep 28 01:07:07 nb kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
Sep 28 01:07:07 nb kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Sep 28 01:07:07 nb kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
Sep 28 01:07:07 nb kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
Sep 28 01:07:07 nb kernel: pnp: PnP ACPI: found 6 devices
Sep 28 01:07:07 nb kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 28 01:07:07 nb kernel: NET: Registered PF_INET protocol family
Sep 28 01:07:07 nb kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 28 01:07:07 nb kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Sep 28 01:07:07 nb kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 28 01:07:07 nb kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 28 01:07:07 nb kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 28 01:07:07 nb kernel: TCP: Hash tables configured (established 262144 bind 65536)
Sep 28 01:07:07 nb kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Sep 28 01:07:07 nb kernel: UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Sep 28 01:07:07 nb kernel: UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Sep 28 01:07:07 nb kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 28 01:07:07 nb kernel: NET: Registered PF_XDP protocol family
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: bridge window [mem 0x830000000-0x8301fffff 64bit pref]: assigned
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: bridge window [io 0x3000-0x3fff]: assigned
Sep 28 01:07:07 nb kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.1: bridge window [mem 0xfd700000-0xfd7fffff]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.2: bridge window [io 0x2000-0x2fff]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd6fffff]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: bridge window [io 0x3000-0x3fff]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: bridge window [mem 0xfd500000-0xfd5fffff]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: bridge window [mem 0x830000000-0x8301fffff 64bit pref]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.7: PCI bridge to [bus 04]
Sep 28 01:07:07 nb kernel: pci 0000:00:02.7: bridge window [mem 0xfd400000-0xfd4fffff]
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: bridge window [mem 0xfd000000-0xfd3fffff]
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: bridge window [mem 0x860000000-0x8701fffff 64bit pref]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000effff window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: resource 5 [mem 0xd0000000-0xf7ffffff window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: resource 6 [mem 0xfc000000-0xfdffffff window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: resource 7 [mem 0x830000000-0xffffffffff window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: resource 8 [io 0x0000-0x0cf7 window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:00: resource 9 [io 0x0d00-0xffff window]
Sep 28 01:07:07 nb kernel: pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
Sep 28 01:07:07 nb kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
Sep 28 01:07:07 nb kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
Sep 28 01:07:07 nb kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
Sep 28 01:07:07 nb kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
Sep 28 01:07:07 nb kernel: pci_bus 0000:03: resource 2 [mem 0x830000000-0x8301fffff 64bit pref]
Sep 28 01:07:07 nb kernel: pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
Sep 28 01:07:07 nb kernel: pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
Sep 28 01:07:07 nb kernel: pci_bus 0000:05: resource 1 [mem 0xfd000000-0xfd3fffff]
Sep 28 01:07:07 nb kernel: pci_bus 0000:05: resource 2 [mem 0x860000000-0x8701fffff 64bit pref]
Sep 28 01:07:07 nb kernel: pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
Sep 28 01:07:07 nb kernel: pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
Sep 28 01:07:07 nb kernel: pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
Sep 28 01:07:07 nb kernel: PCI: CLS 32 bytes, default 64
Sep 28 01:07:07 nb kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 28 01:07:07 nb kernel: Trying to unpack rootfs image as initramfs...
Sep 28 01:07:07 nb kernel: pci 0000:00:00.0: Adding to iommu group 0
Sep 28 01:07:07 nb kernel: pci 0000:00:01.0: Adding to iommu group 1
Sep 28 01:07:07 nb kernel: pci 0000:00:02.0: Adding to iommu group 2
Sep 28 01:07:07 nb kernel: pci 0000:00:02.1: Adding to iommu group 3
Sep 28 01:07:07 nb kernel: pci 0000:00:02.2: Adding to iommu group 4
Sep 28 01:07:07 nb kernel: pci 0000:00:02.3: Adding to iommu group 5
Sep 28 01:07:07 nb kernel: pci 0000:00:02.7: Adding to iommu group 6
Sep 28 01:07:07 nb kernel: pci 0000:00:08.0: Adding to iommu group 7
Sep 28 01:07:07 nb kernel: pci 0000:00:08.1: Adding to iommu group 8
Sep 28 01:07:07 nb kernel: pci 0000:00:14.0: Adding to iommu group 9
Sep 28 01:07:07 nb kernel: pci 0000:00:14.3: Adding to iommu group 9
Sep 28 01:07:07 nb kernel: pci 0000:00:18.0: Adding to iommu group 10
Sep 28 01:07:07 nb kernel: pci 0000:00:18.1: Adding to iommu group 10
Sep 28 01:07:07 nb kernel: pci 0000:00:18.2: Adding to iommu group 10
Sep 28 01:07:07 nb kernel: pci 0000:00:18.3: Adding to iommu group 10
Sep 28 01:07:07 nb kernel: pci 0000:00:18.4: Adding to iommu group 10
Sep 28 01:07:07 nb kernel: pci 0000:00:18.5: Adding to iommu group 10
Sep 28 01:07:07 nb kernel: pci 0000:00:18.6: Adding to iommu group 10
Sep 28 01:07:07 nb kernel: pci 0000:00:18.7: Adding to iommu group 10
Sep 28 01:07:07 nb kernel: pci 0000:01:00.0: Adding to iommu group 11
Sep 28 01:07:07 nb kernel: pci 0000:02:00.0: Adding to iommu group 12
Sep 28 01:07:07 nb kernel: pci 0000:03:00.0: Adding to iommu group 13
Sep 28 01:07:07 nb kernel: pci 0000:04:00.0: Adding to iommu group 14
Sep 28 01:07:07 nb kernel: pci 0000:05:00.0: Adding to iommu group 15
Sep 28 01:07:07 nb kernel: pci 0000:05:00.1: Adding to iommu group 16
Sep 28 01:07:07 nb kernel: pci 0000:05:00.2: Adding to iommu group 17
Sep 28 01:07:07 nb kernel: pci 0000:05:00.3: Adding to iommu group 18
Sep 28 01:07:07 nb kernel: pci 0000:05:00.4: Adding to iommu group 19
Sep 28 01:07:07 nb kernel: pci 0000:05:00.5: Adding to iommu group 20
Sep 28 01:07:07 nb kernel: pci 0000:05:00.6: Adding to iommu group 21
Sep 28 01:07:07 nb kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Sep 28 01:07:07 nb kernel: AMD-Vi: Interrupt remapping enabled
Sep 28 01:07:07 nb kernel: AMD-Vi: X2APIC enabled
Sep 28 01:07:07 nb kernel: Freeing initrd memory: 49884K
Sep 28 01:07:07 nb kernel: AMD-Vi: Virtual APIC enabled
Sep 28 01:07:07 nb kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 28 01:07:07 nb kernel: software IO TLB: mapped [mem 0x00000000bb969000-0x00000000bf969000] (64MB)
Sep 28 01:07:07 nb kernel: LVT offset 0 assigned for vector 0x400
Sep 28 01:07:07 nb kernel: perf: AMD IBS detected (0x000003ff)
Sep 28 01:07:07 nb kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 28 01:07:07 nb kernel: Initialise system trusted keyrings
Sep 28 01:07:07 nb kernel: Key type blacklist registered
Sep 28 01:07:07 nb kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
Sep 28 01:07:07 nb kernel: fuse: init (API version 7.44)
Sep 28 01:07:07 nb kernel: integrity: Platform Keyring initialized
Sep 28 01:07:07 nb kernel: integrity: Machine keyring initialized
Sep 28 01:07:07 nb kernel: xor: automatically using best checksumming function avx
Sep 28 01:07:07 nb kernel: Key type asymmetric registered
Sep 28 01:07:07 nb kernel: Asymmetric key parser 'x509' registered
Sep 28 01:07:07 nb kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Sep 28 01:07:07 nb kernel: io scheduler mq-deadline registered
Sep 28 01:07:07 nb kernel: io scheduler kyber registered
Sep 28 01:07:07 nb kernel: io scheduler bfq registered
Sep 28 01:07:07 nb kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 28 01:07:07 nb kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 39
Sep 28 01:07:07 nb kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 40
Sep 28 01:07:07 nb kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 41
Sep 28 01:07:07 nb kernel: pcieport 0000:00:02.3: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Sep 28 01:07:07 nb kernel: pcieport 0000:00:02.7: PME: Signaling with IRQ 42
Sep 28 01:07:07 nb kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 43
Sep 28 01:07:07 nb kernel: ACPI: AC: AC Adapter [AC] (off-line)
Sep 28 01:07:07 nb kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 28 01:07:07 nb kernel: ACPI: button: Power Button [PWRB]
Sep 28 01:07:07 nb kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Sep 28 01:07:07 nb kernel: ACPI: button: Lid Switch [LID]
Sep 28 01:07:07 nb kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Sep 28 01:07:07 nb kernel: ACPI: button: Sleep Button [SLPB]
Sep 28 01:07:07 nb kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Sep 28 01:07:07 nb kernel: ACPI: button: Power Button [PWRF]
Sep 28 01:07:07 nb kernel: Monitor-Mwait will be used to enter C-1 state
Sep 28 01:07:07 nb kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1726
Sep 28 01:07:07 nb kernel: thermal LNXTHERM:00: registered as thermal_zone0
Sep 28 01:07:07 nb kernel: ACPI: thermal: Thermal Zone [TZ01] (72 C)
Sep 28 01:07:07 nb kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 28 01:07:07 nb kernel: ACPI: battery: Slot [BAT0] (battery present)
Sep 28 01:07:07 nb kernel: Non-volatile memory driver v1.3
Sep 28 01:07:07 nb kernel: Linux agpgart interface v0.103
Sep 28 01:07:07 nb kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Sep 28 01:07:07 nb kernel: ACPI: bus type drm_connector registered
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000010
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 28 01:07:07 nb kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 28 01:07:07 nb kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 01:07:07 nb kernel: usb usb1: Product: xHCI Host Controller
Sep 28 01:07:07 nb kernel: usb usb1: Manufacturer: Linux 6.16.8-arch3-1 xhci-hcd
Sep 28 01:07:07 nb kernel: usb usb1: SerialNumber: 0000:05:00.3
Sep 28 01:07:07 nb kernel: hub 1-0:1.0: USB hub found
Sep 28 01:07:07 nb kernel: hub 1-0:1.0: 4 ports detected
Sep 28 01:07:07 nb kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 28 01:07:07 nb kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 28 01:07:07 nb kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 01:07:07 nb kernel: usb usb2: Product: xHCI Host Controller
Sep 28 01:07:07 nb kernel: usb usb2: Manufacturer: Linux 6.16.8-arch3-1 xhci-hcd
Sep 28 01:07:07 nb kernel: usb usb2: SerialNumber: 0000:05:00.3
Sep 28 01:07:07 nb kernel: hub 2-0:1.0: USB hub found
Sep 28 01:07:07 nb kernel: hub 2-0:1.0: 2 ports detected
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.4: xHCI Host Controller
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000010
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.4: xHCI Host Controller
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
Sep 28 01:07:07 nb kernel: xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Sep 28 01:07:07 nb kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 28 01:07:07 nb kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 01:07:07 nb kernel: usb usb3: Product: xHCI Host Controller
Sep 28 01:07:07 nb kernel: usb usb3: Manufacturer: Linux 6.16.8-arch3-1 xhci-hcd
Sep 28 01:07:07 nb kernel: usb usb3: SerialNumber: 0000:05:00.4
Sep 28 01:07:07 nb kernel: hub 3-0:1.0: USB hub found
Sep 28 01:07:07 nb kernel: hub 3-0:1.0: 4 ports detected
Sep 28 01:07:07 nb kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 28 01:07:07 nb kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 28 01:07:07 nb kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 01:07:07 nb kernel: usb usb4: Product: xHCI Host Controller
Sep 28 01:07:07 nb kernel: usb usb4: Manufacturer: Linux 6.16.8-arch3-1 xhci-hcd
Sep 28 01:07:07 nb kernel: usb usb4: SerialNumber: 0000:05:00.4
Sep 28 01:07:07 nb kernel: hub 4-0:1.0: USB hub found
Sep 28 01:07:07 nb kernel: hub 4-0:1.0: 2 ports detected
Sep 28 01:07:07 nb kernel: usbcore: registered new interface driver usbserial_generic
Sep 28 01:07:07 nb kernel: usbserial: USB Serial support registered for generic
Sep 28 01:07:07 nb kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Sep 28 01:07:07 nb kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Sep 28 01:07:07 nb kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Sep 28 01:07:07 nb kernel: rtc_cmos 00:01: RTC can wake from S4
Sep 28 01:07:07 nb kernel: rtc_cmos 00:01: registered as rtc0
Sep 28 01:07:07 nb kernel: rtc_cmos 00:01: setting system clock to 2025-09-28T01:06:58 UTC (1759021618)
Sep 28 01:07:07 nb kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
Sep 28 01:07:07 nb kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Sep 28 01:07:07 nb kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Sep 28 01:07:07 nb kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Sep 28 01:07:07 nb kernel: fbcon: Deferring console take-over
Sep 28 01:07:07 nb kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 28 01:07:07 nb kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 28 01:07:07 nb kernel: usbcore: registered new interface driver usbhid
Sep 28 01:07:07 nb kernel: usbhid: USB HID core driver
Sep 28 01:07:07 nb kernel: drop_monitor: Initializing network drop monitor service
Sep 28 01:07:07 nb kernel: NET: Registered PF_INET6 protocol family
Sep 28 01:07:07 nb kernel: Segment Routing with IPv6
Sep 28 01:07:07 nb kernel: RPL Segment Routing with IPv6
Sep 28 01:07:07 nb kernel: In-situ OAM (IOAM) with IPv6
Sep 28 01:07:07 nb kernel: NET: Registered PF_PACKET protocol family
Sep 28 01:07:07 nb kernel: x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
Sep 28 01:07:07 nb kernel: microcode: Current revision: 0x0a500012
Sep 28 01:07:07 nb kernel: microcode: Updated early from: 0x0a50000d
Sep 28 01:07:07 nb kernel: resctrl: L3 allocation detected
Sep 28 01:07:07 nb kernel: resctrl: MB allocation detected
Sep 28 01:07:07 nb kernel: resctrl: L3 monitoring detected
Sep 28 01:07:07 nb kernel: IPI shorthand broadcast: enabled
Sep 28 01:07:07 nb kernel: sched_clock: Marking stable (982032751, 343590)->(1001253010, -18876669)
Sep 28 01:07:07 nb kernel: registered taskstats version 1
Sep 28 01:07:07 nb kernel: Loading compiled-in X.509 certificates
Sep 28 01:07:07 nb kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7d8148e314c8603e91d6c5edfc705ff0faf765b3'
Sep 28 01:07:07 nb kernel: zswap: loaded using pool zstd/zsmalloc
Sep 28 01:07:07 nb kernel: Demotion targets for Node 0: null
Sep 28 01:07:07 nb kernel: Key type .fscrypt registered
Sep 28 01:07:07 nb kernel: Key type fscrypt-provisioning registered
Sep 28 01:07:07 nb kernel: Btrfs loaded, zoned=yes, fsverity=yes
Sep 28 01:07:07 nb kernel: Key type big_key registered
Sep 28 01:07:07 nb kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 28 01:07:07 nb kernel: integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
Sep 28 01:07:07 nb kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 28 01:07:07 nb kernel: integrity: Loaded X.509 cert 'Lenovo(Beijing)Ltd: swqagent: 24b0bd0836b2f545edea93e058bd3a3c5a8f6a49'
Sep 28 01:07:07 nb kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 28 01:07:07 nb kernel: integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
Sep 28 01:07:07 nb kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 28 01:07:07 nb kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Sep 28 01:07:07 nb kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 28 01:07:07 nb kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:f52f83a3fa9cfbd6920f722824dbe4034534d25b8507246b3b957dac6e1bce7a
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:c5d9d8a186e2c82d09afaa2a6f7f2e73870d3e64f72c4e08ef67796a840f0fbd
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:1aec84b84b6c65a51220a9be7181965230210d62d6d33c48999c6b295a2b0a06
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:c3a99a460da464a057c3586d83cef5f4ae08b7103979ed8932742df0ed530c66
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:58fb941aef95a25943b3fb5f2510a0df3fe44c58c95e0ab80487297568ab9771
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:d626157e1d6a718bc124ab8da27cbb65072ca03a7b6b257dbdcbbd60f65ef3d1
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:d063ec28f67eba53f1642dbf7dff33c6a32add869f6013fe162e2c32f1cbe56d
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:29c6eb52b43c3aa18b2cd8ed6ea8607cef3cfae1bafe1165755cf2e614844a44
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:90fbe70e69d633408d3e170c6832dbb2d209e0272527dfb63d49d29572a6f44c
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:106faceacfecfd4e303b74f480a08098e2d0802b936f8ec774ce21f31686689c
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:174e3a0b5b43c6a607bbd3404f05341e3dcf396267ce94f8b50e2e23a9da920c
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:2b99cf26422e92fe365fbf4bc30d27086c9ee14b7a6fff44fb2f6b9001699939
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:2e70916786a6f773511fa7181fab0f1d70b557c6322ea923b2a8d3b92b51af7d
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:3fce9b9fdf3ef09d5452b0f95ee481c2b7f06d743a737971558e70136ace3e73
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:47cc086127e2069a86e03a6bef2cd410f8c55a6d6bdb362168c31b2ce32a5adf
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:71f2906fd222497e54a34662ab2497fcc81020770ff51368e9e3d9bfcbfd6375
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:82db3bceb4f60843ce9d97c3d187cd9b5941cd3de8100e586f2bda5637575f67
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:8ad64859f195b5f58dafaa940b6a6167acd67a886e8f469364177221c55945b9
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:8d8ea289cfe70a1c07ab7365cb28ee51edd33cf2506de888fbadd60ebf80481c
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:aeebae3151271273ed95aa2e671139ed31a98567303a332298f83709a9d55aa1
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:c409bdac4775add8db92aa22b5b718fb8c94a1462c1fe9a416b95d8a3388c2fc
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:c617c1a8b1ee2a811c28b5a81b4c83d7c98b5b0c27281d610207ebe692c2967f
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:c90f336617b8e7f983975413c997f10b73eb267fd8a10cb9e3bdbfc667abdb8b
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:64575bd912789a2e14ad56f6341f52af6bf80cf94400785975e9f04e2d64d745
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:45c7c8ae750acfbb48fc37527d6412dd644daed8913ccd8a24c94d856967df8e
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:47ff1b63b140b6fc04ed79131331e651da5b2e2f170f5daef4153dc2fbc532b1
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c
Sep 28 01:07:07 nb kernel: blacklist: Duplicate blacklisted hash bin:e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5
Sep 28 01:07:07 nb kernel: PM: Magic number: 9:291:105
Sep 28 01:07:07 nb kernel: RAS: Correctable Errors collector initialized.
Sep 28 01:07:07 nb kernel: clk: Disabling unused clocks
Sep 28 01:07:07 nb kernel: PM: genpd: Disabling unused power domains
Sep 28 01:07:07 nb kernel: Freeing unused decrypted memory: 2028K
Sep 28 01:07:07 nb kernel: Freeing unused kernel image (initmem) memory: 4664K
Sep 28 01:07:07 nb kernel: Write protecting the kernel read-only data: 38912k
Sep 28 01:07:07 nb kernel: Freeing unused kernel image (text/rodata gap) memory: 608K
Sep 28 01:07:07 nb kernel: Freeing unused kernel image (rodata/data gap) memory: 1760K
Sep 28 01:07:07 nb kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 28 01:07:07 nb kernel: rodata_test: all tests were successful
Sep 28 01:07:07 nb kernel: Run /init as init process
Sep 28 01:07:07 nb kernel: with arguments:
Sep 28 01:07:07 nb kernel: /init
Sep 28 01:07:07 nb kernel: with environment:
Sep 28 01:07:07 nb kernel: HOME=/
Sep 28 01:07:07 nb kernel: TERM=linux
Sep 28 01:07:07 nb kernel: cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards
Sep 28 01:07:07 nb kernel: fbcon: Taking over console
Sep 28 01:07:07 nb kernel: Console: switching to colour frame buffer device 240x67
Sep 28 01:07:07 nb kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Sep 28 01:07:07 nb kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Sep 28 01:07:07 nb kernel: ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
Sep 28 01:07:07 nb kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/LNXVIDEO:00/input/input6
Sep 28 01:07:07 nb kernel: usb 3-3: New USB device found, idVendor=27c6, idProduct=6594, bcdDevice= 1.00
Sep 28 01:07:07 nb kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 28 01:07:07 nb kernel: usb 3-3: Product: Goodix USB2.0 MISC
Sep 28 01:07:07 nb kernel: usb 3-3: Manufacturer: Goodix Technology Co., Ltd.
Sep 28 01:07:07 nb kernel: usb 3-3: SerialNumber: UID7477F604_XXXX_MOC_B0
Sep 28 01:07:07 nb kernel: usb 1-3: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
Sep 28 01:07:07 nb kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 28 01:07:07 nb kernel: usb 1-3: Product: EMV Smartcard Reader
Sep 28 01:07:07 nb kernel: usb 1-3: Manufacturer: Generic
Sep 28 01:07:07 nb kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
Sep 28 01:07:07 nb kernel: usb 3-4: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
Sep 28 01:07:07 nb kernel: usb 3-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Sep 28 01:07:07 nb kernel: tsc: Refined TSC clocksource calibration: 1896.437 MHz
Sep 28 01:07:07 nb kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x36ac0c539a6, max_idle_ns: 881590694765 ns
Sep 28 01:07:07 nb kernel: clocksource: Switched to clocksource tsc
Sep 28 01:07:07 nb kernel: [drm] amdgpu kernel modesetting enabled.
Sep 28 01:07:07 nb kernel: amdgpu: Virtual CRAT table created for CPU
Sep 28 01:07:07 nb kernel: amdgpu: Topology: Add CPU node
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
Sep 28 01:07:07 nb kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x17AA:0x5095 0xD1).
Sep 28 01:07:07 nb kernel: [drm] register mmio base: 0xFD300000
Sep 28 01:07:07 nb kernel: [drm] register mmio size: 524288
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 0 <soc15_common>
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 1 <gmc_v9_0>
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 2 <vega10_ih>
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 3 <psp>
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 4 <smu>
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 5 <dm>
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 6 <gfx_v9_0>
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 7 <sdma_v4_0>
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 8 <vcn_v2_0>
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 9 <jpeg_v2_0>
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 28 01:07:07 nb kernel: amdgpu: ATOM BIOS: 113-CEZANNE-021
Sep 28 01:07:07 nb kernel: Console: switching to colour dummy device 80x25
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: vgaarb: deactivate vga console
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: MODE2 reset
Sep 28 01:07:07 nb kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Sep 28 01:07:07 nb kernel: [drm] Detected VRAM RAM=1024M, BAR=1024M
Sep 28 01:07:07 nb kernel: [drm] RAM width 128bits LPDDR4
Sep 28 01:07:07 nb kernel: [drm] amdgpu: 1024M of VRAM memory ready
Sep 28 01:07:07 nb kernel: [drm] amdgpu: 15451M of GTT memory ready.
Sep 28 01:07:07 nb kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Sep 28 01:07:07 nb kernel: [drm] PCIE GART of 1024M enabled.
Sep 28 01:07:07 nb kernel: [drm] PTB located at 0x000000F43FC00000
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x0101002B
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 8 VEP: 0 Revision: 5
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: reserve 0x400000 from 0xf43f800000 for PSP TMR
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] Display Core v3.2.334 initialized on DCN 2.1
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x0101002B
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] Using ACPI provided EDID for eDP-1
Sep 28 01:07:07 nb kernel: [drm] kiq ring mec 2 pipe 1 q 0
Sep 28 01:07:07 nb kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Sep 28 01:07:07 nb kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Sep 28 01:07:07 nb kernel: amdgpu: Virtual CRAT table created for GPU
Sep 28 01:07:07 nb kernel: amdgpu: Topology: Add dGPU node [0x1638:0x1002]
Sep 28 01:07:07 nb kernel: kfd kfd: amdgpu: added device 1002:1638
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: Runtime PM not available
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] Using custom brightness curve
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: [drm] Registered 4 planes with drm panic
Sep 28 01:07:07 nb kernel: [drm] Initialized amdgpu 3.64.0 for 0000:05:00.0 on minor 1
Sep 28 01:07:07 nb kernel: fbcon: amdgpudrmfb (fb0) is primary device
Sep 28 01:07:07 nb kernel: [drm] pre_validate_dsc:1628 MST_DSC dsc precompute is not needed
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data: DMCUB error - collecting diagnostic data
Sep 28 01:07:07 nb kernel: Console: switching to colour frame buffer device 240x67
Sep 28 01:07:07 nb kernel: amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Sep 28 01:07:07 nb kernel: xhci-pci-renesas 0000:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Sep 28 01:07:07 nb kernel: xhci-pci-renesas 0000:04:00.0: xHCI Host Controller
Sep 28 01:07:07 nb kernel: xhci-pci-renesas 0000:04:00.0: new USB bus registered, assigned bus number 5
Sep 28 01:07:07 nb kernel: Key type psk registered
Sep 28 01:07:07 nb kernel: ccp 0000:05:00.2: enabling device (0000 -> 0002)
Sep 28 01:07:07 nb kernel: xhci-pci-renesas 0000:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000000100000090
Sep 28 01:07:07 nb kernel: ccp 0000:05:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Sep 28 01:07:07 nb kernel: xhci-pci-renesas 0000:04:00.0: xHCI Host Controller
Sep 28 01:07:07 nb kernel: xhci-pci-renesas 0000:04:00.0: new USB bus registered, assigned bus number 6
Sep 28 01:07:07 nb kernel: xhci-pci-renesas 0000:04:00.0: Host supports USB 3.0 SuperSpeed
Sep 28 01:07:07 nb kernel: ccp 0000:05:00.2: tee enabled
Sep 28 01:07:07 nb kernel: ccp 0000:05:00.2: psp enabled
Sep 28 01:07:07 nb kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Sep 28 01:07:07 nb kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 01:07:07 nb kernel: usb usb5: Product: xHCI Host Controller
Sep 28 01:07:07 nb kernel: usb usb5: Manufacturer: Linux 6.16.8-arch3-1 xhci-hcd
Sep 28 01:07:07 nb kernel: usb usb5: SerialNumber: 0000:04:00.0
Sep 28 01:07:07 nb kernel: hub 5-0:1.0: USB hub found
Sep 28 01:07:07 nb kernel: hub 5-0:1.0: 2 ports detected
Sep 28 01:07:07 nb kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 28 01:07:07 nb kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Sep 28 01:07:07 nb kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 28 01:07:07 nb kernel: usb usb6: Product: xHCI Host Controller
Sep 28 01:07:07 nb kernel: usb usb6: Manufacturer: Linux 6.16.8-arch3-1 xhci-hcd
Sep 28 01:07:07 nb kernel: usb usb6: SerialNumber: 0000:04:00.0
Sep 28 01:07:07 nb kernel: hub 6-0:1.0: USB hub found
Sep 28 01:07:07 nb kernel: hub 6-0:1.0: 2 ports detected
Sep 28 01:07:07 nb kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
Sep 28 01:07:07 nb kernel: nvme nvme0: pci function 0000:01:00.0
Sep 28 01:07:07 nb kernel: nvme nvme0: D3 entry latency set to 10 seconds
Sep 28 01:07:07 nb kernel: nvme nvme0: 16/0/0 default/read/poll queues
Sep 28 01:07:07 nb kernel: nvme0n1: p1 p2 p3 p5
Sep 28 01:07:07 nb kernel: device-mapper: uevent: version 1.0.3
Sep 28 01:07:07 nb kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Sep 28 01:07:07 nb kernel: Key type trusted registered
Sep 28 01:07:07 nb kernel: Key type encrypted registered
Sep 28 01:07:07 nb kernel: usb 5-2: new high-speed USB device number 2 using xhci-pci-renesas
Sep 28 01:07:07 nb kernel: usb 5-2: New USB device found, idVendor=13d3, idProduct=5405, bcdDevice=60.01
Sep 28 01:07:07 nb kernel: usb 5-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Sep 28 01:07:07 nb kernel: usb 5-2: Product: Integrated Camera
Sep 28 01:07:07 nb kernel: usb 5-2: Manufacturer: Azurewave
Sep 28 01:07:07 nb kernel: usb 5-2: SerialNumber: 0000
Sep 28 01:07:07 nb kernel: PM: Image not found (code -22)
Sep 28 01:07:07 nb kernel: EXT4-fs (dm-0): mounted filesystem 705bb900-8080-4ade-9022-c1f4823b021c r/w with ordered data mode. Quota mode: none.
Sep 28 01:07:07 nb systemd[1]: systemd 258-4-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Sep 28 01:07:07 nb systemd[1]: Detected architecture x86-64.
Sep 28 01:07:07 nb systemd[1]: Hostname set to <nb>.
Sep 28 01:07:07 nb systemd[1]: bpf-restrict-fs: LSM BPF program attached
Sep 28 01:07:07 nb systemd[1]: Queued start job for default target Graphical Interface.
Sep 28 01:07:07 nb systemd[1]: Created slice Virtual Machine and Container Slice.
Sep 28 01:07:07 nb systemd[1]: Created slice CUPS Slice.
Sep 28 01:07:07 nb systemd[1]: Created slice Slice /system/dirmngr.
Sep 28 01:07:07 nb systemd[1]: Created slice Slice /system/getty.
Sep 28 01:07:07 nb systemd[1]: Created slice Slice /system/gpg-agent.
Sep 28 01:07:07 nb systemd[1]: Created slice Slice /system/gpg-agent-browser.
Sep 28 01:07:07 nb systemd[1]: Created slice Slice /system/gpg-agent-extra.
Sep 28 01:07:07 nb systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Sep 28 01:07:07 nb systemd[1]: Created slice Slice /system/keyboxd.
Sep 28 01:07:07 nb systemd[1]: Created slice Slice /system/modprobe.
Sep 28 01:07:07 nb systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 28 01:07:07 nb systemd[1]: Created slice User and Session Slice.
Sep 28 01:07:07 nb systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 28 01:07:07 nb systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 28 01:07:07 nb systemd[1]: Expecting device /dev/disk/by-diskseq/1-part5...
Sep 28 01:07:07 nb systemd[1]: Expecting device /dev/disk/by-uuid/2E44-5AEF...
Sep 28 01:07:07 nb systemd[1]: Reached target Login Prompts.
Sep 28 01:07:07 nb systemd[1]: Reached target Image Downloads.
Sep 28 01:07:07 nb systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 28 01:07:07 nb systemd[1]: Reached target Remote File Systems.
Sep 28 01:07:07 nb systemd[1]: Reached target Slice Units.
Sep 28 01:07:07 nb systemd[1]: Reached target Local Verity Protected Volumes.
Sep 28 01:07:07 nb systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 28 01:07:07 nb systemd[1]: Listening on LVM2 poll daemon socket.
Sep 28 01:07:07 nb systemd[1]: Listening on RPCbind Server Activation Socket.
Sep 28 01:07:07 nb systemd[1]: Reached target RPC Port Mapper.
Sep 28 01:07:07 nb systemd[1]: Listening on Query the User Interactively for a Password.
Sep 28 01:07:07 nb systemd[1]: Listening on Process Core Dump Socket.
Sep 28 01:07:07 nb systemd[1]: Listening on Credential Encryption/Decryption.
Sep 28 01:07:07 nb systemd[1]: Listening on Factory Reset Management.
Sep 28 01:07:07 nb systemd[1]: Listening on Journal Socket (/dev/log).
Sep 28 01:07:07 nb systemd[1]: Listening on Journal Sockets.
Sep 28 01:07:07 nb systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:07 nb systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:07 nb systemd[1]: Listening on Resolve Monitor Varlink Socket.
Sep 28 01:07:07 nb systemd[1]: Listening on Resolve Service Varlink Socket.
Sep 28 01:07:07 nb systemd[1]: Listening on udev Control Socket.
Sep 28 01:07:07 nb systemd[1]: Listening on udev Kernel Socket.
Sep 28 01:07:07 nb systemd[1]: Listening on udev Varlink Socket.
Sep 28 01:07:07 nb systemd[1]: Mounting Huge Pages File System...
Sep 28 01:07:07 nb systemd[1]: Mounting POSIX Message Queue File System...
Sep 28 01:07:07 nb systemd[1]: Mounting Kernel Debug File System...
Sep 28 01:07:07 nb systemd[1]: Mounting Kernel Trace File System...
Sep 28 01:07:07 nb systemd[1]: Starting Create List of Static Device Nodes...
Sep 28 01:07:07 nb systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
Sep 28 01:07:07 nb systemd[1]: Mounting Kernel Configuration File System...
Sep 28 01:07:07 nb systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Sep 28 01:07:07 nb systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
Sep 28 01:07:07 nb systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
Sep 28 01:07:07 nb systemd[1]: Mounting FUSE Control File System...
Sep 28 01:07:07 nb systemd[1]: Starting Load Kernel Module loop...
Sep 28 01:07:07 nb systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 28 01:07:07 nb systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 28 01:07:07 nb systemd[1]: Starting Load Kernel Modules...
Sep 28 01:07:07 nb systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:07 nb systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 28 01:07:07 nb systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:07 nb systemd[1]: Starting Load udev Rules from Credentials...
Sep 28 01:07:07 nb systemd[1]: Starting Coldplug All udev Devices...
Sep 28 01:07:07 nb systemd[1]: Starting Virtual Console Setup...
Sep 28 01:07:07 nb systemd[1]: Mounted Huge Pages File System.
Sep 28 01:07:07 nb kernel: loop: module loaded
Sep 28 01:07:07 nb systemd[1]: Mounted POSIX Message Queue File System.
Sep 28 01:07:07 nb systemd[1]: Mounted Kernel Debug File System.
Sep 28 01:07:07 nb systemd[1]: Mounted Kernel Trace File System.
Sep 28 01:07:07 nb systemd[1]: Finished Create List of Static Device Nodes.
Sep 28 01:07:07 nb systemd[1]: Mounted Kernel Configuration File System.
Sep 28 01:07:07 nb systemd[1]: Mounted FUSE Control File System.
Sep 28 01:07:07 nb systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 28 01:07:07 nb systemd[1]: Finished Load Kernel Module loop.
Sep 28 01:07:07 nb systemd[1]: Finished Load udev Rules from Credentials.
Sep 28 01:07:07 nb systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 28 01:07:07 nb systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 28 01:07:07 nb kernel: EXT4-fs (dm-0): re-mounted 705bb900-8080-4ade-9022-c1f4823b021c.
Sep 28 01:07:07 nb kernel: i2c_dev: i2c /dev entries driver
Sep 28 01:07:07 nb systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 28 01:07:07 nb systemd[1]: Finished Load Kernel Modules.
Sep 28 01:07:07 nb systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 28 01:07:07 nb systemd[1]: Starting Load/Save OS Random Seed...
Sep 28 01:07:07 nb systemd[1]: Starting Apply Kernel Variables...
Sep 28 01:07:07 nb systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:07 nb systemd[1]: Finished Virtual Console Setup.
Sep 28 01:07:07 nb systemd[1]: Finished Apply Kernel Variables.
Sep 28 01:07:07 nb systemd[1]: Starting CLI Netfilter Manager...
Sep 28 01:07:07 nb systemd[1]: Finished Load/Save OS Random Seed.
Sep 28 01:07:07 nb systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 28 01:07:07 nb systemd[1]: Starting Create System Users...
Sep 28 01:07:07 nb systemd[1]: Finished CLI Netfilter Manager.
Sep 28 01:07:07 nb systemd[1]: Finished Create System Users.
Sep 28 01:07:07 nb systemd[1]: Starting Network Name Resolution...
Sep 28 01:07:07 nb systemd[1]: Starting Network Time Synchronization...
Sep 28 01:07:07 nb systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 28 01:07:07 nb systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 28 01:07:07 nb systemd[1]: Reached target Preparation for Local File Systems.
Sep 28 01:07:07 nb systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionVersion=<5.6).
Sep 28 01:07:07 nb systemd[1]: Starting Journal Service...
Sep 28 01:07:07 nb systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 28 01:07:07 nb systemd[1]: Started Network Time Synchronization.
Sep 28 01:07:07 nb systemd[1]: Reached target System Time Set.
Sep 28 01:07:07 nb systemd[1]: Started Network Name Resolution.
Sep 28 01:07:07 nb systemd[1]: Reached target Host and Network Name Lookups.
Sep 28 01:07:07 nb systemd-journald[569]: Collecting audit messages is disabled.
Sep 28 01:07:07 nb systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 28 01:07:07 nb systemd-journald[569]: Journal started
Sep 28 01:07:07 nb systemd-journald[569]: Runtime Journal (/run/log/journal/37df041620d748b2a846f324a3f13cf8) is 8M, max 1.5G, 1.5G free.
Sep 28 01:07:07 nb systemd-modules-load[534]: Inserted module 'crypto_user'
Sep 28 01:07:07 nb systemd-modules-load[534]: Inserted module 'sg'
Sep 28 01:07:07 nb systemd-modules-load[534]: Inserted module 'i2c_dev'
Sep 28 01:07:07 nb systemd-resolved[561]: Positive Trust Anchors:
Sep 28 01:07:07 nb systemd-resolved[561]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Sep 28 01:07:07 nb systemd-resolved[561]: . IN DS 38696 8 2 683d2d0acb8c9b712a1948b27f741219298d0a450d612c483af444a4c0fb2b16
Sep 28 01:07:07 nb systemd[1]: Started Journal Service.
Sep 28 01:07:07 nb systemd-resolved[561]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Sep 28 01:07:07 nb systemd-resolved[561]: Using system hostname 'nb'.
Sep 28 01:07:07 nb systemd-resolved[561]: Switching to fallback DNS server 9.9.9.9#dns.quad9.net.
Sep 28 01:07:07 nb systemd-udevd[570]: Using default interface naming scheme 'v258'.
Sep 28 01:07:07 nb systemd-udevd[570]: /etc/udev/rules.d/30-usbtmc.rules:5 Unknown group 'usbtmc', ignoring.
Sep 28 01:07:07 nb systemd-udevd[570]: /etc/udev/rules.d/30-usbtmc.rules:8 Unknown group 'usbtmc', ignoring.
Sep 28 01:07:07 nb systemd-udevd[570]: /etc/udev/rules.d/30-usbtmc.rules:11 Unknown group 'usbtmc', ignoring.
Sep 28 01:07:07 nb systemd-udevd[570]: /etc/udev/rules.d/30-usbtmc.rules:14 Unknown group 'usbtmc', ignoring.
Sep 28 01:07:07 nb systemd-udevd[570]: /etc/udev/rules.d/30-usbtmc.rules:15 Unknown group 'usbtmc', ignoring.
Sep 28 01:07:07 nb systemd-udevd[570]: /etc/udev/rules.d/50-oculus.rules:1 Invalid operator for SUBSYSTEM.
Sep 28 01:07:07 nb ufw-init[557]: Skip starting firewall: ufw (not enabled)
Sep 28 01:07:07 nb systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 28 01:07:07 nb systemd-journald[569]: Time spent on flushing to /var/log/journal/37df041620d748b2a846f324a3f13cf8 is 25.006ms for 1058 entries.
Sep 28 01:07:07 nb systemd-journald[569]: System Journal (/var/log/journal/37df041620d748b2a846f324a3f13cf8) is 3G, max 4G, 974.4M free.
Sep 28 01:07:07 nb systemd-journald[569]: Received client request to flush runtime journal.
Sep 28 01:07:07 nb systemd[1]: Finished Coldplug All udev Devices.
Sep 28 01:07:07 nb systemd[1]: Starting Show Plymouth Boot Screen...
Sep 28 01:07:07 nb systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 28 01:07:07 nb systemd[1]: Received SIGRTMIN+20 from PID 626 (plymouthd).
Sep 28 01:07:07 nb systemd[1]: Received SIGRTMIN+20 from PID 626 (plymouthd).
Sep 28 01:07:07 nb systemd[1]: Expecting device /dev/tpm0...
Sep 28 01:07:08 nb systemd[1]: Started Show Plymouth Boot Screen.
Sep 28 01:07:08 nb systemd[1]: Found device Samsung SSD 990 PRO 2TB 5.
Sep 28 01:07:08 nb kernel: nfc: nfc_init: NFC Core ver 0.1
Sep 28 01:07:08 nb kernel: NET: Registered PF_NFC protocol family
Sep 28 01:07:08 nb systemd[1]: Found device Samsung SSD 990 PRO 2TB 1.
Sep 28 01:07:08 nb systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Sep 28 01:07:08 nb systemd[1]: Started Forward Password Requests to Plymouth Directory Watch.
Sep 28 01:07:08 nb systemd[1]: Reached target Local Encrypted Volumes.
Sep 28 01:07:08 nb systemd[1]: Activating swap Swap Partition...
Sep 28 01:07:08 nb systemd[1]: Starting File System Check on /dev/disk/by-uuid/2E44-5AEF...
Sep 28 01:07:08 nb kernel: ACPI: bus type thunderbolt registered
Sep 28 01:07:08 nb kernel: Adding 33554428k swap on /dev/nvme0n1p5. Priority:-2 extents:1 across:33554428k SS
Sep 28 01:07:08 nb mtp-probe[671]: checking bus 5, device 2: "/sys/devices/pci0000:00/0000:00:02.7/0000:04:00.0/usb5/5-2"
Sep 28 01:07:08 nb mtp-probe[670]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3"
Sep 28 01:07:08 nb mtp-probe[671]: bus: 5, device: 2 was not an MTP device
Sep 28 01:07:08 nb systemd[1]: Activated swap Swap Partition.
Sep 28 01:07:08 nb kernel: input: ELAN0679:00 04F3:3196 Mouse as /devices/platform/AMDI0010:02/i2c-2/i2c-ELAN0679:00/0018:04F3:3196.0001/input/input7
Sep 28 01:07:08 nb kernel: input: ELAN0679:00 04F3:3196 Touchpad as /devices/platform/AMDI0010:02/i2c-2/i2c-ELAN0679:00/0018:04F3:3196.0001/input/input9
Sep 28 01:07:08 nb kernel: hid-generic 0018:04F3:3196.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0679:00 04F3:3196] on i2c-ELAN0679:00
Sep 28 01:07:08 nb systemd[1]: Found device /dev/tpm0.
Sep 28 01:07:08 nb systemd-fsck[672]: fsck.fat 4.2 (2021-01-31)
Sep 28 01:07:08 nb systemd-fsck[672]: /dev/nvme0n1p1: 28 files, 126084/140512 clusters
Sep 28 01:07:08 nb systemd[1]: Created slice Slice /system/systemd-backlight.
Sep 28 01:07:08 nb systemd[1]: Reached target Swaps.
Sep 28 01:07:08 nb systemd[1]: Reached target Trusted Platform Module.
Sep 28 01:07:08 nb systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
Sep 28 01:07:08 nb mtp-probe[674]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3"
Sep 28 01:07:08 nb mtp-probe[674]: bus: 3, device: 2 was not an MTP device
Sep 28 01:07:08 nb systemd[1]: Finished File System Check on /dev/disk/by-uuid/2E44-5AEF.
Sep 28 01:07:08 nb kernel: mc: Linux media interface: v0.10
Sep 28 01:07:08 nb kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
Sep 28 01:07:08 nb kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 28 01:07:08 nb kernel: RAPL PMU: hw unit of domain core 2^-16 Joules
Sep 28 01:07:08 nb kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 28 01:07:08 nb kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 28 01:07:08 nb kernel: input: PC Speaker as /devices/platform/pcspkr/input/input10
Sep 28 01:07:08 nb kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 28 01:07:08 nb kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 28 01:07:08 nb kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 28 01:07:08 nb kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Sep 28 01:07:08 nb kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 28 01:07:08 nb kernel: cfg80211: failed to load regulatory.db
Sep 28 01:07:08 nb systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
Sep 28 01:07:08 nb kernel: Bluetooth: Core ver 2.22
Sep 28 01:07:08 nb kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 28 01:07:08 nb kernel: Bluetooth: HCI device and connection manager initialized
Sep 28 01:07:08 nb kernel: Bluetooth: HCI socket layer initialized
Sep 28 01:07:08 nb kernel: Bluetooth: L2CAP socket layer initialized
Sep 28 01:07:08 nb kernel: Bluetooth: SCO socket layer initialized
Sep 28 01:07:08 nb kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 28 01:07:08 nb kernel: videodev: Linux video capture interface: v2.00
Sep 28 01:07:08 nb kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 28 01:07:08 nb kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 28 01:07:08 nb kernel: Intel(R) Wireless WiFi driver for Linux
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Sep 28 01:07:08 nb kernel: snd_rn_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
Sep 28 01:07:08 nb mtp-probe[670]: bus: 1, device: 2 was not an MTP device
Sep 28 01:07:08 nb kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Sep 28 01:07:08 nb kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Sep 28 01:07:08 nb kernel: thinkpad_acpi: ThinkPad BIOS R1NET58W (1.28), EC R1NHT58W
Sep 28 01:07:08 nb kernel: thinkpad_acpi: Lenovo ThinkPad T14s Gen 2a, model 20XGS01100
Sep 28 01:07:08 nb systemd[1]: Reached target Smart Card.
Sep 28 01:07:08 nb systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 28 01:07:08 nb systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Sep 28 01:07:08 nb systemd[1]: Stopped Virtual Console Setup.
Sep 28 01:07:08 nb systemd[1]: Stopping Virtual Console Setup...
Sep 28 01:07:08 nb systemd[1]: Starting Virtual Console Setup...
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6E AX210 160MHz
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: loaded firmware version 89.2e78fa67.0 ty-a0-gf-a0-89.ucode op_mode iwlmvm
Sep 28 01:07:08 nb kernel: r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
Sep 28 01:07:08 nb kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 88:a4:c2:3f:40:ad, XID 502, IRQ 114
Sep 28 01:07:08 nb kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 28 01:07:08 nb kernel: r8169 0000:02:00.0 eth0: DASH disabled
Sep 28 01:07:08 nb systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 28 01:07:08 nb kernel: thinkpad_acpi: radio switch found; radios are enabled
Sep 28 01:07:08 nb kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Sep 28 01:07:08 nb kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Sep 28 01:07:08 nb kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
Sep 28 01:07:08 nb kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 28 01:07:08 nb kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 28 01:07:08 nb systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 28 01:07:08 nb kernel: PTP clock support registered
Sep 28 01:07:08 nb systemd[1]: Finished Virtual Console Setup.
Sep 28 01:07:08 nb kernel: usbcore: registered new interface driver btusb
Sep 28 01:07:08 nb kernel: Bluetooth: hci0: Firmware timestamp 2025.20 buildtype 1 build 82053
Sep 28 01:07:08 nb kernel: Bluetooth: hci0: Firmware SHA1: 0x937bca4a
Sep 28 01:07:08 nb kernel: Bluetooth: hci0: No support for _PRR ACPI method
Sep 28 01:07:08 nb kernel: kvm_amd: TSC scaling supported
Sep 28 01:07:08 nb kernel: kvm_amd: Nested Virtualization enabled
Sep 28 01:07:08 nb kernel: kvm_amd: Nested Paging enabled
Sep 28 01:07:08 nb kernel: kvm_amd: LBR virtualization supported
Sep 28 01:07:08 nb kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Sep 28 01:07:08 nb kernel: kvm_amd: Virtual GIF supported
Sep 28 01:07:08 nb systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Sep 28 01:07:08 nb systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionVersion=<5.6).
Sep 28 01:07:08 nb systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Sep 28 01:07:08 nb systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
Sep 28 01:07:08 nb systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 28 01:07:08 nb systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 28 01:07:08 nb systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 28 01:07:08 nb systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 28 01:07:08 nb systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Sep 28 01:07:08 nb kernel: Bluetooth: hci0: Boot Address: 0x100800
Sep 28 01:07:08 nb kernel: Bluetooth: hci0: Firmware Version: 133-20.25
Sep 28 01:07:08 nb kernel: Bluetooth: hci0: Firmware already loaded
Sep 28 01:07:08 nb kernel: usb 5-2: Found UVC 1.10 device Integrated Camera (13d3:5405)
Sep 28 01:07:08 nb kernel: snd_hda_intel 0000:05:00.1: enabling device (0000 -> 0002)
Sep 28 01:07:08 nb kernel: input: ELAN0679:00 04F3:3196 Mouse as /devices/platform/AMDI0010:02/i2c-2/i2c-ELAN0679:00/0018:04F3:3196.0001/input/input13
Sep 28 01:07:08 nb kernel: input: ELAN0679:00 04F3:3196 Touchpad as /devices/platform/AMDI0010:02/i2c-2/i2c-ELAN0679:00/0018:04F3:3196.0001/input/input15
Sep 28 01:07:08 nb kernel: hid-multitouch 0018:04F3:3196.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0679:00 04F3:3196] on i2c-ELAN0679:00
Sep 28 01:07:08 nb kernel: snd_hda_intel 0000:05:00.1: Handle vga_switcheroo audio client
Sep 28 01:07:08 nb kernel: snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
Sep 28 01:07:08 nb kernel: Bluetooth: hci0: Fseq status: Success (0x00)
Sep 28 01:07:08 nb kernel: Bluetooth: hci0: Fseq executed: 00.00.02.41
Sep 28 01:07:08 nb kernel: Bluetooth: hci0: Fseq BT Top: 00.00.02.41
Sep 28 01:07:08 nb kernel: usb 5-2: Found UVC 1.50 device Integrated Camera (13d3:5405)
Sep 28 01:07:08 nb kernel: usbcore: registered new interface driver uvcvideo
Sep 28 01:07:08 nb kernel: mousedev: PS/2 mouse device common for all mice
Sep 28 01:07:08 nb kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Sep 28 01:07:08 nb systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight...
Sep 28 01:07:08 nb kernel: snd_hda_intel 0000:05:00.1: bound 0000:05:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Sep 28 01:07:08 nb kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input16
Sep 28 01:07:08 nb kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input17
Sep 28 01:07:08 nb kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input18
Sep 28 01:07:08 nb kernel: input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input19
Sep 28 01:07:08 nb systemd[1]: Mounting /boot...
Sep 28 01:07:08 nb systemd[1]: Mounting Temporary Directory /tmp...
Sep 28 01:07:08 nb systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 28 01:07:08 nb systemd[1]: Listening on Disk Image Download Service Socket.
Sep 28 01:07:08 nb systemd-timesyncd[562]: Network configuration changed, trying to establish connection.
Sep 28 01:07:08 nb (udev-worker)[589]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 2.
Sep 28 01:07:08 nb systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight.
Sep 28 01:07:08 nb systemd[1]: Mounted Temporary Directory /tmp.
Sep 28 01:07:08 nb systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Sep 28 01:07:08 nb systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionVersion=<5.6).
Sep 28 01:07:08 nb systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Sep 28 01:07:08 nb systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
Sep 28 01:07:08 nb systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 28 01:07:08 nb systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 28 01:07:08 nb systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 28 01:07:08 nb systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 28 01:07:08 nb systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb kernel: snd_hda_codec_realtek hdaudioC1D0: ALC257: picked fixup for PCI SSID 17aa:0000
Sep 28 01:07:08 nb kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Sep 28 01:07:08 nb kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 28 01:07:08 nb kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Sep 28 01:07:08 nb kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Sep 28 01:07:08 nb kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Sep 28 01:07:08 nb kernel: snd_hda_codec_realtek hdaudioC1D0: Mic=0x19
Sep 28 01:07:08 nb kernel: intel_rapl_common: Found RAPL domain package
Sep 28 01:07:08 nb kernel: intel_rapl_common: Found RAPL domain core
Sep 28 01:07:08 nb kernel: amd_atl: AMD Address Translation Library initialized
Sep 28 01:07:08 nb systemd[1]: Mounted /boot.
Sep 28 01:07:08 nb systemd[1]: Reached target Local File Systems.
Sep 28 01:07:08 nb systemd[1]: Listening on Boot Entries Service Socket.
Sep 28 01:07:08 nb systemd-timesyncd[562]: Network configuration changed, trying to establish connection.
Sep 28 01:07:08 nb systemd[1]: Listening on System Extension Image Management.
Sep 28 01:07:08 nb systemd-timesyncd[562]: Network configuration changed, trying to establish connection.
Sep 28 01:07:08 nb systemd[1]: Starting Tell Plymouth To Write Out Runtime Data...
Sep 28 01:07:08 nb systemd[1]: Starting Set Up Additional Binary Formats...
Sep 28 01:07:08 nb systemd[1]: Starting Update Boot Loader Random Seed...
Sep 28 01:07:08 nb systemd[1]: Starting Create System Files and Directories...
Sep 28 01:07:08 nb kernel: thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
Sep 28 01:07:08 nb systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 751 (systemd-binfmt)
Sep 28 01:07:08 nb systemd[1]: Mounting Arbitrary Executable File Formats File System...
Sep 28 01:07:08 nb systemd[1]: Received SIGRTMIN+20 from PID 626 (plymouthd).
Sep 28 01:07:08 nb systemd[1]: Finished Tell Plymouth To Write Out Runtime Data.
Sep 28 01:07:08 nb kernel: psmouse serio1: trackpoint: Elan TrackPoint firmware: 0xa1, buttons: 3/3
Sep 28 01:07:08 nb systemd[1]: Mounted Arbitrary Executable File Formats File System.
Sep 28 01:07:08 nb bootctl[752]: Mount point '/boot' which backs the random seed file is world accessible, which is a security hole!
Sep 28 01:07:08 nb bootctl[752]: Random seed file '/boot/loader/random-seed' is world accessible, which is a security hole!
Sep 28 01:07:08 nb kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input20
Sep 28 01:07:08 nb kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input21
Sep 28 01:07:08 nb bootctl[752]: Random seed file /boot/loader/random-seed successfully refreshed (32 bytes).
Sep 28 01:07:08 nb systemd[1]: Finished Update Boot Loader Random Seed.
Sep 28 01:07:08 nb systemd[1]: Finished Set Up Additional Binary Formats.
Sep 28 01:07:08 nb kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/input/input11
Sep 28 01:07:08 nb (udev-worker)[645]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 2.
Sep 28 01:07:08 nb systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Sep 28 01:07:08 nb systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionVersion=<5.6).
Sep 28 01:07:08 nb systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Sep 28 01:07:08 nb systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
Sep 28 01:07:08 nb systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 28 01:07:08 nb systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 28 01:07:08 nb systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 28 01:07:08 nb systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb kernel: thinkpad_acpi: secondary fan control detected & enabled
Sep 28 01:07:08 nb systemd-timesyncd[562]: Network configuration changed, trying to establish connection.
Sep 28 01:07:08 nb systemd-timesyncd[562]: Network configuration changed, trying to establish connection.
Sep 28 01:07:08 nb systemd-timesyncd[562]: Network configuration changed, trying to establish connection.
Sep 28 01:07:08 nb kernel: thinkpad_acpi: battery 1 registered (start 95, stop 100, behaviours: 0xb)
Sep 28 01:07:08 nb kernel: ACPI: battery: new hook: ThinkPad Battery Extension
Sep 28 01:07:08 nb systemd[1]: Finished Create System Files and Directories.
Sep 28 01:07:08 nb systemd[1]: Starting Rebuild Dynamic Linker Cache...
Sep 28 01:07:08 nb systemd[1]: Starting RPC Bind...
Sep 28 01:07:08 nb systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 28 01:07:08 nb systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 28 01:07:08 nb systemd[1]: Starting Rebuild Journal Catalog...
Sep 28 01:07:08 nb systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: WFPM_AUTH_KEY_0: 0x90
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: Detected RF GF, rfid=0x10d000
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: loaded PNVM version 4f8f0b9a
Sep 28 01:07:08 nb systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 28 01:07:08 nb systemd[1]: Dispatch Password Requests to Console Directory Watch was skipped because of an unmet condition check (ConditionPathExists=!/run/plymouth/pid).
Sep 28 01:07:08 nb systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionVersion=<5.6).
Sep 28 01:07:08 nb systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Sep 28 01:07:08 nb systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
Sep 28 01:07:08 nb systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 28 01:07:08 nb systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 28 01:07:08 nb systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Sep 28 01:07:08 nb systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Sep 28 01:07:08 nb systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 28 01:07:08 nb systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 28 01:07:08 nb systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:08 nb systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 28 01:07:08 nb kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input12
Sep 28 01:07:08 nb systemd[1]: Finished Rebuild Journal Catalog.
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: base HW address: 04:cf:4b:1e:41:2d
Sep 28 01:07:08 nb systemd[1]: Started RPC Bind.
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0: iwlmvm doesn't allow to disable BT Coex, check bt_coex_active module parameter
Sep 28 01:07:08 nb kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
Sep 28 01:07:09 nb systemd[1]: Finished Rebuild Dynamic Linker Cache.
Sep 28 01:07:09 nb systemd[1]: Starting Update is Completed...
Sep 28 01:07:09 nb systemd[1]: Finished Update is Completed.
Sep 28 01:07:09 nb systemd[1]: Reached target System Initialization.
Sep 28 01:07:09 nb systemd[1]: Started CUPS Scheduler.
Sep 28 01:07:09 nb systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 28 01:07:09 nb systemd[1]: Started Daily atop restart.
Sep 28 01:07:09 nb systemd[1]: Started Discard unused filesystem blocks once a week.
Sep 28 01:07:09 nb systemd[1]: Started Daily rotation of log files.
Sep 28 01:07:09 nb systemd[1]: Started Daily man-db regeneration.
Sep 28 01:07:09 nb systemd[1]: Started Daily verification of password and group files.
Sep 28 01:07:09 nb systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 28 01:07:09 nb systemd[1]: Reached target Path Units.
Sep 28 01:07:09 nb systemd[1]: Reached target Timer Units.
Sep 28 01:07:09 nb systemd[1]: Listening on CUPS Scheduler.
Sep 28 01:07:09 nb systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 28 01:07:09 nb systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Sep 28 01:07:09 nb systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Sep 28 01:07:09 nb systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Sep 28 01:07:09 nb systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Sep 28 01:07:09 nb systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Sep 28 01:07:09 nb systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Sep 28 01:07:09 nb systemd[1]: Listening on libvirt legacy monolithic daemon socket.
Sep 28 01:07:09 nb systemd[1]: Listening on libvirt legacy monolithic daemon admin socket.
Sep 28 01:07:09 nb systemd[1]: Listening on libvirt legacy monolithic daemon read-only socket.
Sep 28 01:07:09 nb systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Sep 28 01:07:09 nb systemd[1]: Listening on Hostname Service Socket.
Sep 28 01:07:09 nb systemd[1]: Listening on User Login Management Varlink Socket.
Sep 28 01:07:09 nb systemd[1]: Listening on Virtual Machine and Container Registration Service Socket.
Sep 28 01:07:09 nb systemd[1]: Listening on libvirt locking daemon socket.
Sep 28 01:07:09 nb systemd[1]: Listening on libvirt logging daemon socket.
Sep 28 01:07:09 nb systemd[1]: Reached target Socket Units.
Sep 28 01:07:09 nb systemd[1]: Starting D-Bus System Message Bus...
Sep 28 01:07:09 nb systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:09 nb systemd[1]: Started D-Bus System Message Bus.
Sep 28 01:07:09 nb dbus-broker-launch[786]: Ready
Sep 28 01:07:09 nb systemd[1]: Reached target Basic System.
Sep 28 01:07:09 nb systemd[1]: Starting Network Manager...
Sep 28 01:07:09 nb systemd[1]: Starting Save/Restore Sound Card State...
Sep 28 01:07:09 nb systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Sep 28 01:07:09 nb systemd[1]: Starting Bluetooth service...
Sep 28 01:07:09 nb systemd[1]: Starting Authorization Manager...
Sep 28 01:07:09 nb (uetoothd)[791]: bluetooth.service: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Sep 28 01:07:09 nb systemd[1]: Starting User Login Management...
Sep 28 01:07:09 nb systemd[1]: Starting Virtual Machine and Container Registration Service...
Sep 28 01:07:09 nb systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Sep 28 01:07:09 nb systemd[1]: Started Virtual Machine and Container Registration Service.
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.2871] NetworkManager (version 1.54.1-1) is starting... (boot:c5c40602-b9f6-46f6-b901-36b32764eef0)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.2871] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf, /etc/NetworkManager/conf.d/{00-dhcp-client.conf,dns.conf}
Sep 28 01:07:09 nb bluetoothd[791]: Bluetooth daemon 5.84
Sep 28 01:07:09 nb systemd[1]: Started Bluetooth service.
Sep 28 01:07:09 nb systemd[1]: Reached target Bluetooth Support.
Sep 28 01:07:09 nb bluetoothd[791]: Starting SDP server
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.2941] manager[0x55604be375a0]: monitoring kernel firmware directory '/lib/firmware'.
Sep 28 01:07:09 nb systemd[1]: Starting Hostname Service...
Sep 28 01:07:09 nb kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Sep 28 01:07:09 nb kernel: Bluetooth: BNEP filters: protocol multicast
Sep 28 01:07:09 nb kernel: Bluetooth: BNEP socket layer initialized
Sep 28 01:07:09 nb bluetoothd[791]: Bluetooth management interface 1.23 initialized
Sep 28 01:07:09 nb bluetoothd[791]: Battery Provider Manager created
Sep 28 01:07:09 nb kernel: Bluetooth: MGMT ver 1.23
Sep 28 01:07:09 nb systemd-logind[794]: New seat seat0.
Sep 28 01:07:09 nb kernel: NET: Registered PF_ALG protocol family
Sep 28 01:07:09 nb systemd-logind[794]: Watching system buttons on /dev/input/event3 (Power Button)
Sep 28 01:07:09 nb systemd-logind[794]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 28 01:07:09 nb polkitd[792]: Started polkitd version 126
Sep 28 01:07:09 nb polkitd[792]: Loading rules from directory /etc/polkit-1/rules.d
Sep 28 01:07:09 nb polkitd[792]: Loading rules from directory /run/polkit-1/rules.d
Sep 28 01:07:09 nb polkitd[792]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Sep 28 01:07:09 nb polkitd[792]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Sep 28 01:07:09 nb polkitd[792]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Sep 28 01:07:09 nb polkitd[792]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 28 01:07:09 nb systemd-logind[794]: Watching system buttons on /dev/input/event1 (Lid Switch)
Sep 28 01:07:09 nb systemd-logind[794]: Watching system buttons on /dev/input/event2 (Sleep Button)
Sep 28 01:07:09 nb systemd-logind[794]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Sep 28 01:07:09 nb systemd-logind[794]: Watching system buttons on /dev/input/event16 (ThinkPad Extra Buttons)
Sep 28 01:07:09 nb systemd[1]: Started User Login Management.
Sep 28 01:07:09 nb polkitd[792]: Finished loading, compiling and executing 15 rules
Sep 28 01:07:09 nb systemd[1]: Started Authorization Manager.
Sep 28 01:07:09 nb polkitd[792]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 28 01:07:09 nb systemd[1]: Starting Modem Manager...
Sep 28 01:07:09 nb systemd[1]: Started Hostname Service.
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.3728] hostname: hostname: using hostnamed
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.3729] hostname: static hostname changed from (none) to "nb"
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.3735] dns-mgr: init: dns=systemd-resolved rc-manager=symlink, plugin=systemd-resolved
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.3781] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.3789] manager[0x55604be375a0]: rfkill: Wi-Fi hardware radio set enabled
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.3789] manager[0x55604be375a0]: rfkill: WWAN hardware radio set enabled
Sep 28 01:07:09 nb ModemManager[850]: <msg> ModemManager (version 1.24.2-1) starting in system bus...
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4066] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-team.so)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4087] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-bluetooth.so)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4091] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-wwan.so)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4103] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-wifi.so)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4107] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-adsl.so)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4115] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-ovs.so)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4118] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4118] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4118] manager: Networking is enabled by state file
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4134] settings: Loaded settings plugin: keyfile (internal)
Sep 28 01:07:09 nb systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 28 01:07:09 nb systemd[1]: Started Modem Manager.
Sep 28 01:07:09 nb kernel: NET: Registered PF_QIPCRTR protocol family
Sep 28 01:07:09 nb systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 28 01:07:09 nb NetworkManager[789]: <warn> [1759021629.4683] dhcp: init: DHCP client 'dhclient' not available
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4683] dhcp: init: Using DHCP client 'internal'
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4685] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4696] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4700] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4704] device (lo): Activation: starting connection 'lo' (4709c2b1-212a-43ee-8c7a-c4defa220892)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4712] manager: (enp2s0f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4720] settings: (enp2s0f0): created default wired connection 'Wired connection 2'
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.4721] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 28 01:07:09 nb kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Sep 28 01:07:09 nb alsactl[790]: Found hardware: "acp" "" "" "" ""
Sep 28 01:07:09 nb alsactl[790]: Hardware is initialized using a generic method
Sep 28 01:07:09 nb systemd[1]: Finished Save/Restore Sound Card State.
Sep 28 01:07:09 nb systemd[1]: Reached target Sound Card.
Sep 28 01:07:09 nb kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.5940] device (wlp3s0): driver supports Access Point (AP) mode
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.5948] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.5950] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 28 01:07:09 nb kernel: iwlwifi 0000:03:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 28 01:07:09 nb kernel: iwlwifi 0000:03:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 28 01:07:09 nb kernel: iwlwifi 0000:03:00.0: WFPM_AUTH_KEY_0: 0x90
Sep 28 01:07:09 nb kernel: iwlwifi 0000:03:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Sep 28 01:07:09 nb kernel: iwlwifi 0000:03:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Sep 28 01:07:09 nb NetworkManager[789]: <info> [1759021629.8908] device (wlp3s0): set-hw-addr: set MAC address to A2:FB:F1:XX:XX:XX (scanning)
Sep 28 01:07:10 nb kernel: iwlwifi 0000:03:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Sep 28 01:07:10 nb kernel: iwlwifi 0000:03:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Sep 28 01:07:10 nb kernel: iwlwifi 0000:03:00.0: WFPM_AUTH_KEY_0: 0x90
Sep 28 01:07:10 nb kernel: iwlwifi 0000:03:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1684] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 28 01:07:10 nb systemd[1]: Started Network Manager.
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1699] ovsdb: disconnected from ovsdb
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1701] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1704] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1706] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1710] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1716] modem-manager: ModemManager available
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1726] manager: (94:65:2D:D7:2A:50): new Bluetooth device (/org/freedesktop/NetworkManager/Devices/4)
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1728] device (94:65:2D:D7:2A:50): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 28 01:07:10 nb systemd[1]: Starting WPA supplicant...
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1733] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1736] device (94:65:2D:D7:2A:50): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1737] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.1741] device (lo): Activation: successful, device activated.
Sep 28 01:07:10 nb systemd[1]: Started WPA supplicant.
Sep 28 01:07:10 nb wpa_supplicant[864]: Successfully initialized wpa_supplicant
Sep 28 01:07:10 nb systemd[1]: Reached target Network.
Sep 28 01:07:10 nb systemd[1]: Starting CUPS Scheduler...
Sep 28 01:07:10 nb systemd[1]: Starting libvirt legacy monolithic daemon...
Sep 28 01:07:10 nb systemd[1]: Starting Permit User Sessions...
Sep 28 01:07:10 nb systemd[1]: Finished Permit User Sessions.
Sep 28 01:07:10 nb systemd[1]: Starting GNOME Display Manager...
Sep 28 01:07:10 nb systemd[1]: Starting Hold until boot process finishes up...
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.2472] device (wlp3s0): supplicant interface state: internal-starting -> disconnected
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.2474] Wi-Fi P2P device controlled by interface wlp3s0 created
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.2476] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.2478] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.2483] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Sep 28 01:07:10 nb NetworkManager[789]: <warn> [1759021630.2489] device (wlp3s0): wifi-scan: active scanning for networks due to profiles with wifi.hidden=yes. This makes you trackable
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.2489] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Sep 28 01:07:10 nb systemd[1]: Started GNOME Display Manager.
Sep 28 01:07:10 nb systemd[1]: Received SIGRTMIN+21 from PID 626 (plymouthd).
Sep 28 01:07:10 nb systemd[1]: Started libvirt legacy monolithic daemon.
Sep 28 01:07:10 nb systemd[1]: Reached target User and Group Name Lookups.
Sep 28 01:07:10 nb systemd[1]: Starting Accounts Service...
Sep 28 01:07:10 nb systemd[1]: Starting Manage, Install and Generate Color Profiles...
Sep 28 01:07:10 nb kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.3277] manager: (virbr0): new Bridge device (/org/freedesktop/NetworkManager/Devices/6)
Sep 28 01:07:10 nb systemd[1]: Started Manage, Install and Generate Color Profiles.
Sep 28 01:07:10 nb accounts-daemon[897]: started daemon version 23.13.0
Sep 28 01:07:10 nb systemd[1]: Started Accounts Service.
Sep 28 01:07:10 nb systemd-logind[794]: New session '1' of user 'gdm-greeter' with class 'greeter' and type 'wayland'.
Sep 28 01:07:10 nb systemd[1]: Created slice User Slice of UID 60578.
Sep 28 01:07:10 nb systemd[1]: Starting User Runtime Directory /run/user/60578...
Sep 28 01:07:10 nb systemd[1]: Finished User Runtime Directory /run/user/60578.
Sep 28 01:07:10 nb systemd[1]: Starting User Manager for UID 60578...
Sep 28 01:07:10 nb dbus-broker-launch[786]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Sep 28 01:07:10 nb systemd[1]: Started CUPS Scheduler.
Sep 28 01:07:10 nb (systemd)[956]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter] ruser=[<unknown>] rhost=[<unknown>]
Sep 28 01:07:10 nb (systemd)[956]: pam_unix(systemd-user:session): session opened for user gdm-greeter(uid=60578) by gdm-greeter(uid=0)
Sep 28 01:07:10 nb systemd-logind[794]: New session '2' of user 'gdm-greeter' with class 'manager-early' and type 'unspecified'.
Sep 28 01:07:10 nb kernel: u32 classifier
Sep 28 01:07:10 nb kernel: Performance counters on
Sep 28 01:07:10 nb kernel: input device check on
Sep 28 01:07:10 nb kernel: Actions configured
Sep 28 01:07:10 nb dbus-broker-launch[786]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
Sep 28 01:07:10 nb systemd[956]: Queued start job for default target Main User Target.
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7060] device (virbr0): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7065] device (virbr0): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7069] device (virbr0): Activation: starting connection 'virbr0' (005ef241-fb14-41fa-b0a0-24daa60970cb)
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7070] device (virbr0): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7071] device (virbr0): state change: prepare -> config (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7072] device (virbr0): state change: config -> ip-config (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7075] device (virbr0): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7086] device (virbr0): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7087] device (virbr0): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7089] manager: NetworkManager state is now CONNECTED_LOCAL
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7090] device (virbr0): Activation: successful, device activated.
Sep 28 01:07:10 nb systemd[956]: Created slice User Application Slice.
Sep 28 01:07:10 nb systemd[956]: Reached target Paths.
Sep 28 01:07:10 nb systemd[956]: Reached target Timers.
Sep 28 01:07:10 nb systemd[956]: Starting D-Bus User Message Bus Socket...
Sep 28 01:07:10 nb systemd[956]: Listening on GnuPG network certificate management daemon.
Sep 28 01:07:10 nb systemd[956]: Starting GCR ssh-agent wrapper...
Sep 28 01:07:10 nb systemd[956]: Listening on GNOME Keyring daemon.
Sep 28 01:07:10 nb systemd[956]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 28 01:07:10 nb systemd[956]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 28 01:07:10 nb systemd[956]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 28 01:07:10 nb systemd[956]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 28 01:07:10 nb systemd[956]: Listening on GnuPG public key management service.
Sep 28 01:07:10 nb systemd[956]: Listening on p11-kit server.
Sep 28 01:07:10 nb systemd[956]: Listening on PipeWire PulseAudio.
Sep 28 01:07:10 nb systemd[956]: Listening on PipeWire Multimedia System Sockets.
Sep 28 01:07:10 nb systemd[956]: Listening on Speech Dispatcher Socket.
Sep 28 01:07:10 nb systemd[956]: Listening on Query the User Interactively for a Password.
Sep 28 01:07:10 nb systemd[956]: Listening on D-Bus User Message Bus Socket.
Sep 28 01:07:10 nb systemd[956]: Listening on GCR ssh-agent wrapper.
Sep 28 01:07:10 nb systemd[956]: Reached target Sockets.
Sep 28 01:07:10 nb systemd[956]: Reached target Basic System.
Sep 28 01:07:10 nb systemd[1]: Started User Manager for UID 60578.
Sep 28 01:07:10 nb systemd[956]: Starting Update XDG user dir configuration...
Sep 28 01:07:10 nb systemd[1]: Started Session 1 of User gdm-greeter.
Sep 28 01:07:10 nb dnsmasq[1005]: started, version 2.91 cachesize 150
Sep 28 01:07:10 nb dnsmasq[1005]: compile time options: IPv6 GNU-getopt DBus no-UBus i18n IDN2 DHCP DHCPv6 no-Lua TFTP conntrack ipset nftset auth DNSSEC loop-detect inotify dumpfile
Sep 28 01:07:10 nb dnsmasq-dhcp[1005]: DHCP, IP range 192.168.122.100 -- 192.168.122.200, lease time 1h
Sep 28 01:07:10 nb dnsmasq-dhcp[1005]: DHCP, sockets bound exclusively to interface virbr0
Sep 28 01:07:10 nb dnsmasq[1005]: reading /etc/resolv.conf
Sep 28 01:07:10 nb dnsmasq[1005]: using nameserver 127.0.0.53#53
Sep 28 01:07:10 nb dnsmasq[1005]: read /etc/hosts - 21 names
Sep 28 01:07:10 nb dnsmasq[1005]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 names
Sep 28 01:07:10 nb dnsmasq-dhcp[1005]: read /var/lib/libvirt/dnsmasq/default.hostsfile
Sep 28 01:07:10 nb systemd[956]: Finished Update XDG user dir configuration.
Sep 28 01:07:10 nb systemd[956]: Reached target Main User Target.
Sep 28 01:07:10 nb systemd[956]: Startup finished in 222ms.
Sep 28 01:07:10 nb systemd[956]: Created slice User Core Session Slice.
Sep 28 01:07:10 nb systemd[956]: Starting D-Bus User Message Bus...
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 28 01:07:10 nb systemd[956]: Started D-Bus User Message Bus.
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Ready
Sep 28 01:07:10 nb gnome-session-i[1014]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Sep 28 01:07:10 nb gnome-session-i[1014]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Sep 28 01:07:10 nb kernel: traps: gnome-session-i[1014] trap int3 ip:7f23b77d7b8c sp:7ffe76840b40 error:0 in libglib-2.0.so.0.8600.0[64b8c,7f23b7791000+a7000]
Sep 28 01:07:10 nb systemd-coredump[1022]: Process 1014 (gnome-session-i) of user 60578 terminated abnormally with signal 5/TRAP, processing...
Sep 28 01:07:10 nb systemd[1]: Created slice Slice /system/systemd-coredump.
Sep 28 01:07:10 nb systemd[1]: Started Process Core Dump (PID 1022/UID 0).
Sep 28 01:07:10 nb systemd-coredump[1023]: Process 1014 (gnome-session-i) of user 60578 dumped core.
Stack trace of thread 1014:
#0 0x00007f23b77d7b8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007f23b77d82e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007f23b77d857a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007f23b77d8904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x000055fe3db2c686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007f23b7427675 n/a (libc.so.6 + 0x27675)
#6 0x00007f23b7427729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x000055fe3db2cc95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 1020:
#0 0x00007f23b749f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f23b74931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f23b74931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f23b750da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f23b77d3744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f23b77d3825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007f23b77d3872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007f23b780a87c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f23b74969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f23b751aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1021:
#0 0x00007f23b749f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f23b74931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f23b74931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f23b750da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f23b77d3744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f23b77d39d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007f23b7a44264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007f23b780a87c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f23b74969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f23b751aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1019:
#0 0x00007f23b751876d syscall (libc.so.6 + 0x11876d)
#1 0x00007f23b78027ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007f23b77991cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007f23b780b447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007f23b780a87c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007f23b74969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007f23b751aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Sep 28 01:07:10 nb systemd[1]: systemd-coredump@0-1-1022_1023-0.service: Deactivated successfully.
Sep 28 01:07:10 nb gdm[870]: Gdm: GdmDisplay: Session never registered, failing
Sep 28 01:07:10 nb systemd[1]: session-1.scope: Deactivated successfully.
Sep 28 01:07:10 nb systemd-logind[794]: Session 1 logged out. Waiting for processes to exit.
Sep 28 01:07:10 nb systemd-logind[794]: Removed session 1.
Sep 28 01:07:10 nb gdm[870]: Gdm: Child process -1008 was already dead.
Sep 28 01:07:10 nb gdm[870]: Gdm: GdmDisplay: Session never registered, failing
Sep 28 01:07:10 nb gdm[870]: Gdm: Child process -1008 was already dead.
Sep 28 01:07:11 nb systemd[956]: Reached target Sound Card.
Sep 28 01:07:11 nb systemd[956]: Reached target Smart Card.
Sep 28 01:07:11 nb systemd-logind[794]: New session '3' of user 'gdm-greeter-2' with class 'greeter' and type 'wayland'.
Sep 28 01:07:11 nb systemd[1]: Created slice User Slice of UID 60579.
Sep 28 01:07:11 nb systemd[1]: Starting User Runtime Directory /run/user/60579...
Sep 28 01:07:11 nb systemd[1]: Finished User Runtime Directory /run/user/60579.
Sep 28 01:07:11 nb systemd[1]: Starting User Manager for UID 60579...
Sep 28 01:07:11 nb systemd[1]: Finished Hold until boot process finishes up.
Sep 28 01:07:11 nb systemd[1]: Reached target Multi-User System.
Sep 28 01:07:11 nb systemd[1]: Reached target Graphical Interface.
Sep 28 01:07:11 nb (systemd)[1056]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter-2] ruser=[<unknown>] rhost=[<unknown>]
Sep 28 01:07:11 nb (systemd)[1056]: pam_unix(systemd-user:session): session opened for user gdm-greeter-2(uid=60579) by gdm-greeter-2(uid=0)
Sep 28 01:07:11 nb systemd-logind[794]: New session '4' of user 'gdm-greeter-2' with class 'manager-early' and type 'unspecified'.
Sep 28 01:07:11 nb systemd[1056]: Queued start job for default target Main User Target.
Sep 28 01:07:11 nb systemd[1056]: Created slice User Application Slice.
Sep 28 01:07:11 nb systemd[1056]: Reached target Paths.
Sep 28 01:07:11 nb systemd[1056]: Reached target Timers.
Sep 28 01:07:11 nb systemd[1056]: Starting D-Bus User Message Bus Socket...
Sep 28 01:07:11 nb systemd[1056]: Listening on GnuPG network certificate management daemon.
Sep 28 01:07:11 nb systemd[1056]: Starting GCR ssh-agent wrapper...
Sep 28 01:07:11 nb systemd[1056]: Listening on GNOME Keyring daemon.
Sep 28 01:07:11 nb systemd[1056]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 28 01:07:11 nb systemd[1056]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 28 01:07:11 nb systemd[1056]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 28 01:07:11 nb systemd[1056]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 28 01:07:11 nb systemd[1056]: Listening on GnuPG public key management service.
Sep 28 01:07:11 nb systemd[1056]: Listening on p11-kit server.
Sep 28 01:07:11 nb systemd[1056]: Listening on PipeWire PulseAudio.
Sep 28 01:07:11 nb systemd[1056]: Listening on PipeWire Multimedia System Sockets.
Sep 28 01:07:11 nb systemd[1056]: Listening on Speech Dispatcher Socket.
Sep 28 01:07:11 nb systemd[1056]: Listening on Query the User Interactively for a Password.
Sep 28 01:07:11 nb systemd[1056]: Listening on D-Bus User Message Bus Socket.
Sep 28 01:07:11 nb systemd[1056]: Listening on GCR ssh-agent wrapper.
Sep 28 01:07:11 nb systemd[1056]: Reached target Sockets.
Sep 28 01:07:11 nb systemd[1056]: Reached target Basic System.
Sep 28 01:07:11 nb systemd[1]: Started User Manager for UID 60579.
Sep 28 01:07:11 nb systemd[1056]: Starting Update XDG user dir configuration...
Sep 28 01:07:11 nb systemd[1]: Started Session 3 of User gdm-greeter-2.
Sep 28 01:07:11 nb systemd[1]: Startup finished in 13.789s (firmware) + 1.685s (loader) + 9.340s (kernel) + 4.467s (userspace) = 29.282s.
Sep 28 01:07:11 nb systemd[1056]: Finished Update XDG user dir configuration.
Sep 28 01:07:11 nb systemd[1056]: Reached target Main User Target.
Sep 28 01:07:11 nb systemd[1056]: Startup finished in 205ms.
Sep 28 01:07:11 nb systemd[1056]: Created slice User Core Session Slice.
Sep 28 01:07:11 nb systemd[1056]: Starting D-Bus User Message Bus...
Sep 28 01:07:11 nb dbus-broker-launch[1078]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 28 01:07:11 nb dbus-broker-launch[1078]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 28 01:07:11 nb dbus-broker-launch[1078]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 28 01:07:11 nb dbus-broker-launch[1078]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 28 01:07:11 nb dbus-broker-launch[1078]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'
Sep 28 01:07:11 nb dbus-broker-launch[1078]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Sep 28 01:07:11 nb dbus-broker-launch[1078]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Sep 28 01:07:11 nb dbus-broker-launch[1078]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Sep 28 01:07:11 nb systemd[1056]: Started D-Bus User Message Bus.
Sep 28 01:07:11 nb dbus-broker-launch[1078]: Ready
Sep 28 01:07:11 nb gnome-session-i[1081]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Sep 28 01:07:11 nb gnome-session-i[1081]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Sep 28 01:07:11 nb kernel: traps: gnome-session-i[1081] trap int3 ip:7f8894f94b8c sp:7ffe1d564650 error:0 in libglib-2.0.so.0.8600.0[64b8c,7f8894f4e000+a7000]
Sep 28 01:07:11 nb systemd-coredump[1089]: Process 1081 (gnome-session-i) of user 60579 terminated abnormally with signal 5/TRAP, processing...
Sep 28 01:07:11 nb systemd[1]: Started Process Core Dump (PID 1089/UID 0).
Sep 28 01:07:11 nb systemd-coredump[1090]: Process 1081 (gnome-session-i) of user 60579 dumped core.
Stack trace of thread 1081:
#0 0x00007f8894f94b8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007f8894f952e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007f8894f9557a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007f8894f95904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x00005636c417f686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007f8894c27675 n/a (libc.so.6 + 0x27675)
#6 0x00007f8894c27729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x00005636c417fc95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 1086:
#0 0x00007f8894d1876d syscall (libc.so.6 + 0x11876d)
#1 0x00007f8894fbf7ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007f8894f561cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007f8894fc8447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007f8894fc787c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007f8894c969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007f8894d1aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1087:
#0 0x00007f8894c9f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f8894c931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f8894c931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f8894d0da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f8894f90744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f8894f90825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007f8894f90872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007f8894fc787c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f8894c969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f8894d1aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1088:
#0 0x00007f8894c9f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f8894c931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f8894c931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f8894d0da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f8894f90744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f8894f909d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007f8895201264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007f8894fc787c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f8894c969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f8894d1aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Sep 28 01:07:11 nb systemd[1]: systemd-coredump@1-4097-1089_1090-0.service: Deactivated successfully.
Sep 28 01:07:11 nb gdm[870]: Gdm: GdmDisplay: Session never registered, failing
Sep 28 01:07:11 nb systemd[1]: session-3.scope: Deactivated successfully.
Sep 28 01:07:11 nb systemd-logind[794]: Session 3 logged out. Waiting for processes to exit.
Sep 28 01:07:11 nb systemd-logind[794]: Removed session 3.
Sep 28 01:07:11 nb gdm[870]: Gdm: Child process -1075 was already dead.
Sep 28 01:07:11 nb gdm[870]: Gdm: GdmDisplay: Session never registered, failing
Sep 28 01:07:11 nb gdm[870]: Gdm: Child process -1075 was already dead.
Sep 28 01:07:11 nb systemd[1056]: Reached target Sound Card.
Sep 28 01:07:11 nb systemd[1056]: Reached target Smart Card.
Sep 28 01:07:11 nb systemd-logind[794]: New session '5' of user 'gdm-greeter' with class 'greeter' and type 'wayland'.
Sep 28 01:07:11 nb systemd[1]: Created slice User Slice of UID 60580.
Sep 28 01:07:11 nb systemd[1]: Starting User Runtime Directory /run/user/60580...
Sep 28 01:07:11 nb systemd[1]: Finished User Runtime Directory /run/user/60580.
Sep 28 01:07:11 nb systemd[1]: Starting User Manager for UID 60580...
Sep 28 01:07:11 nb (systemd)[1121]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter] ruser=[<unknown>] rhost=[<unknown>]
Sep 28 01:07:11 nb (systemd)[1121]: pam_unix(systemd-user:session): session opened for user gdm-greeter(uid=60580) by gdm-greeter(uid=0)
Sep 28 01:07:11 nb systemd-logind[794]: New session '6' of user 'gdm-greeter' with class 'manager-early' and type 'unspecified'.
Sep 28 01:07:11 nb libvirtd[866]: libvirt version: 11.7.0
Sep 28 01:07:11 nb libvirtd[866]: hostname: nb
Sep 28 01:07:11 nb libvirtd[866]: Obsolete nvram variable is set while firmware metadata files found. Note that the nvram config file variable is going to be ignored.
Sep 28 01:07:11 nb libvirtd[866]: operation failed: Unable to find 'efi' firmware that is compatible with the current configuration
Sep 28 01:07:11 nb systemd[1121]: Queued start job for default target Main User Target.
Sep 28 01:07:11 nb systemd[1121]: Created slice User Application Slice.
Sep 28 01:07:11 nb systemd[1121]: Reached target Paths.
Sep 28 01:07:11 nb systemd[1121]: Reached target Timers.
Sep 28 01:07:11 nb systemd[1121]: Starting D-Bus User Message Bus Socket...
Sep 28 01:07:11 nb systemd[1121]: Listening on GnuPG network certificate management daemon.
Sep 28 01:07:11 nb systemd[1121]: Starting GCR ssh-agent wrapper...
Sep 28 01:07:11 nb systemd[1121]: Listening on GNOME Keyring daemon.
Sep 28 01:07:11 nb systemd[1121]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 28 01:07:11 nb systemd[1121]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 28 01:07:11 nb systemd[1121]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 28 01:07:11 nb systemd[1121]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 28 01:07:11 nb systemd[1121]: Listening on GnuPG public key management service.
Sep 28 01:07:11 nb systemd[1121]: Listening on p11-kit server.
Sep 28 01:07:11 nb systemd[1121]: Listening on PipeWire PulseAudio.
Sep 28 01:07:11 nb systemd[1121]: Listening on PipeWire Multimedia System Sockets.
Sep 28 01:07:11 nb systemd[1121]: Listening on Speech Dispatcher Socket.
Sep 28 01:07:11 nb systemd[1121]: Listening on Query the User Interactively for a Password.
Sep 28 01:07:11 nb systemd[1121]: Listening on D-Bus User Message Bus Socket.
Sep 28 01:07:11 nb systemd[1121]: Listening on GCR ssh-agent wrapper.
Sep 28 01:07:11 nb systemd[1121]: Reached target Sockets.
Sep 28 01:07:11 nb systemd[1121]: Reached target Basic System.
Sep 28 01:07:11 nb systemd[1]: Started User Manager for UID 60580.
Sep 28 01:07:11 nb systemd[1121]: Starting Update XDG user dir configuration...
Sep 28 01:07:11 nb systemd[1]: Started Session 5 of User gdm-greeter.
Sep 28 01:07:11 nb systemd[1121]: Finished Update XDG user dir configuration.
Sep 28 01:07:11 nb systemd[1121]: Reached target Main User Target.
Sep 28 01:07:11 nb systemd[1121]: Startup finished in 243ms.
Sep 28 01:07:11 nb systemd[1121]: Created slice User Core Session Slice.
Sep 28 01:07:11 nb systemd[1121]: Starting D-Bus User Message Bus...
Sep 28 01:07:11 nb dbus-broker-launch[1148]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 28 01:07:11 nb dbus-broker-launch[1148]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 28 01:07:11 nb dbus-broker-launch[1148]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 28 01:07:11 nb dbus-broker-launch[1148]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 28 01:07:11 nb dbus-broker-launch[1148]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'
Sep 28 01:07:11 nb dbus-broker-launch[1148]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Sep 28 01:07:11 nb dbus-broker-launch[1148]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Sep 28 01:07:11 nb dbus-broker-launch[1148]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Sep 28 01:07:11 nb systemd[1121]: Started D-Bus User Message Bus.
Sep 28 01:07:11 nb dbus-broker-launch[1148]: Ready
Sep 28 01:07:11 nb gnome-session-i[1151]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Sep 28 01:07:11 nb gnome-session-i[1151]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Sep 28 01:07:11 nb kernel: traps: gnome-session-i[1151] trap int3 ip:7ff4d90a6b8c sp:7ffc41400180 error:0 in libglib-2.0.so.0.8600.0[64b8c,7ff4d9060000+a7000]
Sep 28 01:07:11 nb systemd-coredump[1159]: Process 1151 (gnome-session-i) of user 60580 terminated abnormally with signal 5/TRAP, processing...
Sep 28 01:07:11 nb systemd[1]: Started Process Core Dump (PID 1159/UID 0).
Sep 28 01:07:12 nb kernel: r8169 0000:02:00.0: invalid VPD tag 0x00 (size 0) at offset 0; assume missing optional EEPROM
Sep 28 01:07:12 nb systemd-coredump[1160]: Process 1151 (gnome-session-i) of user 60580 dumped core.
Stack trace of thread 1151:
#0 0x00007ff4d90a6b8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007ff4d90a72e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007ff4d90a757a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007ff4d90a7904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x000055d4d02a1686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007ff4d8e27675 n/a (libc.so.6 + 0x27675)
#6 0x00007ff4d8e27729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x000055d4d02a1c95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 1156:
#0 0x00007ff4d8f1876d syscall (libc.so.6 + 0x11876d)
#1 0x00007ff4d90d17ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007ff4d90681cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007ff4d90da447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007ff4d90d987c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007ff4d8e969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007ff4d8f1aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1158:
#0 0x00007ff4d8e9f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007ff4d8e931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007ff4d8e931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007ff4d8f0da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007ff4d90a2744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007ff4d90a29d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007ff4d9313264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007ff4d90d987c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007ff4d8e969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007ff4d8f1aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1157:
#0 0x00007ff4d8e9f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007ff4d8e931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007ff4d8e931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007ff4d8f0da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007ff4d90a2744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007ff4d90a2825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007ff4d90a2872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007ff4d90d987c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007ff4d8e969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007ff4d8f1aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Sep 28 01:07:12 nb systemd[1]: systemd-coredump@2-8193-1159_1160-0.service: Deactivated successfully.
Sep 28 01:07:12 nb gdm[870]: Gdm: GdmDisplay: Session never registered, failing
Sep 28 01:07:12 nb systemd[1]: session-5.scope: Deactivated successfully.
Sep 28 01:07:12 nb systemd-logind[794]: Session 5 logged out. Waiting for processes to exit.
Sep 28 01:07:12 nb systemd-logind[794]: Removed session 5.
Sep 28 01:07:12 nb gdm[870]: Gdm: Child process -1145 was already dead.
Sep 28 01:07:12 nb gdm[870]: Gdm: GdmDisplay: Session never registered, failing
Sep 28 01:07:12 nb gdm[870]: Gdm: Child process -1145 was already dead.
Sep 28 01:07:12 nb systemd[1121]: Reached target Sound Card.
Sep 28 01:07:12 nb systemd[1121]: Reached target Smart Card.
Sep 28 01:07:12 nb systemd-logind[794]: New session '7' of user 'gdm-greeter-2' with class 'greeter' and type 'wayland'.
Sep 28 01:07:12 nb systemd[1]: Created slice User Slice of UID 60581.
Sep 28 01:07:12 nb systemd[1]: Starting User Runtime Directory /run/user/60581...
Sep 28 01:07:12 nb systemd[1]: Finished User Runtime Directory /run/user/60581.
Sep 28 01:07:12 nb systemd[1]: Starting User Manager for UID 60581...
Sep 28 01:07:12 nb (systemd)[1193]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter-2] ruser=[<unknown>] rhost=[<unknown>]
Sep 28 01:07:12 nb (systemd)[1193]: pam_unix(systemd-user:session): session opened for user gdm-greeter-2(uid=60581) by gdm-greeter-2(uid=0)
Sep 28 01:07:12 nb systemd-logind[794]: New session '8' of user 'gdm-greeter-2' with class 'manager-early' and type 'unspecified'.
Sep 28 01:07:12 nb systemd[1193]: Queued start job for default target Main User Target.
Sep 28 01:07:12 nb systemd[1193]: Created slice User Application Slice.
Sep 28 01:07:12 nb systemd[1193]: Reached target Paths.
Sep 28 01:07:12 nb systemd[1193]: Reached target Timers.
Sep 28 01:07:12 nb systemd[1193]: Starting D-Bus User Message Bus Socket...
Sep 28 01:07:12 nb systemd[1193]: Listening on GnuPG network certificate management daemon.
Sep 28 01:07:12 nb systemd[1193]: Starting GCR ssh-agent wrapper...
Sep 28 01:07:12 nb systemd[1193]: Listening on GNOME Keyring daemon.
Sep 28 01:07:12 nb systemd[1193]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 28 01:07:12 nb systemd[1193]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 28 01:07:12 nb systemd[1193]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 28 01:07:12 nb systemd[1193]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 28 01:07:12 nb systemd[1193]: Listening on GnuPG public key management service.
Sep 28 01:07:12 nb systemd[1193]: Listening on p11-kit server.
Sep 28 01:07:12 nb systemd[1193]: Listening on PipeWire PulseAudio.
Sep 28 01:07:12 nb systemd[1193]: Listening on PipeWire Multimedia System Sockets.
Sep 28 01:07:12 nb systemd[1193]: Listening on Speech Dispatcher Socket.
Sep 28 01:07:12 nb systemd[1193]: Listening on Query the User Interactively for a Password.
Sep 28 01:07:12 nb systemd[1193]: Listening on D-Bus User Message Bus Socket.
Sep 28 01:07:12 nb systemd[1193]: Listening on GCR ssh-agent wrapper.
Sep 28 01:07:12 nb systemd[1193]: Reached target Sockets.
Sep 28 01:07:12 nb systemd[1193]: Reached target Basic System.
Sep 28 01:07:12 nb systemd[1]: Started User Manager for UID 60581.
Sep 28 01:07:12 nb systemd[1193]: Starting Update XDG user dir configuration...
Sep 28 01:07:12 nb systemd[1]: Started Session 7 of User gdm-greeter-2.
Sep 28 01:07:12 nb systemd[1193]: Finished Update XDG user dir configuration.
Sep 28 01:07:12 nb systemd[1193]: Reached target Main User Target.
Sep 28 01:07:12 nb systemd[1193]: Startup finished in 204ms.
Sep 28 01:07:12 nb systemd[1193]: Created slice User Core Session Slice.
Sep 28 01:07:12 nb systemd[1193]: Starting D-Bus User Message Bus...
Sep 28 01:07:12 nb dbus-broker-launch[1214]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 28 01:07:12 nb dbus-broker-launch[1214]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 28 01:07:12 nb dbus-broker-launch[1214]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 28 01:07:12 nb dbus-broker-launch[1214]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 28 01:07:12 nb dbus-broker-launch[1214]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'
Sep 28 01:07:12 nb dbus-broker-launch[1214]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Sep 28 01:07:12 nb dbus-broker-launch[1214]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Sep 28 01:07:12 nb dbus-broker-launch[1214]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Sep 28 01:07:12 nb systemd[1193]: Started D-Bus User Message Bus.
Sep 28 01:07:12 nb dbus-broker-launch[1214]: Ready
Sep 28 01:07:12 nb gnome-session-i[1217]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Sep 28 01:07:12 nb gnome-session-i[1217]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Sep 28 01:07:12 nb kernel: traps: gnome-session-i[1217] trap int3 ip:7fca506f8b8c sp:7ffd0b9e94e0 error:0 in libglib-2.0.so.0.8600.0[64b8c,7fca506b2000+a7000]
Sep 28 01:07:12 nb systemd-coredump[1225]: Process 1217 (gnome-session-i) of user 60581 terminated abnormally with signal 5/TRAP, processing...
Sep 28 01:07:12 nb systemd[1]: Started Process Core Dump (PID 1225/UID 0).
Sep 28 01:07:12 nb systemd-coredump[1226]: Process 1217 (gnome-session-i) of user 60581 dumped core.
Stack trace of thread 1217:
#0 0x00007fca506f8b8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007fca506f92e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007fca506f957a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007fca506f9904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x00005592254ce686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007fca50427675 n/a (libc.so.6 + 0x27675)
#6 0x00007fca50427729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x00005592254cec95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 1222:
#0 0x00007fca5051876d syscall (libc.so.6 + 0x11876d)
#1 0x00007fca507237ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007fca506ba1cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007fca5072c447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007fca5072b87c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007fca504969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007fca5051aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1223:
#0 0x00007fca5049f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007fca504931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007fca504931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007fca5050da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007fca506f4744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007fca506f4825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007fca506f4872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007fca5072b87c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007fca504969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007fca5051aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1224:
#0 0x00007fca5049f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007fca504931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007fca504931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007fca5050da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007fca506f4744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007fca506f49d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007fca50965264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007fca5072b87c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007fca504969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007fca5051aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Sep 28 01:07:12 nb systemd[1]: systemd-coredump@3-12289-1225_1226-0.service: Deactivated successfully.
Sep 28 01:07:12 nb gdm[870]: Gdm: GdmDisplay: Session never registered, failing
Sep 28 01:07:12 nb systemd[1]: session-7.scope: Deactivated successfully.
Sep 28 01:07:12 nb systemd-logind[794]: Session 7 logged out. Waiting for processes to exit.
Sep 28 01:07:12 nb systemd-logind[794]: Removed session 7.
Sep 28 01:07:12 nb gdm[870]: Gdm: Child process -1210 was already dead.
Sep 28 01:07:12 nb gdm[870]: Gdm: GdmDisplay: Session never registered, failing
Sep 28 01:07:12 nb gdm[870]: Gdm: Child process -1210 was already dead.
Sep 28 01:07:12 nb systemd[1193]: Reached target Sound Card.
Sep 28 01:07:12 nb systemd[1193]: Reached target Smart Card.
Sep 28 01:07:12 nb systemd-logind[794]: New session '9' of user 'gdm-greeter' with class 'greeter' and type 'wayland'.
Sep 28 01:07:12 nb systemd[1]: Created slice User Slice of UID 60582.
Sep 28 01:07:12 nb systemd[1]: Starting User Runtime Directory /run/user/60582...
Sep 28 01:07:12 nb systemd[1]: Finished User Runtime Directory /run/user/60582.
Sep 28 01:07:12 nb systemd[1]: Starting User Manager for UID 60582...
Sep 28 01:07:12 nb (systemd)[1257]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter] ruser=[<unknown>] rhost=[<unknown>]
Sep 28 01:07:12 nb (systemd)[1257]: pam_unix(systemd-user:session): session opened for user gdm-greeter(uid=60582) by gdm-greeter(uid=0)
Sep 28 01:07:12 nb systemd-logind[794]: New session '10' of user 'gdm-greeter' with class 'manager-early' and type 'unspecified'.
Sep 28 01:07:12 nb systemd[1257]: Queued start job for default target Main User Target.
Sep 28 01:07:12 nb systemd[1257]: Created slice User Application Slice.
Sep 28 01:07:12 nb systemd[1257]: Reached target Paths.
Sep 28 01:07:12 nb systemd[1257]: Reached target Timers.
Sep 28 01:07:12 nb systemd[1257]: Starting D-Bus User Message Bus Socket...
Sep 28 01:07:12 nb systemd[1257]: Listening on GnuPG network certificate management daemon.
Sep 28 01:07:12 nb systemd[1257]: Starting GCR ssh-agent wrapper...
Sep 28 01:07:12 nb systemd[1257]: Listening on GNOME Keyring daemon.
Sep 28 01:07:12 nb systemd[1257]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 28 01:07:12 nb systemd[1257]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 28 01:07:12 nb systemd[1257]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 28 01:07:12 nb systemd[1257]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 28 01:07:12 nb systemd[1257]: Listening on GnuPG public key management service.
Sep 28 01:07:12 nb systemd[1257]: Listening on p11-kit server.
Sep 28 01:07:12 nb systemd[1257]: Listening on PipeWire PulseAudio.
Sep 28 01:07:12 nb systemd[1257]: Listening on PipeWire Multimedia System Sockets.
Sep 28 01:07:12 nb systemd[1257]: Listening on Speech Dispatcher Socket.
Sep 28 01:07:12 nb systemd[1257]: Listening on Query the User Interactively for a Password.
Sep 28 01:07:12 nb systemd[1257]: Listening on D-Bus User Message Bus Socket.
Sep 28 01:07:12 nb systemd[1257]: Listening on GCR ssh-agent wrapper.
Sep 28 01:07:12 nb systemd[1257]: Reached target Sockets.
Sep 28 01:07:12 nb systemd[1257]: Reached target Basic System.
Sep 28 01:07:12 nb systemd[1]: Started User Manager for UID 60582.
Sep 28 01:07:12 nb systemd[1257]: Starting Update XDG user dir configuration...
Sep 28 01:07:13 nb systemd[1]: Started Session 9 of User gdm-greeter.
Sep 28 01:07:13 nb systemd[1257]: Finished Update XDG user dir configuration.
Sep 28 01:07:13 nb systemd[1257]: Reached target Main User Target.
Sep 28 01:07:13 nb systemd[1257]: Startup finished in 221ms.
Sep 28 01:07:13 nb systemd[1257]: Created slice User Core Session Slice.
Sep 28 01:07:13 nb systemd[1257]: Starting D-Bus User Message Bus...
Sep 28 01:07:13 nb dbus-broker-launch[1278]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 28 01:07:13 nb dbus-broker-launch[1278]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 28 01:07:13 nb dbus-broker-launch[1278]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 28 01:07:13 nb dbus-broker-launch[1278]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 28 01:07:13 nb dbus-broker-launch[1278]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'
Sep 28 01:07:13 nb dbus-broker-launch[1278]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Sep 28 01:07:13 nb dbus-broker-launch[1278]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Sep 28 01:07:13 nb dbus-broker-launch[1278]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Sep 28 01:07:13 nb systemd[1257]: Started D-Bus User Message Bus.
Sep 28 01:07:13 nb dbus-broker-launch[1278]: Ready
Sep 28 01:07:13 nb gnome-session-i[1281]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Sep 28 01:07:13 nb gnome-session-i[1281]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Sep 28 01:07:13 nb kernel: traps: gnome-session-i[1281] trap int3 ip:7f23877beb8c sp:7ffe17a6fa50 error:0 in libglib-2.0.so.0.8600.0[64b8c,7f2387778000+a7000]
Sep 28 01:07:13 nb systemd-coredump[1289]: Process 1281 (gnome-session-i) of user 60582 terminated abnormally with signal 5/TRAP, processing...
Sep 28 01:07:13 nb systemd[1]: Started Process Core Dump (PID 1289/UID 0).
Sep 28 01:07:13 nb systemd-coredump[1290]: Process 1281 (gnome-session-i) of user 60582 dumped core.
Stack trace of thread 1281:
#0 0x00007f23877beb8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007f23877bf2e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007f23877bf57a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007f23877bf904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x0000560a43eeb686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007f2387427675 n/a (libc.so.6 + 0x27675)
#6 0x00007f2387427729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x0000560a43eebc95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 1286:
#0 0x00007f238751876d syscall (libc.so.6 + 0x11876d)
#1 0x00007f23877e97ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007f23877801cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007f23877f2447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007f23877f187c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007f23874969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007f238751aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1288:
#0 0x00007f238749f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f23874931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f23874931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f238750da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f23877ba744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f23877ba9d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007f2387a2b264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007f23877f187c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f23874969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f238751aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1287:
#0 0x00007f238749f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f23874931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f23874931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f238750da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f23877ba744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f23877ba825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007f23877ba872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007f23877f187c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f23874969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f238751aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Sep 28 01:07:13 nb systemd[1]: systemd-coredump@4-16385-1289_1290-0.service: Deactivated successfully.
Sep 28 01:07:13 nb gdm[870]: Gdm: GdmDisplay: Session never registered, failing
Sep 28 01:07:13 nb systemd[1]: session-9.scope: Deactivated successfully.
Sep 28 01:07:13 nb systemd-logind[794]: Session 9 logged out. Waiting for processes to exit.
Sep 28 01:07:13 nb systemd-logind[794]: Removed session 9.
Sep 28 01:07:13 nb gdm[870]: Gdm: Child process -1275 was already dead.
Sep 28 01:07:13 nb gdm[870]: Gdm: GdmDisplay: Session never registered, failing
Sep 28 01:07:13 nb gdm[870]: Gdm: Child process -1275 was already dead.
Sep 28 01:07:13 nb systemd[1257]: Reached target Sound Card.
Sep 28 01:07:13 nb systemd[1257]: Reached target Smart Card.
Sep 28 01:07:13 nb systemd-logind[794]: New session '11' of user 'gdm-greeter-2' with class 'greeter' and type 'wayland'.
Sep 28 01:07:13 nb systemd[1]: Created slice User Slice of UID 60583.
Sep 28 01:07:13 nb systemd[1]: Starting User Runtime Directory /run/user/60583...
Sep 28 01:07:13 nb systemd[1]: Finished User Runtime Directory /run/user/60583.
Sep 28 01:07:13 nb systemd[1]: Starting User Manager for UID 60583...
Sep 28 01:07:13 nb (systemd)[1321]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter-2] ruser=[<unknown>] rhost=[<unknown>]
Sep 28 01:07:13 nb (systemd)[1321]: pam_unix(systemd-user:session): session opened for user gdm-greeter-2(uid=60583) by gdm-greeter-2(uid=0)
Sep 28 01:07:13 nb systemd-logind[794]: New session '12' of user 'gdm-greeter-2' with class 'manager-early' and type 'unspecified'.
Sep 28 01:07:13 nb systemd[1321]: Queued start job for default target Main User Target.
Sep 28 01:07:13 nb ModemManager[850]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:02.2/0000:02:00.0': not supported by any plugin
Sep 28 01:07:13 nb ModemManager[850]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0': not supported by any plugin
Sep 28 01:07:13 nb systemd[1321]: Created slice User Application Slice.
Sep 28 01:07:13 nb systemd[1321]: Reached target Paths.
Sep 28 01:07:13 nb systemd[1321]: Reached target Timers.
Sep 28 01:07:13 nb systemd[1321]: Starting D-Bus User Message Bus Socket...
Sep 28 01:07:13 nb systemd[1321]: Listening on GnuPG network certificate management daemon.
Sep 28 01:07:13 nb systemd[1321]: Starting GCR ssh-agent wrapper...
Sep 28 01:07:13 nb systemd[1321]: Listening on GNOME Keyring daemon.
Sep 28 01:07:13 nb systemd[1321]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 28 01:07:13 nb systemd[1321]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 28 01:07:13 nb systemd[1321]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 28 01:07:13 nb systemd[1321]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 28 01:07:13 nb systemd[1321]: Listening on GnuPG public key management service.
Sep 28 01:07:13 nb systemd[1321]: Listening on p11-kit server.
Sep 28 01:07:13 nb systemd[1321]: Listening on PipeWire PulseAudio.
Sep 28 01:07:13 nb systemd[1321]: Listening on PipeWire Multimedia System Sockets.
Sep 28 01:07:13 nb systemd[1321]: Listening on Speech Dispatcher Socket.
Sep 28 01:07:13 nb systemd[1321]: Listening on Query the User Interactively for a Password.
Sep 28 01:07:13 nb systemd[1321]: Listening on D-Bus User Message Bus Socket.
Sep 28 01:07:13 nb systemd[1321]: Listening on GCR ssh-agent wrapper.
Sep 28 01:07:13 nb systemd[1321]: Reached target Sockets.
Sep 28 01:07:13 nb systemd[1321]: Reached target Basic System.
Sep 28 01:07:13 nb systemd[1]: Started User Manager for UID 60583.
Sep 28 01:07:13 nb systemd[1321]: Starting Update XDG user dir configuration...
Sep 28 01:07:13 nb systemd[1]: Started Session 11 of User gdm-greeter-2.
Sep 28 01:07:13 nb systemd[1321]: Finished Update XDG user dir configuration.
Sep 28 01:07:13 nb systemd[1321]: Reached target Main User Target.
Sep 28 01:07:13 nb systemd[1321]: Startup finished in 187ms.
Sep 28 01:07:13 nb systemd[1321]: Created slice User Core Session Slice.
Sep 28 01:07:13 nb systemd[1321]: Starting D-Bus User Message Bus...
Sep 28 01:07:13 nb dbus-broker-launch[1342]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Sep 28 01:07:13 nb dbus-broker-launch[1342]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 28 01:07:13 nb dbus-broker-launch[1342]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Sep 28 01:07:13 nb dbus-broker-launch[1342]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 28 01:07:13 nb dbus-broker-launch[1342]: Ignoring duplicate name 'org.freedesktop.FileManager1' in service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service'
Sep 28 01:07:13 nb dbus-broker-launch[1342]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Sep 28 01:07:13 nb dbus-broker-launch[1342]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Sep 28 01:07:13 nb dbus-broker-launch[1342]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Sep 28 01:07:13 nb systemd[1321]: Started D-Bus User Message Bus.
Sep 28 01:07:13 nb dbus-broker-launch[1342]: Ready
Sep 28 01:07:13 nb gnome-session-i[1345]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Sep 28 01:07:13 nb gnome-session-i[1345]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Sep 28 01:07:13 nb kernel: traps: gnome-session-i[1345] trap int3 ip:7f1acfb0db8c sp:7fff7df7daf0 error:0 in libglib-2.0.so.0.8600.0[64b8c,7f1acfac7000+a7000]
Sep 28 01:07:13 nb systemd-coredump[1353]: Process 1345 (gnome-session-i) of user 60583 terminated abnormally with signal 5/TRAP, processing...
Sep 28 01:07:13 nb systemd[1]: Started Process Core Dump (PID 1353/UID 0).
Sep 28 01:07:13 nb systemd-coredump[1354]: Process 1345 (gnome-session-i) of user 60583 dumped core.
Stack trace of thread 1345:
#0 0x00007f1acfb0db8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007f1acfb0e2e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007f1acfb0e57a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007f1acfb0e904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x0000561807e51686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007f1acf827675 n/a (libc.so.6 + 0x27675)
#6 0x00007f1acf827729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x0000561807e51c95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 1350:
#0 0x00007f1acf91876d syscall (libc.so.6 + 0x11876d)
#1 0x00007f1acfb387ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007f1acfacf1cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007f1acfb41447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007f1acfb4087c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007f1acf8969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007f1acf91aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1352:
#0 0x00007f1acf89f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f1acf8931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f1acf8931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f1acf90da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f1acfb09744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f1acfb099d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007f1acfd7a264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007f1acfb4087c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f1acf8969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f1acf91aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1351:
#0 0x00007f1acf89f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f1acf8931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f1acf8931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f1acf90da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f1acfb09744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f1acfb09825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007f1acfb09872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007f1acfb4087c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f1acf8969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f1acf91aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Sep 28 01:07:13 nb systemd[1]: systemd-coredump@5-20481-1353_1354-0.service: Deactivated successfully.
Sep 28 01:07:13 nb gdm[870]: Gdm: GdmDisplay: Session never registered, failing
Sep 28 01:07:13 nb gdm[870]: Gdm: Child process -1338 was already dead.
Sep 28 01:07:13 nb systemd[1]: session-11.scope: Deactivated successfully.
Sep 28 01:07:13 nb systemd-logind[794]: Session 11 logged out. Waiting for processes to exit.
Sep 28 01:07:13 nb systemd-logind[794]: Removed session 11.
Happy for any debug steps..
Last edited by kilobytech (2025-10-08 12:13:16)
Offline
I don't use gnome, but there has been numerous posts here saying gnome has already dropped support for X11. That could be the root of your problem.
Never argue with an idiot, they will drag you down to their level and then beat you with experience.
It is better to light a candle than curse the darkness.
A journey of a thousand miles begins with a single step.
Offline
Thats the mysery, gnome insists on using X11 on my machine even though I have wayland installed.
Offline
Did you enable https://wiki.archlinux.org/title/GDM#Use_Xorg_backend ?
Edit: Misery? Mystery? Mysery!
Last edited by seth (2025-09-28 07:50:07)
Offline
Did you enable https://wiki.archlinux.org/title/GDM#Use_Xorg_backend ?
No, gdm configs in /etc/gdm are the default from package.
Also forcing it to true doesn't change the behaviour.
Last edited by kilobytech (2025-09-28 08:06:10)
Offline
Sep 28 01:07:10 nb systemd-logind[794]: New session '1' of user 'gdm-greeter' with class 'greeter' and type 'wayland'.
Sep 28 01:07:10 nb systemd[1]: Created slice User Slice of UID 60578.
Sep 28 01:07:10 nb systemd[1]: Starting User Runtime Directory /run/user/60578...
Sep 28 01:07:10 nb systemd[1]: Finished User Runtime Directory /run/user/60578.
Sep 28 01:07:10 nb systemd[1]: Starting User Manager for UID 60578...
…
Sep 28 01:07:10 nb systemd[1]: Started CUPS Scheduler.
Sep 28 01:07:10 nb (systemd)[956]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter] ruser=[<unknown>] rhost=[<unknown>]
Sep 28 01:07:10 nb (systemd)[956]: pam_unix(systemd-user:session): session opened for user gdm-greeter(uid=60578) by gdm-greeter(uid=0)
Sep 28 01:07:10 nb systemd-logind[794]: New session '2' of user 'gdm-greeter' with class 'manager-early' and type 'unspecified'.
Sep 28 01:07:10 nb kernel: u32 classifier
Sep 28 01:07:10 nb kernel: Performance counters on
Sep 28 01:07:10 nb kernel: input device check on
Sep 28 01:07:10 nb kernel: Actions configured
Sep 28 01:07:10 nb dbus-broker-launch[786]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
Sep 28 01:07:10 nb systemd[956]: Queued start job for default target Main User Target.
…
Sep 28 01:07:10 nb NetworkManager[789]: <info> [1759021630.7090] device (virbr0): Activation: successful, device activated.
…
Sep 28 01:07:10 nb systemd[956]: Reached target Basic System.
Sep 28 01:07:10 nb systemd[1]: Started User Manager for UID 60578.
Sep 28 01:07:10 nb systemd[956]: Starting Update XDG user dir configuration...
Sep 28 01:07:10 nb systemd[1]: Started Session 1 of User gdm-greeter.
…
Sep 28 01:07:10 nb dnsmasq[1005]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 names
Sep 28 01:07:10 nb dnsmasq-dhcp[1005]: read /var/lib/libvirt/dnsmasq/default.hostsfile
Sep 28 01:07:10 nb systemd[956]: Finished Update XDG user dir configuration.
Sep 28 01:07:10 nb systemd[956]: Reached target Main User Target.
Sep 28 01:07:10 nb systemd[956]: Startup finished in 222ms.
Sep 28 01:07:10 nb systemd[956]: Created slice User Core Session Slice.
Sep 28 01:07:10 nb systemd[956]: Starting D-Bus User Message Bus...
…
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Sep 28 01:07:10 nb systemd[956]: Started D-Bus User Message Bus.
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Ready
Sep 28 01:07:10 nb gnome-session-i[1014]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Sep 28 01:07:10 nb gnome-session-i[1014]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Sep 28 01:07:10 nb kernel: traps: gnome-session-i[1014] trap int3 ip:7f23b77d7b8c sp:7ffe76840b40 error:0 in libglib-2.0.so.0.8600.0[64b8c,7f23b7791000+a7000]
Sep 28 01:07:10 nb systemd-coredump[1022]: Process 1014 (gnome-session-i) of user 60578 terminated abnormally with signal 5/TRAP, processing...
Sep 28 01:07:10 nb systemd[1]: Created slice Slice /system/systemd-coredump.
Sep 28 01:07:10 nb systemd[1]: Started Process Core Dump (PID 1022/UID 0).
Sep 28 01:07:10 nb systemd-coredump[1023]: Process 1014 (gnome-session-i) of user 60578 dumped core.
Stack trace of thread 1014:
#0 0x00007f23b77d7b8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007f23b77d82e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007f23b77d857a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007f23b77d8904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x000055fe3db2c686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007f23b7427675 n/a (libc.so.6 + 0x27675)
#6 0x00007f23b7427729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x000055fe3db2cc95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
pacman -Qm
pacman -Qikk gdm gnome-session
Starts at wayland and then goes straight for gnome-session-x11@gnome-login.target
Offline
pacman -Qm pacman -Qikk gdm gnome-session
1password 8.11.8-40
aircrack-ng-git 20240303.6e2871e7-1
amap-bin 0.32-1
android-apktool 2.12.0-1
android-studio 2025.1.2.12-1
appstream-qt5 1.0.5-2
arc-gtk-theme 20221218-2
archlinux-java-run 11-1
arduino-builder 1.6.1-3
arduino-ctags 5.8_arduino11-4
arm-linux-gnueabi-gcc75-linaro-bin 7.5.0-1
asdf-vm 0.18.0-1
asterisk 22.5.1-1
bmaptool 3.9.0-2
brave-bin 1:1.81.137-1
chromaprint-fftw 1.5.1-2
cnping 1.0.0-1
curseforge 1.285.2.27841-1
cxxtest 4.4-10
discord-game-sdk 3.2.1-1
dmg2img 1.6.7-5
dsremote-git r279.cca5b5e-1
eagle 9.6.2-2
electron33 33.4.11-2
f3 9.0-1
freeimage 3.18.0-23
gnome-icon-theme-symbolic 3.12.0-6
gnu-netcat 0.7.1-11
google-chrome 139.0.7258.154-1
grayjay-bin 9-1
http-parser 2.9.4-2
iat 0.1.7-4
icaclient 25.05.0.44-1
jadx-gui-desktop 1.0.1-1
jlink-software-and-documentation 63:8.60-1
js102 102.15.1-2
js91 91.13.0-2
kfilemetadata5 5.116.0-2
kholidays5 1:5.116.0-1
kitemmodels5 5.116.0-1
ldapadmin 1.8.3-4
lib32-libvisual 0.4.2-1
libcroco 0.6.13-2
libgrss 0.7.0+16+g971c421-4
libhandy0 0.0.13+12+gaa6b6f4-3
libmpsse 1.3-3
libstdc++5 3.3.6-9
libvisual 0.4.2-2
linphone-desktop-appimage-stable 6.0.0-1
linux-mainline 6.13rc5-1
linux-mainline-docs 6.13rc5-1
linux-mainline-headers 6.13rc5-1
microsip 3.21.6-4
monodevelop-bin 7.8.4.1_0xamarin6_ubuntu1804b1-4
mounriver-studio-toolchain-bin 1.92.1-1
mounriver-studio-toolchain-openocd-bin 1.92.1-1
mounriver-studio-toolchain-riscv-gcc-bin 1.92.1-1
mounriver-studio-toolchain-riscv-gcc12-bin 1.92.1-1
mprime 2:30.19.20-1
mqttfx-bin 1.7.1-4
mqttx-appimage 1.12.0-1
msgpack-tools 0.6-1
nautilus-sendto 3.8.6+28+gc87aac4-3
ncurses5-compat-libs 6.5-1
neofetch 7.1.0-2
netcf 0.2.8-9
ngrok 3.27.0-1
nrf-udev 1.0.1-1
nrf5x-command-line-tools 10.24.2-1
nrfconnect-appimage 5.2.0-1
oce 0.18.3-1
oh-my-zsh-git r7443.d82669199-1
opencollada 1:1.6.68-3
opencolorio1 1.1.1-3
openocd-git 0.12.0.r150.g91bd43134-1
openssh-askpass 2.1.0-5
orchis-theme-git 2025.04.25.r25.ge30b243-1
pandoc-eisvogel-template 3.2.0-1
parsec-bin 150_97c-1
pgloader 3.6.10-2
pico-sdk 2.2.0-3
picotool 2.2.0-1
platformio 6.1.11-1
postman-bin 11.58.3-1
printer-driver-ptouch 1.6-3
purpose5 5.116.0-1
python-adafruit-blinka 8.53.0-1
python-adafruit-platformdetect 3.77.0-0
python-adafruit-pureio 1.1.11-1
python-async-timeout 4.0.3-6
python-async_generator 1.10-9
python-cached-property 2.0.1-1
python-cmsis-pack-manager 0.5.3.r21.ga312ce0-2
python-contextlib2 21.6.0-2
python-docker-pycreds 0.4.0-10
python-dockerpty 0.4.1-11
python-fvs 0.3.4-4
python-gpiod 1.5.4-1
python-nspektr 0.5.0-3
python-pathvalidate 3.2.3-1
python-progress 1.6-9
python-pykwalify 1.8.0-4
python-pylink-square 1.4.0-1
python-pyocd 0.36.0-2
python-pyrsistent 0.20.0-6
python-pytoml 0.1.21-8
python-steamgriddb 1.0.5-4
python-sysv_ipc 1.1.0-6
python-west 1.3.0-1
python2 2.7.18-11
qogir-gtk-theme 2024.05.22-1
referenceassemblies-pcl 4.6-3
reiserfsprogs 3.6.27-5
ryzenadj-git 0.13.0.r0.g1605027-1
saleae-logic2 2.4.29-2
sidequest-bin 0.10.42-1
skypeforlinux-stable-bin 8.109.0.209-1
slack-desktop 4.45.69-1
spotify 1:1.2.63.394-1
squareline-studio 1.5.0-1
stm32cubemx 6.13.0-1
stm32flash 0.7-2
strain 0.1.2-1
synology-drive 3.5.2_16111-3
t1lib 5.1.2-8
teams 1.5.00.23861-1
teamviewer 15.68.5-1
telegram-desktop-bin 6.0.2-1
tor-browser 12.5.3-1
tsunami-udp 1.8.1-1
ttf-harmonyos-sans 2025.06.21-2
ttf-ionicons 1:4.2.0-1
ttf-ms-fonts 2.0-12
ttf-tahoma 9.0-1
unetbootin 702-2
usbtop 1.0-1
ventoy-bin 1.1.07-1
visual-studio-code-bin 1.103.2-1
vkbasalt-cli 3.1.1-3
wchisp 0.3.0-1
winbox 4.0beta30-1
wlink 0.1.1-3
xorg-font-utils 7.6-6
yay 12.5.0-1
youtube-dl 2021.12.17-4
zoom 6.5.8-1
zplug 2.4.2-1
Name : gdm
Version : 49.0.1-1
Description : Display manager and login screen
Architecture : x86_64
URL : https://gitlab.gnome.org/GNOME/gdm
Licenses : GPL-2.0-or-later
Groups : gnome
Provides : None
Depends On : accountsservice audit bash gcc-libs gdk-pixbuf2 glib2 glibc gnome-session gnome-shell gtk3 json-glib keyutils libcanberra libgudev libx11 libxau libxcb libxdmcp pam systemd systemd-libs upower libgdm
Optional Deps : fprintd: fingerprint authentication [installed]
Required By : None
Optional For : xscreensaver
Conflicts With : None
Replaces : None
Installed Size : 5.13 MiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Tue Sep 16 20:53:31 2025
Install Date : Sun Sep 28 12:31:30 2025
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
gdm: 509 total files, 0 altered files
Name : gnome-session
Version : 49.0-1
Description : The GNOME Session Handler
Architecture : x86_64
URL : https://gitlab.gnome.org/GNOME/gnome-session
Licenses : GPL-2.0-or-later
Groups : gnome
Provides : gnome-mimeapps
Depends On : dconf gcc-libs glib2 glibc gnome-desktop-4 gsettings-desktop-schemas gtk4 json-glib systemd-libs xdg-desktop-portal-gnome
Optional Deps : None
Required By : gdm gnome-shell
Optional For : None
Conflicts With : gnome-mimeapps
Replaces : gnome-mimeapps
Installed Size : 1270.31 KiB
Packager : Jan Alexander Steffens (heftig) <heftig@archlinux.org>
Build Date : Tue Sep 16 03:32:13 2025
Install Date : Sun Sep 28 03:06:32 2025
Install Reason : Explicitly installed
Install Script : No
Validated By : Signature
gnome-session: 409 total files, 0 altered files
Nothing wrong to my eyes
Last edited by kilobytech (2025-09-28 10:43:17)
Offline
Nope.
Brute force:
grep -ri x11 /usr/lib/systemd /etc/systemd
Offline
Brute force:
grep -ri x11 /usr/lib/systemd /etc/systemd
Good idea, unfortunately nothing interesting
$ sudo grep -ri x11 usr/lib/systemd etc/systemd
grep: usr/lib/systemd/libsystemd-shared-258-4.so: binary file matches
grep: usr/lib/systemd/systemd-logind: binary file matches
grep: usr/lib/systemd/systemd-networkd: binary file matches
grep: usr/lib/systemd/systemd-localed: binary file matches
grep: usr/lib/systemd/libsystemd-core-258-4.so: binary file matches
usr/lib/systemd/user/plasma-workspace-x11.target:Wants=plasma-kwin_x11.service
usr/lib/systemd/user/plasma-kwin_x11.service:ExecStart=/usr/bin/kwin_x11 --replace
usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service:# Only pull --xim in X11 session, it is done via Xwayland-session.d on Wayland
usr/lib/systemd/user/org.freedesktop.IBus.session.GNOME.service:ExecStart=sh -c 'exec /usr/bin/ibus-daemon --panel disable $([ "$XDG_SESSION_TYPE" = "x11" ] && echo "--xim")'
usr/lib/systemd/user/gnome-session-x11-services.target:Description=GNOME session X11 services
usr/lib/systemd/user/gnome-session-x11-services.target:Requisite=gnome-session-x11-services-ready.target
usr/lib/systemd/user/gnome-session-x11-services.target:Before=gnome-session-x11-services-ready.target
usr/lib/systemd/user/gnome-session-x11-services.target:PartOf=gnome-session-x11-services-ready.target
usr/lib/systemd/user/org.gnome.SettingsDaemon.XSettings.service:Requisite=gnome-session-x11-services.target gnome-session-x11-services-ready.target
usr/lib/systemd/user/org.gnome.SettingsDaemon.XSettings.service:PartOf=gnome-session-x11-services.target gnome-session-x11-services-ready.target
usr/lib/systemd/user/org.gnome.SettingsDaemon.XSettings.service:After=gnome-session-x11-services.target
usr/lib/systemd/user/org.gnome.SettingsDaemon.XSettings.service:Before=gnome-session-x11-services-ready.target
usr/lib/systemd/user/gnome-session-x11-services-ready.target:Description=GNOME session X11 services
usr/lib/systemd/user/gnome-session-x11-services-ready.target:BindsTo=gnome-session-x11-services.target
usr/lib/systemd/user/gnome-session-x11-services-ready.target:After=gnome-session-x11-services.target
usr/lib/systemd/user/plasma-kglobalaccel.service:# Exit status 1 is used when the X11 connection drops
Offline
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
grep -ir x11 /{usr/share,etc}/dbus-1
Offline
Sep 28 01:07:10 nb dbus-broker-launch[1011]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.grep -ir x11 /{usr/share,etc}/dbus-1
# cat usr/share/dbus-1/session.conf
<!-- This configuration file controls the per-user-login-session message bus.
Add a session-local.conf and edit that rather than changing this
file directly. -->
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- Our well-known bus type, don't change this -->
<type>session</type>
<!-- If we fork, keep the user's original umask to avoid affecting
the behavior of child processes. -->
<keep_umask/>
<listen>unix:tmpdir=/tmp</listen>
<!-- On Unix systems, the most secure authentication mechanism is
EXTERNAL, which uses credential-passing over Unix sockets.
This authentication mechanism is not available on Windows,
is not suitable for use with the tcp: or nonce-tcp: transports,
and will not work on obscure flavours of Unix that do not have
a supported credentials-passing mechanism. On those platforms/transports,
comment out the <auth> element to allow fallback to DBUS_COOKIE_SHA1. -->
<auth>EXTERNAL</auth>
<standard_session_servicedirs />
<policy context="default">
<!-- Allow everything to be sent -->
<allow send_destination="*" eavesdrop="true"/>
<!-- Allow everything to be received -->
<allow eavesdrop="true"/>
<!-- Allow anyone to own anything -->
<allow own="*"/>
</policy>
<!-- Include legacy configuration location -->
<include ignore_missing="yes">/etc/dbus-1/session.conf</include>
<!-- Config files are placed here that among other things,
further restrict the above policy for specific services. -->
<includedir>session.d</includedir>
<includedir>/etc/dbus-1/session.d</includedir>
<!-- This is included last so local configuration can override what's
in this standard file -->
<include ignore_missing="yes">/etc/dbus-1/session-local.conf</include>
<include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include>
<!-- For the session bus, override the default relatively-low limits
with essentially infinite limits, since the bus is just running
as the user anyway, using up bus resources is not something we need
to worry about. In some cases, we do set the limits lower than
"all available memory" if exceeding the limit is almost certainly a bug,
having the bus enforce a limit is nicer than a huge memory leak. But the
intent is that these limits should never be hit. -->
<!-- the memory limits are 1G instead of say 4G because they can't exceed 32-bit signed int max -->
<limit name="max_incoming_bytes">1000000000</limit>
<limit name="max_incoming_unix_fds">250000000</limit>
<limit name="max_outgoing_bytes">1000000000</limit>
<limit name="max_outgoing_unix_fds">250000000</limit>
<limit name="max_message_size">1000000000</limit>
<!-- We do not override max_message_unix_fds here since the in-kernel
limit is also relatively low -->
<limit name="service_start_timeout">120000</limit>
<limit name="auth_timeout">240000</limit>
<limit name="pending_fd_timeout">150000</limit>
<limit name="max_completed_connections">100000</limit>
<limit name="max_incomplete_connections">10000</limit>
<limit name="max_connections_per_user">100000</limit>
<limit name="max_pending_service_starts">10000</limit>
<limit name="max_names_per_connection">50000</limit>
<limit name="max_match_rules_per_connection">50000</limit>
<limit name="max_replies_per_connection">50000</limit>
</busconfig>
# grep -ir x11 {usr/share,etc}/dbus-1
usr/share/dbus-1/interfaces/org.freedesktop.Accounts.User.xml: The type of the new session to start (e.g. "wayland" or "x11")
usr/share/dbus-1/interfaces/org.freedesktop.Accounts.User.xml: The type of session the user should use (e.g. "wayland" or "x11")
usr/share/dbus-1/interfaces/org.gnome.Shell.Introspect.xml: - "client-type" (u): (readonly) 0 for Wayland, 1 for X11
usr/share/dbus-1/interfaces/org.freedesktop.portal.Flatpak.xml: Share the display access (X11, wayland) with the caller.
usr/share/dbus-1/interfaces/org.freedesktop.locale1.xml: <property name="X11Layout" type="s" access="read">
usr/share/dbus-1/interfaces/org.freedesktop.locale1.xml: <property name="X11Model" type="s" access="read">
usr/share/dbus-1/interfaces/org.freedesktop.locale1.xml: <property name="X11Variant" type="s" access="read">
usr/share/dbus-1/interfaces/org.freedesktop.locale1.xml: <property name="X11Options" type="s" access="read">
usr/share/dbus-1/interfaces/org.freedesktop.locale1.xml: <method name="SetX11Keyboard">
usr/share/dbus-1/system.d/gdm.conf: send_member="GetX11DisplayName"/>
usr/share/dbus-1/system.d/gdm.conf: send_member="GetX11DisplayNumber"/>
grep: etc/dbus-1: No such file or directory
Offline
It *has* to be the WaylandEnable setting…
stat /usr/lib/gdm-disable-wayland
grep -ri wayland /{etc,run,var/lib}/gdm
Offline
# stat /usr/lib/gdm-disable-wayland
stat: cannot statx '/usr/lib/gdm-disable-wayland': No such file or directory
# grep -ri wayland /{etc,run,var/lib}/gdm
/etc/gdm/custom.conf:#WaylandEnable=false
Offline
EDIT: so this doesn't get lost by Henry being massive…
Last edited by seth (2025-10-07 20:14:02)
Offline
Glad you still here figuring out what is wrong with this machine
Updated the system with pacman -Syu in the meantime. Now there is also X Server stuff crashing in there.
Oct 07 22:26:38 nb kernel: Linux version 6.16.10-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Thu, 02 Oct 2025 19:26:36 +0000
Oct 07 22:26:38 nb kernel: Command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards root=/dev/mapper/cryptroot resume=UUID=598cd35f-c56d-441c-957a-013be5a02667 rw audit=0 iommu=pt
Oct 07 22:26:38 nb kernel: BIOS-provided physical RAM map:
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009bfffff] usable
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x0000000009c00000-0x0000000009da0fff] reserved
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x0000000009da1000-0x0000000009efffff] usable
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0efff] ACPI NVS
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x0000000009f0f000-0x00000000c4b7dfff] usable
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x00000000c4b7e000-0x00000000cad7dfff] reserved
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x00000000cad7e000-0x00000000cbd7dfff] ACPI NVS
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x00000000cbd7e000-0x00000000cbdfdfff] ACPI data
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x00000000cbdfe000-0x00000000cdffffff] usable
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000cfffffff] reserved
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x00000000fdc00000-0x00000000fdcfffff] reserved
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x0000000100000000-0x00000007ee2fffff] usable
Oct 07 22:26:38 nb kernel: BIOS-e820: [mem 0x00000007ee300000-0x000000082fffffff] reserved
Oct 07 22:26:38 nb kernel: NX (Execute Disable) protection: active
Oct 07 22:26:38 nb kernel: APIC: Static calls initialized
Oct 07 22:26:38 nb kernel: efi: EFI v2.7 by Lenovo
Oct 07 22:26:38 nb kernel: efi: ACPI=0xcbdfd000 ACPI 2.0=0xcbdfd014 SMBIOS=0xc7c66000 SMBIOS 3.0=0xc7c59000 TPMFinalLog=0xcbc1d000 MEMATTR=0xc12ee018 ESRT=0xc1ae9998 INITRD=0x99b61b98 RNG=0xcbdfc018 TPMEventLog=0xcbdf0018
Oct 07 22:26:38 nb kernel: random: crng init done
Oct 07 22:26:38 nb kernel: efi: Remove mem58: MMIO range=[0xfdc00000-0xfdcfffff] (1MB) from e820 map
Oct 07 22:26:38 nb kernel: e820: remove [mem 0xfdc00000-0xfdcfffff] reserved
Oct 07 22:26:38 nb kernel: efi: Not removing mem59: MMIO range=[0xfed80000-0xfed80fff] (4KB) from e820 map
Oct 07 22:26:38 nb kernel: SMBIOS 3.3.0 present.
Oct 07 22:26:38 nb kernel: DMI: LENOVO 20XGS01100/20XGS01100, BIOS R1NET58W (1.28) 10/31/2023
Oct 07 22:26:38 nb kernel: DMI: Memory slots populated: 2/2
Oct 07 22:26:38 nb kernel: tsc: Fast TSC calibration using PIT
Oct 07 22:26:38 nb kernel: tsc: Detected 1896.414 MHz processor
Oct 07 22:26:38 nb kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Oct 07 22:26:38 nb kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Oct 07 22:26:38 nb kernel: last_pfn = 0x7ee300 max_arch_pfn = 0x400000000
Oct 07 22:26:38 nb kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 20), built from 9 variable MTRRs
Oct 07 22:26:38 nb kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Oct 07 22:26:38 nb kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Oct 07 22:26:38 nb kernel: esrt: Reserving ESRT space from 0x00000000c1ae9998 to 0x00000000c1ae9ac0.
Oct 07 22:26:38 nb kernel: e820: update [mem 0xc1ae9000-0xc1ae9fff] usable ==> reserved
Oct 07 22:26:38 nb kernel: Using GB pages for direct mapping
Oct 07 22:26:38 nb kernel: Secure boot disabled
Oct 07 22:26:38 nb kernel: RAMDISK: [mem 0x7cefe000-0x7ffd2fff]
Oct 07 22:26:38 nb kernel: ACPI: Early table checksum verification disabled
Oct 07 22:26:38 nb kernel: ACPI: RSDP 0x00000000CBDFD014 000024 (v02 LENOVO)
Oct 07 22:26:38 nb kernel: ACPI: XSDT 0x00000000CBDFB188 00012C (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: FACP 0x00000000C5994000 000114 (v06 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: DSDT 0x00000000C597A000 01496F (v01 LENOVO TP-R1N 000011C0 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: FACS 0x00000000CBC18000 000040
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C7C9C000 0000A2 (v01 LENOVO PID0Ssdt 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C7C9A000 00118F (v01 LENOVO UsbCTabl 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C7C8C000 0072B0 (v02 LENOVO TP-R1N 00000002 MSFT 04000000)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C7C39000 000A42 (v01 LENOVO WmiTable 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C7BB4000 000632 (v02 LENOVO Tpm2Tabl 00001000 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: TPM2 0x00000000C7BB3000 000034 (v03 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: POAT 0x00000000C7BB0000 000055 (v03 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: BATB 0x00000000C7B9B000 00004A (v02 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: HPET 0x00000000C5993000 000038 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: APIC 0x00000000C5992000 000138 (v02 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: MCFG 0x00000000C5991000 00003C (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: SBST 0x00000000C5990000 000030 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: WSMT 0x00000000C598F000 000028 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: VFCT 0x00000000C596C000 00D884 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C5966000 005354 (v02 LENOVO TP-R1N 00000001 AMD 00000001)
Oct 07 22:26:38 nb kernel: ACPI: CRAT 0x00000000C5965000 000EC0 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: CDIT 0x00000000C5964000 000029 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: FPDT 0x00000000C7B9C000 000034 (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C5963000 000149 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C5962000 000AB7 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C5960000 0015A8 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C595C000 003B0E (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C595A000 000058 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C5959000 00024D (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C5957000 001446 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C5956000 000B9A (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: UEFI 0x00000000CBC17000 0000DA (v01 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C5955000 000052 (v01 LENOVO DRTM 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: IVRS 0x00000000C5954000 0001A4 (v02 LENOVO TP-R1N 000011C0 PTEC 00000002)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C7C98000 000090 (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: SSDT 0x00000000C7C97000 00096A (v01 LENOVO TP-R1N 00000001 INTL 20180313)
Oct 07 22:26:38 nb kernel: ACPI: BGRT 0x00000000C7C96000 000038 (v01 LENOVO TP-R1N 000011C0 PTEC 000011C0)
Oct 07 22:26:38 nb kernel: ACPI: Reserving FACP table memory at [mem 0xc5994000-0xc5994113]
Oct 07 22:26:38 nb kernel: ACPI: Reserving DSDT table memory at [mem 0xc597a000-0xc598e96e]
Oct 07 22:26:38 nb kernel: ACPI: Reserving FACS table memory at [mem 0xcbc18000-0xcbc1803f]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c9c000-0xc7c9c0a1]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c9a000-0xc7c9b18e]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c8c000-0xc7c932af]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c39000-0xc7c39a41]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7bb4000-0xc7bb4631]
Oct 07 22:26:38 nb kernel: ACPI: Reserving TPM2 table memory at [mem 0xc7bb3000-0xc7bb3033]
Oct 07 22:26:38 nb kernel: ACPI: Reserving POAT table memory at [mem 0xc7bb0000-0xc7bb0054]
Oct 07 22:26:38 nb kernel: ACPI: Reserving BATB table memory at [mem 0xc7b9b000-0xc7b9b049]
Oct 07 22:26:38 nb kernel: ACPI: Reserving HPET table memory at [mem 0xc5993000-0xc5993037]
Oct 07 22:26:38 nb kernel: ACPI: Reserving APIC table memory at [mem 0xc5992000-0xc5992137]
Oct 07 22:26:38 nb kernel: ACPI: Reserving MCFG table memory at [mem 0xc5991000-0xc599103b]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SBST table memory at [mem 0xc5990000-0xc599002f]
Oct 07 22:26:38 nb kernel: ACPI: Reserving WSMT table memory at [mem 0xc598f000-0xc598f027]
Oct 07 22:26:38 nb kernel: ACPI: Reserving VFCT table memory at [mem 0xc596c000-0xc5979883]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5966000-0xc596b353]
Oct 07 22:26:38 nb kernel: ACPI: Reserving CRAT table memory at [mem 0xc5965000-0xc5965ebf]
Oct 07 22:26:38 nb kernel: ACPI: Reserving CDIT table memory at [mem 0xc5964000-0xc5964028]
Oct 07 22:26:38 nb kernel: ACPI: Reserving FPDT table memory at [mem 0xc7b9c000-0xc7b9c033]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5963000-0xc5963148]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5962000-0xc5962ab6]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5960000-0xc59615a7]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc595c000-0xc595fb0d]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc595a000-0xc595a057]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5959000-0xc595924c]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5957000-0xc5958445]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5956000-0xc5956b99]
Oct 07 22:26:38 nb kernel: ACPI: Reserving UEFI table memory at [mem 0xcbc17000-0xcbc170d9]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc5955000-0xc5955051]
Oct 07 22:26:38 nb kernel: ACPI: Reserving IVRS table memory at [mem 0xc5954000-0xc59541a3]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c98000-0xc7c9808f]
Oct 07 22:26:38 nb kernel: ACPI: Reserving SSDT table memory at [mem 0xc7c97000-0xc7c97969]
Oct 07 22:26:38 nb kernel: ACPI: Reserving BGRT table memory at [mem 0xc7c96000-0xc7c96037]
Oct 07 22:26:38 nb kernel: No NUMA configuration found
Oct 07 22:26:38 nb kernel: Faking a node at [mem 0x0000000000000000-0x00000007ee2fffff]
Oct 07 22:26:38 nb kernel: NODE_DATA(0) allocated [mem 0x7ee2d5280-0x7ee2fffff]
Oct 07 22:26:38 nb kernel: Zone ranges:
Oct 07 22:26:38 nb kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Oct 07 22:26:38 nb kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Oct 07 22:26:38 nb kernel: Normal [mem 0x0000000100000000-0x00000007ee2fffff]
Oct 07 22:26:38 nb kernel: Device empty
Oct 07 22:26:38 nb kernel: Movable zone start for each node
Oct 07 22:26:38 nb kernel: Early memory node ranges
Oct 07 22:26:38 nb kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
Oct 07 22:26:38 nb kernel: node 0: [mem 0x0000000000100000-0x0000000009bfffff]
Oct 07 22:26:38 nb kernel: node 0: [mem 0x0000000009da1000-0x0000000009efffff]
Oct 07 22:26:38 nb kernel: node 0: [mem 0x0000000009f0f000-0x00000000c4b7dfff]
Oct 07 22:26:38 nb kernel: node 0: [mem 0x00000000cbdfe000-0x00000000cdffffff]
Oct 07 22:26:38 nb kernel: node 0: [mem 0x0000000100000000-0x00000007ee2fffff]
Oct 07 22:26:38 nb kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000007ee2fffff]
Oct 07 22:26:38 nb kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Oct 07 22:26:38 nb kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Oct 07 22:26:38 nb kernel: On node 0, zone DMA32: 417 pages in unavailable ranges
Oct 07 22:26:38 nb kernel: On node 0, zone DMA32: 15 pages in unavailable ranges
Oct 07 22:26:38 nb kernel: On node 0, zone DMA32: 29312 pages in unavailable ranges
Oct 07 22:26:38 nb kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Oct 07 22:26:38 nb kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
Oct 07 22:26:38 nb kernel: ACPI: PM-Timer IO Port: 0x408
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Oct 07 22:26:38 nb kernel: IOAPIC[0]: apic_id 32, version 33, address 0xfec00000, GSI 0-23
Oct 07 22:26:38 nb kernel: IOAPIC[1]: apic_id 33, version 33, address 0xfec01000, GSI 24-55
Oct 07 22:26:38 nb kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Oct 07 22:26:38 nb kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Oct 07 22:26:38 nb kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Oct 07 22:26:38 nb kernel: ACPI: HPET id: 0x43538210 base: 0xfed00000
Oct 07 22:26:38 nb kernel: e820: update [mem 0xc091d000-0xc09adfff] usable ==> reserved
Oct 07 22:26:38 nb kernel: CPU topo: Max. logical packages: 1
Oct 07 22:26:38 nb kernel: CPU topo: Max. logical dies: 1
Oct 07 22:26:38 nb kernel: CPU topo: Max. dies per package: 1
Oct 07 22:26:38 nb kernel: CPU topo: Max. threads per core: 2
Oct 07 22:26:38 nb kernel: CPU topo: Num. cores per package: 8
Oct 07 22:26:38 nb kernel: CPU topo: Num. threads per package: 16
Oct 07 22:26:38 nb kernel: CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
Oct 07 22:26:38 nb kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Oct 07 22:26:38 nb kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Oct 07 22:26:38 nb kernel: PM: hibernation: Registered nosave memory: [mem 0x09c00000-0x09da0fff]
Oct 07 22:26:38 nb kernel: PM: hibernation: Registered nosave memory: [mem 0x09f00000-0x09f0efff]
Oct 07 22:26:38 nb kernel: PM: hibernation: Registered nosave memory: [mem 0xc091d000-0xc09adfff]
Oct 07 22:26:38 nb kernel: PM: hibernation: Registered nosave memory: [mem 0xc1ae9000-0xc1ae9fff]
Oct 07 22:26:38 nb kernel: PM: hibernation: Registered nosave memory: [mem 0xc4b7e000-0xcbdfdfff]
Oct 07 22:26:38 nb kernel: PM: hibernation: Registered nosave memory: [mem 0xce000000-0xffffffff]
Oct 07 22:26:38 nb kernel: [mem 0xd0000000-0xf7ffffff] available for PCI devices
Oct 07 22:26:38 nb kernel: Booting paravirtualized kernel on bare hardware
Oct 07 22:26:38 nb kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Oct 07 22:26:38 nb kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Oct 07 22:26:38 nb kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Oct 07 22:26:38 nb kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Oct 07 22:26:38 nb kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Oct 07 22:26:38 nb kernel: Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards root=/dev/mapper/cryptroot resume=UUID=598cd35f-c56d-441c-957a-013be5a02667 rw audit=0 iommu=pt
Oct 07 22:26:38 nb kernel: audit: disabled (until reboot)
Oct 07 22:26:38 nb kernel: Unknown kernel command line parameters "cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards", will be passed to user space.
Oct 07 22:26:38 nb kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Oct 07 22:26:38 nb kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Oct 07 22:26:38 nb kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Oct 07 22:26:38 nb kernel: software IO TLB: area num 16.
Oct 07 22:26:38 nb kernel: Fallback order for Node 0: 0
Oct 07 22:26:38 nb kernel: Built 1 zonelists, mobility grouping on. Total pages: 8081006
Oct 07 22:26:38 nb kernel: Policy zone: Normal
Oct 07 22:26:38 nb kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Oct 07 22:26:38 nb kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Oct 07 22:26:38 nb kernel: ftrace: allocating 56049 entries in 220 pages
Oct 07 22:26:38 nb kernel: ftrace: allocated 220 pages with 5 groups
Oct 07 22:26:38 nb kernel: Dynamic Preempt: full
Oct 07 22:26:38 nb kernel: rcu: Preemptible hierarchical RCU implementation.
Oct 07 22:26:38 nb kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
Oct 07 22:26:38 nb kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Oct 07 22:26:38 nb kernel: Trampoline variant of Tasks RCU enabled.
Oct 07 22:26:38 nb kernel: Rude variant of Tasks RCU enabled.
Oct 07 22:26:38 nb kernel: Tracing variant of Tasks RCU enabled.
Oct 07 22:26:38 nb kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Oct 07 22:26:38 nb kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Oct 07 22:26:38 nb kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Oct 07 22:26:38 nb kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Oct 07 22:26:38 nb kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Oct 07 22:26:38 nb kernel: NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
Oct 07 22:26:38 nb kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Oct 07 22:26:38 nb kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Oct 07 22:26:38 nb kernel: Console: colour dummy device 80x25
Oct 07 22:26:38 nb kernel: printk: legacy console [tty0] enabled
Oct 07 22:26:38 nb kernel: ACPI: Core revision 20250404
Oct 07 22:26:38 nb kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Oct 07 22:26:38 nb kernel: APIC: Switch to symmetric I/O mode setup
Oct 07 22:26:38 nb kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:0xa0
Oct 07 22:26:38 nb kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:0xa0
Oct 07 22:26:38 nb kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:0xa0
Oct 07 22:26:38 nb kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:0xa0
Oct 07 22:26:38 nb kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Oct 07 22:26:38 nb kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Oct 07 22:26:38 nb kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x36abe145abc, max_idle_ns: 881590626169 ns
Oct 07 22:26:38 nb kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3792.82 BogoMIPS (lpj=1896414)
Oct 07 22:26:38 nb kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Oct 07 22:26:38 nb kernel: LVT offset 1 assigned for vector 0xf9
Oct 07 22:26:38 nb kernel: LVT offset 2 assigned for vector 0xf4
Oct 07 22:26:38 nb kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Oct 07 22:26:38 nb kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Oct 07 22:26:38 nb kernel: process: using mwait in idle threads
Oct 07 22:26:38 nb kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Oct 07 22:26:38 nb kernel: Transient Scheduler Attacks: Mitigation: Clear CPU buffers
Oct 07 22:26:38 nb kernel: Spectre V2 : Mitigation: Retpolines
Oct 07 22:26:38 nb kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Oct 07 22:26:38 nb kernel: Speculative Return Stack Overflow: Mitigation: Safe RET
Oct 07 22:26:38 nb kernel: VMSCAPE: Mitigation: IBPB before exit to userspace
Oct 07 22:26:38 nb kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Oct 07 22:26:38 nb kernel: Spectre V2 : Spectre v2 / SpectreRSB: Filling RSB on context switch and VMEXIT
Oct 07 22:26:38 nb kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 07 22:26:38 nb kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Oct 07 22:26:38 nb kernel: active return thunk: srso_alias_return_thunk
Oct 07 22:26:38 nb kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Oct 07 22:26:38 nb kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Oct 07 22:26:38 nb kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Oct 07 22:26:38 nb kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Oct 07 22:26:38 nb kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Oct 07 22:26:38 nb kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Oct 07 22:26:38 nb kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
Oct 07 22:26:38 nb kernel: x86/fpu: xstate_offset[11]: 840, xstate_sizes[11]: 16
Oct 07 22:26:38 nb kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
Oct 07 22:26:38 nb kernel: Freeing SMP alternatives memory: 56K
Oct 07 22:26:38 nb kernel: pid_max: default: 32768 minimum: 301
Oct 07 22:26:38 nb kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Oct 07 22:26:38 nb kernel: landlock: Up and running.
Oct 07 22:26:38 nb kernel: Yama: becoming mindful.
Oct 07 22:26:38 nb kernel: LSM support for eBPF active
Oct 07 22:26:38 nb kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Oct 07 22:26:38 nb kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Oct 07 22:26:38 nb kernel: smpboot: CPU0: AMD Ryzen 7 PRO 5850U with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
Oct 07 22:26:38 nb kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Oct 07 22:26:38 nb kernel: ... version: 0
Oct 07 22:26:38 nb kernel: ... bit width: 48
Oct 07 22:26:38 nb kernel: ... generic registers: 6
Oct 07 22:26:38 nb kernel: ... value mask: 0000ffffffffffff
Oct 07 22:26:38 nb kernel: ... max period: 00007fffffffffff
Oct 07 22:26:38 nb kernel: ... fixed-purpose events: 0
Oct 07 22:26:38 nb kernel: ... event mask: 000000000000003f
Oct 07 22:26:38 nb kernel: signal: max sigframe size: 3376
Oct 07 22:26:38 nb kernel: rcu: Hierarchical SRCU implementation.
Oct 07 22:26:38 nb kernel: rcu: Max phase no-delay instances is 400.
Oct 07 22:26:38 nb kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Oct 07 22:26:38 nb kernel: MCE: In-kernel MCE decoding enabled.
Oct 07 22:26:38 nb kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Oct 07 22:26:38 nb kernel: smp: Bringing up secondary CPUs ...
Oct 07 22:26:38 nb kernel: smpboot: x86: Booting SMP configuration:
Oct 07 22:26:38 nb kernel: .... node #0, CPUs: #2 #4 #6 #8 #10 #12 #14 #1 #3 #5 #7 #9 #11 #13 #15
Oct 07 22:26:38 nb kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Oct 07 22:26:38 nb kernel: smp: Brought up 1 node, 16 CPUs
Oct 07 22:26:38 nb kernel: smpboot: Total of 16 processors activated (60685.24 BogoMIPS)
Oct 07 22:26:38 nb kernel: Memory: 31562112K/32324024K available (19868K kernel code, 2942K rwdata, 16676K rodata, 4664K init, 4948K bss, 738660K reserved, 0K cma-reserved)
Oct 07 22:26:38 nb kernel: devtmpfs: initialized
Oct 07 22:26:38 nb kernel: x86/mm: Memory block size: 128MB
Oct 07 22:26:38 nb kernel: ACPI: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0efff] (61440 bytes)
Oct 07 22:26:38 nb kernel: ACPI: PM: Registering ACPI NVS region [mem 0xcad7e000-0xcbd7dfff] (16777216 bytes)
Oct 07 22:26:38 nb kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Oct 07 22:26:38 nb kernel: posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
Oct 07 22:26:38 nb kernel: futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
Oct 07 22:26:38 nb kernel: pinctrl core: initialized pinctrl subsystem
Oct 07 22:26:38 nb kernel: PM: RTC time: 20:26:19, date: 2025-10-07
Oct 07 22:26:38 nb kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Oct 07 22:26:38 nb kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Oct 07 22:26:38 nb kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Oct 07 22:26:38 nb kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Oct 07 22:26:38 nb kernel: thermal_sys: Registered thermal governor 'fair_share'
Oct 07 22:26:38 nb kernel: thermal_sys: Registered thermal governor 'bang_bang'
Oct 07 22:26:38 nb kernel: thermal_sys: Registered thermal governor 'step_wise'
Oct 07 22:26:38 nb kernel: thermal_sys: Registered thermal governor 'user_space'
Oct 07 22:26:38 nb kernel: thermal_sys: Registered thermal governor 'power_allocator'
Oct 07 22:26:38 nb kernel: cpuidle: using governor ladder
Oct 07 22:26:38 nb kernel: cpuidle: using governor menu
Oct 07 22:26:38 nb kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Oct 07 22:26:38 nb kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Oct 07 22:26:38 nb kernel: PCI: ECAM [mem 0xf8000000-0xfbffffff] (base 0xf8000000) for domain 0000 [bus 00-3f]
Oct 07 22:26:38 nb kernel: PCI: Using configuration type 1 for base access
Oct 07 22:26:38 nb kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Oct 07 22:26:38 nb kernel: HugeTLB: allocation took 0ms with hugepage_allocation_threads=4
Oct 07 22:26:38 nb kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Oct 07 22:26:38 nb kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Oct 07 22:26:38 nb kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Oct 07 22:26:38 nb kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Oct 07 22:26:38 nb kernel: raid6: skipped pq benchmark and selected avx2x4
Oct 07 22:26:38 nb kernel: raid6: using avx2x2 recovery algorithm
Oct 07 22:26:38 nb kernel: ACPI: Added _OSI(Module Device)
Oct 07 22:26:38 nb kernel: ACPI: Added _OSI(Processor Device)
Oct 07 22:26:38 nb kernel: ACPI: Added _OSI(Processor Aggregator Device)
Oct 07 22:26:38 nb kernel: ACPI: 18 ACPI AML tables successfully acquired and loaded
Oct 07 22:26:38 nb kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 07 22:26:38 nb kernel: ACPI: EC: EC started
Oct 07 22:26:38 nb kernel: ACPI: EC: interrupt blocked
Oct 07 22:26:38 nb kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 07 22:26:38 nb kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Oct 07 22:26:38 nb kernel: ACPI: Interpreter enabled
Oct 07 22:26:38 nb kernel: ACPI: PM: (supports S0 S4 S5)
Oct 07 22:26:38 nb kernel: ACPI: Using IOAPIC for interrupt routing
Oct 07 22:26:38 nb kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Oct 07 22:26:38 nb kernel: PCI: Ignoring E820 reservations for host bridge windows
Oct 07 22:26:38 nb kernel: ACPI: \_SB_.PCI0.GPP4.RTL8.P0U1: New power resource
Oct 07 22:26:38 nb kernel: ACPI: \_SB_.PCI0.GPP4.RTL8.P3U1: New power resource
Oct 07 22:26:38 nb kernel: ACPI: \_SB_.PCI0.GPP7.PXSX.WRST: New power resource
Oct 07 22:26:38 nb kernel: ACPI: \_SB_.PCI0.GPP8.P0NV: New power resource
Oct 07 22:26:38 nb kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P0U0: New power resource
Oct 07 22:26:38 nb kernel: ACPI: \_SB_.PCI0.GP17.XHC0.P3U0: New power resource
Oct 07 22:26:38 nb kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P0U1: New power resource
Oct 07 22:26:38 nb kernel: ACPI: \_SB_.PCI0.GP17.XHC1.P3U1: New power resource
Oct 07 22:26:38 nb kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Oct 07 22:26:38 nb kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Oct 07 22:26:38 nb kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Oct 07 22:26:38 nb kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Oct 07 22:26:38 nb kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Oct 07 22:26:38 nb kernel: acpi PNP0A08:00: [Firmware Info]: ECAM [mem 0xf8000000-0xfbffffff] for domain 0000 [bus 00-3f] only partially covers this bridge
Oct 07 22:26:38 nb kernel: PCI host bridge to bus 0000:00
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000effff window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfdffffff window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: root bus resource [mem 0x830000000-0xffffffffff window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Oct 07 22:26:38 nb kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400 PCIe Root Port
Oct 07 22:26:38 nb kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.1: bridge window [mem 0xfd700000-0xfd7fffff]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400 PCIe Root Port
Oct 07 22:26:38 nb kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.2: bridge window [io 0x2000-0x2fff]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd6fffff]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: [1022:1634] type 01 class 0x060400 PCIe Root Port
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: bridge window [mem 0xfd500000-0xfd5fffff]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: PME# supported from D0 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:00:02.7: [1022:1634] type 01 class 0x060400 PCIe Root Port
Oct 07 22:26:38 nb kernel: pci 0000:00:02.7: PCI bridge to [bus 04]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.7: bridge window [mem 0xfd400000-0xfd4fffff]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.7: PME# supported from D0 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400 PCIe Root Port
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: bridge window [mem 0xfd000000-0xfd3fffff]
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: bridge window [mem 0x860000000-0x8701fffff 64bit pref]
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: enabling Extended Tags
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:18.0: [1022:166a] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:18.1: [1022:166b] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:18.2: [1022:166c] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:18.3: [1022:166d] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:18.4: [1022:166e] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:18.5: [1022:166f] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:18.6: [1022:1670] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:00:18.7: [1022:1671] type 00 class 0x060000 conventional PCI endpoint
Oct 07 22:26:38 nb kernel: pci 0000:01:00.0: [144d:a80c] type 00 class 0x010802 PCIe Endpoint
Oct 07 22:26:38 nb kernel: pci 0000:01:00.0: BAR 0 [mem 0xfd700000-0xfd703fff 64bit]
Oct 07 22:26:38 nb kernel: pci 0000:01:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.1 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Oct 07 22:26:38 nb kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 07 22:26:38 nb kernel: pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000 PCIe Endpoint
Oct 07 22:26:38 nb kernel: pci 0000:02:00.0: BAR 0 [io 0x2000-0x20ff]
Oct 07 22:26:38 nb kernel: pci 0000:02:00.0: BAR 2 [mem 0xfd604000-0xfd604fff 64bit]
Oct 07 22:26:38 nb kernel: pci 0000:02:00.0: BAR 4 [mem 0xfd600000-0xfd603fff 64bit]
Oct 07 22:26:38 nb kernel: pci 0000:02:00.0: supports D1 D2
Oct 07 22:26:38 nb kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 07 22:26:38 nb kernel: pci 0000:03:00.0: [8086:2725] type 00 class 0x028000 PCIe Endpoint
Oct 07 22:26:38 nb kernel: pci 0000:03:00.0: BAR 0 [mem 0xfd500000-0xfd503fff 64bit]
Oct 07 22:26:38 nb kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 07 22:26:38 nb kernel: pci 0000:04:00.0: [1912:0015] type 00 class 0x0c0330 PCIe Endpoint
Oct 07 22:26:38 nb kernel: pci 0000:04:00.0: BAR 0 [mem 0xfd400000-0xfd401fff 64bit]
Oct 07 22:26:38 nb kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:00:02.7: PCI bridge to [bus 04]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.0: [1002:1638] type 00 class 0x030000 PCIe Legacy Endpoint
Oct 07 22:26:38 nb kernel: pci 0000:05:00.0: BAR 0 [mem 0x860000000-0x86fffffff 64bit pref]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.0: BAR 2 [mem 0x870000000-0x8701fffff 64bit pref]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.0: BAR 4 [io 0x1000-0x10ff]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.0: BAR 5 [mem 0xfd300000-0xfd37ffff]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.0: enabling Extended Tags
Oct 07 22:26:38 nb kernel: pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:05:00.1: [1002:1637] type 00 class 0x040300 PCIe Legacy Endpoint
Oct 07 22:26:38 nb kernel: pci 0000:05:00.1: BAR 0 [mem 0xfd3c8000-0xfd3cbfff]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.1: enabling Extended Tags
Oct 07 22:26:38 nb kernel: pci 0000:05:00.1: PME# supported from D1 D2 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:05:00.2: [1022:15df] type 00 class 0x108000 PCIe Endpoint
Oct 07 22:26:38 nb kernel: pci 0000:05:00.2: BAR 2 [mem 0xfd200000-0xfd2fffff]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.2: BAR 5 [mem 0xfd3cc000-0xfd3cdfff]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.2: enabling Extended Tags
Oct 07 22:26:38 nb kernel: pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330 PCIe Endpoint
Oct 07 22:26:38 nb kernel: pci 0000:05:00.3: BAR 0 [mem 0xfd000000-0xfd0fffff 64bit]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.3: enabling Extended Tags
Oct 07 22:26:38 nb kernel: pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330 PCIe Endpoint
Oct 07 22:26:38 nb kernel: pci 0000:05:00.4: BAR 0 [mem 0xfd100000-0xfd1fffff 64bit]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.4: enabling Extended Tags
Oct 07 22:26:38 nb kernel: pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000 PCIe Endpoint
Oct 07 22:26:38 nb kernel: pci 0000:05:00.5: BAR 0 [mem 0xfd380000-0xfd3bffff]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.5: enabling Extended Tags
Oct 07 22:26:38 nb kernel: pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300 PCIe Endpoint
Oct 07 22:26:38 nb kernel: pci 0000:05:00.6: BAR 0 [mem 0xfd3c0000-0xfd3c7fff]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.6: enabling Extended Tags
Oct 07 22:26:38 nb kernel: pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
Oct 07 22:26:38 nb kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Oct 07 22:26:38 nb kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Oct 07 22:26:38 nb kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Oct 07 22:26:38 nb kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Oct 07 22:26:38 nb kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Oct 07 22:26:38 nb kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Oct 07 22:26:38 nb kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Oct 07 22:26:38 nb kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Oct 07 22:26:38 nb kernel: Low-power S0 idle used by default for system suspend
Oct 07 22:26:38 nb kernel: ACPI: EC: interrupt unblocked
Oct 07 22:26:38 nb kernel: ACPI: EC: event unblocked
Oct 07 22:26:38 nb kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Oct 07 22:26:38 nb kernel: ACPI: EC: GPE=0x3
Oct 07 22:26:38 nb kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC initialization complete
Oct 07 22:26:38 nb kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: EC: Used to handle transactions and events
Oct 07 22:26:38 nb kernel: iommu: Default domain type: Passthrough (set via kernel command line)
Oct 07 22:26:38 nb kernel: SCSI subsystem initialized
Oct 07 22:26:38 nb kernel: libata version 3.00 loaded.
Oct 07 22:26:38 nb kernel: ACPI: bus type USB registered
Oct 07 22:26:38 nb kernel: usbcore: registered new interface driver usbfs
Oct 07 22:26:38 nb kernel: usbcore: registered new interface driver hub
Oct 07 22:26:38 nb kernel: usbcore: registered new device driver usb
Oct 07 22:26:38 nb kernel: EDAC MC: Ver: 3.0.0
Oct 07 22:26:38 nb kernel: efivars: Registered efivars operations
Oct 07 22:26:38 nb kernel: NetLabel: Initializing
Oct 07 22:26:38 nb kernel: NetLabel: domain hash size = 128
Oct 07 22:26:38 nb kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Oct 07 22:26:38 nb kernel: NetLabel: unlabeled traffic allowed by default
Oct 07 22:26:38 nb kernel: mctp: management component transport protocol core
Oct 07 22:26:38 nb kernel: NET: Registered PF_MCTP protocol family
Oct 07 22:26:38 nb kernel: PCI: Using ACPI for IRQ routing
Oct 07 22:26:38 nb kernel: PCI: pci_cache_line_size set to 64 bytes
Oct 07 22:26:38 nb kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Oct 07 22:26:38 nb kernel: e820: reserve RAM buffer [mem 0x09c00000-0x0bffffff]
Oct 07 22:26:38 nb kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Oct 07 22:26:38 nb kernel: e820: reserve RAM buffer [mem 0xc091d000-0xc3ffffff]
Oct 07 22:26:38 nb kernel: e820: reserve RAM buffer [mem 0xc1ae9000-0xc3ffffff]
Oct 07 22:26:38 nb kernel: e820: reserve RAM buffer [mem 0xc4b7e000-0xc7ffffff]
Oct 07 22:26:38 nb kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Oct 07 22:26:38 nb kernel: e820: reserve RAM buffer [mem 0x7ee300000-0x7efffffff]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.0: vgaarb: setting as boot VGA device
Oct 07 22:26:38 nb kernel: pci 0000:05:00.0: vgaarb: bridge control possible
Oct 07 22:26:38 nb kernel: pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Oct 07 22:26:38 nb kernel: vgaarb: loaded
Oct 07 22:26:38 nb kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Oct 07 22:26:38 nb kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Oct 07 22:26:38 nb kernel: clocksource: Switched to clocksource tsc-early
Oct 07 22:26:38 nb kernel: VFS: Disk quotas dquot_6.6.0
Oct 07 22:26:38 nb kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Oct 07 22:26:38 nb kernel: pnp: PnP ACPI init
Oct 07 22:26:38 nb kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Oct 07 22:26:38 nb kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Oct 07 22:26:38 nb kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Oct 07 22:26:38 nb kernel: system 00:02: [io 0x0400-0x04cf] has been reserved
Oct 07 22:26:38 nb kernel: system 00:02: [io 0x04d0-0x04d1] has been reserved
Oct 07 22:26:38 nb kernel: system 00:02: [io 0x04d6] has been reserved
Oct 07 22:26:38 nb kernel: system 00:02: [io 0x0c00-0x0c01] has been reserved
Oct 07 22:26:38 nb kernel: system 00:02: [io 0x0c14] has been reserved
Oct 07 22:26:38 nb kernel: system 00:02: [io 0x0c50-0x0c52] has been reserved
Oct 07 22:26:38 nb kernel: system 00:02: [io 0x0c6c] has been reserved
Oct 07 22:26:38 nb kernel: system 00:02: [io 0x0c6f] has been reserved
Oct 07 22:26:38 nb kernel: system 00:02: [io 0x0cd0-0x0cdb] has been reserved
Oct 07 22:26:38 nb kernel: system 00:03: [mem 0x000e0000-0x000fffff] could not be reserved
Oct 07 22:26:38 nb kernel: system 00:03: [mem 0x00000000-0x01ffffff] could not be reserved
Oct 07 22:26:38 nb kernel: system 00:03: [mem 0xfec10000-0xfec1001f] has been reserved
Oct 07 22:26:38 nb kernel: system 00:03: [mem 0xfed00000-0xfed003ff] has been reserved
Oct 07 22:26:38 nb kernel: system 00:03: [mem 0xfed61000-0xfed613ff] has been reserved
Oct 07 22:26:38 nb kernel: system 00:03: [mem 0xfed80000-0xfed80fff] has been reserved
Oct 07 22:26:38 nb kernel: pnp: PnP ACPI: found 6 devices
Oct 07 22:26:38 nb kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Oct 07 22:26:38 nb kernel: NET: Registered PF_INET protocol family
Oct 07 22:26:38 nb kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Oct 07 22:26:38 nb kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Oct 07 22:26:38 nb kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Oct 07 22:26:38 nb kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Oct 07 22:26:38 nb kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Oct 07 22:26:38 nb kernel: TCP: Hash tables configured (established 262144 bind 65536)
Oct 07 22:26:38 nb kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Oct 07 22:26:38 nb kernel: UDP hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Oct 07 22:26:38 nb kernel: UDP-Lite hash table entries: 16384 (order: 8, 1048576 bytes, linear)
Oct 07 22:26:38 nb kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Oct 07 22:26:38 nb kernel: NET: Registered PF_XDP protocol family
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: bridge window [mem 0x830000000-0x8301fffff 64bit pref]: assigned
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: bridge window [io 0x3000-0x3fff]: assigned
Oct 07 22:26:38 nb kernel: pci 0000:00:02.1: PCI bridge to [bus 01]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.1: bridge window [mem 0xfd700000-0xfd7fffff]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.2: bridge window [io 0x2000-0x2fff]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.2: bridge window [mem 0xfd600000-0xfd6fffff]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: PCI bridge to [bus 03]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: bridge window [io 0x3000-0x3fff]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: bridge window [mem 0xfd500000-0xfd5fffff]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: bridge window [mem 0x830000000-0x8301fffff 64bit pref]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.7: PCI bridge to [bus 04]
Oct 07 22:26:38 nb kernel: pci 0000:00:02.7: bridge window [mem 0xfd400000-0xfd4fffff]
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: bridge window [io 0x1000-0x1fff]
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: bridge window [mem 0xfd000000-0xfd3fffff]
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: bridge window [mem 0x860000000-0x8701fffff 64bit pref]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: resource 4 [mem 0x000a0000-0x000effff window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: resource 5 [mem 0xd0000000-0xf7ffffff window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: resource 6 [mem 0xfc000000-0xfdffffff window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: resource 7 [mem 0x830000000-0xffffffffff window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: resource 8 [io 0x0000-0x0cf7 window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:00: resource 9 [io 0x0d00-0xffff window]
Oct 07 22:26:38 nb kernel: pci_bus 0000:01: resource 1 [mem 0xfd700000-0xfd7fffff]
Oct 07 22:26:38 nb kernel: pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
Oct 07 22:26:38 nb kernel: pci_bus 0000:02: resource 1 [mem 0xfd600000-0xfd6fffff]
Oct 07 22:26:38 nb kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
Oct 07 22:26:38 nb kernel: pci_bus 0000:03: resource 1 [mem 0xfd500000-0xfd5fffff]
Oct 07 22:26:38 nb kernel: pci_bus 0000:03: resource 2 [mem 0x830000000-0x8301fffff 64bit pref]
Oct 07 22:26:38 nb kernel: pci_bus 0000:04: resource 1 [mem 0xfd400000-0xfd4fffff]
Oct 07 22:26:38 nb kernel: pci_bus 0000:05: resource 0 [io 0x1000-0x1fff]
Oct 07 22:26:38 nb kernel: pci_bus 0000:05: resource 1 [mem 0xfd000000-0xfd3fffff]
Oct 07 22:26:38 nb kernel: pci_bus 0000:05: resource 2 [mem 0x860000000-0x8701fffff 64bit pref]
Oct 07 22:26:38 nb kernel: pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
Oct 07 22:26:38 nb kernel: pci 0000:05:00.3: extending delay after power-on from D3hot to 20 msec
Oct 07 22:26:38 nb kernel: pci 0000:05:00.4: extending delay after power-on from D3hot to 20 msec
Oct 07 22:26:38 nb kernel: PCI: CLS 32 bytes, default 64
Oct 07 22:26:38 nb kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Oct 07 22:26:38 nb kernel: Trying to unpack rootfs image as initramfs...
Oct 07 22:26:38 nb kernel: pci 0000:00:01.0: Adding to iommu group 0
Oct 07 22:26:38 nb kernel: pci 0000:00:02.0: Adding to iommu group 1
Oct 07 22:26:38 nb kernel: pci 0000:00:02.1: Adding to iommu group 2
Oct 07 22:26:38 nb kernel: pci 0000:00:02.2: Adding to iommu group 3
Oct 07 22:26:38 nb kernel: pci 0000:00:02.3: Adding to iommu group 4
Oct 07 22:26:38 nb kernel: pci 0000:00:02.7: Adding to iommu group 5
Oct 07 22:26:38 nb kernel: pci 0000:00:08.0: Adding to iommu group 6
Oct 07 22:26:38 nb kernel: pci 0000:00:08.1: Adding to iommu group 7
Oct 07 22:26:38 nb kernel: pci 0000:00:14.0: Adding to iommu group 8
Oct 07 22:26:38 nb kernel: pci 0000:00:14.3: Adding to iommu group 8
Oct 07 22:26:38 nb kernel: pci 0000:00:18.0: Adding to iommu group 9
Oct 07 22:26:38 nb kernel: pci 0000:00:18.1: Adding to iommu group 9
Oct 07 22:26:38 nb kernel: pci 0000:00:18.2: Adding to iommu group 9
Oct 07 22:26:38 nb kernel: pci 0000:00:18.3: Adding to iommu group 9
Oct 07 22:26:38 nb kernel: pci 0000:00:18.4: Adding to iommu group 9
Oct 07 22:26:38 nb kernel: pci 0000:00:18.5: Adding to iommu group 9
Oct 07 22:26:38 nb kernel: pci 0000:00:18.6: Adding to iommu group 9
Oct 07 22:26:38 nb kernel: pci 0000:00:18.7: Adding to iommu group 9
Oct 07 22:26:38 nb kernel: pci 0000:01:00.0: Adding to iommu group 10
Oct 07 22:26:38 nb kernel: pci 0000:02:00.0: Adding to iommu group 11
Oct 07 22:26:38 nb kernel: pci 0000:03:00.0: Adding to iommu group 12
Oct 07 22:26:38 nb kernel: pci 0000:04:00.0: Adding to iommu group 13
Oct 07 22:26:38 nb kernel: pci 0000:05:00.0: Adding to iommu group 14
Oct 07 22:26:38 nb kernel: pci 0000:05:00.1: Adding to iommu group 15
Oct 07 22:26:38 nb kernel: pci 0000:05:00.2: Adding to iommu group 16
Oct 07 22:26:38 nb kernel: pci 0000:05:00.3: Adding to iommu group 17
Oct 07 22:26:38 nb kernel: pci 0000:05:00.4: Adding to iommu group 18
Oct 07 22:26:38 nb kernel: pci 0000:05:00.5: Adding to iommu group 19
Oct 07 22:26:38 nb kernel: pci 0000:05:00.6: Adding to iommu group 20
Oct 07 22:26:38 nb kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Oct 07 22:26:38 nb kernel: AMD-Vi: Interrupt remapping enabled
Oct 07 22:26:38 nb kernel: AMD-Vi: X2APIC enabled
Oct 07 22:26:38 nb kernel: AMD-Vi: Virtual APIC enabled
Oct 07 22:26:38 nb kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Oct 07 22:26:38 nb kernel: software IO TLB: mapped [mem 0x00000000bb95f000-0x00000000bf95f000] (64MB)
Oct 07 22:26:38 nb kernel: LVT offset 0 assigned for vector 0x400
Oct 07 22:26:38 nb kernel: perf: AMD IBS detected (0x000003ff)
Oct 07 22:26:38 nb kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Oct 07 22:26:38 nb kernel: Initialise system trusted keyrings
Oct 07 22:26:38 nb kernel: Key type blacklist registered
Oct 07 22:26:38 nb kernel: workingset: timestamp_bits=36 max_order=23 bucket_order=0
Oct 07 22:26:38 nb kernel: fuse: init (API version 7.44)
Oct 07 22:26:38 nb kernel: integrity: Platform Keyring initialized
Oct 07 22:26:38 nb kernel: integrity: Machine keyring initialized
Oct 07 22:26:38 nb kernel: Freeing initrd memory: 50004K
Oct 07 22:26:38 nb kernel: xor: automatically using best checksumming function avx
Oct 07 22:26:38 nb kernel: Key type asymmetric registered
Oct 07 22:26:38 nb kernel: Asymmetric key parser 'x509' registered
Oct 07 22:26:38 nb kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Oct 07 22:26:38 nb kernel: io scheduler mq-deadline registered
Oct 07 22:26:38 nb kernel: io scheduler kyber registered
Oct 07 22:26:38 nb kernel: io scheduler bfq registered
Oct 07 22:26:38 nb kernel: ledtrig-cpu: registered to indicate activity on CPUs
Oct 07 22:26:38 nb kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 39
Oct 07 22:26:38 nb kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 40
Oct 07 22:26:38 nb kernel: pcieport 0000:00:02.3: PME: Signaling with IRQ 41
Oct 07 22:26:38 nb kernel: pcieport 0000:00:02.3: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Oct 07 22:26:38 nb kernel: pcieport 0000:00:02.7: PME: Signaling with IRQ 42
Oct 07 22:26:38 nb kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 43
Oct 07 22:26:38 nb kernel: ACPI: AC: AC Adapter [AC] (off-line)
Oct 07 22:26:38 nb kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Oct 07 22:26:38 nb kernel: ACPI: button: Power Button [PWRB]
Oct 07 22:26:38 nb kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Oct 07 22:26:38 nb kernel: ACPI: button: Lid Switch [LID]
Oct 07 22:26:38 nb kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Oct 07 22:26:38 nb kernel: ACPI: button: Sleep Button [SLPB]
Oct 07 22:26:38 nb kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Oct 07 22:26:38 nb kernel: ACPI: button: Power Button [PWRF]
Oct 07 22:26:38 nb kernel: Monitor-Mwait will be used to enter C-1 state
Oct 07 22:26:38 nb kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1726
Oct 07 22:26:38 nb kernel: thermal LNXTHERM:00: registered as thermal_zone0
Oct 07 22:26:38 nb kernel: ACPI: thermal: Thermal Zone [TZ01] (74 C)
Oct 07 22:26:38 nb kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Oct 07 22:26:38 nb kernel: ACPI: battery: Slot [BAT0] (battery present)
Oct 07 22:26:38 nb kernel: Non-volatile memory driver v1.3
Oct 07 22:26:38 nb kernel: Linux agpgart interface v0.103
Oct 07 22:26:38 nb kernel: tpm_tis STM0125:00: 2.0 TPM (device-id 0x0, rev-id 78)
Oct 07 22:26:38 nb kernel: ACPI: bus type drm_connector registered
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000010
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Oct 07 22:26:38 nb kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Oct 07 22:26:38 nb kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 07 22:26:38 nb kernel: usb usb1: Product: xHCI Host Controller
Oct 07 22:26:38 nb kernel: usb usb1: Manufacturer: Linux 6.16.10-arch1-1 xhci-hcd
Oct 07 22:26:38 nb kernel: usb usb1: SerialNumber: 0000:05:00.3
Oct 07 22:26:38 nb kernel: hub 1-0:1.0: USB hub found
Oct 07 22:26:38 nb kernel: hub 1-0:1.0: 4 ports detected
Oct 07 22:26:38 nb kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 07 22:26:38 nb kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Oct 07 22:26:38 nb kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 07 22:26:38 nb kernel: usb usb2: Product: xHCI Host Controller
Oct 07 22:26:38 nb kernel: usb usb2: Manufacturer: Linux 6.16.10-arch1-1 xhci-hcd
Oct 07 22:26:38 nb kernel: usb usb2: SerialNumber: 0000:05:00.3
Oct 07 22:26:38 nb kernel: hub 2-0:1.0: USB hub found
Oct 07 22:26:38 nb kernel: hub 2-0:1.0: 2 ports detected
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.4: xHCI Host Controller
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000010
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.4: xHCI Host Controller
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
Oct 07 22:26:38 nb kernel: xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Oct 07 22:26:38 nb kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Oct 07 22:26:38 nb kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 07 22:26:38 nb kernel: usb usb3: Product: xHCI Host Controller
Oct 07 22:26:38 nb kernel: usb usb3: Manufacturer: Linux 6.16.10-arch1-1 xhci-hcd
Oct 07 22:26:38 nb kernel: usb usb3: SerialNumber: 0000:05:00.4
Oct 07 22:26:38 nb kernel: hub 3-0:1.0: USB hub found
Oct 07 22:26:38 nb kernel: hub 3-0:1.0: 4 ports detected
Oct 07 22:26:38 nb kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 07 22:26:38 nb kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Oct 07 22:26:38 nb kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 07 22:26:38 nb kernel: usb usb4: Product: xHCI Host Controller
Oct 07 22:26:38 nb kernel: usb usb4: Manufacturer: Linux 6.16.10-arch1-1 xhci-hcd
Oct 07 22:26:38 nb kernel: usb usb4: SerialNumber: 0000:05:00.4
Oct 07 22:26:38 nb kernel: hub 4-0:1.0: USB hub found
Oct 07 22:26:38 nb kernel: hub 4-0:1.0: 2 ports detected
Oct 07 22:26:38 nb kernel: usbcore: registered new interface driver usbserial_generic
Oct 07 22:26:38 nb kernel: usbserial: USB Serial support registered for generic
Oct 07 22:26:38 nb kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Oct 07 22:26:38 nb kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Oct 07 22:26:38 nb kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Oct 07 22:26:38 nb kernel: rtc_cmos 00:01: RTC can wake from S4
Oct 07 22:26:38 nb kernel: rtc_cmos 00:01: registered as rtc0
Oct 07 22:26:38 nb kernel: rtc_cmos 00:01: setting system clock to 2025-10-07T20:26:20 UTC (1759868780)
Oct 07 22:26:38 nb kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram
Oct 07 22:26:38 nb kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Oct 07 22:26:38 nb kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Oct 07 22:26:38 nb kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Oct 07 22:26:38 nb kernel: fbcon: Deferring console take-over
Oct 07 22:26:38 nb kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Oct 07 22:26:38 nb kernel: hid: raw HID events driver (C) Jiri Kosina
Oct 07 22:26:38 nb kernel: usbcore: registered new interface driver usbhid
Oct 07 22:26:38 nb kernel: usbhid: USB HID core driver
Oct 07 22:26:38 nb kernel: drop_monitor: Initializing network drop monitor service
Oct 07 22:26:38 nb kernel: NET: Registered PF_INET6 protocol family
Oct 07 22:26:38 nb kernel: Segment Routing with IPv6
Oct 07 22:26:38 nb kernel: RPL Segment Routing with IPv6
Oct 07 22:26:38 nb kernel: In-situ OAM (IOAM) with IPv6
Oct 07 22:26:38 nb kernel: NET: Registered PF_PACKET protocol family
Oct 07 22:26:38 nb kernel: x86/amd: Previous system reset reason [0x00080800]: software wrote 0x6 to reset control register 0xCF9
Oct 07 22:26:38 nb kernel: microcode: Current revision: 0x0a500012
Oct 07 22:26:38 nb kernel: microcode: Updated early from: 0x0a50000d
Oct 07 22:26:38 nb kernel: resctrl: L3 allocation detected
Oct 07 22:26:38 nb kernel: resctrl: MB allocation detected
Oct 07 22:26:38 nb kernel: resctrl: L3 monitoring detected
Oct 07 22:26:38 nb kernel: IPI shorthand broadcast: enabled
Oct 07 22:26:38 nb kernel: sched_clock: Marking stable (805162709, 349484)->(822004856, -16492663)
Oct 07 22:26:38 nb kernel: registered taskstats version 1
Oct 07 22:26:38 nb kernel: Loading compiled-in X.509 certificates
Oct 07 22:26:38 nb kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 33b5d0e5e8e3a5783a63edc339abea014f84f472'
Oct 07 22:26:38 nb kernel: zswap: loaded using pool zstd/zsmalloc
Oct 07 22:26:38 nb kernel: Demotion targets for Node 0: null
Oct 07 22:26:38 nb kernel: Key type .fscrypt registered
Oct 07 22:26:38 nb kernel: Key type fscrypt-provisioning registered
Oct 07 22:26:38 nb kernel: Btrfs loaded, zoned=yes, fsverity=yes
Oct 07 22:26:38 nb kernel: Key type big_key registered
Oct 07 22:26:38 nb kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 07 22:26:38 nb kernel: integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
Oct 07 22:26:38 nb kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 07 22:26:38 nb kernel: integrity: Loaded X.509 cert 'Lenovo(Beijing)Ltd: swqagent: 24b0bd0836b2f545edea93e058bd3a3c5a8f6a49'
Oct 07 22:26:38 nb kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 07 22:26:38 nb kernel: integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
Oct 07 22:26:38 nb kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 07 22:26:38 nb kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Oct 07 22:26:38 nb kernel: integrity: Loading X.509 certificate: UEFI:db
Oct 07 22:26:38 nb kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:f52f83a3fa9cfbd6920f722824dbe4034534d25b8507246b3b957dac6e1bce7a
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:c5d9d8a186e2c82d09afaa2a6f7f2e73870d3e64f72c4e08ef67796a840f0fbd
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:1aec84b84b6c65a51220a9be7181965230210d62d6d33c48999c6b295a2b0a06
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:c3a99a460da464a057c3586d83cef5f4ae08b7103979ed8932742df0ed530c66
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:58fb941aef95a25943b3fb5f2510a0df3fe44c58c95e0ab80487297568ab9771
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:d626157e1d6a718bc124ab8da27cbb65072ca03a7b6b257dbdcbbd60f65ef3d1
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:d063ec28f67eba53f1642dbf7dff33c6a32add869f6013fe162e2c32f1cbe56d
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:29c6eb52b43c3aa18b2cd8ed6ea8607cef3cfae1bafe1165755cf2e614844a44
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:90fbe70e69d633408d3e170c6832dbb2d209e0272527dfb63d49d29572a6f44c
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:106faceacfecfd4e303b74f480a08098e2d0802b936f8ec774ce21f31686689c
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:174e3a0b5b43c6a607bbd3404f05341e3dcf396267ce94f8b50e2e23a9da920c
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:2b99cf26422e92fe365fbf4bc30d27086c9ee14b7a6fff44fb2f6b9001699939
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:2e70916786a6f773511fa7181fab0f1d70b557c6322ea923b2a8d3b92b51af7d
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:3fce9b9fdf3ef09d5452b0f95ee481c2b7f06d743a737971558e70136ace3e73
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:47cc086127e2069a86e03a6bef2cd410f8c55a6d6bdb362168c31b2ce32a5adf
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:71f2906fd222497e54a34662ab2497fcc81020770ff51368e9e3d9bfcbfd6375
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:82db3bceb4f60843ce9d97c3d187cd9b5941cd3de8100e586f2bda5637575f67
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:8ad64859f195b5f58dafaa940b6a6167acd67a886e8f469364177221c55945b9
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:8d8ea289cfe70a1c07ab7365cb28ee51edd33cf2506de888fbadd60ebf80481c
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:aeebae3151271273ed95aa2e671139ed31a98567303a332298f83709a9d55aa1
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:c409bdac4775add8db92aa22b5b718fb8c94a1462c1fe9a416b95d8a3388c2fc
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:c617c1a8b1ee2a811c28b5a81b4c83d7c98b5b0c27281d610207ebe692c2967f
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:c90f336617b8e7f983975413c997f10b73eb267fd8a10cb9e3bdbfc667abdb8b
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:64575bd912789a2e14ad56f6341f52af6bf80cf94400785975e9f04e2d64d745
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:45c7c8ae750acfbb48fc37527d6412dd644daed8913ccd8a24c94d856967df8e
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:47ff1b63b140b6fc04ed79131331e651da5b2e2f170f5daef4153dc2fbc532b1
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c
Oct 07 22:26:38 nb kernel: blacklist: Duplicate blacklisted hash bin:e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5
Oct 07 22:26:38 nb kernel: PM: Magic number: 13:48:447
Oct 07 22:26:38 nb kernel: RAS: Correctable Errors collector initialized.
Oct 07 22:26:38 nb kernel: clk: Disabling unused clocks
Oct 07 22:26:38 nb kernel: PM: genpd: Disabling unused power domains
Oct 07 22:26:38 nb kernel: Freeing unused decrypted memory: 2028K
Oct 07 22:26:38 nb kernel: Freeing unused kernel image (initmem) memory: 4664K
Oct 07 22:26:38 nb kernel: Write protecting the kernel read-only data: 38912k
Oct 07 22:26:38 nb kernel: Freeing unused kernel image (text/rodata gap) memory: 608K
Oct 07 22:26:38 nb kernel: Freeing unused kernel image (rodata/data gap) memory: 1756K
Oct 07 22:26:38 nb kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Oct 07 22:26:38 nb kernel: rodata_test: all tests were successful
Oct 07 22:26:38 nb kernel: Run /init as init process
Oct 07 22:26:38 nb kernel: with arguments:
Oct 07 22:26:38 nb kernel: /init
Oct 07 22:26:38 nb kernel: with environment:
Oct 07 22:26:38 nb kernel: HOME=/
Oct 07 22:26:38 nb kernel: TERM=linux
Oct 07 22:26:38 nb kernel: cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards
Oct 07 22:26:38 nb kernel: fbcon: Taking over console
Oct 07 22:26:38 nb kernel: Console: switching to colour frame buffer device 240x67
Oct 07 22:26:38 nb kernel: ACPI: video: Video Device [VGA] (multi-head: yes rom: no post: no)
Oct 07 22:26:38 nb kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/LNXVIDEO:00/input/input6
Oct 07 22:26:38 nb kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Oct 07 22:26:38 nb kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Oct 07 22:26:38 nb kernel: usb 1-3: New USB device found, idVendor=058f, idProduct=9540, bcdDevice= 1.20
Oct 07 22:26:38 nb kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Oct 07 22:26:38 nb kernel: usb 1-3: Product: EMV Smartcard Reader
Oct 07 22:26:38 nb kernel: usb 1-3: Manufacturer: Generic
Oct 07 22:26:38 nb kernel: usb 3-3: New USB device found, idVendor=27c6, idProduct=6594, bcdDevice= 1.00
Oct 07 22:26:38 nb kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Oct 07 22:26:38 nb kernel: usb 3-3: Product: Goodix USB2.0 MISC
Oct 07 22:26:38 nb kernel: usb 3-3: Manufacturer: Goodix Technology Co., Ltd.
Oct 07 22:26:38 nb kernel: usb 3-3: SerialNumber: UID7477F604_XXXX_MOC_B0
Oct 07 22:26:38 nb kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
Oct 07 22:26:38 nb kernel: usb 3-4: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
Oct 07 22:26:38 nb kernel: usb 3-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Oct 07 22:26:38 nb kernel: tsc: Refined TSC clocksource calibration: 1896.420 MHz
Oct 07 22:26:38 nb kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x36abec37d4f, max_idle_ns: 881590408287 ns
Oct 07 22:26:38 nb kernel: clocksource: Switched to clocksource tsc
Oct 07 22:26:38 nb kernel: [drm] amdgpu kernel modesetting enabled.
Oct 07 22:26:38 nb kernel: amdgpu: Virtual CRAT table created for CPU
Oct 07 22:26:38 nb kernel: amdgpu: Topology: Add CPU node
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
Oct 07 22:26:38 nb kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x17AA:0x5095 0xD1).
Oct 07 22:26:38 nb kernel: [drm] register mmio base: 0xFD300000
Oct 07 22:26:38 nb kernel: [drm] register mmio size: 524288
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 0 <soc15_common>
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 1 <gmc_v9_0>
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 2 <vega10_ih>
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 3 <psp>
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 4 <smu>
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 5 <dm>
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 6 <gfx_v9_0>
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 7 <sdma_v4_0>
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 8 <vcn_v2_0>
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: detected ip block number 9 <jpeg_v2_0>
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: Fetched VBIOS from VFCT
Oct 07 22:26:38 nb kernel: amdgpu: ATOM BIOS: 113-CEZANNE-021
Oct 07 22:26:38 nb kernel: Console: switching to colour dummy device 80x25
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: vgaarb: deactivate vga console
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: MODE2 reset
Oct 07 22:26:38 nb kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Oct 07 22:26:38 nb kernel: [drm] Detected VRAM RAM=1024M, BAR=1024M
Oct 07 22:26:38 nb kernel: [drm] RAM width 128bits LPDDR4
Oct 07 22:26:38 nb kernel: [drm] amdgpu: 1024M of VRAM memory ready
Oct 07 22:26:38 nb kernel: [drm] amdgpu: 15451M of GTT memory ready.
Oct 07 22:26:38 nb kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Oct 07 22:26:38 nb kernel: [drm] PCIE GART of 1024M enabled.
Oct 07 22:26:38 nb kernel: [drm] PTB located at 0x000000F43FC00000
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] Loading DMUB firmware via PSP: version=0x0101002B
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: Found VCN firmware Version ENC: 1.24 DEC: 8 VEP: 0 Revision: 5
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: reserve 0x400000 from 0xf43f800000 for PSP TMR
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: RAS: optional ras ta ucode is not available
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: RAP: optional rap ta ucode is not available
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: SECUREDISPLAY: optional securedisplay ta ucode is not available
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: SMU is initialized successfully!
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] Display Core v3.2.334 initialized on DCN 2.1
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] DP-HDMI FRL PCON supported
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] DMUB hardware initialized: version=0x0101002B
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] Using ACPI provided EDID for eDP-1
Oct 07 22:26:38 nb kernel: [drm] kiq ring mec 2 pipe 1 q 0
Oct 07 22:26:38 nb kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Oct 07 22:26:38 nb kernel: kfd kfd: amdgpu: Total number of KFD nodes to be created: 1
Oct 07 22:26:38 nb kernel: amdgpu: Virtual CRAT table created for GPU
Oct 07 22:26:38 nb kernel: amdgpu: Topology: Add dGPU node [0x1638:0x1002]
Oct 07 22:26:38 nb kernel: kfd kfd: amdgpu: added device 1002:1638
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 11 on hub 0
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: Runtime PM not available
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: amdgpu: [drm] Using custom brightness curve
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: [drm] Registered 4 planes with drm panic
Oct 07 22:26:38 nb kernel: [drm] Initialized amdgpu 3.64.0 for 0000:05:00.0 on minor 1
Oct 07 22:26:38 nb kernel: fbcon: amdgpudrmfb (fb0) is primary device
Oct 07 22:26:38 nb kernel: [drm] pre_validate_dsc:1628 MST_DSC dsc precompute is not needed
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: [drm] *ERROR* dc_dmub_srv_log_diagnostic_data: DMCUB error - collecting diagnostic data
Oct 07 22:26:38 nb kernel: Console: switching to colour frame buffer device 240x67
Oct 07 22:26:38 nb kernel: amdgpu 0000:05:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Oct 07 22:26:38 nb kernel: Key type psk registered
Oct 07 22:26:38 nb kernel: ccp 0000:05:00.2: enabling device (0000 -> 0002)
Oct 07 22:26:38 nb kernel: ccp 0000:05:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Oct 07 22:26:38 nb kernel: ccp 0000:05:00.2: tee enabled
Oct 07 22:26:38 nb kernel: ccp 0000:05:00.2: psp enabled
Oct 07 22:26:38 nb kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
Oct 07 22:26:38 nb kernel: nvme nvme0: pci function 0000:01:00.0
Oct 07 22:26:38 nb kernel: nvme nvme0: D3 entry latency set to 10 seconds
Oct 07 22:26:38 nb kernel: nvme nvme0: 16/0/0 default/read/poll queues
Oct 07 22:26:38 nb kernel: nvme0n1: p1 p2 p3 p4 p5
Oct 07 22:26:38 nb kernel: device-mapper: uevent: version 1.0.3
Oct 07 22:26:38 nb kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Oct 07 22:26:38 nb kernel: Key type trusted registered
Oct 07 22:26:38 nb kernel: Key type encrypted registered
Oct 07 22:26:38 nb kernel: PM: Image not found (code -22)
Oct 07 22:26:38 nb kernel: EXT4-fs (dm-0): mounted filesystem 705bb900-8080-4ade-9022-c1f4823b021c r/w with ordered data mode. Quota mode: none.
Oct 07 22:26:38 nb systemd[1]: systemd 258-4-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Oct 07 22:26:38 nb systemd[1]: Detected architecture x86-64.
Oct 07 22:26:38 nb systemd[1]: Hostname set to <nb>.
Oct 07 22:26:38 nb systemd[1]: bpf-restrict-fs: LSM BPF program attached
Oct 07 22:26:38 nb systemd[1]: Queued start job for default target Graphical Interface.
Oct 07 22:26:38 nb systemd[1]: Created slice CUPS Slice.
Oct 07 22:26:38 nb systemd[1]: Created slice Slice /system/dirmngr.
Oct 07 22:26:38 nb systemd[1]: Created slice Slice /system/getty.
Oct 07 22:26:38 nb systemd[1]: Created slice Slice /system/gpg-agent.
Oct 07 22:26:38 nb systemd[1]: Created slice Slice /system/gpg-agent-browser.
Oct 07 22:26:38 nb systemd[1]: Created slice Slice /system/gpg-agent-extra.
Oct 07 22:26:38 nb systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Oct 07 22:26:38 nb systemd[1]: Created slice Slice /system/keyboxd.
Oct 07 22:26:38 nb systemd[1]: Created slice Slice /system/modprobe.
Oct 07 22:26:38 nb systemd[1]: Created slice Slice /system/systemd-fsck.
Oct 07 22:26:38 nb systemd[1]: Created slice User and Session Slice.
Oct 07 22:26:38 nb systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Oct 07 22:26:38 nb systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Oct 07 22:26:38 nb systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Oct 07 22:26:38 nb systemd[1]: Expecting device /dev/disk/by-diskseq/1-part5...
Oct 07 22:26:38 nb systemd[1]: Expecting device /dev/disk/by-uuid/2E44-5AEF...
Oct 07 22:26:38 nb systemd[1]: Reached target Local Encrypted Volumes.
Oct 07 22:26:38 nb systemd[1]: Reached target Login Prompts.
Oct 07 22:26:38 nb systemd[1]: Reached target Image Downloads.
Oct 07 22:26:38 nb systemd[1]: Reached target Local Integrity Protected Volumes.
Oct 07 22:26:38 nb systemd[1]: Reached target Remote File Systems.
Oct 07 22:26:38 nb systemd[1]: Reached target Slice Units.
Oct 07 22:26:38 nb systemd[1]: Reached target Local Verity Protected Volumes.
Oct 07 22:26:38 nb systemd[1]: Listening on Device-mapper event daemon FIFOs.
Oct 07 22:26:38 nb systemd[1]: Listening on LVM2 poll daemon socket.
Oct 07 22:26:38 nb systemd[1]: Listening on RPCbind Server Activation Socket.
Oct 07 22:26:38 nb systemd[1]: Reached target RPC Port Mapper.
Oct 07 22:26:38 nb systemd[1]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:38 nb systemd[1]: Listening on Process Core Dump Socket.
Oct 07 22:26:38 nb systemd[1]: Listening on Credential Encryption/Decryption.
Oct 07 22:26:38 nb systemd[1]: Listening on Factory Reset Management.
Oct 07 22:26:38 nb systemd[1]: Listening on Journal Socket (/dev/log).
Oct 07 22:26:38 nb systemd[1]: Listening on Journal Sockets.
Oct 07 22:26:38 nb systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:38 nb systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:38 nb systemd[1]: Listening on Resolve Monitor Varlink Socket.
Oct 07 22:26:38 nb systemd[1]: Listening on Resolve Service Varlink Socket.
Oct 07 22:26:38 nb systemd[1]: Listening on udev Control Socket.
Oct 07 22:26:38 nb systemd[1]: Listening on udev Kernel Socket.
Oct 07 22:26:38 nb systemd[1]: Listening on udev Varlink Socket.
Oct 07 22:26:38 nb systemd[1]: Mounting Huge Pages File System...
Oct 07 22:26:38 nb systemd[1]: Mounting POSIX Message Queue File System...
Oct 07 22:26:38 nb systemd[1]: Mounting Kernel Debug File System...
Oct 07 22:26:38 nb systemd[1]: Mounting Kernel Trace File System...
Oct 07 22:26:38 nb systemd[1]: Starting Create List of Static Device Nodes...
Oct 07 22:26:38 nb systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
Oct 07 22:26:38 nb systemd[1]: Mounting Kernel Configuration File System...
Oct 07 22:26:38 nb systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Oct 07 22:26:38 nb systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
Oct 07 22:26:38 nb systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
Oct 07 22:26:38 nb systemd[1]: Mounting FUSE Control File System...
Oct 07 22:26:38 nb systemd[1]: Starting Load Kernel Module loop...
Oct 07 22:26:38 nb systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Oct 07 22:26:38 nb systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Oct 07 22:26:38 nb systemd[1]: Starting Load Kernel Modules...
Oct 07 22:26:38 nb systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:38 nb systemd[1]: Starting Remount Root and Kernel File Systems...
Oct 07 22:26:38 nb systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:38 nb systemd[1]: Starting Load udev Rules from Credentials...
Oct 07 22:26:38 nb systemd[1]: Starting Coldplug All udev Devices...
Oct 07 22:26:38 nb systemd[1]: Mounted Huge Pages File System.
Oct 07 22:26:38 nb systemd[1]: Mounted POSIX Message Queue File System.
Oct 07 22:26:38 nb systemd[1]: Mounted Kernel Debug File System.
Oct 07 22:26:38 nb systemd[1]: Mounted Kernel Trace File System.
Oct 07 22:26:38 nb kernel: loop: module loaded
Oct 07 22:26:38 nb systemd[1]: Finished Create List of Static Device Nodes.
Oct 07 22:26:38 nb systemd[1]: Mounted Kernel Configuration File System.
Oct 07 22:26:38 nb systemd[1]: Mounted FUSE Control File System.
Oct 07 22:26:38 nb systemd[1]: modprobe@loop.service: Deactivated successfully.
Oct 07 22:26:38 nb systemd[1]: Finished Load Kernel Module loop.
Oct 07 22:26:38 nb systemd[1]: Finished Load udev Rules from Credentials.
Oct 07 22:26:38 nb systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 07 22:26:38 nb systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Oct 07 22:26:38 nb kernel: EXT4-fs (dm-0): re-mounted 705bb900-8080-4ade-9022-c1f4823b021c.
Oct 07 22:26:38 nb systemd[1]: Finished Remount Root and Kernel File Systems.
Oct 07 22:26:38 nb systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Oct 07 22:26:38 nb systemd[1]: Starting Load/Save OS Random Seed...
Oct 07 22:26:38 nb systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:38 nb kernel: i2c_dev: i2c /dev entries driver
Oct 07 22:26:38 nb systemd[1]: Finished Load Kernel Modules.
Oct 07 22:26:38 nb systemd[1]: Starting Apply Kernel Variables...
Oct 07 22:26:38 nb systemd[1]: Finished Apply Kernel Variables.
Oct 07 22:26:38 nb systemd[1]: Finished Load/Save OS Random Seed.
Oct 07 22:26:38 nb systemd[1]: Starting CLI Netfilter Manager...
Oct 07 22:26:38 nb systemd[1]: Finished CLI Netfilter Manager.
Oct 07 22:26:38 nb systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Oct 07 22:26:38 nb systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Oct 07 22:26:38 nb systemd[1]: Starting Network Name Resolution...
Oct 07 22:26:38 nb systemd[1]: Starting Network Time Synchronization...
Oct 07 22:26:38 nb systemd[1]: Starting Create Static Device Nodes in /dev...
Oct 07 22:26:38 nb systemd[1]: Finished Create Static Device Nodes in /dev.
Oct 07 22:26:38 nb systemd[1]: Reached target Preparation for Local File Systems.
Oct 07 22:26:38 nb systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionVersion=<5.6).
Oct 07 22:26:38 nb systemd[1]: Starting Journal Service...
Oct 07 22:26:38 nb systemd[1]: Starting Rule-based Manager for Device Events and Files...
Oct 07 22:26:38 nb systemd[1]: Started Network Time Synchronization.
Oct 07 22:26:38 nb systemd[1]: Reached target System Time Set.
Oct 07 22:26:38 nb systemd[1]: Started Network Name Resolution.
Oct 07 22:26:38 nb systemd[1]: Reached target Host and Network Name Lookups.
Oct 07 22:26:38 nb systemd-journald[619]: Collecting audit messages is disabled.
Oct 07 22:26:38 nb systemd[1]: Started Rule-based Manager for Device Events and Files.
Oct 07 22:26:38 nb systemd-journald[619]: Journal started
Oct 07 22:26:38 nb systemd-journald[619]: Runtime Journal (/run/log/journal/37df041620d748b2a846f324a3f13cf8) is 8M, max 1.5G, 1.5G free.
Oct 07 22:26:38 nb systemd-modules-load[594]: Inserted module 'ntsync'
Oct 07 22:26:38 nb systemd-modules-load[594]: Inserted module 'crypto_user'
Oct 07 22:26:38 nb systemd-modules-load[594]: Inserted module 'sg'
Oct 07 22:26:38 nb systemd-modules-load[594]: Inserted module 'i2c_dev'
Oct 07 22:26:38 nb systemd-resolved[611]: Positive Trust Anchors:
Oct 07 22:26:38 nb systemd[1]: Started Journal Service.
Oct 07 22:26:38 nb systemd-resolved[611]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Oct 07 22:26:38 nb systemd-resolved[611]: . IN DS 38696 8 2 683d2d0acb8c9b712a1948b27f741219298d0a450d612c483af444a4c0fb2b16
Oct 07 22:26:38 nb systemd-resolved[611]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Oct 07 22:26:38 nb systemd-resolved[611]: Using system hostname 'nb'.
Oct 07 22:26:38 nb systemd-resolved[611]: Switching to fallback DNS server 9.9.9.9#dns.quad9.net.
Oct 07 22:26:38 nb systemd-udevd[620]: Using default interface naming scheme 'v258'.
Oct 07 22:26:38 nb systemd-udevd[620]: /etc/udev/rules.d/30-usbtmc.rules:5 Unknown group 'usbtmc', ignoring.
Oct 07 22:26:38 nb systemd-udevd[620]: /etc/udev/rules.d/30-usbtmc.rules:8 Unknown group 'usbtmc', ignoring.
Oct 07 22:26:38 nb systemd-udevd[620]: /etc/udev/rules.d/30-usbtmc.rules:11 Unknown group 'usbtmc', ignoring.
Oct 07 22:26:38 nb systemd-udevd[620]: /etc/udev/rules.d/30-usbtmc.rules:14 Unknown group 'usbtmc', ignoring.
Oct 07 22:26:38 nb systemd-udevd[620]: /etc/udev/rules.d/30-usbtmc.rules:15 Unknown group 'usbtmc', ignoring.
Oct 07 22:26:38 nb systemd-udevd[620]: /etc/udev/rules.d/50-oculus.rules:1 Invalid operator for SUBSYSTEM.
Oct 07 22:26:38 nb ufw-init[610]: Skip starting firewall: ufw (not enabled)
Oct 07 22:26:38 nb systemd[1]: Starting Flush Journal to Persistent Storage...
Oct 07 22:26:38 nb systemd-journald[619]: Time spent on flushing to /var/log/journal/37df041620d748b2a846f324a3f13cf8 is 29.637ms for 1028 entries.
Oct 07 22:26:38 nb systemd-journald[619]: System Journal (/var/log/journal/37df041620d748b2a846f324a3f13cf8) is 2.6G, max 4G, 1.3G free.
Oct 07 22:26:38 nb systemd-journald[619]: Received client request to flush runtime journal.
Oct 07 22:26:38 nb systemd[1]: Finished Flush Journal to Persistent Storage.
Oct 07 22:26:38 nb systemd[1]: Finished Coldplug All udev Devices.
Oct 07 22:26:39 nb systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
Oct 07 22:26:39 nb systemd[1]: Expecting device /dev/tpm0...
Oct 07 22:26:39 nb kernel: xhci-pci-renesas 0000:04:00.0: failed to load firmware renesas_usb_fw.mem, fallback to ROM
Oct 07 22:26:39 nb kernel: xhci-pci-renesas 0000:04:00.0: xHCI Host Controller
Oct 07 22:26:39 nb kernel: xhci-pci-renesas 0000:04:00.0: new USB bus registered, assigned bus number 5
Oct 07 22:26:39 nb kernel: xhci-pci-renesas 0000:04:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x0000000100000090
Oct 07 22:26:39 nb kernel: ACPI: bus type thunderbolt registered
Oct 07 22:26:39 nb systemd[1]: Found device Samsung SSD 990 PRO 2TB 1.
Oct 07 22:26:39 nb kernel: xhci-pci-renesas 0000:04:00.0: xHCI Host Controller
Oct 07 22:26:39 nb kernel: xhci-pci-renesas 0000:04:00.0: new USB bus registered, assigned bus number 6
Oct 07 22:26:39 nb kernel: xhci-pci-renesas 0000:04:00.0: Host supports USB 3.0 SuperSpeed
Oct 07 22:26:39 nb kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.16
Oct 07 22:26:39 nb kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 07 22:26:39 nb kernel: usb usb5: Product: xHCI Host Controller
Oct 07 22:26:39 nb kernel: usb usb5: Manufacturer: Linux 6.16.10-arch1-1 xhci-hcd
Oct 07 22:26:39 nb kernel: usb usb5: SerialNumber: 0000:04:00.0
Oct 07 22:26:39 nb mtp-probe[708]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3"
Oct 07 22:26:39 nb kernel: hub 5-0:1.0: USB hub found
Oct 07 22:26:39 nb kernel: hub 5-0:1.0: 2 ports detected
Oct 07 22:26:39 nb mtp-probe[709]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:05:00.4/usb3/3-3"
Oct 07 22:26:39 nb mtp-probe[709]: bus: 3, device: 2 was not an MTP device
Oct 07 22:26:39 nb kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Oct 07 22:26:39 nb kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.16
Oct 07 22:26:39 nb kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Oct 07 22:26:39 nb kernel: usb usb6: Product: xHCI Host Controller
Oct 07 22:26:39 nb kernel: usb usb6: Manufacturer: Linux 6.16.10-arch1-1 xhci-hcd
Oct 07 22:26:39 nb kernel: usb usb6: SerialNumber: 0000:04:00.0
Oct 07 22:26:39 nb kernel: hub 6-0:1.0: USB hub found
Oct 07 22:26:39 nb kernel: hub 6-0:1.0: 2 ports detected
Oct 07 22:26:39 nb kernel: input: ELAN0679:00 04F3:3196 Mouse as /devices/platform/AMDI0010:02/i2c-2/i2c-ELAN0679:00/0018:04F3:3196.0001/input/input8
Oct 07 22:26:39 nb kernel: input: ELAN0679:00 04F3:3196 Touchpad as /devices/platform/AMDI0010:02/i2c-2/i2c-ELAN0679:00/0018:04F3:3196.0001/input/input10
Oct 07 22:26:39 nb kernel: hid-generic 0018:04F3:3196.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0679:00 04F3:3196] on i2c-ELAN0679:00
Oct 07 22:26:39 nb kernel: nfc: nfc_init: NFC Core ver 0.1
Oct 07 22:26:39 nb kernel: NET: Registered PF_NFC protocol family
Oct 07 22:26:39 nb systemd[1]: Found device Samsung SSD 990 PRO 2TB 5.
Oct 07 22:26:39 nb kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 163840 ms ovfl timer
Oct 07 22:26:39 nb kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Oct 07 22:26:39 nb kernel: RAPL PMU: hw unit of domain core 2^-16 Joules
Oct 07 22:26:39 nb kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Oct 07 22:26:39 nb kernel: input: PC Speaker as /devices/platform/pcspkr/input/input11
Oct 07 22:26:39 nb systemd[1]: Found device /dev/tpm0.
Oct 07 22:26:39 nb kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Oct 07 22:26:39 nb kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Oct 07 22:26:39 nb kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Oct 07 22:26:39 nb kernel: cfg80211: failed to load regulatory.db
Oct 07 22:26:39 nb systemd[1]: Created slice Slice /system/systemd-backlight.
Oct 07 22:26:39 nb systemd[1]: Reached target Trusted Platform Module.
Oct 07 22:26:39 nb systemd[1]: Activating swap Swap Partition...
Oct 07 22:26:39 nb systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1...
Oct 07 22:26:39 nb systemd[1]: Starting File System Check on /dev/disk/by-uuid/2E44-5AEF...
Oct 07 22:26:39 nb kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Oct 07 22:26:39 nb kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Oct 07 22:26:39 nb kernel: Adding 33554428k swap on /dev/nvme0n1p5. Priority:-2 extents:1 across:33554428k SS
Oct 07 22:26:39 nb kernel: Bluetooth: Core ver 2.22
Oct 07 22:26:39 nb kernel: NET: Registered PF_BLUETOOTH protocol family
Oct 07 22:26:39 nb kernel: Bluetooth: HCI device and connection manager initialized
Oct 07 22:26:39 nb kernel: Bluetooth: HCI socket layer initialized
Oct 07 22:26:39 nb kernel: Bluetooth: L2CAP socket layer initialized
Oct 07 22:26:39 nb kernel: Bluetooth: SCO socket layer initialized
Oct 07 22:26:39 nb kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Oct 07 22:26:39 nb kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Oct 07 22:26:39 nb kernel: thinkpad_acpi: ThinkPad BIOS R1NET58W (1.28), EC R1NHT58W
Oct 07 22:26:39 nb kernel: thinkpad_acpi: Lenovo ThinkPad T14s Gen 2a, model 20XGS01100
Oct 07 22:26:39 nb kernel: thinkpad_acpi: radio switch found; radios are enabled
Oct 07 22:26:39 nb kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Oct 07 22:26:39 nb kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Oct 07 22:26:39 nb systemd[1]: Activated swap Swap Partition.
Oct 07 22:26:39 nb kernel: snd_rn_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
Oct 07 22:26:39 nb kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Oct 07 22:26:39 nb kernel: Intel(R) Wireless WiFi driver for Linux
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
Oct 07 22:26:39 nb systemd[1]: Reached target Swaps.
Oct 07 22:26:39 nb systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl1.
Oct 07 22:26:39 nb systemd-fsck[728]: fsck.fat 4.2 (2021-01-31)
Oct 07 22:26:39 nb systemd-fsck[728]: /dev/nvme0n1p1: 29 files, 126217/140512 clusters
Oct 07 22:26:39 nb mtp-probe[708]: bus: 1, device: 2 was not an MTP device
Oct 07 22:26:39 nb kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Oct 07 22:26:39 nb kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Oct 07 22:26:39 nb kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Oct 07 22:26:39 nb systemd[1]: Finished File System Check on /dev/disk/by-uuid/2E44-5AEF.
Oct 07 22:26:39 nb systemd[1]: Reached target Smart Card.
Oct 07 22:26:39 nb systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: Detected crf-id 0x400410, cnv-id 0x400410 wfpm id 0x80000000
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: PCI dev 2725/0024, rev=0x420, rfid=0x10d000
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: Detected Intel(R) Wi-Fi 6E AX210 160MHz
Oct 07 22:26:39 nb systemd[1]: Starting Virtual Console Setup...
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 0.0.2.42
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: loaded firmware version 89.2e78fa67.0 ty-a0-gf-a0-89.ucode op_mode iwlmvm
Oct 07 22:26:39 nb kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Oct 07 22:26:39 nb systemd[1]: Starting Load/Save RF Kill Switch Status...
Oct 07 22:26:39 nb kernel: pps_core: LinuxPPS API ver. 1 registered
Oct 07 22:26:39 nb kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Oct 07 22:26:39 nb kernel: r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
Oct 07 22:26:39 nb kernel: PTP clock support registered
Oct 07 22:26:39 nb systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight...
Oct 07 22:26:39 nb kernel: r8169 0000:02:00.0 eth0: RTL8168ep/8111ep, 88:a4:c2:3f:40:ad, XID 502, IRQ 114
Oct 07 22:26:39 nb kernel: r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Oct 07 22:26:39 nb kernel: r8169 0000:02:00.0 eth0: DASH disabled
Oct 07 22:26:39 nb systemd[1]: Started Load/Save RF Kill Switch Status.
Oct 07 22:26:39 nb kernel: usbcore: registered new interface driver btusb
Oct 07 22:26:39 nb kernel: kvm_amd: TSC scaling supported
Oct 07 22:26:39 nb kernel: kvm_amd: Nested Virtualization enabled
Oct 07 22:26:39 nb kernel: kvm_amd: Nested Paging enabled
Oct 07 22:26:39 nb kernel: kvm_amd: LBR virtualization supported
Oct 07 22:26:39 nb kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Oct 07 22:26:39 nb kernel: kvm_amd: Virtual GIF supported
Oct 07 22:26:39 nb kernel: r8169 0000:02:00.0 enp2s0f0: renamed from eth0
Oct 07 22:26:39 nb kernel: Bluetooth: hci0: Firmware timestamp 2025.20 buildtype 1 build 82053
Oct 07 22:26:39 nb kernel: Bluetooth: hci0: Firmware SHA1: 0x937bca4a
Oct 07 22:26:39 nb kernel: Bluetooth: hci0: No support for _PRR ACPI method
Oct 07 22:26:39 nb systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight.
Oct 07 22:26:39 nb kernel: Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Oct 07 22:26:39 nb kernel: Bluetooth: hci0: Boot Address: 0x100800
Oct 07 22:26:39 nb kernel: Bluetooth: hci0: Firmware Version: 133-20.25
Oct 07 22:26:39 nb kernel: Bluetooth: hci0: Firmware already loaded
Oct 07 22:26:39 nb kernel: input: ELAN0679:00 04F3:3196 Mouse as /devices/platform/AMDI0010:02/i2c-2/i2c-ELAN0679:00/0018:04F3:3196.0001/input/input14
Oct 07 22:26:39 nb kernel: input: ELAN0679:00 04F3:3196 Touchpad as /devices/platform/AMDI0010:02/i2c-2/i2c-ELAN0679:00/0018:04F3:3196.0001/input/input16
Oct 07 22:26:39 nb kernel: hid-multitouch 0018:04F3:3196.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN0679:00 04F3:3196] on i2c-ELAN0679:00
Oct 07 22:26:39 nb systemd[1]: Finished Virtual Console Setup.
Oct 07 22:26:39 nb kernel: snd_hda_intel 0000:05:00.1: enabling device (0000 -> 0002)
Oct 07 22:26:39 nb kernel: snd_hda_intel 0000:05:00.1: Handle vga_switcheroo audio client
Oct 07 22:26:39 nb kernel: snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
Oct 07 22:26:39 nb kernel: Bluetooth: hci0: Fseq status: Success (0x00)
Oct 07 22:26:39 nb kernel: Bluetooth: hci0: Fseq executed: 00.00.02.41
Oct 07 22:26:39 nb kernel: Bluetooth: hci0: Fseq BT Top: 00.00.02.41
Oct 07 22:26:39 nb systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionVersion=<5.6).
Oct 07 22:26:39 nb systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Oct 07 22:26:39 nb systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
Oct 07 22:26:39 nb systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Oct 07 22:26:39 nb systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Oct 07 22:26:39 nb systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Oct 07 22:26:39 nb systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb kernel: mousedev: PS/2 mouse device common for all mice
Oct 07 22:26:39 nb systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Oct 07 22:26:39 nb systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 07 22:26:39 nb systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb kernel: usb 5-2: new high-speed USB device number 2 using xhci-pci-renesas
Oct 07 22:26:39 nb kernel: thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
Oct 07 22:26:39 nb kernel: snd_hda_intel 0000:05:00.1: bound 0000:05:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Oct 07 22:26:39 nb kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input17
Oct 07 22:26:39 nb kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input18
Oct 07 22:26:39 nb kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input19
Oct 07 22:26:39 nb kernel: input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input20
Oct 07 22:26:39 nb systemd[1]: Mounting /boot...
Oct 07 22:26:39 nb kernel: intel_rapl_common: Found RAPL domain package
Oct 07 22:26:39 nb kernel: intel_rapl_common: Found RAPL domain core
Oct 07 22:26:39 nb kernel: amd_atl: AMD Address Translation Library initialized
Oct 07 22:26:39 nb systemd[1]: Mounting Temporary Directory /tmp...
Oct 07 22:26:39 nb (udev-worker)[691]: controlC0: Process '/usr/bin/alsactl restore 0' failed with exit code 2.
Oct 07 22:26:39 nb systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Oct 07 22:26:39 nb systemd[1]: Listening on Disk Image Download Service Socket.
Oct 07 22:26:39 nb systemd-timesyncd[612]: Network configuration changed, trying to establish connection.
Oct 07 22:26:39 nb systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionVersion=<5.6).
Oct 07 22:26:39 nb systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Oct 07 22:26:39 nb systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
Oct 07 22:26:39 nb systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Oct 07 22:26:39 nb systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Oct 07 22:26:39 nb systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Oct 07 22:26:39 nb systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Oct 07 22:26:39 nb systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 07 22:26:39 nb systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb kernel: snd_hda_codec_realtek hdaudioC1D0: ALC257: picked fixup for PCI SSID 17aa:0000
Oct 07 22:26:39 nb kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Oct 07 22:26:39 nb kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Oct 07 22:26:39 nb kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Oct 07 22:26:39 nb kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Oct 07 22:26:39 nb kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Oct 07 22:26:39 nb kernel: snd_hda_codec_realtek hdaudioC1D0: Mic=0x19
Oct 07 22:26:39 nb systemd[1]: Mounted Temporary Directory /tmp.
Oct 07 22:26:39 nb kernel: usb 5-2: New USB device found, idVendor=13d3, idProduct=5405, bcdDevice=60.01
Oct 07 22:26:39 nb kernel: usb 5-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Oct 07 22:26:39 nb kernel: usb 5-2: Product: Integrated Camera
Oct 07 22:26:39 nb kernel: usb 5-2: Manufacturer: Azurewave
Oct 07 22:26:39 nb kernel: usb 5-2: SerialNumber: 0000
Oct 07 22:26:39 nb kernel: thinkpad_acpi: secondary fan control detected & enabled
Oct 07 22:26:39 nb systemd[1]: Mounted /boot.
Oct 07 22:26:39 nb systemd[1]: Reached target Local File Systems.
Oct 07 22:26:39 nb kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input21
Oct 07 22:26:39 nb kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input22
Oct 07 22:26:39 nb systemd[1]: Listening on Boot Entries Service Socket.
Oct 07 22:26:39 nb systemd-timesyncd[612]: Network configuration changed, trying to establish connection.
Oct 07 22:26:39 nb systemd[1]: Listening on System Extension Image Management.
Oct 07 22:26:39 nb systemd-timesyncd[612]: Network configuration changed, trying to establish connection.
Oct 07 22:26:39 nb systemd[1]: Starting Set Up Additional Binary Formats...
Oct 07 22:26:39 nb systemd[1]: Starting Update Boot Loader Random Seed...
Oct 07 22:26:39 nb systemd[1]: Starting Create System Files and Directories...
Oct 07 22:26:39 nb (udev-worker)[675]: controlC1: Process '/usr/bin/alsactl restore 1' failed with exit code 2.
Oct 07 22:26:39 nb mtp-probe[796]: checking bus 5, device 2: "/sys/devices/pci0000:00/0000:00:02.7/0000:04:00.0/usb5/5-2"
Oct 07 22:26:39 nb systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionVersion=<5.6).
Oct 07 22:26:39 nb systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Oct 07 22:26:39 nb systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
Oct 07 22:26:39 nb systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Oct 07 22:26:39 nb systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Oct 07 22:26:39 nb systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb mtp-probe[796]: bus: 5, device: 2 was not an MTP device
Oct 07 22:26:39 nb systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Oct 07 22:26:39 nb systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 07 22:26:39 nb systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb kernel: psmouse serio1: trackpoint: Elan TrackPoint firmware: 0xa1, buttons: 3/3
Oct 07 22:26:39 nb kernel: mc: Linux media interface: v0.10
Oct 07 22:26:39 nb systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 789 (systemd-binfmt)
Oct 07 22:26:39 nb kernel: input: TPPS/2 Elan TrackPoint as /devices/platform/i8042/serio1/input/input12
Oct 07 22:26:39 nb systemd[1]: Mounting Arbitrary Executable File Formats File System...
Oct 07 22:26:39 nb kernel: thinkpad_acpi: battery 1 registered (start 95, stop 100, behaviours: 0xb)
Oct 07 22:26:39 nb kernel: ACPI: battery: new hook: ThinkPad Battery Extension
Oct 07 22:26:39 nb systemd[1]: Mounted Arbitrary Executable File Formats File System.
Oct 07 22:26:39 nb bootctl[790]: Mount point '/boot' which backs the random seed file is world accessible, which is a security hole!
Oct 07 22:26:39 nb bootctl[790]: Random seed file '/boot/loader/random-seed' is world accessible, which is a security hole!
Oct 07 22:26:39 nb bootctl[790]: Random seed file /boot/loader/random-seed successfully refreshed (32 bytes).
Oct 07 22:26:39 nb systemd[1]: Finished Update Boot Loader Random Seed.
Oct 07 22:26:39 nb kernel: videodev: Linux video capture interface: v2.00
Oct 07 22:26:39 nb systemd[1]: Finished Set Up Additional Binary Formats.
Oct 07 22:26:39 nb kernel: usb 5-2: Found UVC 1.10 device Integrated Camera (13d3:5405)
Oct 07 22:26:39 nb kernel: usb 5-2: Found UVC 1.50 device Integrated Camera (13d3:5405)
Oct 07 22:26:39 nb kernel: usbcore: registered new interface driver uvcvideo
Oct 07 22:26:39 nb kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input13
Oct 07 22:26:39 nb mtp-probe[807]: checking bus 5, device 2: "/sys/devices/pci0000:00/0000:00:02.7/0000:04:00.0/usb5/5-2"
Oct 07 22:26:39 nb mtp-probe[807]: bus: 5, device: 2 was not an MTP device
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: WFPM_AUTH_KEY_0: 0x90
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: Detected RF GF, rfid=0x10d000
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: loaded PNVM version 4f8f0b9a
Oct 07 22:26:39 nb (udev-worker)[637]: controlC2: Process '/usr/bin/alsactl restore 1' failed with exit code 2.
Oct 07 22:26:39 nb systemd[1]: Entropy Daemon based on the HAVEGE algorithm was skipped because of an unmet condition check (ConditionVersion=<5.6).
Oct 07 22:26:39 nb systemd[1]: Load Kernel Module dm_mod was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!dm_mod).
Oct 07 22:26:39 nb systemd[1]: Load Kernel Module loop was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!loop).
Oct 07 22:26:39 nb systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Oct 07 22:26:39 nb systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Oct 07 22:26:39 nb systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Oct 07 22:26:39 nb systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Oct 07 22:26:39 nb systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb systemd-timesyncd[612]: Network configuration changed, trying to establish connection.
Oct 07 22:26:39 nb systemd-timesyncd[612]: Network configuration changed, trying to establish connection.
Oct 07 22:26:39 nb systemd-timesyncd[612]: Network configuration changed, trying to establish connection.
Oct 07 22:26:39 nb systemd[1]: Finished Create System Files and Directories.
Oct 07 22:26:39 nb systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Oct 07 22:26:39 nb systemd[1]: Starting RPC Bind...
Oct 07 22:26:39 nb systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Oct 07 22:26:39 nb systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Oct 07 22:26:39 nb systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Oct 07 22:26:39 nb systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Oct 07 22:26:39 nb systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Oct 07 22:26:39 nb systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Oct 07 22:26:39 nb systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: base HW address: 04:cf:4b:1e:41:2d
Oct 07 22:26:39 nb systemd[1]: Reached target System Initialization.
Oct 07 22:26:39 nb systemd[1]: Started CUPS Scheduler.
Oct 07 22:26:39 nb systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Oct 07 22:26:39 nb systemd[1]: Started Daily atop restart.
Oct 07 22:26:39 nb systemd[1]: Started Discard unused filesystem blocks once a week.
Oct 07 22:26:39 nb systemd[1]: Started Daily rotation of log files.
Oct 07 22:26:39 nb systemd[1]: Started Daily man-db regeneration.
Oct 07 22:26:39 nb systemd[1]: Started Daily verification of password and group files.
Oct 07 22:26:39 nb systemd[1]: Started Daily Cleanup of Temporary Directories.
Oct 07 22:26:39 nb systemd[1]: Reached target Path Units.
Oct 07 22:26:39 nb systemd[1]: Reached target Timer Units.
Oct 07 22:26:39 nb systemd[1]: Listening on CUPS Scheduler.
Oct 07 22:26:39 nb systemd[1]: Listening on D-Bus System Message Bus Socket.
Oct 07 22:26:39 nb systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Oct 07 22:26:39 nb systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Oct 07 22:26:39 nb systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Oct 07 22:26:39 nb systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Oct 07 22:26:39 nb systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0: iwlmvm doesn't allow to disable BT Coex, check bt_coex_active module parameter
Oct 07 22:26:39 nb systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Oct 07 22:26:39 nb systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Oct 07 22:26:39 nb systemd[1]: Listening on Hostname Service Socket.
Oct 07 22:26:39 nb systemd[1]: Listening on User Login Management Varlink Socket.
Oct 07 22:26:39 nb systemd[1]: Listening on Virtual Machine and Container Registration Service Socket.
Oct 07 22:26:39 nb systemd[1]: Reached target Socket Units.
Oct 07 22:26:39 nb systemd[1]: Starting D-Bus System Message Bus...
Oct 07 22:26:39 nb systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb systemd[1]: Started RPC Bind.
Oct 07 22:26:39 nb kernel: iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
Oct 07 22:26:39 nb systemd[1]: Started D-Bus System Message Bus.
Oct 07 22:26:39 nb dbus-broker-launch[821]: Ready
Oct 07 22:26:39 nb systemd[1]: Reached target Basic System.
Oct 07 22:26:39 nb systemd[1]: Starting Network Manager...
Oct 07 22:26:39 nb systemd[1]: Starting Save/Restore Sound Card State...
Oct 07 22:26:39 nb systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Oct 07 22:26:39 nb systemd[1]: Starting Bluetooth service...
Oct 07 22:26:39 nb systemd[1]: Starting Authorization Manager...
Oct 07 22:26:39 nb (uetoothd)[827]: bluetooth.service: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Oct 07 22:26:39 nb systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Oct 07 22:26:39 nb systemd[1]: Starting User Login Management...
Oct 07 22:26:39 nb systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Oct 07 22:26:39 nb NetworkManager[825]: <info> [1759868799.9733] NetworkManager (version 1.54.1-1) is starting... (boot:2eabd88c-b3a8-4014-824b-ffa58e78d829)
Oct 07 22:26:39 nb NetworkManager[825]: <info> [1759868799.9733] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf, /etc/NetworkManager/conf.d/{00-dhcp-client.conf,dns.conf}
Oct 07 22:26:39 nb bluetoothd[827]: Bluetooth daemon 5.84
Oct 07 22:26:39 nb systemd[1]: Started Bluetooth service.
Oct 07 22:26:39 nb bluetoothd[827]: Starting SDP server
Oct 07 22:26:39 nb systemd[1]: Reached target Bluetooth Support.
Oct 07 22:26:39 nb NetworkManager[825]: <info> [1759868799.9823] manager[0x55875a000fd0]: monitoring kernel firmware directory '/lib/firmware'.
Oct 07 22:26:39 nb systemd[1]: Starting Hostname Service...
Oct 07 22:26:39 nb kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Oct 07 22:26:39 nb kernel: Bluetooth: BNEP filters: protocol multicast
Oct 07 22:26:39 nb kernel: Bluetooth: BNEP socket layer initialized
Oct 07 22:26:39 nb bluetoothd[827]: Bluetooth management interface 1.23 initialized
Oct 07 22:26:39 nb bluetoothd[827]: Battery Provider Manager created
Oct 07 22:26:39 nb kernel: Bluetooth: MGMT ver 1.23
Oct 07 22:26:39 nb kernel: NET: Registered PF_ALG protocol family
Oct 07 22:26:39 nb systemd-logind[830]: New seat seat0.
Oct 07 22:26:40 nb systemd-logind[830]: Watching system buttons on /dev/input/event3 (Power Button)
Oct 07 22:26:40 nb systemd-logind[830]: Watching system buttons on /dev/input/event0 (Power Button)
Oct 07 22:26:40 nb polkitd[829]: Started polkitd version 126
Oct 07 22:26:40 nb polkitd[829]: Loading rules from directory /etc/polkit-1/rules.d
Oct 07 22:26:40 nb polkitd[829]: Loading rules from directory /run/polkit-1/rules.d
Oct 07 22:26:40 nb polkitd[829]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Oct 07 22:26:40 nb polkitd[829]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Oct 07 22:26:40 nb polkitd[829]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Oct 07 22:26:40 nb polkitd[829]: Loading rules from directory /usr/share/polkit-1/rules.d
Oct 07 22:26:40 nb systemd-logind[830]: Watching system buttons on /dev/input/event1 (Lid Switch)
Oct 07 22:26:40 nb systemd-logind[830]: Watching system buttons on /dev/input/event2 (Sleep Button)
Oct 07 22:26:40 nb systemd-logind[830]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Oct 07 22:26:40 nb systemd-logind[830]: Watching system buttons on /dev/input/event16 (ThinkPad Extra Buttons)
Oct 07 22:26:40 nb systemd[1]: Started User Login Management.
Oct 07 22:26:40 nb polkitd[829]: Finished loading, compiling and executing 15 rules
Oct 07 22:26:40 nb polkitd[829]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Oct 07 22:26:40 nb systemd[1]: Started Authorization Manager.
Oct 07 22:26:40 nb systemd[1]: Starting Modem Manager...
Oct 07 22:26:40 nb systemd[1]: Started Hostname Service.
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0544] hostname: hostname: using hostnamed
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0544] hostname: static hostname changed from (none) to "nb"
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0550] dns-mgr: init: dns=systemd-resolved rc-manager=symlink, plugin=systemd-resolved
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0590] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0/ieee80211/phy0/rfkill3) (driver iwlwifi)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0598] manager[0x55875a000fd0]: rfkill: Wi-Fi hardware radio set enabled
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0599] manager[0x55875a000fd0]: rfkill: WWAN hardware radio set enabled
Oct 07 22:26:40 nb ModemManager[885]: <msg> ModemManager (version 1.24.2-1) starting in system bus...
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0877] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-team.so)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0902] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-bluetooth.so)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0906] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-wwan.so)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0916] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-wifi.so)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0919] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-adsl.so)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0926] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.54.1-1/libnm-device-plugin-ovs.so)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0929] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0929] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0930] manager: Networking is enabled by state file
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.0936] settings: Loaded settings plugin: keyfile (internal)
Oct 07 22:26:40 nb systemd[1]: Starting Network Manager Script Dispatcher Service...
Oct 07 22:26:40 nb systemd[1]: Started Modem Manager.
Oct 07 22:26:40 nb kernel: NET: Registered PF_QIPCRTR protocol family
Oct 07 22:26:40 nb systemd[1]: Started Network Manager Script Dispatcher Service.
Oct 07 22:26:40 nb NetworkManager[825]: <warn> [1759868800.1483] dhcp: init: DHCP client 'dhclient' not available
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.1483] dhcp: init: Using DHCP client 'internal'
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.1485] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.1493] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.1498] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.1502] device (lo): Activation: starting connection 'lo' (081af0d4-0d29-4087-a6cb-8a91334289c4)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.1510] manager: (enp2s0f0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.1517] settings: (enp2s0f0): created default wired connection 'Wired connection 2'
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.1518] device (enp2s0f0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Oct 07 22:26:40 nb kernel: Generic FE-GE Realtek PHY r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Oct 07 22:26:40 nb alsactl[826]: Found hardware: "acp" "" "" "" ""
Oct 07 22:26:40 nb alsactl[826]: Hardware is initialized using a generic method
Oct 07 22:26:40 nb systemd[1]: Finished Save/Restore Sound Card State.
Oct 07 22:26:40 nb systemd[1]: Reached target Sound Card.
Oct 07 22:26:40 nb kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.2742] device (wlp3s0): driver supports Access Point (AP) mode
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.2751] manager: (wlp3s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.2753] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Oct 07 22:26:40 nb kernel: iwlwifi 0000:03:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Oct 07 22:26:40 nb kernel: iwlwifi 0000:03:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Oct 07 22:26:40 nb kernel: iwlwifi 0000:03:00.0: WFPM_AUTH_KEY_0: 0x90
Oct 07 22:26:40 nb kernel: iwlwifi 0000:03:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Oct 07 22:26:40 nb kernel: iwlwifi 0000:03:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.5804] device (wlp3s0): set-hw-addr: set MAC address to 72:9B:EF:XX:XX:XX (scanning)
Oct 07 22:26:40 nb kernel: iwlwifi 0000:03:00.0: WFPM_UMAC_PD_NOTIFICATION: 0x20
Oct 07 22:26:40 nb kernel: iwlwifi 0000:03:00.0: WFPM_LMAC2_PD_NOTIFICATION: 0x1f
Oct 07 22:26:40 nb kernel: iwlwifi 0000:03:00.0: WFPM_AUTH_KEY_0: 0x90
Oct 07 22:26:40 nb kernel: iwlwifi 0000:03:00.0: CNVI_SCU_SEQ_DATA_DW9: 0x0
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8585] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Oct 07 22:26:40 nb systemd[1]: Started Network Manager.
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8600] ovsdb: disconnected from ovsdb
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8602] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8604] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8606] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8609] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8617] modem-manager: ModemManager available
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8627] manager: (94:65:2D:D7:2A:50): new Bluetooth device (/org/freedesktop/NetworkManager/Devices/4)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8628] device (94:65:2D:D7:2A:50): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8632] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8633] device (94:65:2D:D7:2A:50): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8635] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.8638] device (lo): Activation: successful, device activated.
Oct 07 22:26:40 nb systemd[1]: Starting WPA supplicant...
Oct 07 22:26:40 nb systemd[1]: Started WPA supplicant.
Oct 07 22:26:40 nb wpa_supplicant[900]: Successfully initialized wpa_supplicant
Oct 07 22:26:40 nb systemd[1]: Reached target Network.
Oct 07 22:26:40 nb systemd[1]: Starting CUPS Scheduler...
Oct 07 22:26:40 nb systemd[1]: Starting OpenSSH Daemon...
Oct 07 22:26:40 nb systemd[1]: Starting Permit User Sessions...
Oct 07 22:26:40 nb systemd[1]: Finished Permit User Sessions.
Oct 07 22:26:40 nb sshd[902]: Server listening on 0.0.0.0 port 22.
Oct 07 22:26:40 nb systemd[1]: Starting GNOME Display Manager...
Oct 07 22:26:40 nb systemd[1]: Started OpenSSH Daemon.
Oct 07 22:26:40 nb systemd[1]: Reached target SSH Access Available.
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.9409] device (wlp3s0): supplicant interface state: internal-starting -> disconnected
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.9410] Wi-Fi P2P device controlled by interface wlp3s0 created
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.9413] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/5)
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.9416] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.9421] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Oct 07 22:26:40 nb NetworkManager[825]: <warn> [1759868800.9427] device (wlp3s0): wifi-scan: active scanning for networks due to profiles with wifi.hidden=yes. This makes you trackable
Oct 07 22:26:40 nb NetworkManager[825]: <info> [1759868800.9428] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Oct 07 22:26:40 nb systemd[1]: Started GNOME Display Manager.
Oct 07 22:26:40 nb systemd[1]: Reached target User and Group Name Lookups.
Oct 07 22:26:40 nb systemd[1]: Starting Accounts Service...
Oct 07 22:26:40 nb systemd[1]: Starting Manage, Install and Generate Color Profiles...
Oct 07 22:26:41 nb systemd[1]: Started Manage, Install and Generate Color Profiles.
Oct 07 22:26:41 nb accounts-daemon[913]: started daemon version 23.13.0
Oct 07 22:26:41 nb systemd[1]: Started Accounts Service.
Oct 07 22:26:41 nb systemd-logind[830]: New session '1' of user 'gdm-greeter' with class 'greeter' and type 'wayland'.
Oct 07 22:26:41 nb systemd[1]: Created slice User Slice of UID 60578.
Oct 07 22:26:41 nb systemd[1]: Starting User Runtime Directory /run/user/60578...
Oct 07 22:26:41 nb systemd[1]: Finished User Runtime Directory /run/user/60578.
Oct 07 22:26:41 nb systemd[1]: Starting User Manager for UID 60578...
Oct 07 22:26:41 nb dbus-broker-launch[821]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Oct 07 22:26:41 nb (systemd)[947]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:41 nb systemd[1]: Started CUPS Scheduler.
Oct 07 22:26:41 nb systemd[1]: Reached target Multi-User System.
Oct 07 22:26:41 nb (systemd)[947]: pam_unix(systemd-user:session): session opened for user gdm-greeter(uid=60578) by gdm-greeter(uid=0)
Oct 07 22:26:41 nb systemd[1]: Reached target Graphical Interface.
Oct 07 22:26:41 nb systemd-logind[830]: New session '2' of user 'gdm-greeter' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:41 nb dbus-broker-launch[821]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
Oct 07 22:26:41 nb systemd[947]: Queued start job for default target Main User Target.
Oct 07 22:26:41 nb systemd[947]: Created slice User Application Slice.
Oct 07 22:26:41 nb systemd[947]: Started Submitting pending crash events (file monitor).
Oct 07 22:26:41 nb systemd[947]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:41 nb systemd[947]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:41 nb systemd[947]: Reached target Paths.
Oct 07 22:26:41 nb systemd[947]: Reached target Timers.
Oct 07 22:26:41 nb systemd[947]: Starting D-Bus User Message Bus Socket...
Oct 07 22:26:41 nb systemd[947]: Listening on GnuPG network certificate management daemon.
Oct 07 22:26:41 nb systemd[947]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Oct 07 22:26:41 nb systemd[947]: Starting GCR ssh-agent wrapper...
Oct 07 22:26:41 nb systemd[947]: Listening on GNOME Keyring daemon.
Oct 07 22:26:41 nb systemd[947]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 07 22:26:41 nb systemd[947]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 07 22:26:41 nb systemd[947]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 07 22:26:41 nb systemd[947]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 07 22:26:41 nb systemd[947]: Listening on GnuPG public key management service.
Oct 07 22:26:41 nb systemd[947]: Listening on p11-kit server.
Oct 07 22:26:41 nb systemd[947]: Listening on PipeWire PulseAudio.
Oct 07 22:26:41 nb systemd[947]: Listening on PipeWire Multimedia System Sockets.
Oct 07 22:26:41 nb systemd[947]: Listening on Speech Dispatcher Socket.
Oct 07 22:26:41 nb systemd[947]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:41 nb systemd[947]: Listening on D-Bus User Message Bus Socket.
Oct 07 22:26:41 nb systemd[947]: Listening on GCR ssh-agent wrapper.
Oct 07 22:26:41 nb systemd[947]: Reached target Sockets.
Oct 07 22:26:41 nb systemd[947]: Reached target Basic System.
Oct 07 22:26:41 nb systemd[947]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:41 nb systemd[947]: Reached target Main User Target.
Oct 07 22:26:41 nb systemd[947]: Startup finished in 232ms.
Oct 07 22:26:41 nb systemd[1]: Started User Manager for UID 60578.
Oct 07 22:26:41 nb systemd[1]: Started Session 1 of User gdm-greeter.
Oct 07 22:26:41 nb systemd[1]: Startup finished in 14.133s (firmware) + 1.698s (loader) + 18.277s (kernel) + 3.438s (userspace) = 37.548s.
Oct 07 22:26:41 nb systemd[947]: Created slice User Core Session Slice.
Oct 07 22:26:41 nb systemd[947]: Starting D-Bus User Message Bus...
Oct 07 22:26:41 nb dbus-broker-launch[968]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Oct 07 22:26:41 nb dbus-broker-launch[968]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Oct 07 22:26:41 nb dbus-broker-launch[968]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Oct 07 22:26:41 nb dbus-broker-launch[968]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Oct 07 22:26:41 nb systemd[947]: Started D-Bus User Message Bus.
Oct 07 22:26:41 nb dbus-broker-launch[968]: Ready
Oct 07 22:26:41 nb gnome-session-i[971]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Oct 07 22:26:41 nb gnome-session-i[971]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Oct 07 22:26:41 nb kernel: traps: gnome-session-i[971] trap int3 ip:7f4c8fe81b8c sp:7ffc9c3218c0 error:0 in libglib-2.0.so.0.8600.0[64b8c,7f4c8fe3b000+a7000]
Oct 07 22:26:41 nb systemd-coredump[979]: Process 971 (gnome-session-i) of user 60578 terminated abnormally with signal 5/TRAP, processing...
Oct 07 22:26:41 nb systemd[1]: Created slice Slice /system/drkonqi-coredump-processor.
Oct 07 22:26:41 nb systemd[1]: Created slice Slice /system/systemd-coredump.
Oct 07 22:26:41 nb systemd[1]: Started Process Core Dump (PID 979/UID 0).
Oct 07 22:26:41 nb systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Oct 07 22:26:41 nb systemd-coredump[980]: Process 971 (gnome-session-i) of user 60578 dumped core.
Stack trace of thread 971:
#0 0x00007f4c8fe81b8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007f4c8fe822e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007f4c8fe8257a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007f4c8fe82904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x000055d47f59d686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007f4c8fa27675 n/a (libc.so.6 + 0x27675)
#6 0x00007f4c8fa27729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x000055d47f59dc95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 976:
#0 0x00007f4c8fb1876d syscall (libc.so.6 + 0x11876d)
#1 0x00007f4c8feac7ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007f4c8fe431cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007f4c8feb5447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007f4c8feb487c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007f4c8fa969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007f4c8fb1aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 978:
#0 0x00007f4c8fa9f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f4c8fa931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f4c8fa931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f4c8fb0da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f4c8fe7d744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f4c8fe7d9d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007f4c900ee264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007f4c8feb487c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f4c8fa969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f4c8fb1aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 977:
#0 0x00007f4c8fa9f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f4c8fa931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f4c8fa931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f4c8fb0da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f4c8fe7d744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f4c8fe7d825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007f4c8fe7d872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007f4c8feb487c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f4c8fa969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f4c8fb1aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Oct 07 22:26:41 nb systemd[1]: systemd-coredump@0-1-979_980-0.service: Deactivated successfully.
Oct 07 22:26:41 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:41 nb systemd[1]: session-1.scope: Deactivated successfully.
Oct 07 22:26:41 nb systemd-logind[830]: Session 1 logged out. Waiting for processes to exit.
Oct 07 22:26:41 nb systemd-logind[830]: Removed session 1.
Oct 07 22:26:41 nb gdm[905]: Gdm: Child process -965 was already dead.
Oct 07 22:26:41 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:41 nb gdm[905]: Gdm: Child process -965 was already dead.
Oct 07 22:26:41 nb systemd[1]: Created slice User Slice of UID 60579.
Oct 07 22:26:41 nb systemd[1]: Starting User Runtime Directory /run/user/60579...
Oct 07 22:26:41 nb systemd[947]: Reached target Sound Card.
Oct 07 22:26:41 nb systemd[947]: Reached target Smart Card.
Oct 07 22:26:41 nb systemd-logind[830]: New session '3' of user 'gdm-greeter-2' with class 'greeter' and type 'wayland'.
Oct 07 22:26:41 nb systemd[1]: Finished User Runtime Directory /run/user/60579.
Oct 07 22:26:41 nb systemd[1]: Starting User Manager for UID 60579...
Oct 07 22:26:41 nb (systemd)[1012]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter-2] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:41 nb (systemd)[1012]: pam_unix(systemd-user:session): session opened for user gdm-greeter-2(uid=60579) by gdm-greeter-2(uid=0)
Oct 07 22:26:41 nb systemd-logind[830]: New session '4' of user 'gdm-greeter-2' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:41 nb systemd[1012]: Queued start job for default target Main User Target.
Oct 07 22:26:42 nb drkonqi-coredump-processor[981]: "/usr/lib/gnome-session-init-worker" 971 "/var/lib/systemd/coredump/core.gnome-session-i.60578.2eabd88cb3a84014824bffa58e78d829.971.1759868801000000.zst"
Oct 07 22:26:42 nb systemd[947]: Started Launch DrKonqi for a systemd-coredump crash (PID 981/UID 0).
Oct 07 22:26:42 nb systemd[1012]: Created slice User Application Slice.
Oct 07 22:26:42 nb systemd[1012]: Started Submitting pending crash events (file monitor).
Oct 07 22:26:42 nb systemd[1012]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:42 nb systemd[1012]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:42 nb systemd[1012]: Reached target Paths.
Oct 07 22:26:42 nb systemd[1012]: Reached target Timers.
Oct 07 22:26:42 nb systemd[1]: drkonqi-coredump-processor@0-1-979_980-0.service: Deactivated successfully.
Oct 07 22:26:42 nb systemd[1012]: Starting D-Bus User Message Bus Socket...
Oct 07 22:26:42 nb systemd[1012]: Listening on GnuPG network certificate management daemon.
Oct 07 22:26:42 nb systemd[1012]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Oct 07 22:26:42 nb systemd[1012]: Starting GCR ssh-agent wrapper...
Oct 07 22:26:42 nb systemd[1012]: Listening on GNOME Keyring daemon.
Oct 07 22:26:42 nb systemd[1012]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 07 22:26:42 nb systemd[1012]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 07 22:26:42 nb systemd[1012]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 07 22:26:42 nb systemd[1012]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 07 22:26:42 nb systemd[1012]: Listening on GnuPG public key management service.
Oct 07 22:26:42 nb systemd[1012]: Listening on p11-kit server.
Oct 07 22:26:42 nb systemd[1012]: Listening on PipeWire PulseAudio.
Oct 07 22:26:42 nb systemd[1012]: Listening on PipeWire Multimedia System Sockets.
Oct 07 22:26:42 nb systemd[1012]: Listening on Speech Dispatcher Socket.
Oct 07 22:26:42 nb systemd[1012]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:42 nb systemd[1012]: Listening on D-Bus User Message Bus Socket.
Oct 07 22:26:42 nb drkonqi-coredump-launcher[1024]: Unable to find file for pid 971 expected at "kcrash-metadata/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.971.ini"
Oct 07 22:26:42 nb systemd[1012]: Listening on GCR ssh-agent wrapper.
Oct 07 22:26:42 nb drkonqi-coredump-launcher[1024]: Failed to open for writing: "/run/gdm/home/gdm-greeter/.cache/drkonqi/crashes/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.971.1759868801000000.ini"
Oct 07 22:26:42 nb drkonqi-coredump-launcher[1024]: Nothing handled the dump :O
Oct 07 22:26:42 nb systemd[1012]: Reached target Sockets.
Oct 07 22:26:42 nb systemd[1012]: Reached target Basic System.
Oct 07 22:26:42 nb systemd[1012]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:42 nb systemd[1012]: Reached target Main User Target.
Oct 07 22:26:42 nb systemd[1012]: Startup finished in 212ms.
Oct 07 22:26:42 nb systemd[1]: Started User Manager for UID 60579.
Oct 07 22:26:42 nb systemd[1]: Started Session 3 of User gdm-greeter-2.
Oct 07 22:26:42 nb systemd[1012]: Created slice User Core Session Slice.
Oct 07 22:26:42 nb systemd[1012]: Starting D-Bus User Message Bus...
Oct 07 22:26:42 nb dbus-broker-launch[1038]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Oct 07 22:26:42 nb dbus-broker-launch[1038]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Oct 07 22:26:42 nb dbus-broker-launch[1038]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Oct 07 22:26:42 nb dbus-broker-launch[1038]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Oct 07 22:26:42 nb systemd[1012]: Started D-Bus User Message Bus.
Oct 07 22:26:42 nb dbus-broker-launch[1038]: Ready
Oct 07 22:26:42 nb gnome-session-i[1041]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Oct 07 22:26:42 nb gnome-session-i[1041]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Oct 07 22:26:42 nb kernel: traps: gnome-session-i[1041] trap int3 ip:7f4c33601b8c sp:7ffd5a867940 error:0 in libglib-2.0.so.0.8600.0[64b8c,7f4c335bb000+a7000]
Oct 07 22:26:42 nb systemd-coredump[1049]: Process 1041 (gnome-session-i) of user 60579 terminated abnormally with signal 5/TRAP, processing...
Oct 07 22:26:42 nb systemd[1]: Started Process Core Dump (PID 1049/UID 0).
Oct 07 22:26:42 nb systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Oct 07 22:26:42 nb systemd-coredump[1050]: Process 1041 (gnome-session-i) of user 60579 dumped core.
Stack trace of thread 1041:
#0 0x00007f4c33601b8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007f4c336022e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007f4c3360257a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007f4c33602904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x000056491f2fb686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007f4c33227675 n/a (libc.so.6 + 0x27675)
#6 0x00007f4c33227729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x000056491f2fbc95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 1047:
#0 0x00007f4c3329f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f4c332931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f4c332931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f4c3330da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f4c335fd744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f4c335fd825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007f4c335fd872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007f4c3363487c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f4c332969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f4c3331aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1046:
#0 0x00007f4c3331876d syscall (libc.so.6 + 0x11876d)
#1 0x00007f4c3362c7ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007f4c335c31cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007f4c33635447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007f4c3363487c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007f4c332969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007f4c3331aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1048:
#0 0x00007f4c3329f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f4c332931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f4c332931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f4c3330da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f4c335fd744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f4c335fd9d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007f4c3386e264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007f4c3363487c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f4c332969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f4c3331aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Oct 07 22:26:42 nb systemd[1]: systemd-coredump@1-8193-1049_1050-0.service: Deactivated successfully.
Oct 07 22:26:42 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:42 nb systemd[1]: session-3.scope: Deactivated successfully.
Oct 07 22:26:42 nb systemd-logind[830]: Session 3 logged out. Waiting for processes to exit.
Oct 07 22:26:42 nb systemd-logind[830]: Removed session 3.
Oct 07 22:26:42 nb gdm[905]: Gdm: Child process -1035 was already dead.
Oct 07 22:26:42 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:42 nb gdm[905]: Gdm: Child process -1035 was already dead.
Oct 07 22:26:42 nb systemd[1012]: Reached target Sound Card.
Oct 07 22:26:42 nb systemd[1012]: Reached target Smart Card.
Oct 07 22:26:42 nb drkonqi-coredump-processor[1051]: "/usr/lib/gnome-session-init-worker" 1041 "/var/lib/systemd/coredump/core.gnome-session-i.60579.2eabd88cb3a84014824bffa58e78d829.1041.1759868802000000.zst"
Oct 07 22:26:42 nb systemd[1012]: Started Launch DrKonqi for a systemd-coredump crash (PID 1051/UID 0).
Oct 07 22:26:42 nb systemd[1]: drkonqi-coredump-processor@1-8193-1049_1050-0.service: Deactivated successfully.
Oct 07 22:26:42 nb systemd-logind[830]: New session '5' of user 'gdm-greeter' with class 'greeter' and type 'wayland'.
Oct 07 22:26:42 nb systemd[1]: Created slice User Slice of UID 60580.
Oct 07 22:26:42 nb systemd[1]: Starting User Runtime Directory /run/user/60580...
Oct 07 22:26:42 nb drkonqi-coredump-launcher[1076]: Unable to find file for pid 1041 expected at "kcrash-metadata/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.1041.ini"
Oct 07 22:26:42 nb drkonqi-coredump-launcher[1076]: Failed to open for writing: "/run/gdm/home/gdm-greeter-2/.cache/drkonqi/crashes/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.1041.1759868802000000.ini"
Oct 07 22:26:42 nb drkonqi-coredump-launcher[1076]: Nothing handled the dump :O
Oct 07 22:26:42 nb systemd[1]: Finished User Runtime Directory /run/user/60580.
Oct 07 22:26:42 nb systemd[1]: Starting User Manager for UID 60580...
Oct 07 22:26:42 nb (systemd)[1088]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:42 nb (systemd)[1088]: pam_unix(systemd-user:session): session opened for user gdm-greeter(uid=60580) by gdm-greeter(uid=0)
Oct 07 22:26:42 nb systemd-logind[830]: New session '6' of user 'gdm-greeter' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:42 nb systemd[1088]: Queued start job for default target Main User Target.
Oct 07 22:26:42 nb systemd[1088]: Created slice User Application Slice.
Oct 07 22:26:42 nb systemd[1088]: Started Submitting pending crash events (file monitor).
Oct 07 22:26:42 nb systemd[1088]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:42 nb systemd[1088]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:42 nb systemd[1088]: Reached target Paths.
Oct 07 22:26:42 nb systemd[1088]: Reached target Timers.
Oct 07 22:26:42 nb systemd[1088]: Starting D-Bus User Message Bus Socket...
Oct 07 22:26:42 nb systemd[1088]: Listening on GnuPG network certificate management daemon.
Oct 07 22:26:42 nb systemd[1088]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Oct 07 22:26:42 nb systemd[1088]: Starting GCR ssh-agent wrapper...
Oct 07 22:26:42 nb systemd[1088]: Listening on GNOME Keyring daemon.
Oct 07 22:26:42 nb systemd[1088]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 07 22:26:42 nb systemd[1088]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 07 22:26:42 nb systemd[1088]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 07 22:26:42 nb systemd[1088]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 07 22:26:42 nb systemd[1088]: Listening on GnuPG public key management service.
Oct 07 22:26:42 nb systemd[1088]: Listening on p11-kit server.
Oct 07 22:26:42 nb systemd[1088]: Listening on PipeWire PulseAudio.
Oct 07 22:26:42 nb systemd[1088]: Listening on PipeWire Multimedia System Sockets.
Oct 07 22:26:42 nb systemd[1088]: Listening on Speech Dispatcher Socket.
Oct 07 22:26:42 nb systemd[1088]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:42 nb systemd[1088]: Listening on D-Bus User Message Bus Socket.
Oct 07 22:26:42 nb systemd[1088]: Listening on GCR ssh-agent wrapper.
Oct 07 22:26:42 nb systemd[1088]: Reached target Sockets.
Oct 07 22:26:42 nb systemd[1088]: Reached target Basic System.
Oct 07 22:26:42 nb systemd[1088]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:42 nb systemd[1088]: Reached target Main User Target.
Oct 07 22:26:42 nb systemd[1088]: Startup finished in 217ms.
Oct 07 22:26:42 nb systemd[1]: Started User Manager for UID 60580.
Oct 07 22:26:42 nb systemd[1]: Started Session 5 of User gdm-greeter.
Oct 07 22:26:42 nb systemd[1088]: Created slice User Core Session Slice.
Oct 07 22:26:42 nb systemd[1088]: Starting D-Bus User Message Bus...
Oct 07 22:26:42 nb dbus-broker-launch[1107]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Oct 07 22:26:42 nb dbus-broker-launch[1107]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Oct 07 22:26:42 nb dbus-broker-launch[1107]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Oct 07 22:26:42 nb dbus-broker-launch[1107]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Oct 07 22:26:42 nb systemd[1088]: Started D-Bus User Message Bus.
Oct 07 22:26:42 nb dbus-broker-launch[1107]: Ready
Oct 07 22:26:42 nb gnome-session-i[1110]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Oct 07 22:26:42 nb gnome-session-i[1110]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Oct 07 22:26:42 nb kernel: traps: gnome-session-i[1110] trap int3 ip:7fbcdc1c7b8c sp:7ffe0fea0600 error:0 in libglib-2.0.so.0.8600.0[64b8c,7fbcdc181000+a7000]
Oct 07 22:26:42 nb systemd-coredump[1118]: Process 1110 (gnome-session-i) of user 60580 terminated abnormally with signal 5/TRAP, processing...
Oct 07 22:26:42 nb systemd[1]: Started Process Core Dump (PID 1118/UID 0).
Oct 07 22:26:42 nb systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Oct 07 22:26:42 nb systemd-coredump[1119]: Process 1110 (gnome-session-i) of user 60580 dumped core.
Stack trace of thread 1110:
#0 0x00007fbcdc1c7b8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007fbcdc1c82e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007fbcdc1c857a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007fbcdc1c8904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x000055723f8c2686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007fbcdbe27675 n/a (libc.so.6 + 0x27675)
#6 0x00007fbcdbe27729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x000055723f8c2c95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 1116:
#0 0x00007fbcdbe9f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007fbcdbe931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007fbcdbe931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007fbcdbf0da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007fbcdc1c3744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007fbcdc1c3825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007fbcdc1c3872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007fbcdc1fa87c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007fbcdbe969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007fbcdbf1aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1117:
#0 0x00007fbcdbe9f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007fbcdbe931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007fbcdbe931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007fbcdbf0da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007fbcdc1c3744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007fbcdc1c39d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007fbcdc434264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007fbcdc1fa87c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007fbcdbe969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007fbcdbf1aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1115:
#0 0x00007fbcdbf1876d syscall (libc.so.6 + 0x11876d)
#1 0x00007fbcdc1f27ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007fbcdc1891cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007fbcdc1fb447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007fbcdc1fa87c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007fbcdbe969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007fbcdbf1aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Oct 07 22:26:42 nb systemd[1]: systemd-coredump@2-16385-1118_1119-0.service: Deactivated successfully.
Oct 07 22:26:42 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:42 nb systemd[1]: session-5.scope: Deactivated successfully.
Oct 07 22:26:42 nb drkonqi-coredump-processor[1120]: "/usr/lib/gnome-session-init-worker" 1110 "/var/lib/systemd/coredump/core.gnome-session-i.60580.2eabd88cb3a84014824bffa58e78d829.1110.1759868802000000.zst"
Oct 07 22:26:42 nb systemd-logind[830]: Session 5 logged out. Waiting for processes to exit.
Oct 07 22:26:42 nb systemd-logind[830]: Removed session 5.
Oct 07 22:26:42 nb systemd[1088]: Started Launch DrKonqi for a systemd-coredump crash (PID 1120/UID 0).
Oct 07 22:26:42 nb gdm[905]: Gdm: Child process -1104 was already dead.
Oct 07 22:26:42 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:42 nb systemd[1]: drkonqi-coredump-processor@2-16385-1118_1119-0.service: Deactivated successfully.
Oct 07 22:26:42 nb gdm[905]: Gdm: Child process -1104 was already dead.
Oct 07 22:26:42 nb systemd[1088]: Reached target Sound Card.
Oct 07 22:26:42 nb systemd[1088]: Reached target Smart Card.
Oct 07 22:26:42 nb drkonqi-coredump-launcher[1133]: Unable to find file for pid 1110 expected at "kcrash-metadata/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.1110.ini"
Oct 07 22:26:42 nb drkonqi-coredump-launcher[1133]: Failed to open for writing: "/run/gdm/home/gdm-greeter/.cache/drkonqi/crashes/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.1110.1759868802000000.ini"
Oct 07 22:26:42 nb drkonqi-coredump-launcher[1133]: Nothing handled the dump :O
Oct 07 22:26:42 nb systemd-logind[830]: New session '7' of user 'gdm-greeter-2' with class 'greeter' and type 'wayland'.
Oct 07 22:26:42 nb systemd[1]: Created slice User Slice of UID 60581.
Oct 07 22:26:42 nb systemd[1]: Starting User Runtime Directory /run/user/60581...
Oct 07 22:26:42 nb systemd[1]: Finished User Runtime Directory /run/user/60581.
Oct 07 22:26:42 nb systemd[1]: Starting User Manager for UID 60581...
Oct 07 22:26:42 nb (systemd)[1157]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter-2] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:42 nb (systemd)[1157]: pam_unix(systemd-user:session): session opened for user gdm-greeter-2(uid=60581) by gdm-greeter-2(uid=0)
Oct 07 22:26:42 nb systemd-logind[830]: New session '8' of user 'gdm-greeter-2' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:43 nb systemd[1157]: Queued start job for default target Main User Target.
Oct 07 22:26:43 nb systemd[1157]: Created slice User Application Slice.
Oct 07 22:26:43 nb systemd[1157]: Started Submitting pending crash events (file monitor).
Oct 07 22:26:43 nb systemd[1157]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:43 nb systemd[1157]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:43 nb systemd[1157]: Reached target Paths.
Oct 07 22:26:43 nb systemd[1157]: Reached target Timers.
Oct 07 22:26:43 nb systemd[1157]: Starting D-Bus User Message Bus Socket...
Oct 07 22:26:43 nb systemd[1157]: Listening on GnuPG network certificate management daemon.
Oct 07 22:26:43 nb systemd[1157]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Oct 07 22:26:43 nb systemd[1157]: Starting GCR ssh-agent wrapper...
Oct 07 22:26:43 nb systemd[1157]: Listening on GNOME Keyring daemon.
Oct 07 22:26:43 nb systemd[1157]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 07 22:26:43 nb systemd[1157]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 07 22:26:43 nb systemd[1157]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 07 22:26:43 nb systemd[1157]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 07 22:26:43 nb systemd[1157]: Listening on GnuPG public key management service.
Oct 07 22:26:43 nb systemd[1157]: Listening on p11-kit server.
Oct 07 22:26:43 nb systemd[1157]: Listening on PipeWire PulseAudio.
Oct 07 22:26:43 nb systemd[1157]: Listening on PipeWire Multimedia System Sockets.
Oct 07 22:26:43 nb systemd[1157]: Listening on Speech Dispatcher Socket.
Oct 07 22:26:43 nb systemd[1157]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:43 nb systemd[1157]: Listening on D-Bus User Message Bus Socket.
Oct 07 22:26:43 nb systemd[1157]: Listening on GCR ssh-agent wrapper.
Oct 07 22:26:43 nb systemd[1157]: Reached target Sockets.
Oct 07 22:26:43 nb systemd[1157]: Reached target Basic System.
Oct 07 22:26:43 nb systemd[1157]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:43 nb systemd[1157]: Reached target Main User Target.
Oct 07 22:26:43 nb systemd[1157]: Startup finished in 207ms.
Oct 07 22:26:43 nb systemd[1]: Started User Manager for UID 60581.
Oct 07 22:26:43 nb systemd[1]: Started Session 7 of User gdm-greeter-2.
Oct 07 22:26:43 nb systemd[1157]: Created slice User Core Session Slice.
Oct 07 22:26:43 nb systemd[1157]: Starting D-Bus User Message Bus...
Oct 07 22:26:43 nb dbus-broker-launch[1176]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Oct 07 22:26:43 nb dbus-broker-launch[1176]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Oct 07 22:26:43 nb dbus-broker-launch[1176]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Oct 07 22:26:43 nb dbus-broker-launch[1176]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Oct 07 22:26:43 nb systemd[1157]: Started D-Bus User Message Bus.
Oct 07 22:26:43 nb dbus-broker-launch[1176]: Ready
Oct 07 22:26:43 nb gnome-session-i[1179]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Oct 07 22:26:43 nb gnome-session-i[1179]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Oct 07 22:26:43 nb kernel: traps: gnome-session-i[1179] trap int3 ip:7f51da56eb8c sp:7ffcfca77320 error:0 in libglib-2.0.so.0.8600.0[64b8c,7f51da528000+a7000]
Oct 07 22:26:43 nb systemd-coredump[1187]: Process 1179 (gnome-session-i) of user 60581 terminated abnormally with signal 5/TRAP, processing...
Oct 07 22:26:43 nb systemd[1]: Started Process Core Dump (PID 1187/UID 0).
Oct 07 22:26:43 nb systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Oct 07 22:26:43 nb systemd-coredump[1188]: Process 1179 (gnome-session-i) of user 60581 dumped core.
Stack trace of thread 1179:
#0 0x00007f51da56eb8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007f51da56f2e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007f51da56f57a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007f51da56f904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x000056508357d686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007f51da227675 n/a (libc.so.6 + 0x27675)
#6 0x00007f51da227729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x000056508357dc95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 1185:
#0 0x00007f51da29f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f51da2931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f51da2931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f51da30da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f51da56a744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f51da56a825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007f51da56a872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007f51da5a187c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f51da2969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f51da31aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1184:
#0 0x00007f51da31876d syscall (libc.so.6 + 0x11876d)
#1 0x00007f51da5997ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007f51da5301cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007f51da5a2447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007f51da5a187c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007f51da2969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007f51da31aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1186:
#0 0x00007f51da29f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f51da2931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f51da2931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f51da30da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f51da56a744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f51da56a9d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007f51da7db264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007f51da5a187c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f51da2969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f51da31aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Oct 07 22:26:43 nb systemd[1]: systemd-coredump@3-24577-1187_1188-0.service: Deactivated successfully.
Oct 07 22:26:43 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:43 nb systemd[1]: session-7.scope: Deactivated successfully.
Oct 07 22:26:43 nb systemd-logind[830]: Session 7 logged out. Waiting for processes to exit.
Oct 07 22:26:43 nb systemd-logind[830]: Removed session 7.
Oct 07 22:26:43 nb gdm[905]: Gdm: Child process -1173 was already dead.
Oct 07 22:26:43 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:43 nb gdm[905]: Gdm: Child process -1173 was already dead.
Oct 07 22:26:43 nb systemd[1157]: Reached target Sound Card.
Oct 07 22:26:43 nb drkonqi-coredump-processor[1189]: "/usr/lib/gnome-session-init-worker" 1179 "/var/lib/systemd/coredump/core.gnome-session-i.60581.2eabd88cb3a84014824bffa58e78d829.1179.1759868803000000.zst"
Oct 07 22:26:43 nb systemd[1157]: Reached target Smart Card.
Oct 07 22:26:43 nb systemd[1157]: Started Launch DrKonqi for a systemd-coredump crash (PID 1189/UID 0).
Oct 07 22:26:43 nb systemd[1]: drkonqi-coredump-processor@3-24577-1187_1188-0.service: Deactivated successfully.
Oct 07 22:26:43 nb drkonqi-coredump-launcher[1214]: Unable to find file for pid 1179 expected at "kcrash-metadata/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.1179.ini"
Oct 07 22:26:43 nb systemd-logind[830]: New session '9' of user 'gdm-greeter' with class 'greeter' and type 'wayland'.
Oct 07 22:26:43 nb drkonqi-coredump-launcher[1214]: Failed to open for writing: "/run/gdm/home/gdm-greeter-2/.cache/drkonqi/crashes/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.1179.1759868803000000.ini"
Oct 07 22:26:43 nb drkonqi-coredump-launcher[1214]: Nothing handled the dump :O
Oct 07 22:26:43 nb systemd[1]: Created slice User Slice of UID 60582.
Oct 07 22:26:43 nb systemd[1]: Starting User Runtime Directory /run/user/60582...
Oct 07 22:26:43 nb systemd[1]: Finished User Runtime Directory /run/user/60582.
Oct 07 22:26:43 nb systemd[1]: Starting User Manager for UID 60582...
Oct 07 22:26:43 nb (systemd)[1226]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:43 nb (systemd)[1226]: pam_unix(systemd-user:session): session opened for user gdm-greeter(uid=60582) by gdm-greeter(uid=0)
Oct 07 22:26:43 nb systemd-logind[830]: New session '10' of user 'gdm-greeter' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:43 nb systemd[1226]: Queued start job for default target Main User Target.
Oct 07 22:26:43 nb systemd[1226]: Created slice User Application Slice.
Oct 07 22:26:43 nb systemd[1226]: Started Submitting pending crash events (file monitor).
Oct 07 22:26:43 nb systemd[1226]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:43 nb systemd[1226]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:43 nb systemd[1226]: Reached target Paths.
Oct 07 22:26:43 nb systemd[1226]: Reached target Timers.
Oct 07 22:26:43 nb systemd[1226]: Starting D-Bus User Message Bus Socket...
Oct 07 22:26:43 nb systemd[1226]: Listening on GnuPG network certificate management daemon.
Oct 07 22:26:43 nb systemd[1226]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Oct 07 22:26:43 nb systemd[1226]: Starting GCR ssh-agent wrapper...
Oct 07 22:26:43 nb systemd[1226]: Listening on GNOME Keyring daemon.
Oct 07 22:26:43 nb systemd[1226]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 07 22:26:43 nb systemd[1226]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 07 22:26:43 nb systemd[1226]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 07 22:26:43 nb systemd[1226]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 07 22:26:43 nb systemd[1226]: Listening on GnuPG public key management service.
Oct 07 22:26:43 nb systemd[1226]: Listening on p11-kit server.
Oct 07 22:26:43 nb systemd[1226]: Listening on PipeWire PulseAudio.
Oct 07 22:26:43 nb systemd[1226]: Listening on PipeWire Multimedia System Sockets.
Oct 07 22:26:43 nb systemd[1226]: Listening on Speech Dispatcher Socket.
Oct 07 22:26:43 nb systemd[1226]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:43 nb systemd[1226]: Listening on D-Bus User Message Bus Socket.
Oct 07 22:26:43 nb systemd[1226]: Listening on GCR ssh-agent wrapper.
Oct 07 22:26:43 nb systemd[1226]: Reached target Sockets.
Oct 07 22:26:43 nb systemd[1226]: Reached target Basic System.
Oct 07 22:26:43 nb systemd[1226]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:43 nb systemd[1226]: Reached target Main User Target.
Oct 07 22:26:43 nb systemd[1]: Started User Manager for UID 60582.
Oct 07 22:26:43 nb systemd[1226]: Startup finished in 214ms.
Oct 07 22:26:43 nb systemd[1]: Started Session 9 of User gdm-greeter.
Oct 07 22:26:43 nb systemd[1226]: Created slice User Core Session Slice.
Oct 07 22:26:43 nb systemd[1226]: Starting D-Bus User Message Bus...
Oct 07 22:26:43 nb dbus-broker-launch[1245]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Oct 07 22:26:43 nb dbus-broker-launch[1245]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Oct 07 22:26:43 nb dbus-broker-launch[1245]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Oct 07 22:26:43 nb dbus-broker-launch[1245]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Oct 07 22:26:43 nb systemd[1226]: Started D-Bus User Message Bus.
Oct 07 22:26:43 nb dbus-broker-launch[1245]: Ready
Oct 07 22:26:43 nb gnome-session-i[1248]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Oct 07 22:26:43 nb gnome-session-i[1248]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Oct 07 22:26:43 nb kernel: traps: gnome-session-i[1248] trap int3 ip:7f72d75d6b8c sp:7ffe3e0066d0 error:0 in libglib-2.0.so.0.8600.0[64b8c,7f72d7590000+a7000]
Oct 07 22:26:43 nb systemd-coredump[1256]: Process 1248 (gnome-session-i) of user 60582 terminated abnormally with signal 5/TRAP, processing...
Oct 07 22:26:43 nb systemd[1]: Started Process Core Dump (PID 1256/UID 0).
Oct 07 22:26:43 nb systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Oct 07 22:26:43 nb systemd-coredump[1257]: Process 1248 (gnome-session-i) of user 60582 dumped core.
Stack trace of thread 1248:
#0 0x00007f72d75d6b8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007f72d75d72e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007f72d75d757a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007f72d75d7904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x000055fb51add686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007f72d7227675 n/a (libc.so.6 + 0x27675)
#6 0x00007f72d7227729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x000055fb51addc95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 1253:
#0 0x00007f72d731876d syscall (libc.so.6 + 0x11876d)
#1 0x00007f72d76017ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007f72d75981cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007f72d760a447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007f72d760987c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007f72d72969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007f72d731aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1254:
#0 0x00007f72d729f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f72d72931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f72d72931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f72d730da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f72d75d2744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f72d75d2825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007f72d75d2872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007f72d760987c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f72d72969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f72d731aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1255:
#0 0x00007f72d729f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f72d72931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f72d72931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f72d730da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f72d75d2744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f72d75d29d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007f72d7843264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007f72d760987c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f72d72969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f72d731aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Oct 07 22:26:43 nb systemd[1]: systemd-coredump@4-32769-1256_1257-0.service: Deactivated successfully.
Oct 07 22:26:43 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:43 nb systemd[1]: session-9.scope: Deactivated successfully.
Oct 07 22:26:43 nb systemd-logind[830]: Session 9 logged out. Waiting for processes to exit.
Oct 07 22:26:43 nb systemd-logind[830]: Removed session 9.
Oct 07 22:26:43 nb drkonqi-coredump-processor[1258]: "/usr/lib/gnome-session-init-worker" 1248 "/var/lib/systemd/coredump/core.gnome-session-i.60582.2eabd88cb3a84014824bffa58e78d829.1248.1759868803000000.zst"
Oct 07 22:26:43 nb gdm[905]: Gdm: Child process -1242 was already dead.
Oct 07 22:26:43 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:43 nb gdm[905]: Gdm: Child process -1242 was already dead.
Oct 07 22:26:43 nb systemd[1226]: Started Launch DrKonqi for a systemd-coredump crash (PID 1258/UID 0).
Oct 07 22:26:43 nb systemd[1]: drkonqi-coredump-processor@4-32769-1256_1257-0.service: Deactivated successfully.
Oct 07 22:26:43 nb systemd[1226]: Reached target Sound Card.
Oct 07 22:26:43 nb systemd[1226]: Reached target Smart Card.
Oct 07 22:26:43 nb drkonqi-coredump-launcher[1272]: Unable to find file for pid 1248 expected at "kcrash-metadata/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.1248.ini"
Oct 07 22:26:43 nb drkonqi-coredump-launcher[1272]: Failed to open for writing: "/run/gdm/home/gdm-greeter/.cache/drkonqi/crashes/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.1248.1759868803000000.ini"
Oct 07 22:26:43 nb drkonqi-coredump-launcher[1272]: Nothing handled the dump :O
Oct 07 22:26:43 nb systemd-logind[830]: New session '11' of user 'gdm-greeter-2' with class 'greeter' and type 'wayland'.
Oct 07 22:26:43 nb systemd[1]: Created slice User Slice of UID 60583.
Oct 07 22:26:43 nb systemd[1]: Starting User Runtime Directory /run/user/60583...
Oct 07 22:26:43 nb systemd[1]: Finished User Runtime Directory /run/user/60583.
Oct 07 22:26:43 nb systemd[1]: Starting User Manager for UID 60583...
Oct 07 22:26:43 nb (systemd)[1295]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter-2] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:43 nb (systemd)[1295]: pam_unix(systemd-user:session): session opened for user gdm-greeter-2(uid=60583) by gdm-greeter-2(uid=0)
Oct 07 22:26:43 nb systemd-logind[830]: New session '12' of user 'gdm-greeter-2' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:44 nb systemd[1295]: Queued start job for default target Main User Target.
Oct 07 22:26:44 nb ModemManager[885]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:02.2/0000:02:00.0': not supported by any plugin
Oct 07 22:26:44 nb ModemManager[885]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:02.3/0000:03:00.0': not supported by any plugin
Oct 07 22:26:44 nb systemd[1295]: Created slice User Application Slice.
Oct 07 22:26:44 nb systemd[1295]: Started Submitting pending crash events (file monitor).
Oct 07 22:26:44 nb systemd[1295]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:44 nb systemd[1295]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:44 nb systemd[1295]: Reached target Paths.
Oct 07 22:26:44 nb systemd[1295]: Reached target Timers.
Oct 07 22:26:44 nb systemd[1295]: Starting D-Bus User Message Bus Socket...
Oct 07 22:26:44 nb systemd[1295]: Listening on GnuPG network certificate management daemon.
Oct 07 22:26:44 nb systemd[1295]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Oct 07 22:26:44 nb systemd[1295]: Starting GCR ssh-agent wrapper...
Oct 07 22:26:44 nb systemd[1295]: Listening on GNOME Keyring daemon.
Oct 07 22:26:44 nb systemd[1295]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 07 22:26:44 nb systemd[1295]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 07 22:26:44 nb systemd[1295]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 07 22:26:44 nb systemd[1295]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 07 22:26:44 nb systemd[1295]: Listening on GnuPG public key management service.
Oct 07 22:26:44 nb systemd[1295]: Listening on p11-kit server.
Oct 07 22:26:44 nb systemd[1295]: Listening on PipeWire PulseAudio.
Oct 07 22:26:44 nb systemd[1295]: Listening on PipeWire Multimedia System Sockets.
Oct 07 22:26:44 nb systemd[1295]: Listening on Speech Dispatcher Socket.
Oct 07 22:26:44 nb systemd[1295]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:44 nb systemd[1295]: Listening on D-Bus User Message Bus Socket.
Oct 07 22:26:44 nb systemd[1295]: Listening on GCR ssh-agent wrapper.
Oct 07 22:26:44 nb systemd[1295]: Reached target Sockets.
Oct 07 22:26:44 nb systemd[1295]: Reached target Basic System.
Oct 07 22:26:44 nb systemd[1295]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:44 nb systemd[1295]: Reached target Main User Target.
Oct 07 22:26:44 nb systemd[1]: Started User Manager for UID 60583.
Oct 07 22:26:44 nb systemd[1295]: Startup finished in 213ms.
Oct 07 22:26:44 nb systemd[1]: Started Session 11 of User gdm-greeter-2.
Oct 07 22:26:44 nb systemd[1295]: Created slice User Core Session Slice.
Oct 07 22:26:44 nb systemd[1295]: Starting D-Bus User Message Bus...
Oct 07 22:26:44 nb dbus-broker-launch[1314]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Oct 07 22:26:44 nb dbus-broker-launch[1314]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Oct 07 22:26:44 nb dbus-broker-launch[1314]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Oct 07 22:26:44 nb dbus-broker-launch[1314]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Oct 07 22:26:44 nb systemd[1295]: Started D-Bus User Message Bus.
Oct 07 22:26:44 nb dbus-broker-launch[1314]: Ready
Oct 07 22:26:44 nb gnome-session-i[1317]: Starting GNOME session target: gnome-session-x11@gnome-login.target
Oct 07 22:26:44 nb gnome-session-i[1317]: Failed to start unit gnome-session-x11@gnome-login.target: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-x11@gnome-login.target not found.
Oct 07 22:26:44 nb kernel: traps: gnome-session-i[1317] trap int3 ip:7f54be9e9b8c sp:7ffdee49ac50 error:0 in libglib-2.0.so.0.8600.0[64b8c,7f54be9a3000+a7000]
Oct 07 22:26:44 nb systemd-coredump[1325]: Process 1317 (gnome-session-i) of user 60583 terminated abnormally with signal 5/TRAP, processing...
Oct 07 22:26:44 nb systemd[1]: Started Process Core Dump (PID 1325/UID 0).
Oct 07 22:26:44 nb systemd[1]: Started Pass systemd-coredump journal entries to relevant user for potential DrKonqi handling.
Oct 07 22:26:44 nb systemd-coredump[1326]: Process 1317 (gnome-session-i) of user 60583 dumped core.
Stack trace of thread 1317:
#0 0x00007f54be9e9b8c g_log_structured_array (libglib-2.0.so.0 + 0x64b8c)
#1 0x00007f54be9ea2e0 g_log_default_handler (libglib-2.0.so.0 + 0x652e0)
#2 0x00007f54be9ea57a g_logv (libglib-2.0.so.0 + 0x6557a)
#3 0x00007f54be9ea904 g_log (libglib-2.0.so.0 + 0x65904)
#4 0x000055d994e5f686 n/a (/usr/lib/gnome-session-init-worker + 0x2686)
#5 0x00007f54be627675 n/a (libc.so.6 + 0x27675)
#6 0x00007f54be627729 __libc_start_main (libc.so.6 + 0x27729)
#7 0x000055d994e5fc95 n/a (/usr/lib/gnome-session-init-worker + 0x2c95)
Stack trace of thread 1323:
#0 0x00007f54be69f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f54be6931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f54be6931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f54be70da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f54be9e5744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f54be9e5825 g_main_context_iteration (libglib-2.0.so.0 + 0x60825)
#6 0x00007f54be9e5872 n/a (libglib-2.0.so.0 + 0x60872)
#7 0x00007f54bea1c87c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f54be6969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f54be71aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1324:
#0 0x00007f54be69f042 n/a (libc.so.6 + 0x9f042)
#1 0x00007f54be6931ac n/a (libc.so.6 + 0x931ac)
#2 0x00007f54be6931f4 n/a (libc.so.6 + 0x931f4)
#3 0x00007f54be70da36 ppoll (libc.so.6 + 0x10da36)
#4 0x00007f54be9e5744 n/a (libglib-2.0.so.0 + 0x60744)
#5 0x00007f54be9e59d7 g_main_loop_run (libglib-2.0.so.0 + 0x609d7)
#6 0x00007f54bec56264 n/a (libgio-2.0.so.0 + 0x11a264)
#7 0x00007f54bea1c87c n/a (libglib-2.0.so.0 + 0x9787c)
#8 0x00007f54be6969cb n/a (libc.so.6 + 0x969cb)
#9 0x00007f54be71aa0c n/a (libc.so.6 + 0x11aa0c)
Stack trace of thread 1322:
#0 0x00007f54be71876d syscall (libc.so.6 + 0x11876d)
#1 0x00007f54bea147ee g_cond_wait (libglib-2.0.so.0 + 0x8f7ee)
#2 0x00007f54be9ab1cd n/a (libglib-2.0.so.0 + 0x261cd)
#3 0x00007f54bea1d447 n/a (libglib-2.0.so.0 + 0x98447)
#4 0x00007f54bea1c87c n/a (libglib-2.0.so.0 + 0x9787c)
#5 0x00007f54be6969cb n/a (libc.so.6 + 0x969cb)
#6 0x00007f54be71aa0c n/a (libc.so.6 + 0x11aa0c)
ELF object binary architecture: AMD x86-64
Oct 07 22:26:44 nb systemd[1]: systemd-coredump@5-20482-1325_1326-0.service: Deactivated successfully.
Oct 07 22:26:44 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:44 nb systemd[1]: session-11.scope: Deactivated successfully.
Oct 07 22:26:44 nb systemd-logind[830]: Session 11 logged out. Waiting for processes to exit.
Oct 07 22:26:44 nb systemd-logind[830]: Removed session 11.
Oct 07 22:26:44 nb gdm[905]: Gdm: Child process -1311 was already dead.
Oct 07 22:26:44 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:44 nb gdm[905]: Gdm: Child process -1311 was already dead.
Oct 07 22:26:44 nb systemd[1295]: Reached target Sound Card.
Oct 07 22:26:44 nb systemd[1295]: Reached target Smart Card.
Oct 07 22:26:44 nb drkonqi-coredump-processor[1327]: "/usr/lib/gnome-session-init-worker" 1317 "/var/lib/systemd/coredump/core.gnome-session-i.60583.2eabd88cb3a84014824bffa58e78d829.1317.1759868804000000.zst"
Oct 07 22:26:44 nb systemd[1295]: Started Launch DrKonqi for a systemd-coredump crash (PID 1327/UID 0).
Oct 07 22:26:44 nb systemd[1]: drkonqi-coredump-processor@5-20482-1325_1326-0.service: Deactivated successfully.
Oct 07 22:26:44 nb systemd-logind[830]: New session '13' of user 'gdm-greeter' with class 'greeter' and type 'x11'.
Oct 07 22:26:44 nb systemd[1]: Created slice User Slice of UID 60584.
Oct 07 22:26:44 nb drkonqi-coredump-launcher[1352]: Unable to find file for pid 1317 expected at "kcrash-metadata/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.1317.ini"
Oct 07 22:26:44 nb drkonqi-coredump-launcher[1352]: Failed to open for writing: "/run/gdm/home/gdm-greeter-2/.cache/drkonqi/crashes/gnome-session-init-worker.2eabd88cb3a84014824bffa58e78d829.1317.1759868804000000.ini"
Oct 07 22:26:44 nb drkonqi-coredump-launcher[1352]: Nothing handled the dump :O
Oct 07 22:26:44 nb systemd[1]: Starting User Runtime Directory /run/user/60584...
Oct 07 22:26:44 nb wpa_supplicant[900]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CH
Oct 07 22:26:44 nb wpa_supplicant[900]: p2p-dev-wlp3s0: Channel list changed: 6 GHz was enabled
Oct 07 22:26:44 nb wpa_supplicant[900]: wlp3s0: Channel list changed: 6 GHz was enabled
Oct 07 22:26:44 nb wpa_supplicant[900]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CH
Oct 07 22:26:44 nb systemd[1]: Finished User Runtime Directory /run/user/60584.
Oct 07 22:26:44 nb systemd[1]: Starting User Manager for UID 60584...
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.4881] policy: auto-activating connection 'wifi 1' (399e5bb3-262f-4909-a10d-c2ddf03747d7)
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.4885] device (wlp3s0): Activation: starting connection 'wifi 1' (399e5bb3-262f-4909-a10d-c2ddf03747d7)
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.4885] device (wlp3s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.4887] manager: NetworkManager state is now CONNECTING
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5070] device (wlp3s0): set-hw-addr: reset MAC address to 04:CF:4B:XX:XX:XX (preserve)
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5084] device (wlp3s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5087] device (wlp3s0): Activation: (wifi) access point 'wifi 1' has security, but secrets are required.
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5087] device (wlp3s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5093] device (wlp3s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5096] device (wlp3s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5097] device (wlp3s0): Activation: (wifi) connection 'wifi 1' has security, and secrets exist. No new secrets needed.
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5098] Config: added 'ssid' value 'wifi'
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5098] Config: added 'scan_ssid' value '1'
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5098] Config: added 'bgscan' value 'simple:30:-65:300'
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5098] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5098] Config: added 'psk' value '<hidden>'
Oct 07 22:26:44 nb (systemd)[1364]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:44 nb (systemd)[1364]: pam_unix(systemd-user:session): session opened for user gdm-greeter(uid=60584) by gdm-greeter(uid=0)
Oct 07 22:26:44 nb systemd-logind[830]: New session '14' of user 'gdm-greeter' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5356] device (wlp3s0): supplicant interface state: disconnected -> inactive
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5356] device (p2p-dev-wlp3s0): supplicant management interface state: disconnected -> inactive
Oct 07 22:26:44 nb wpa_supplicant[900]: wlp3s0: SME: Trying to authenticate with 60:22:32:XX:XX:XX (SSID='wifi' freq=5200 MHz)
Oct 07 22:26:44 nb kernel: wlp3s0: authenticate with 60:22:32:XX:XX:XX (local address=04:cf:4b:XX:XX:XX)
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5450] device (wlp3s0): supplicant interface state: inactive -> authenticating
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5450] device (p2p-dev-wlp3s0): supplicant management interface state: inactive -> authenticating
Oct 07 22:26:44 nb kernel: wlp3s0: send auth to 60:22:32:XX:XX:XX (try 1/3)
Oct 07 22:26:44 nb kernel: wlp3s0: authenticated
Oct 07 22:26:44 nb wpa_supplicant[900]: wlp3s0: Trying to associate with 60:22:32:XX:XX:XX (SSID='wifi' freq=5200 MHz)
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5781] device (wlp3s0): supplicant interface state: authenticating -> associating
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.5782] device (p2p-dev-wlp3s0): supplicant management interface state: authenticating -> associating
Oct 07 22:26:44 nb kernel: wlp3s0: associate with 60:22:32:XX:XX:XX (try 1/3)
Oct 07 22:26:44 nb kernel: wlp3s0: RX AssocResp from 60:22:32:XX:XX:XX (capab=0x1111 status=0 aid=9)
Oct 07 22:26:44 nb kernel: wlp3s0: associated
Oct 07 22:26:44 nb wpa_supplicant[900]: wlp3s0: Associated with 60:22:32:XX:XX:XX
Oct 07 22:26:44 nb wpa_supplicant[900]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Oct 07 22:26:44 nb wpa_supplicant[900]: wlp3s0: WPA: Key negotiation completed with 60:22:32:XX:X:XX [PTK=CCMP GTK=CCMP]
Oct 07 22:26:44 nb wpa_supplicant[900]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to 60:22:32:XX:XX:XX completed [id=0 id_str=]
Oct 07 22:26:44 nb kernel: wlp3s0: Limiting TX power to 23 (23 - 0) dBm as advertised by 60:22:32:XX:XX:XX
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.6561] device (wlp3s0): supplicant interface state: associating -> completed
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.6562] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "wifi"
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.6562] device (p2p-dev-wlp3s0): supplicant management interface state: associating -> completed
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.6563] device (wlp3s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.6568] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.6773] dhcp4 (wlp3s0): state changed new lease, address=172.16.90.117, acd pending
Oct 07 22:26:44 nb systemd[1364]: Queued start job for default target Main User Target.
Oct 07 22:26:44 nb systemd[1364]: Created slice User Application Slice.
Oct 07 22:26:44 nb systemd[1364]: Started Submitting pending crash events (file monitor).
Oct 07 22:26:44 nb systemd[1364]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:44 nb systemd[1364]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:44 nb systemd[1364]: Reached target Paths.
Oct 07 22:26:44 nb systemd[1364]: Reached target Timers.
Oct 07 22:26:44 nb systemd[1364]: Starting D-Bus User Message Bus Socket...
Oct 07 22:26:44 nb systemd[1364]: Listening on GnuPG network certificate management daemon.
Oct 07 22:26:44 nb systemd[1364]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Oct 07 22:26:44 nb systemd[1364]: Starting GCR ssh-agent wrapper...
Oct 07 22:26:44 nb systemd[1364]: Listening on GNOME Keyring daemon.
Oct 07 22:26:44 nb systemd[1364]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 07 22:26:44 nb systemd[1364]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 07 22:26:44 nb systemd[1364]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 07 22:26:44 nb systemd[1364]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 07 22:26:44 nb systemd[1364]: Listening on GnuPG public key management service.
Oct 07 22:26:44 nb systemd[1364]: Listening on p11-kit server.
Oct 07 22:26:44 nb systemd[1364]: Listening on PipeWire PulseAudio.
Oct 07 22:26:44 nb systemd[1364]: Listening on PipeWire Multimedia System Sockets.
Oct 07 22:26:44 nb systemd[1364]: Listening on Speech Dispatcher Socket.
Oct 07 22:26:44 nb systemd[1364]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:44 nb systemd[1364]: Listening on D-Bus User Message Bus Socket.
Oct 07 22:26:44 nb systemd[1364]: Listening on GCR ssh-agent wrapper.
Oct 07 22:26:44 nb systemd[1364]: Reached target Sockets.
Oct 07 22:26:44 nb systemd[1364]: Reached target Basic System.
Oct 07 22:26:44 nb systemd[1364]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:44 nb systemd[1364]: Reached target Main User Target.
Oct 07 22:26:44 nb systemd[1364]: Startup finished in 212ms.
Oct 07 22:26:44 nb systemd[1]: Started User Manager for UID 60584.
Oct 07 22:26:44 nb systemd[1]: Started Session 13 of User gdm-greeter.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (--) Log file renamed from "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.pid-1389.log" to "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.0.log"
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: X.Org X Server 1.21.1.18
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: X Protocol Version 11, Revision 0
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Current Operating System: Linux nb 6.16.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 02 Oct 2025 19:26:36 +0000 x86_64
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards root=/dev/mapper/cryptroot resume=UUID=598cd35f-c56d-441c-957a-013be5a02667 rw audit=0 iommu=pt
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]:
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Current version of pixman: 0.46.4
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Before reporting problems, check http://wiki.x.org
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: to make sure that you have the latest version.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Markers: (--) probed, (**) from config file, (==) default setting,
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (++) from command line, (!!) notice, (II) informational,
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) Log file: "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.0.log", Time: Tue Oct 7 22:26:44 2025
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) No Layout section. Using the first Screen section.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) No screen section available. Using defaults.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (**) |-->Screen "Default Screen Section" (0)
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (**) | |-->Monitor "<default monitor>"
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) No device specified for screen "Default Screen Section".
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Using the first device section listed.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (**) | |-->Device "AMD"
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) No monitor specified for screen "Default Screen Section".
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Using a default monitor configuration.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (**) Allowing byte-swapped clients
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) Automatically adding devices
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) Automatically enabling devices
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) Automatically adding GPU devices
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) Automatically binding GPU devices
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Entry deleted from font path.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Entry deleted from font path.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Entry deleted from font path.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) FontPath set to:
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: /usr/share/fonts/misc,
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: /usr/share/fonts/TTF,
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: /usr/share/fonts/OTF
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (==) ModulePath set to "/usr/lib/xorg/modules"
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (II) The server relies on udev to provide the list of input devices.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: If no devices become available, reconfigure udev or disable AutoAddDevices.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (II) Module ABI versions:
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: X.Org ANSI C Emulation: 0.4
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: X.Org Video Driver: 25.2
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: X.Org XInput driver : 24.4
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: X.Org Server Extension : 10.0
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (++) using VT number 1
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_313
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (II) xfree86: Adding drm device (/dev/dri/card1)
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card1
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (--) PCI:*(5@0:0:0) 1002:1638:17aa:5095 rev 209, Mem @ 0x860000000/268435456, 0x870000000/2097152, 0xfd300000/524288, I/O @ 0x00001000/256
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (II) LoadModule: "glx"
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (II) Module glx: vendor="X.Org Foundation"
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: compiled for 1.21.1.18, module version = 1.0.0
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: ABI class: X.Org Server Extension, version 10.0
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (II) LoadModule: "amdgpu"
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (WW) Warning, couldn't open module amdgpu
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (EE) Failed to load module "amdgpu" (module does not exist, 0)
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (EE) No drivers available.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (EE)
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Fatal server error:
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (EE) no screens found(EE)
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (EE)
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: Please consult the The X.Org Foundation support
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: at http://wiki.x.org
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: for help.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (EE) Please also check the log file at "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.0.log" for additional information.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (EE)
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.8316] dhcp4 (wlp3s0): state changed new lease, address=172.16.90.117
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.8348] policy: set 'wifi 1' (wlp3s0) as default for IPv4 routing and DNS
Oct 07 22:26:44 nb systemd-resolved[611]: wlp3s0: Bus client set default route setting: yes
Oct 07 22:26:44 nb systemd-resolved[611]: wlp3s0: Bus client set DNS server list to: 172.16.50.120, 172.16.90.1
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1389]: (EE) Server terminated with error (1). Closing log file.
Oct 07 22:26:44 nb systemd[1]: systemd-rfkill.service: Deactivated successfully.
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.8584] device (wlp3s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.8603] device (wlp3s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.8605] device (wlp3s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.8607] manager: NetworkManager state is now CONNECTED_SITE
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.8618] device (wlp3s0): Activation: successful, device activated.
Oct 07 22:26:44 nb wpa_supplicant[900]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-41 noise=9999 txrate=245000
Oct 07 22:26:44 nb systemd-resolved[611]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 172.16.50.120.
Oct 07 22:26:44 nb /usr/lib/gdm-x-session[1387]: Unable to run X server
Oct 07 22:26:44 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:44 nb systemd[1]: session-13.scope: Deactivated successfully.
Oct 07 22:26:44 nb systemd-logind[830]: Session 13 logged out. Waiting for processes to exit.
Oct 07 22:26:44 nb systemd-logind[830]: Removed session 13.
Oct 07 22:26:44 nb gdm[905]: Gdm: Child process -1387 was already dead.
Oct 07 22:26:44 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:44 nb gdm[905]: Gdm: Child process -1387 was already dead.
Oct 07 22:26:44 nb systemd[1]: Created slice User Slice of UID 60585.
Oct 07 22:26:44 nb systemd[1]: Starting User Runtime Directory /run/user/60585...
Oct 07 22:26:44 nb systemd[1364]: Reached target Sound Card.
Oct 07 22:26:44 nb systemd-logind[830]: New session '15' of user 'gdm-greeter-2' with class 'greeter' and type 'x11'.
Oct 07 22:26:44 nb systemd[1364]: Reached target Smart Card.
Oct 07 22:26:44 nb NetworkManager[825]: <info> [1759868804.9353] manager: NetworkManager state is now CONNECTED_GLOBAL
Oct 07 22:26:44 nb systemd[1]: Finished User Runtime Directory /run/user/60585.
Oct 07 22:26:44 nb systemd[1]: Starting User Manager for UID 60585...
Oct 07 22:26:44 nb (systemd)[1419]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter-2] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:45 nb (systemd)[1419]: pam_unix(systemd-user:session): session opened for user gdm-greeter-2(uid=60585) by gdm-greeter-2(uid=0)
Oct 07 22:26:45 nb systemd-logind[830]: New session '16' of user 'gdm-greeter-2' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:45 nb systemd[1419]: Queued start job for default target Main User Target.
Oct 07 22:26:45 nb systemd[1419]: Created slice User Application Slice.
Oct 07 22:26:45 nb systemd[1419]: Started Submitting pending crash events (file monitor).
Oct 07 22:26:45 nb systemd[1419]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:45 nb systemd[1419]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:45 nb systemd[1419]: Reached target Paths.
Oct 07 22:26:45 nb systemd[1419]: Reached target Timers.
Oct 07 22:26:45 nb systemd[1419]: Starting D-Bus User Message Bus Socket...
Oct 07 22:26:45 nb systemd[1419]: Listening on GnuPG network certificate management daemon.
Oct 07 22:26:45 nb systemd[1419]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Oct 07 22:26:45 nb systemd[1419]: Starting GCR ssh-agent wrapper...
Oct 07 22:26:45 nb systemd[1419]: Listening on GNOME Keyring daemon.
Oct 07 22:26:45 nb systemd[1419]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 07 22:26:45 nb systemd[1419]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 07 22:26:45 nb systemd[1419]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 07 22:26:45 nb systemd[1419]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 07 22:26:45 nb systemd[1419]: Listening on GnuPG public key management service.
Oct 07 22:26:45 nb systemd[1419]: Listening on p11-kit server.
Oct 07 22:26:45 nb systemd[1419]: Listening on PipeWire PulseAudio.
Oct 07 22:26:45 nb systemd[1419]: Listening on PipeWire Multimedia System Sockets.
Oct 07 22:26:45 nb systemd[1419]: Listening on Speech Dispatcher Socket.
Oct 07 22:26:45 nb systemd[1419]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:45 nb systemd[1419]: Listening on D-Bus User Message Bus Socket.
Oct 07 22:26:45 nb systemd[1419]: Listening on GCR ssh-agent wrapper.
Oct 07 22:26:45 nb systemd[1419]: Reached target Sockets.
Oct 07 22:26:45 nb systemd[1419]: Reached target Basic System.
Oct 07 22:26:45 nb systemd[1419]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:45 nb systemd[1419]: Reached target Main User Target.
Oct 07 22:26:45 nb systemd[1419]: Startup finished in 217ms.
Oct 07 22:26:45 nb systemd[1]: Started User Manager for UID 60585.
Oct 07 22:26:45 nb systemd[1]: Started Session 15 of User gdm-greeter-2.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (--) Log file renamed from "/run/gdm/home/gdm-greeter-2/.local/share/xorg/Xorg.pid-1437.log" to "/run/gdm/home/gdm-greeter-2/.local/share/xorg/Xorg.0.log"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: X.Org X Server 1.21.1.18
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: X Protocol Version 11, Revision 0
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Current Operating System: Linux nb 6.16.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 02 Oct 2025 19:26:36 +0000 x86_64
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards root=/dev/mapper/cryptroot resume=UUID=598cd35f-c56d-441c-957a-013be5a02667 rw audit=0 iommu=pt
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]:
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Current version of pixman: 0.46.4
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Before reporting problems, check http://wiki.x.org
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: to make sure that you have the latest version.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Markers: (--) probed, (**) from config file, (==) default setting,
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (++) from command line, (!!) notice, (II) informational,
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) Log file: "/run/gdm/home/gdm-greeter-2/.local/share/xorg/Xorg.0.log", Time: Tue Oct 7 22:26:45 2025
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) No Layout section. Using the first Screen section.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) No screen section available. Using defaults.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (**) |-->Screen "Default Screen Section" (0)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (**) | |-->Monitor "<default monitor>"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) No device specified for screen "Default Screen Section".
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Using the first device section listed.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (**) | |-->Device "AMD"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) No monitor specified for screen "Default Screen Section".
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Using a default monitor configuration.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (**) Allowing byte-swapped clients
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) Automatically adding devices
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) Automatically enabling devices
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) Automatically adding GPU devices
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) Automatically binding GPU devices
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Entry deleted from font path.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Entry deleted from font path.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Entry deleted from font path.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) FontPath set to:
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: /usr/share/fonts/misc,
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: /usr/share/fonts/TTF,
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: /usr/share/fonts/OTF
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (==) ModulePath set to "/usr/lib/xorg/modules"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (II) The server relies on udev to provide the list of input devices.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: If no devices become available, reconfigure udev or disable AutoAddDevices.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (II) Module ABI versions:
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: X.Org ANSI C Emulation: 0.4
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: X.Org Video Driver: 25.2
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: X.Org XInput driver : 24.4
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: X.Org Server Extension : 10.0
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (++) using VT number 1
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_315
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (II) xfree86: Adding drm device (/dev/dri/card1)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card1
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (--) PCI:*(5@0:0:0) 1002:1638:17aa:5095 rev 209, Mem @ 0x860000000/268435456, 0x870000000/2097152, 0xfd300000/524288, I/O @ 0x00001000/256
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (II) LoadModule: "glx"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (II) Module glx: vendor="X.Org Foundation"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: compiled for 1.21.1.18, module version = 1.0.0
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: ABI class: X.Org Server Extension, version 10.0
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (II) LoadModule: "amdgpu"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (WW) Warning, couldn't open module amdgpu
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (EE) Failed to load module "amdgpu" (module does not exist, 0)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (EE) No drivers available.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (EE)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Fatal server error:
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (EE) no screens found(EE)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (EE)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: Please consult the The X.Org Foundation support
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: at http://wiki.x.org
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: for help.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (EE) Please also check the log file at "/run/gdm/home/gdm-greeter-2/.local/share/xorg/Xorg.0.log" for additional information.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (EE)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1437]: (EE) Server terminated with error (1). Closing log file.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1435]: Unable to run X server
Oct 07 22:26:45 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:45 nb systemd[1]: session-15.scope: Deactivated successfully.
Oct 07 22:26:45 nb systemd-logind[830]: Session 15 logged out. Waiting for processes to exit.
Oct 07 22:26:45 nb systemd-logind[830]: Removed session 15.
Oct 07 22:26:45 nb gdm[905]: Gdm: Child process -1435 was already dead.
Oct 07 22:26:45 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:45 nb gdm[905]: Gdm: Child process -1435 was already dead.
Oct 07 22:26:45 nb systemd[1419]: Reached target Sound Card.
Oct 07 22:26:45 nb systemd[1419]: Reached target Smart Card.
Oct 07 22:26:45 nb systemd-logind[830]: New session '17' of user 'gdm-greeter' with class 'greeter' and type 'x11'.
Oct 07 22:26:45 nb systemd[1]: Created slice User Slice of UID 60586.
Oct 07 22:26:45 nb systemd[1]: Starting User Runtime Directory /run/user/60586...
Oct 07 22:26:45 nb systemd[1]: Finished User Runtime Directory /run/user/60586.
Oct 07 22:26:45 nb systemd[1]: Starting User Manager for UID 60586...
Oct 07 22:26:45 nb (systemd)[1467]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:45 nb (systemd)[1467]: pam_unix(systemd-user:session): session opened for user gdm-greeter(uid=60586) by gdm-greeter(uid=0)
Oct 07 22:26:45 nb systemd-logind[830]: New session '18' of user 'gdm-greeter' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:45 nb systemd[1467]: Queued start job for default target Main User Target.
Oct 07 22:26:45 nb systemd[1467]: Created slice User Application Slice.
Oct 07 22:26:45 nb systemd[1467]: Started Submitting pending crash events (file monitor).
Oct 07 22:26:45 nb systemd[1467]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:45 nb systemd[1467]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:45 nb systemd[1467]: Reached target Paths.
Oct 07 22:26:45 nb systemd[1467]: Reached target Timers.
Oct 07 22:26:45 nb systemd[1467]: Starting D-Bus User Message Bus Socket...
Oct 07 22:26:45 nb systemd[1467]: Listening on GnuPG network certificate management daemon.
Oct 07 22:26:45 nb systemd[1467]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Oct 07 22:26:45 nb systemd[1467]: Starting GCR ssh-agent wrapper...
Oct 07 22:26:45 nb systemd[1467]: Listening on GNOME Keyring daemon.
Oct 07 22:26:45 nb systemd[1467]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 07 22:26:45 nb systemd[1467]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 07 22:26:45 nb systemd[1467]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 07 22:26:45 nb systemd[1467]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 07 22:26:45 nb systemd[1467]: Listening on GnuPG public key management service.
Oct 07 22:26:45 nb systemd[1467]: Listening on p11-kit server.
Oct 07 22:26:45 nb systemd[1467]: Listening on PipeWire PulseAudio.
Oct 07 22:26:45 nb systemd[1467]: Listening on PipeWire Multimedia System Sockets.
Oct 07 22:26:45 nb systemd[1467]: Listening on Speech Dispatcher Socket.
Oct 07 22:26:45 nb systemd[1467]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:45 nb systemd[1467]: Listening on D-Bus User Message Bus Socket.
Oct 07 22:26:45 nb systemd[1467]: Listening on GCR ssh-agent wrapper.
Oct 07 22:26:45 nb systemd[1467]: Reached target Sockets.
Oct 07 22:26:45 nb systemd[1467]: Reached target Basic System.
Oct 07 22:26:45 nb systemd[1467]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:45 nb systemd[1467]: Reached target Main User Target.
Oct 07 22:26:45 nb systemd[1]: Started User Manager for UID 60586.
Oct 07 22:26:45 nb systemd[1467]: Startup finished in 211ms.
Oct 07 22:26:45 nb systemd[1]: Started Session 17 of User gdm-greeter.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (--) Log file renamed from "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.pid-1485.log" to "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.0.log"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: X.Org X Server 1.21.1.18
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: X Protocol Version 11, Revision 0
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Current Operating System: Linux nb 6.16.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 02 Oct 2025 19:26:36 +0000 x86_64
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards root=/dev/mapper/cryptroot resume=UUID=598cd35f-c56d-441c-957a-013be5a02667 rw audit=0 iommu=pt
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]:
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Current version of pixman: 0.46.4
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Before reporting problems, check http://wiki.x.org
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: to make sure that you have the latest version.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Markers: (--) probed, (**) from config file, (==) default setting,
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (++) from command line, (!!) notice, (II) informational,
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) Log file: "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.0.log", Time: Tue Oct 7 22:26:45 2025
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) No Layout section. Using the first Screen section.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) No screen section available. Using defaults.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (**) |-->Screen "Default Screen Section" (0)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (**) | |-->Monitor "<default monitor>"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) No device specified for screen "Default Screen Section".
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Using the first device section listed.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (**) | |-->Device "AMD"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) No monitor specified for screen "Default Screen Section".
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Using a default monitor configuration.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (**) Allowing byte-swapped clients
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) Automatically adding devices
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) Automatically enabling devices
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) Automatically adding GPU devices
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) Automatically binding GPU devices
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Entry deleted from font path.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Entry deleted from font path.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Entry deleted from font path.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) FontPath set to:
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: /usr/share/fonts/misc,
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: /usr/share/fonts/TTF,
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: /usr/share/fonts/OTF
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (==) ModulePath set to "/usr/lib/xorg/modules"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (II) The server relies on udev to provide the list of input devices.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: If no devices become available, reconfigure udev or disable AutoAddDevices.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (II) Module ABI versions:
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: X.Org ANSI C Emulation: 0.4
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: X.Org Video Driver: 25.2
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: X.Org XInput driver : 24.4
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: X.Org Server Extension : 10.0
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (++) using VT number 1
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_317
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (II) xfree86: Adding drm device (/dev/dri/card1)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card1
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (--) PCI:*(5@0:0:0) 1002:1638:17aa:5095 rev 209, Mem @ 0x860000000/268435456, 0x870000000/2097152, 0xfd300000/524288, I/O @ 0x00001000/256
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (II) LoadModule: "glx"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (II) Module glx: vendor="X.Org Foundation"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: compiled for 1.21.1.18, module version = 1.0.0
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: ABI class: X.Org Server Extension, version 10.0
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (II) LoadModule: "amdgpu"
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (WW) Warning, couldn't open module amdgpu
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (EE) Failed to load module "amdgpu" (module does not exist, 0)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (EE) No drivers available.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (EE)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Fatal server error:
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (EE) no screens found(EE)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (EE)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: Please consult the The X.Org Foundation support
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: at http://wiki.x.org
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: for help.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (EE) Please also check the log file at "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.0.log" for additional information.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (EE)
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1485]: (EE) Server terminated with error (1). Closing log file.
Oct 07 22:26:45 nb /usr/lib/gdm-x-session[1483]: Unable to run X server
Oct 07 22:26:45 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:45 nb systemd[1]: session-17.scope: Deactivated successfully.
Oct 07 22:26:45 nb systemd-logind[830]: Session 17 logged out. Waiting for processes to exit.
Oct 07 22:26:45 nb systemd-logind[830]: Removed session 17.
Oct 07 22:26:45 nb gdm[905]: Gdm: Child process -1483 was already dead.
Oct 07 22:26:45 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:45 nb gdm[905]: Gdm: Child process -1483 was already dead.
Oct 07 22:26:45 nb systemd[1467]: Reached target Sound Card.
Oct 07 22:26:45 nb systemd[1467]: Reached target Smart Card.
Oct 07 22:26:45 nb systemd-logind[830]: New session '19' of user 'gdm-greeter-2' with class 'greeter' and type 'x11'.
Oct 07 22:26:45 nb systemd[1]: Created slice User Slice of UID 60587.
Oct 07 22:26:45 nb systemd[1]: Starting User Runtime Directory /run/user/60587...
Oct 07 22:26:45 nb systemd[1]: Finished User Runtime Directory /run/user/60587.
Oct 07 22:26:45 nb systemd[1]: Starting User Manager for UID 60587...
Oct 07 22:26:45 nb (systemd)[1516]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter-2] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:45 nb (systemd)[1516]: pam_unix(systemd-user:session): session opened for user gdm-greeter-2(uid=60587) by gdm-greeter-2(uid=0)
Oct 07 22:26:45 nb systemd-logind[830]: New session '20' of user 'gdm-greeter-2' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:46 nb systemd[1516]: Queued start job for default target Main User Target.
Oct 07 22:26:46 nb systemd[1516]: Created slice User Application Slice.
Oct 07 22:26:46 nb systemd[1516]: Started Submitting pending crash events (file monitor).
Oct 07 22:26:46 nb systemd[1516]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:46 nb systemd[1516]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:46 nb systemd[1516]: Reached target Paths.
Oct 07 22:26:46 nb systemd[1516]: Reached target Timers.
Oct 07 22:26:46 nb systemd[1516]: Starting D-Bus User Message Bus Socket...
Oct 07 22:26:46 nb systemd[1516]: Listening on GnuPG network certificate management daemon.
Oct 07 22:26:46 nb systemd[1516]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Oct 07 22:26:46 nb systemd[1516]: Starting GCR ssh-agent wrapper...
Oct 07 22:26:46 nb systemd[1516]: Listening on GNOME Keyring daemon.
Oct 07 22:26:46 nb systemd[1516]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 07 22:26:46 nb systemd[1516]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 07 22:26:46 nb systemd[1516]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 07 22:26:46 nb systemd[1516]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 07 22:26:46 nb systemd[1516]: Listening on GnuPG public key management service.
Oct 07 22:26:46 nb systemd[1516]: Listening on p11-kit server.
Oct 07 22:26:46 nb systemd[1516]: Listening on PipeWire PulseAudio.
Oct 07 22:26:46 nb systemd[1516]: Listening on PipeWire Multimedia System Sockets.
Oct 07 22:26:46 nb systemd[1516]: Listening on Speech Dispatcher Socket.
Oct 07 22:26:46 nb systemd[1516]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:46 nb systemd[1516]: Listening on D-Bus User Message Bus Socket.
Oct 07 22:26:46 nb systemd[1516]: Listening on GCR ssh-agent wrapper.
Oct 07 22:26:46 nb systemd[1516]: Reached target Sockets.
Oct 07 22:26:46 nb systemd[1516]: Reached target Basic System.
Oct 07 22:26:46 nb systemd[1516]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter-2/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:46 nb systemd[1516]: Reached target Main User Target.
Oct 07 22:26:46 nb systemd[1516]: Startup finished in 215ms.
Oct 07 22:26:46 nb systemd[1]: Started User Manager for UID 60587.
Oct 07 22:26:46 nb systemd[1]: Started Session 19 of User gdm-greeter-2.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (--) Log file renamed from "/run/gdm/home/gdm-greeter-2/.local/share/xorg/Xorg.pid-1534.log" to "/run/gdm/home/gdm-greeter-2/.local/share/xorg/Xorg.0.log"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: X.Org X Server 1.21.1.18
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: X Protocol Version 11, Revision 0
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Current Operating System: Linux nb 6.16.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 02 Oct 2025 19:26:36 +0000 x86_64
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards root=/dev/mapper/cryptroot resume=UUID=598cd35f-c56d-441c-957a-013be5a02667 rw audit=0 iommu=pt
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]:
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Current version of pixman: 0.46.4
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Before reporting problems, check http://wiki.x.org
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: to make sure that you have the latest version.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Markers: (--) probed, (**) from config file, (==) default setting,
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (++) from command line, (!!) notice, (II) informational,
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) Log file: "/run/gdm/home/gdm-greeter-2/.local/share/xorg/Xorg.0.log", Time: Tue Oct 7 22:26:46 2025
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) No Layout section. Using the first Screen section.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) No screen section available. Using defaults.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (**) |-->Screen "Default Screen Section" (0)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (**) | |-->Monitor "<default monitor>"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) No device specified for screen "Default Screen Section".
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Using the first device section listed.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (**) | |-->Device "AMD"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) No monitor specified for screen "Default Screen Section".
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Using a default monitor configuration.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (**) Allowing byte-swapped clients
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) Automatically adding devices
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) Automatically enabling devices
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) Automatically adding GPU devices
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) Automatically binding GPU devices
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Entry deleted from font path.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Entry deleted from font path.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Entry deleted from font path.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) FontPath set to:
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: /usr/share/fonts/misc,
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: /usr/share/fonts/TTF,
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: /usr/share/fonts/OTF
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (==) ModulePath set to "/usr/lib/xorg/modules"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (II) The server relies on udev to provide the list of input devices.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: If no devices become available, reconfigure udev or disable AutoAddDevices.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (II) Module ABI versions:
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: X.Org ANSI C Emulation: 0.4
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: X.Org Video Driver: 25.2
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: X.Org XInput driver : 24.4
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: X.Org Server Extension : 10.0
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (++) using VT number 1
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_319
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (II) xfree86: Adding drm device (/dev/dri/card1)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card1
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (--) PCI:*(5@0:0:0) 1002:1638:17aa:5095 rev 209, Mem @ 0x860000000/268435456, 0x870000000/2097152, 0xfd300000/524288, I/O @ 0x00001000/256
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (II) LoadModule: "glx"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (II) Module glx: vendor="X.Org Foundation"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: compiled for 1.21.1.18, module version = 1.0.0
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: ABI class: X.Org Server Extension, version 10.0
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (II) LoadModule: "amdgpu"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (WW) Warning, couldn't open module amdgpu
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (EE) Failed to load module "amdgpu" (module does not exist, 0)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (EE) No drivers available.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (EE)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Fatal server error:
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (EE) no screens found(EE)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (EE)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: Please consult the The X.Org Foundation support
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: at http://wiki.x.org
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: for help.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (EE) Please also check the log file at "/run/gdm/home/gdm-greeter-2/.local/share/xorg/Xorg.0.log" for additional information.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (EE)
Oct 07 22:26:46 nb NetworkManager[825]: <info> [1759868806.2733] manager: startup complete
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1534]: (EE) Server terminated with error (1). Closing log file.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1532]: Unable to run X server
Oct 07 22:26:46 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:46 nb systemd[1]: session-19.scope: Deactivated successfully.
Oct 07 22:26:46 nb systemd-logind[830]: Session 19 logged out. Waiting for processes to exit.
Oct 07 22:26:46 nb systemd-logind[830]: Removed session 19.
Oct 07 22:26:46 nb gdm[905]: Gdm: Child process -1532 was already dead.
Oct 07 22:26:46 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:46 nb gdm[905]: Gdm: Child process -1532 was already dead.
Oct 07 22:26:46 nb systemd[1516]: Reached target Sound Card.
Oct 07 22:26:46 nb systemd[1516]: Reached target Smart Card.
Oct 07 22:26:46 nb systemd-logind[830]: New session '21' of user 'gdm-greeter' with class 'greeter' and type 'x11'.
Oct 07 22:26:46 nb systemd[1]: Created slice User Slice of UID 60588.
Oct 07 22:26:46 nb systemd[1]: Starting User Runtime Directory /run/user/60588...
Oct 07 22:26:46 nb systemd[1]: Finished User Runtime Directory /run/user/60588.
Oct 07 22:26:46 nb systemd[1]: Starting User Manager for UID 60588...
Oct 07 22:26:46 nb (systemd)[1566]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:46 nb (systemd)[1566]: pam_unix(systemd-user:session): session opened for user gdm-greeter(uid=60588) by gdm-greeter(uid=0)
Oct 07 22:26:46 nb systemd-logind[830]: New session '22' of user 'gdm-greeter' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:46 nb systemd[1566]: Queued start job for default target Main User Target.
Oct 07 22:26:46 nb systemd[1566]: Created slice User Application Slice.
Oct 07 22:26:46 nb systemd[1566]: Started Submitting pending crash events (file monitor).
Oct 07 22:26:46 nb systemd[1566]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:46 nb systemd[1566]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:46 nb systemd[1566]: Reached target Paths.
Oct 07 22:26:46 nb systemd[1566]: Reached target Timers.
Oct 07 22:26:46 nb systemd[1566]: Starting D-Bus User Message Bus Socket...
Oct 07 22:26:46 nb systemd[1566]: Listening on GnuPG network certificate management daemon.
Oct 07 22:26:46 nb systemd[1566]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Oct 07 22:26:46 nb systemd[1566]: Starting GCR ssh-agent wrapper...
Oct 07 22:26:46 nb systemd[1566]: Listening on GNOME Keyring daemon.
Oct 07 22:26:46 nb systemd[1566]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Oct 07 22:26:46 nb systemd[1566]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Oct 07 22:26:46 nb systemd[1566]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Oct 07 22:26:46 nb systemd[1566]: Listening on GnuPG cryptographic agent and passphrase cache.
Oct 07 22:26:46 nb systemd[1566]: Listening on GnuPG public key management service.
Oct 07 22:26:46 nb systemd[1566]: Listening on p11-kit server.
Oct 07 22:26:46 nb systemd[1566]: Listening on PipeWire PulseAudio.
Oct 07 22:26:46 nb systemd[1566]: Listening on PipeWire Multimedia System Sockets.
Oct 07 22:26:46 nb systemd[1566]: Listening on Speech Dispatcher Socket.
Oct 07 22:26:46 nb systemd[1566]: Listening on Query the User Interactively for a Password.
Oct 07 22:26:46 nb systemd[1566]: Listening on D-Bus User Message Bus Socket.
Oct 07 22:26:46 nb systemd[1566]: Listening on GCR ssh-agent wrapper.
Oct 07 22:26:46 nb systemd[1566]: Reached target Sockets.
Oct 07 22:26:46 nb systemd[1566]: Reached target Basic System.
Oct 07 22:26:46 nb systemd[1566]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:46 nb systemd[1566]: Reached target Main User Target.
Oct 07 22:26:46 nb systemd[1566]: Startup finished in 221ms.
Oct 07 22:26:46 nb systemd[1]: Started User Manager for UID 60588.
Oct 07 22:26:46 nb systemd[1]: Started Session 21 of User gdm-greeter.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (--) Log file renamed from "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.pid-1584.log" to "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.0.log"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: X.Org X Server 1.21.1.18
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: X Protocol Version 11, Revision 0
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Current Operating System: Linux nb 6.16.10-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 02 Oct 2025 19:26:36 +0000 x86_64
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Kernel command line: initrd=\amd-ucode.img initrd=\initramfs-linux.img cryptdevice=UUID=62965be0-52af-4fe9-b872-0a365a011450:cryptroot:allow-discards root=/dev/mapper/cryptroot resume=UUID=598cd35f-c56d-441c-957a-013be5a02667 rw audit=0 iommu=pt
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]:
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Current version of pixman: 0.46.4
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Before reporting problems, check http://wiki.x.org
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: to make sure that you have the latest version.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Markers: (--) probed, (**) from config file, (==) default setting,
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (++) from command line, (!!) notice, (II) informational,
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) Log file: "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.0.log", Time: Tue Oct 7 22:26:46 2025
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) No Layout section. Using the first Screen section.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) No screen section available. Using defaults.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (**) |-->Screen "Default Screen Section" (0)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (**) | |-->Monitor "<default monitor>"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) No device specified for screen "Default Screen Section".
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Using the first device section listed.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (**) | |-->Device "AMD"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) No monitor specified for screen "Default Screen Section".
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Using a default monitor configuration.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (**) Allowing byte-swapped clients
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) Automatically adding devices
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) Automatically enabling devices
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) Automatically adding GPU devices
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) Automatically binding GPU devices
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Entry deleted from font path.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (WW) The directory "/usr/share/fonts/100dpi" does not exist.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Entry deleted from font path.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (WW) The directory "/usr/share/fonts/75dpi" does not exist.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Entry deleted from font path.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) FontPath set to:
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: /usr/share/fonts/misc,
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: /usr/share/fonts/TTF,
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: /usr/share/fonts/OTF
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (==) ModulePath set to "/usr/lib/xorg/modules"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (II) The server relies on udev to provide the list of input devices.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: If no devices become available, reconfigure udev or disable AutoAddDevices.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (II) Module ABI versions:
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: X.Org ANSI C Emulation: 0.4
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: X.Org Video Driver: 25.2
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: X.Org XInput driver : 24.4
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: X.Org Server Extension : 10.0
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (++) using VT number 1
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_321
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (II) xfree86: Adding drm device (/dev/dri/card1)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:08.1/0000:05:00.0/drm/card1
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (--) PCI:*(5@0:0:0) 1002:1638:17aa:5095 rev 209, Mem @ 0x860000000/268435456, 0x870000000/2097152, 0xfd300000/524288, I/O @ 0x00001000/256
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (II) LoadModule: "glx"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (II) Module glx: vendor="X.Org Foundation"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: compiled for 1.21.1.18, module version = 1.0.0
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: ABI class: X.Org Server Extension, version 10.0
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (II) LoadModule: "amdgpu"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (WW) Warning, couldn't open module amdgpu
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE) Failed to load module "amdgpu" (module does not exist, 0)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE) No drivers available.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Fatal server error:
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE) no screens found(EE)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Please consult the The X.Org Foundation support
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: at http://wiki.x.org
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: for help.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE) Please also check the log file at "/run/gdm/home/gdm-greeter/.local/share/xorg/Xorg.0.log" for additional information.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE) Server terminated with error (1). Closing log file.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1582]: Unable to run X server
Oct 07 22:26:46 nb gdm[905]: Gdm: GdmDisplay: Session never registered, failing
Oct 07 22:26:46 nb gdm[905]: Gdm: GdmLocalDisplayFactory: maximum number of X display failures reached: check X server log for errors
Oct 07 22:26:46 nb gdm[905]: Gdm: Child process -1582 was already dead.
Oct 07 22:26:46 nb systemd[1]: session-21.scope: Deactivated successfully.
Offline
Interestingly, sddm from kde is not happy too on this system.
Oct 07 22:41:22 nb systemd[1]: Started Simple Desktop Display Manager.
Oct 07 22:41:22 nb sddm[850]: Initializing...
Oct 07 22:41:22 nb sddm[850]: Starting...
Oct 07 22:41:22 nb sddm[850]: Logind interface found
Oct 07 22:41:22 nb sddm[850]: Adding new display...
Oct 07 22:41:22 nb sddm[850]: Loaded empty theme configuration
Oct 07 22:41:22 nb sddm[850]: Xauthority path: "/run/sddm/xauth_mZYBfJ"
Oct 07 22:41:22 nb sddm[850]: Using VT 2
Oct 07 22:41:22 nb sddm[850]: Display server starting...
Oct 07 22:41:22 nb sddm[850]: Writing cookie to "/run/sddm/xauth_mZYBfJ"
Oct 07 22:41:22 nb sddm[850]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_mZYBfJ -noreset -displayfd 16
Oct 07 22:41:22 nb sddm[850]: Failed to read display number from pipe
Oct 07 22:41:22 nb sddm[850]: Display server stopping...
Oct 07 22:41:22 nb sddm[850]: Attempt 1 starting the Display server on vt 2 failed
Oct 07 22:41:25 nb sddm[850]: Display server starting...
Oct 07 22:41:25 nb sddm[850]: Writing cookie to "/run/sddm/xauth_mZYBfJ"
Oct 07 22:41:25 nb sddm[850]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_mZYBfJ -noreset -displayfd 16
Oct 07 22:41:25 nb sddm[850]: Failed to read display number from pipe
Oct 07 22:41:25 nb sddm[850]: Display server stopping...
Oct 07 22:41:25 nb sddm[850]: Attempt 2 starting the Display server on vt 2 failed
Oct 07 22:41:27 nb sddm[850]: Display server starting...
Oct 07 22:41:27 nb sddm[850]: Writing cookie to "/run/sddm/xauth_mZYBfJ"
Oct 07 22:41:27 nb sddm[850]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_mZYBfJ -noreset -displayfd 16
Oct 07 22:41:27 nb sddm[850]: Failed to read display number from pipe
Oct 07 22:41:27 nb sddm[850]: Display server stopping...
Oct 07 22:41:27 nb sddm[850]: Attempt 3 starting the Display server on vt 2 failed
Oct 07 22:41:27 nb sddm[850]: Could not start Display server on vt 2
Potential interesting fact:
sddm and kde runs fine on a second archlinux rootfs which I boot with the same bootloader and initramfs.
Offline
Oct 07 22:26:41 nb systemd-logind[830]: New session '1' of user 'gdm-greeter' with class 'greeter' and type 'wayland'.
Oct 07 22:26:41 nb (systemd)[947]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[/dev/tty1] user=[gdm-greeter] ruser=[<unknown>] rhost=[<unknown>]
Oct 07 22:26:41 nb (systemd)[947]: pam_unix(systemd-user:session): session opened for user gdm-greeter(uid=60578) by gdm-greeter(uid=0)
Oct 07 22:26:41 nb systemd-logind[830]: New session '2' of user 'gdm-greeter' with class 'manager-early' and type 'unspecified'.
Oct 07 22:26:41 nb systemd[947]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:41 nb systemd[947]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/drkonqi/sentry-envelopes/*).
Oct 07 22:26:41 nb systemd[947]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/run/gdm/home/gdm-greeter/.cache/kcrash-metadata/*.ini).
Oct 07 22:26:41 nb systemd[1]: Started Session 1 of User gdm-greeter.
actually tries wayland first, X11 is only attempted as fallback - heavily smells like https://bbs.archlinux.org/viewtopic.php … 5#p2263495
As for SDDM
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (II) LoadModule: "amdgpu"
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (WW) Warning, couldn't open module amdgpu
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE) Failed to load module "amdgpu" (module does not exist, 0)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE) No drivers available.
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE)
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: Fatal server error:
Oct 07 22:26:46 nb /usr/lib/gdm-x-session[1584]: (EE) no screens found(EE)
you've some xorg configlet referencing xf86-video-amdgpu, but the latter not installed.
grep -r amdgpu /{etc,usr/share}/X11/xorg.conf*
Offline
actually tries wayland first, X11 is only attempted as fallback - heavily smells like https://bbs.archlinux.org/viewtopic.php … 5#p2263495
bad news, looks good to me (system was installed many years ago):
➜ /etc ls -lh nsswitch*
-rw-r--r-- 1 root root 359 May 3 21:26 nsswitch.conf
➜ /etc cat nsswitch.conf
# Name Service Switch configuration file.
# See nsswitch.conf(5) for details.
passwd: files systemd
group: files [SUCCESS=merge] systemd
shadow: files systemd
gshadow: files systemd
publickey: files
hosts: mymachines resolve [!UNAVAIL=return] files myhostname dns
networks: files
protocols: files
services: files
ethers: files
rpc: files
netgroup: files
you've some xorg configlet referencing xf86-video-amdgpu, but the latter not installed.
Good catch, had a 20-amdgpu.conf which I removed now. sddm now starting and displaying. But I guess with X11 and not Wayland? Can't start plasma/wayland through sddm.
Oct 07 23:07:10 nb sddm[1025]: Message received from greeter: Login
Oct 07 23:07:10 nb sddm[1025]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Oct 07 23:07:10 nb sddm[1025]: Session "/usr/share/wayland-sessions/plasma.desktop" selected, command: "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland" for VT 1
Oct 07 23:07:10 nb sddm-helper[1129]: [PAM] Starting...
Oct 07 23:07:10 nb sddm-helper[1129]: [PAM] Authenticating...
Oct 07 23:07:10 nb sddm-helper[1129]: [PAM] Preparing to converse...
Oct 07 23:07:10 nb sddm-helper[1129]: [PAM] Conversation with 1 messages
Oct 07 23:07:10 nb sddm-helper[1129]: gkr-pam: unable to locate daemon control file
Oct 07 23:07:10 nb sddm-helper[1129]: gkr-pam: stashed password to try later in open session
Oct 07 23:07:10 nb sddm-helper[1129]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Oct 07 23:07:10 nb sddm-helper[1129]: [PAM] returning.
Oct 07 23:07:10 nb sddm[1025]: Authentication for user "user" successful
Oct 07 23:07:10 nb sddm-greeter-qt6[1104]: Message received from daemon: LoginSucceeded
Oct 07 23:07:10 nb sddm-helper[1129]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Oct 07 23:07:10 nb sddm-helper[1129]: pam_unix(sddm:session): session opened for user user(uid=1000) by user(uid=0)
Oct 07 23:07:10 nb systemd-logind[769]: New session '4' of user 'user' with class 'user' and type 'wayland'.
Oct 07 23:07:10 nb systemd[1]: Started Session 4 of User user.
Oct 07 23:07:10 nb systemd[883]: Started GNOME Keyring daemon.
Oct 07 23:07:10 nb gnome-keyring-daemon[1137]: gnome-keyring-daemon: no process capabilities, insecure memory might get used
Oct 07 23:07:10 nb gnome-keyring-daemon[1137]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Oct 07 23:07:10 nb systemd[883]: Created slice User Core Session Slice.
Oct 07 23:07:10 nb systemd[883]: Starting D-Bus User Message Bus...
Oct 07 23:07:10 nb sddm-helper[1051]: [PAM] Closing session
Oct 07 23:07:10 nb sddm-helper[1051]: pam_unix(sddm-greeter:session): session closed for user sddm
Oct 07 23:07:10 nb sddm-helper[1051]: [PAM] Ended.
Oct 07 23:07:10 nb sddm[1025]: Auth: sddm-helper exited successfully
Oct 07 23:07:10 nb sddm[1025]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Oct 07 23:07:10 nb systemd[1]: session-c1.scope: Deactivated successfully.
Oct 07 23:07:10 nb systemd[1]: session-c1.scope: Consumed 509ms CPU time, 78.8M memory peak.
Oct 07 23:07:10 nb systemd-logind[769]: Session c1 logged out. Waiting for processes to exit.
Oct 07 23:07:10 nb systemd-logind[769]: Removed session c1.
Oct 07 23:07:10 nb dbus-broker-launch[1155]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Oct 07 23:07:10 nb dbus-broker-launch[1155]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Oct 07 23:07:10 nb dbus-broker-launch[1155]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Oct 07 23:07:10 nb dbus-broker-launch[1155]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Oct 07 23:07:10 nb systemd[883]: Started D-Bus User Message Bus.
Oct 07 23:07:10 nb dbus-broker-launch[1155]: Ready
Oct 07 23:07:10 nb sddm-helper[1129]: gkr-pam: unlocked login keyring
Oct 07 23:07:10 nb sddm-helper[1129]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Oct 07 23:07:10 nb systemd[1088]: Reached target Sound Card.
Oct 07 23:07:10 nb systemd[1088]: Reached target Smart Card.
Oct 07 23:07:10 nb sddm-helper[1194]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Oct 07 23:07:10 nb sddm-helper[1129]: Writing cookie to "/tmp/xauth_QfwVmX"
Oct 07 23:07:10 nb sddm-helper[1129]: Unexpected DISPLAY='""' or cookie.size() = 16
Oct 07 23:07:10 nb sddm-helper[1129]: Failed to write the Xauthority file
Oct 07 23:07:10 nb sddm[1025]: Session started false
Oct 07 23:07:10 nb sddm-helper[1129]: [PAM] Closing session
Oct 07 23:07:10 nb sddm-helper[1129]: pam_unix(sddm:session): session closed for user user
Oct 07 23:07:10 nb sddm-helper[1129]: [PAM] Ended.
Oct 07 23:07:10 nb sddm-helper[1129]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_close_session
Oct 07 23:07:10 nb sddm[1025]: Auth: sddm-helper exited with 2
Oct 07 23:07:10 nb sddm-helper[1129]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Oct 07 23:07:10 nb sddm[1025]: Socket server stopping...
Oct 07 23:07:10 nb sddm[1025]: Socket server stopped.
Oct 07 23:07:10 nb sddm[1025]: Display server stopping...
Oct 07 23:07:10 nb systemd-logind[769]: Session 4 logged out. Waiting for processes to exit.
Oct 07 23:07:11 nb sddm[1025]: Display server stopped.
Oct 07 23:07:11 nb sddm[1025]: Running display stop script QList("/usr/share/sddm/scripts/Xstop")
Oct 07 23:07:11 nb sddm[1025]: Removing display SDDM::Display(0x564a79315140) ...
Oct 07 23:07:11 nb sddm[1025]: Adding new display...
Oct 07 23:07:11 nb sddm[1025]: Loaded empty theme configuration
Oct 07 23:07:11 nb sddm[1025]: Xauthority path: "/run/sddm/xauth_OHHmTK"
Oct 07 23:07:11 nb sddm[1025]: Using VT 2
Oct 07 23:07:11 nb sddm[1025]: Display server starting...
Oct 07 23:07:11 nb sddm[1025]: Writing cookie to "/run/sddm/xauth_OHHmTK"
Oct 07 23:07:11 nb sddm[1025]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_OHHmTK -noreset -displayfd 18
Oct 07 23:07:12 nb sddm[1025]: Setting default cursor
Oct 07 23:07:12 nb sddm[1025]: Running display setup script "/usr/share/sddm/scripts/Xsetup"
Oct 07 23:07:12 nb sddm[1025]: Display server started.
Oct 07 23:07:12 nb sddm[1025]: Socket server starting...
Oct 07 23:07:12 nb sddm[1025]: Socket server started.
Oct 07 23:07:12 nb sddm[1025]: Loaded empty theme configuration
Oct 07 23:07:12 nb sddm[1025]: Greeter starting...
Oct 07 23:07:12 nb sddm-helper[1227]: [PAM] Starting...
Oct 07 23:07:12 nb sddm-helper[1227]: [PAM] Authenticating...
Oct 07 23:07:12 nb sddm-helper[1227]: [PAM] returning.
Oct 07 23:07:12 nb sddm-helper[1227]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=968) by (uid=0)
Oct 07 23:07:12 nb systemd-logind[769]: New session 'c2' of user 'sddm' with class 'greeter' and type 'x11'.
Oct 07 23:07:12 nb systemd[1]: Started Session c2 of User sddm.
Oct 07 23:07:12 nb sddm-helper[1227]: Writing cookie to "/tmp/xauth_Gssovu"
Oct 07 23:07:12 nb sddm-helper[1227]: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-fsTIZj"
Oct 07 23:07:12 nb sddm[1025]: Greeter session started successfully
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: High-DPI autoscaling Enabled
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/local/share/wayland-sessions/gnome-classic-wayland.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/share/wayland-sessions/gnome-classic-wayland.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/local/share/wayland-sessions/gnome-classic.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/share/wayland-sessions/gnome-classic.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/local/share/wayland-sessions/gnome-wayland.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/share/wayland-sessions/gnome-wayland.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/local/share/wayland-sessions/gnome.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/share/wayland-sessions/gnome.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/local/share/wayland-sessions/weston.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/share/wayland-sessions/weston.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/local/share/xsessions/kde.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Reading from "/usr/share/xsessions/kde.desktop"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Loading theme configuration from "qrc:/theme/theme.conf"
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Connected to the daemon.
Oct 07 23:07:12 nb sddm[1025]: Message received from greeter: Connect
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Loading qrc:/theme/Main.qml...
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: file:///usr/lib/qt6/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: file:///usr/lib/qt6/qml/SddmComponents/ComboBox.qml:105:9: QML Image: Cannot open: file:///usr/lib/qt6/qml/SddmComponents/angle-down.png
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: file:///usr/lib/qt6/qml/SddmComponents/ComboBox.qml:105:9: QML Image: Cannot open: file:///usr/lib/qt6/qml/SddmComponents/angle-down.png
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: qrc:/theme/Main.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Adding view for "eDP-1" QRect(0,0 1920x1080)
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Message received from daemon: Capabilities
Oct 07 23:07:12 nb sddm-greeter-qt6[1236]: Message received from daemon: HostName
Offline
Can you boot only the multi-user.target (2nd link below) and from there https://wiki.archlinux.org/title/KDE#From_the_console ?
Can you w/ a fresh user account?
Offline
Interestingly, starting plasma wayland works fine with
startplasma-wayland
and same applies to gnome with
dbus-run-session gnome-shell --display-server wayland
But login in sddm also doesn't work with a fresh user.
Last edited by kilobytech (2025-10-07 22:02:32)
Offline
Oct 07 23:07:10 nb sddm-helper[1129]: Writing cookie to "/tmp/xauth_QfwVmX"
Oct 07 23:07:10 nb sddm-helper[1129]: Unexpected DISPLAY='""' or cookie.size() = 16
Oct 07 23:07:10 nb sddm-helper[1129]: Failed to write the Xauthority file
grep -r DISPLAY /etc
resp. also
printenv
from the multi-user.target login (though this can differ from what the DMs read)
Offline
Found it!
grep -r DISPLAY /etc
# grep -r DISPLAY /etc
/etc/gdm/Init/Default: if [ "x$GDM_PARENT_DISPLAY" = "x" ]; then
/etc/gdm/Init/Default: ( DISPLAY=$GDM_PARENT_DISPLAY XAUTHORITY=$GDM_PARENT_XAUTHORITY $XMODMAP -pke ) | $XMODMAP -
/etc/gdm/Init/Default: # What this does is move the xkb configuration from the GDM_PARENT_DISPLAY
/etc/gdm/Init/Default: if [ -n "$GDM_PARENT_DISPLAY" ]; then
/etc/gdm/Init/Default: XKBSETUP=`( DISPLAY=$GDM_PARENT_DISPLAY XAUTHORITY=$GDM_PARENT_XAUTHORITY $SETXKBMAP -v )`
/etc/security/pam_env.conf:# Set the DISPLAY variable if it seems reasonable
/etc/security/pam_env.conf:#DISPLAY DEFAULT=${REMOTEHOST}:0.0 OVERRIDE=${DISPLAY}
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh:systemctl --user import-environment DISPLAY XAUTHORITY
/etc/X11/xinit/xinitrc.d/50-systemd-user.sh: dbus-update-activation-environment DISPLAY XAUTHORITY
/etc/lirc/lircd.conf.d/devinput.lircd.conf: KEY_DISPLAYTOGGLE 0x1af
/etc/lirc/lircd.conf.d/devinput.lircd.conf: KEY_DISPLAY_OFF 245
/etc/lirc/lircd.conf.d/devinput.lircd.conf: KEY_ROTATE_DISPLAY 153
/etc/lirc/lircd.conf.d/devinput.lircd.conf: KEY_DISPLAYTOGGLE 0x1af
/etc/lirc/lircd.conf.d/devinput.lircd.conf: KEY_DISPLAY_OFF 245
/etc/lirc/lircd.conf.d/devinput.lircd.conf: KEY_ROTATE_DISPLAY 153
printenv
from the multi-user.target login (though this can differ from what the DMs read)
This is from a new user, so no pollution through .zshrc or similar.
# systemctl get-default
multi-user.target
# printenv
SHELL=/usr/bin/bash
CSF_MDTVTexturesDirectory=/usr/share/opencascade/resources/Textures
CSF_DrawPluginDefaults=/usr/share/opencascade/resources/DrawResources
CSF_LANGUAGE=us
CSF_MIGRATION_TYPES=/usr/share/opencascade/resources/StdResource/MigrationSheet.txt
GRADLE_HOME=/usr/share/java/gradle
LARCH_PATH=/usr/share/splint/lib
CSF_OCCTResourcePath=/usr/share/opencascade/resources
CSF_STEPDefaults=/usr/share/opencascade/resources/XSTEPResource
XDG_SEAT=seat0
PWD=/tmp
LOGNAME=gugus
XDG_SESSION_TYPE=x11
DRAWHOME=/usr/share/opencascade/resources/DrawResources
CSF_StandardLiteDefaults=/usr/share/opencascade/resources/StdResource
MOTD_SHOWN=pam
PICO_SDK_PATH=/usr/share/pico-sdk
HOME=/home/gugus
LCLIMPORTDIR=/usr/share/splint/imports
LANG=en_US.UTF-8
CSF_ShadersDirectory=/usr/share/opencascade/resources/Shaders
CSF_EXCEPTION_PROMPT=1
CSF_XmlOcafResource=/usr/share/opencascade/resources/XmlOcafResource
CSF_SHMessage=/usr/share/opencascade/resources/SHMessage
XDG_SESSION_CLASS=user
TERM=linux
USER=gugus
CSF_StandardDefaults=/usr/share/opencascade/resources/StdResource
CSF_IGESDefaults=/usr/share/opencascade/resources/XSTEPResource
CSF_XCAFDefaults=/usr/share/opencascade/resources/StdResource
SHLVL=1
XDG_VTNR=1
CSF_PluginDefaults=/usr/share/opencascade/resources/StdResource
CSF_TObjMessage=/usr/share/opencascade/resources/TObj
XDG_SESSION_ID=1
CASROOT=/usr
XDG_RUNTIME_DIR=/run/user/1001
DEBUGINFOD_URLS=https://debuginfod.archlinux.org
CSF_XSMessage=/usr/share/opencascade/resources/XSMessage
MMGT_CLEAR=1
XDG_DATA_DIRS=/home/gugus/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share
GDK_BACKEND=x11
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/emscripten:/usr/lib/jvm/default/bin:/opt/wch/mounriver-studio-toolchain-riscv-gcc/bin:/opt/wch/mounriver-studio-toolchain-riscv-gcc12/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
CSF_TObjDefaults=/usr/share/opencascade/resources/StdResource
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1001/bus
MAIL=/var/spool/mail/gugus
DRAWDEFAULT=/usr/share/opencascade/resources/DrawResources/DrawDefault
_=/usr/bin/printenv
OLDPWD=/
GDK_BACKEND set to x11 is very suspicious. Digging deeper showed this
# grep -r GDK /etc
/etc/environment:GDK_BACKEND=x11
# cat /etc/environment
#
# This file is parsed by pam_env module
#
# Syntax: simple "KEY=VAL" pairs on separate lines
#
XDG_SESSION_TYPE=x11
GDK_BACKEND=x11
And guess what, gdm working fine after removing these two lines. Now idea how they got in there.
Thanks for your help! No way to fix this without your help and without re-installing the whole system
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Pages: 1