You are not logged in.

#1 2024-12-21 17:42:08

fib_nm
Member
Registered: 2024-02-27
Posts: 23

lvremove doesn't finish and makes system unusable

I use arch linux and hyprland.

I use lvm to create snapshots, and when I want to create a new one, I use lvremove to delete the old one.

sudo lvcreate --size 60G --name snap_lvroot --snapshot /dev/vg0/lvroot

sudo lvremove vg0/snap_lvroot

After creating snap_lvroot, lvs returns the following:

[fib_nm@archlaptop ~]$ sudo lvs
  LV          VG  Attr       LSize    Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  lvhome      vg0 -wi-ao---- <310.69g                                                    
  lvroot      vg0 owi-aos---   60.00g                                                    
  lvswap      vg0 -wi-ao----   24.00g                                                    
  snap_lvroot vg0 swi-a-s---   60.00g      lvroot 0.01                                   
  test_root   vg0 -wi-a-----   10.00g

Recently running lvremove stopped working. Running it now has following effects
1. Terminal, in which the command is launched freezes. It just shows empty line and a cursor. I can't stop the command with ctrl+c or ctrl+z. I also can't close the terminal with super+c.
2. I can open new terminal windows with super+q, but they are completely blank without any text, only with cursor. I can't write anything on these terminals, or close them.
3. firefox that was opened before launching lvremove, continues to work normally.
4. I can open rofi with super+r, but can't open any apps with it, or even write anything in its search bar. Also, I can't close rofi, and after opening it, I lose ability to even use the browser.

Last time I waited around 20 minutes, and shut down my laptop after that.

After launching laptop it works normally, and sudo lvs returns the following:

[fib_nm@archlaptop ~]$ sudo lvs
[sudo] password for fib_nm: 
  LV          VG  Attr       LSize    Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  lvhome      vg0 -wi-ao---- <310.69g                                                    
  lvroot      vg0 -wi-ao----   60.00g                                                    
  lvswap      vg0 -wi-ao----   24.00g                                                    
  snap_lvroot vg0 -wi-a-----   60.00g                                                    
  test_root   vg0 -wi-a-----   10.00g 

After that I can run lvremove again, and it will work normally, removing snap_lvroot.

[fib_nm@archlaptop ~]$ sudo lvs
  LV        VG  Attr       LSize    Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  lvhome    vg0 -wi-ao---- <310.69g                                                    
  lvroot    vg0 -wi-ao----   60.00g                                                    
  lvswap    vg0 -wi-ao----   24.00g                                                    
  test_root vg0 -wi-a-----   10.00g

Last edited by fib_nm (2024-12-21 17:49:39)

Offline

#2 2024-12-22 20:18:18

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,446

Re: lvremove doesn't finish and makes system unusable

Which terminal app are you using? To eliminate it as the culprit, try a different one. Also post your journal with all the events captured during a failure.

Offline

#3 2024-12-23 13:16:59

fib_nm
Member
Registered: 2024-02-27
Posts: 23

Re: lvremove doesn't finish and makes system unusable

twelveeighty wrote:

Which terminal app are you using? To eliminate it as the culprit, try a different one. Also post your journal with all the events captured during a failure.

I'm using kitty. During last boot I tried running lvremove in alacritty. It didn't finish, but laso didn't break my system. I closed it from kitty terminal, and then tried running lvremove from there. After that, system broke.

Here are the logs from previous boot:

[fib_nm@archlaptop ~]$ journalctl -b -1
Dec 23 15:30:44 archlaptop kernel: Linux version 6.12.4-arch1-1 (linux@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Mon, 09 Dec 2024 14:31:57 +0000
Dec 23 15:30:44 archlaptop kernel: Command line: initrd=\initramfs-linux.img initrd=\intel-ucode.img root=UUID=8433740e-ecb0-4b9b-a3cd-03ba1b301d70 rw nouveau.config=NvGspRm=1
Dec 23 15:30:44 archlaptop kernel: BIOS-provided physical RAM map:
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000082905fff] usable
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x0000000082906000-0x0000000084019fff] reserved
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x000000008401a000-0x0000000084149fff] ACPI data
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x000000008414a000-0x000000008428afff] ACPI NVS
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x000000008428b000-0x0000000084b4dfff] reserved
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x0000000084b4e000-0x0000000084b4efff] usable
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x0000000084b4f000-0x00000000887fffff] reserved
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Dec 23 15:30:44 archlaptop kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004757fffff] usable
Dec 23 15:30:44 archlaptop kernel: NX (Execute Disable) protection: active
Dec 23 15:30:44 archlaptop kernel: APIC: Static calls initialized
Dec 23 15:30:44 archlaptop kernel: e820: update [mem 0x8015f018-0x80185857] usable ==> usable
Dec 23 15:30:44 archlaptop kernel: extended physical RAM map:
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x0000000000100000-0x000000008015f017] usable
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x000000008015f018-0x0000000080185857] usable
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x0000000080185858-0x0000000082905fff] usable
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x0000000082906000-0x0000000084019fff] reserved
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x000000008401a000-0x0000000084149fff] ACPI data
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x000000008414a000-0x000000008428afff] ACPI NVS
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x000000008428b000-0x0000000084b4dfff] reserved
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x0000000084b4e000-0x0000000084b4efff] usable
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x0000000084b4f000-0x00000000887fffff] reserved
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Dec 23 15:30:44 archlaptop kernel: reserve setup_data: [mem 0x0000000100000000-0x00000004757fffff] usable
Dec 23 15:30:44 archlaptop kernel: efi: EFI v2.7 by American Megatrends
Dec 23 15:30:44 archlaptop kernel: efi: ACPI=0x84149000 ACPI 2.0=0x84149014 TPMFinalLog=0x841d9000 SMBIOS=0x84701000 SMBIOS 3.0=0x84700000 MEMATTR=0x802fa418 ESRT=0x81685198 RNG=0x840d0f18 INITRD=0x801b0618 TPMEventLog=0x840cf018 
Dec 23 15:30:44 archlaptop kernel: random: crng init done
Dec 23 15:30:44 archlaptop kernel: efi: Remove mem51: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Dec 23 15:30:44 archlaptop kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Dec 23 15:30:44 archlaptop kernel: efi: Not removing mem52: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Dec 23 15:30:44 archlaptop kernel: efi: Not removing mem53: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Dec 23 15:30:44 archlaptop kernel: efi: Not removing mem54: MMIO range=[0xfed00000-0xfed03fff] (16KB) from e820 map
Dec 23 15:30:44 archlaptop kernel: efi: Not removing mem55: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Dec 23 15:30:44 archlaptop kernel: efi: Remove mem56: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Dec 23 15:30:44 archlaptop kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Dec 23 15:30:44 archlaptop kernel: SMBIOS 3.2.0 present.
Dec 23 15:30:44 archlaptop kernel: DMI: GIGABYTE AORUS 15G KC/AORUS 15G KC, BIOS FB07 02/26/2021
Dec 23 15:30:44 archlaptop kernel: DMI: Memory slots populated: 2/4
Dec 23 15:30:44 archlaptop kernel: tsc: Detected 2200.000 MHz processor
Dec 23 15:30:44 archlaptop kernel: tsc: Detected 2199.996 MHz TSC
Dec 23 15:30:44 archlaptop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Dec 23 15:30:44 archlaptop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Dec 23 15:30:44 archlaptop kernel: last_pfn = 0x475800 max_arch_pfn = 0x400000000
Dec 23 15:30:44 archlaptop kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Dec 23 15:30:44 archlaptop kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Dec 23 15:30:44 archlaptop kernel: last_pfn = 0x84b4f max_arch_pfn = 0x400000000
Dec 23 15:30:44 archlaptop kernel: esrt: Reserving ESRT space from 0x0000000081685198 to 0x00000000816851f8.
Dec 23 15:30:44 archlaptop kernel: e820: update [mem 0x81685000-0x81685fff] usable ==> reserved
Dec 23 15:30:44 archlaptop kernel: Using GB pages for direct mapping
Dec 23 15:30:44 archlaptop kernel: Secure boot disabled
Dec 23 15:30:44 archlaptop kernel: RAMDISK: [mem 0x720dd000-0x76427fff]
Dec 23 15:30:44 archlaptop kernel: ACPI: Early table checksum verification disabled
Dec 23 15:30:44 archlaptop kernel: ACPI: RSDP 0x0000000084149014 000024 (v02 GBT   )
Dec 23 15:30:44 archlaptop kernel: ACPI: XSDT 0x0000000084148728 0000FC (v01 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:30:44 archlaptop kernel: ACPI: FACP 0x0000000084142000 000114 (v06 GBT    GBTUACPI 01072009 AMI  00010013)
Dec 23 15:30:44 archlaptop kernel: ACPI: DSDT 0x00000000840FC000 04586E (v02 GBT    GBTUACPI 01072009 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: FACS 0x000000008428A000 000040
Dec 23 15:30:44 archlaptop kernel: ACPI: MCFG 0x0000000084147000 00003C (v01 GBT    GBTUACPI 01072009 MSFT 00000097)
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0x0000000084144000 0020AD (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0x0000000084143000 000A52 (v02 PmRef  ItbmSci  00003000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: FIDT 0x00000000840FB000 00009C (v01 GBT    GBTUACPI 01072009 AMI  00010013)
Dec 23 15:30:44 archlaptop kernel: ACPI: MSDM 0x00000000840FA000 000055 (v03 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:30:44 archlaptop kernel: ACPI: SLIC 0x00000000840F9000 000176 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0x00000000840F5000 0031DA (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0x00000000840F2000 002765 (v02 Intel  PegSsdt  00001000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: HPET 0x00000000840F1000 000038 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0x00000000840ED000 0035F4 (v02 GBT    CmlH_Tbt 00001000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0x00000000840EB000 00147B (v02 GBT    Ther_Rvp 00001000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0x00000000840E7000 00323B (v02 INTEL  xh_cfht4 00000000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: NHLT 0x00000000840E5000 001821 (v00 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:30:44 archlaptop kernel: ACPI: LPIT 0x00000000840E4000 000094 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0x00000000840E0000 002720 (v02 GBT    PtidDevc 00001000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0x00000000840DD000 0026BA (v02 GBT    TbtTypeC 00000000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: DBGP 0x00000000840DC000 000034 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:30:44 archlaptop kernel: ACPI: DBG2 0x00000000840DB000 000054 (v00 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0x00000000840D9000 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: BGRT 0x00000000840D8000 000038 (v01 GBT    GBTUACPI 01072009 AMI  00010013)
Dec 23 15:30:44 archlaptop kernel: ACPI: TPM2 0x00000000840D7000 00004C (v04 GBT    GBTUACPI 00000001 AMI  00000000)
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0x00000000840D3000 0037F7 (v01 OptRf1 Opt1Tabl 00001000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: DMAR 0x00000000840DA000 0000A8 (v01 INTEL  EDK2     00000002      01000013)
Dec 23 15:30:44 archlaptop kernel: ACPI: WSMT 0x00000000840E3000 000028 (v01 GBT    GBTUACPI 01072009 AMI  00010013)
Dec 23 15:30:44 archlaptop kernel: ACPI: APIC 0x00000000840D2000 00012C (v04 GBT    GBTUACPI 01072009 AMI  00010013)
Dec 23 15:30:44 archlaptop kernel: ACPI: FPDT 0x00000000840D1000 000044 (v01 GBT    CML      01072009 AMI  01000013)
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving FACP table memory at [mem 0x84142000-0x84142113]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving DSDT table memory at [mem 0x840fc000-0x8414186d]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving FACS table memory at [mem 0x8428a000-0x8428a03f]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving MCFG table memory at [mem 0x84147000-0x8414703b]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x84144000-0x841460ac]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x84143000-0x84143a51]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving FIDT table memory at [mem 0x840fb000-0x840fb09b]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving MSDM table memory at [mem 0x840fa000-0x840fa054]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SLIC table memory at [mem 0x840f9000-0x840f9175]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840f5000-0x840f81d9]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840f2000-0x840f4764]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving HPET table memory at [mem 0x840f1000-0x840f1037]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840ed000-0x840f05f3]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840eb000-0x840ec47a]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840e7000-0x840ea23a]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving NHLT table memory at [mem 0x840e5000-0x840e6820]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving LPIT table memory at [mem 0x840e4000-0x840e4093]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840e0000-0x840e271f]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840dd000-0x840df6b9]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving DBGP table memory at [mem 0x840dc000-0x840dc033]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving DBG2 table memory at [mem 0x840db000-0x840db053]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840d9000-0x840d90ad]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving BGRT table memory at [mem 0x840d8000-0x840d8037]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving TPM2 table memory at [mem 0x840d7000-0x840d704b]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840d3000-0x840d67f6]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving DMAR table memory at [mem 0x840da000-0x840da0a7]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving WSMT table memory at [mem 0x840e3000-0x840e3027]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving APIC table memory at [mem 0x840d2000-0x840d212b]
Dec 23 15:30:44 archlaptop kernel: ACPI: Reserving FPDT table memory at [mem 0x840d1000-0x840d1043]
Dec 23 15:30:44 archlaptop kernel: No NUMA configuration found
Dec 23 15:30:44 archlaptop kernel: Faking a node at [mem 0x0000000000000000-0x00000004757fffff]
Dec 23 15:30:44 archlaptop kernel: NODE_DATA(0) allocated [mem 0x4757d52c0-0x4757fffff]
Dec 23 15:30:44 archlaptop kernel: Zone ranges:
Dec 23 15:30:44 archlaptop kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Dec 23 15:30:44 archlaptop kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Dec 23 15:30:44 archlaptop kernel:   Normal   [mem 0x0000000100000000-0x00000004757fffff]
Dec 23 15:30:44 archlaptop kernel:   Device   empty
Dec 23 15:30:44 archlaptop kernel: Movable zone start for each node
Dec 23 15:30:44 archlaptop kernel: Early memory node ranges
Dec 23 15:30:44 archlaptop kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
Dec 23 15:30:44 archlaptop kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
Dec 23 15:30:44 archlaptop kernel:   node   0: [mem 0x0000000000100000-0x0000000082905fff]
Dec 23 15:30:44 archlaptop kernel:   node   0: [mem 0x0000000084b4e000-0x0000000084b4efff]
Dec 23 15:30:44 archlaptop kernel:   node   0: [mem 0x0000000100000000-0x00000004757fffff]
Dec 23 15:30:44 archlaptop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004757fffff]
Dec 23 15:30:44 archlaptop kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Dec 23 15:30:44 archlaptop kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Dec 23 15:30:44 archlaptop kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Dec 23 15:30:44 archlaptop kernel: On node 0, zone DMA32: 8776 pages in unavailable ranges
Dec 23 15:30:44 archlaptop kernel: On node 0, zone Normal: 13489 pages in unavailable ranges
Dec 23 15:30:44 archlaptop kernel: On node 0, zone Normal: 10240 pages in unavailable ranges
Dec 23 15:30:44 archlaptop kernel: Reserving Intel graphics memory at [mem 0x86800000-0x887fffff]
Dec 23 15:30:44 archlaptop kernel: ACPI: PM-Timer IO Port: 0x1808
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Dec 23 15:30:44 archlaptop kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Dec 23 15:30:44 archlaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec 23 15:30:44 archlaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec 23 15:30:44 archlaptop kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Dec 23 15:30:44 archlaptop kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Dec 23 15:30:44 archlaptop kernel: e820: update [mem 0x80353000-0x803aafff] usable ==> reserved
Dec 23 15:30:44 archlaptop kernel: TSC deadline timer available
Dec 23 15:30:44 archlaptop kernel: CPU topo: Max. logical packages:   1
Dec 23 15:30:44 archlaptop kernel: CPU topo: Max. logical dies:       1
Dec 23 15:30:44 archlaptop kernel: CPU topo: Max. dies per package:   1
Dec 23 15:30:44 archlaptop kernel: CPU topo: Max. threads per core:   2
Dec 23 15:30:44 archlaptop kernel: CPU topo: Num. cores per package:     8
Dec 23 15:30:44 archlaptop kernel: CPU topo: Num. threads per package:  16
Dec 23 15:30:44 archlaptop kernel: CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x8015f000-0x8015ffff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x80185000-0x80185fff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x80353000-0x803aafff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x81685000-0x81685fff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x82906000-0x84019fff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x8401a000-0x84149fff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x8414a000-0x8428afff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x8428b000-0x84b4dfff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x84b4f000-0x887fffff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x88800000-0xfdffffff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Dec 23 15:30:44 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Dec 23 15:30:44 archlaptop kernel: [mem 0x88800000-0xfdffffff] available for PCI devices
Dec 23 15:30:44 archlaptop kernel: Booting paravirtualized kernel on bare hardware
Dec 23 15:30:44 archlaptop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Dec 23 15:30:44 archlaptop kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Dec 23 15:30:44 archlaptop kernel: percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
Dec 23 15:30:44 archlaptop kernel: pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
Dec 23 15:30:44 archlaptop kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Dec 23 15:30:44 archlaptop kernel: pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
Dec 23 15:30:44 archlaptop kernel: Kernel command line: initrd=\initramfs-linux.img initrd=\intel-ucode.img root=UUID=8433740e-ecb0-4b9b-a3cd-03ba1b301d70 rw nouveau.config=NvGspRm=1
Dec 23 15:30:44 archlaptop kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: Fallback order for Node 0: 0 
Dec 23 15:30:44 archlaptop kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4161701
Dec 23 15:30:44 archlaptop kernel: Policy zone: Normal
Dec 23 15:30:44 archlaptop kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Dec 23 15:30:44 archlaptop kernel: software IO TLB: area num 16.
Dec 23 15:30:44 archlaptop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Dec 23 15:30:44 archlaptop kernel: ftrace: allocating 51133 entries in 200 pages
Dec 23 15:30:44 archlaptop kernel: ftrace: allocated 200 pages with 3 groups
Dec 23 15:30:44 archlaptop kernel: Dynamic Preempt: full
Dec 23 15:30:44 archlaptop kernel: rcu: Preemptible hierarchical RCU implementation.
Dec 23 15:30:44 archlaptop kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
Dec 23 15:30:44 archlaptop kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Dec 23 15:30:44 archlaptop kernel:         Trampoline variant of Tasks RCU enabled.
Dec 23 15:30:44 archlaptop kernel:         Rude variant of Tasks RCU enabled.
Dec 23 15:30:44 archlaptop kernel:         Tracing variant of Tasks RCU enabled.
Dec 23 15:30:44 archlaptop kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Dec 23 15:30:44 archlaptop kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Dec 23 15:30:44 archlaptop kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Dec 23 15:30:44 archlaptop kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Dec 23 15:30:44 archlaptop kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Dec 23 15:30:44 archlaptop kernel: NR_IRQS: 524544, nr_irqs: 2184, preallocated irqs: 16
Dec 23 15:30:44 archlaptop kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Dec 23 15:30:44 archlaptop kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Dec 23 15:30:44 archlaptop kernel: Console: colour dummy device 80x25
Dec 23 15:30:44 archlaptop kernel: printk: legacy console [tty0] enabled
Dec 23 15:30:44 archlaptop kernel: ACPI: Core revision 20240827
Dec 23 15:30:44 archlaptop kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Dec 23 15:30:44 archlaptop kernel: APIC: Switch to symmetric I/O mode setup
Dec 23 15:30:44 archlaptop kernel: DMAR: Host address width 39
Dec 23 15:30:44 archlaptop kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Dec 23 15:30:44 archlaptop kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Dec 23 15:30:44 archlaptop kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Dec 23 15:30:44 archlaptop kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Dec 23 15:30:44 archlaptop kernel: DMAR: RMRR base: 0x00000084492000 end: 0x000000846dbfff
Dec 23 15:30:44 archlaptop kernel: DMAR: RMRR base: 0x00000086000000 end: 0x000000887fffff
Dec 23 15:30:44 archlaptop kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Dec 23 15:30:44 archlaptop kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Dec 23 15:30:44 archlaptop kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Dec 23 15:30:44 archlaptop kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Dec 23 15:30:44 archlaptop kernel: x2apic enabled
Dec 23 15:30:44 archlaptop kernel: APIC: Switched APIC routing to: cluster x2apic
Dec 23 15:30:44 archlaptop kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Dec 23 15:30:44 archlaptop kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb62f12e8c, max_idle_ns: 440795238402 ns
Dec 23 15:30:44 archlaptop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4401.32 BogoMIPS (lpj=7333320)
Dec 23 15:30:44 archlaptop kernel: x86/cpu: SGX disabled or unsupported by BIOS.
Dec 23 15:30:44 archlaptop kernel: CPU0: Thermal monitoring enabled (TM1)
Dec 23 15:30:44 archlaptop kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Dec 23 15:30:44 archlaptop kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Dec 23 15:30:44 archlaptop kernel: process: using mwait in idle threads
Dec 23 15:30:44 archlaptop kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Dec 23 15:30:44 archlaptop kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Dec 23 15:30:44 archlaptop kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Dec 23 15:30:44 archlaptop kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Dec 23 15:30:44 archlaptop kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Dec 23 15:30:44 archlaptop kernel: RETBleed: Mitigation: Enhanced IBRS
Dec 23 15:30:44 archlaptop kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Dec 23 15:30:44 archlaptop kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Dec 23 15:30:44 archlaptop kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Dec 23 15:30:44 archlaptop kernel: SRBDS: Mitigation: Microcode
Dec 23 15:30:44 archlaptop kernel: GDS: Mitigation: Microcode
Dec 23 15:30:44 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Dec 23 15:30:44 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Dec 23 15:30:44 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Dec 23 15:30:44 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Dec 23 15:30:44 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Dec 23 15:30:44 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Dec 23 15:30:44 archlaptop kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Dec 23 15:30:44 archlaptop kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Dec 23 15:30:44 archlaptop kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Dec 23 15:30:44 archlaptop kernel: x86/fpu: xstate_offset[9]:  960, xstate_sizes[9]:    8
Dec 23 15:30:44 archlaptop kernel: x86/fpu: Enabled xstate features 0x21f, context size is 968 bytes, using 'compacted' format.
Dec 23 15:30:44 archlaptop kernel: Freeing SMP alternatives memory: 40K
Dec 23 15:30:44 archlaptop kernel: pid_max: default: 32768 minimum: 301
Dec 23 15:30:44 archlaptop kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Dec 23 15:30:44 archlaptop kernel: landlock: Up and running.
Dec 23 15:30:44 archlaptop kernel: Yama: becoming mindful.
Dec 23 15:30:44 archlaptop kernel: LSM support for eBPF active
Dec 23 15:30:44 archlaptop kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz (family: 0x6, model: 0xa5, stepping: 0x2)
Dec 23 15:30:44 archlaptop kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Dec 23 15:30:44 archlaptop kernel: ... version:                4
Dec 23 15:30:44 archlaptop kernel: ... bit width:              48
Dec 23 15:30:44 archlaptop kernel: ... generic registers:      4
Dec 23 15:30:44 archlaptop kernel: ... value mask:             0000ffffffffffff
Dec 23 15:30:44 archlaptop kernel: ... max period:             00007fffffffffff
Dec 23 15:30:44 archlaptop kernel: ... fixed-purpose events:   3
Dec 23 15:30:44 archlaptop kernel: ... event mask:             000000070000000f
Dec 23 15:30:44 archlaptop kernel: signal: max sigframe size: 3632
Dec 23 15:30:44 archlaptop kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2141
Dec 23 15:30:44 archlaptop kernel: rcu: Hierarchical SRCU implementation.
Dec 23 15:30:44 archlaptop kernel: rcu:         Max phase no-delay instances is 1000.
Dec 23 15:30:44 archlaptop kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Dec 23 15:30:44 archlaptop kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Dec 23 15:30:44 archlaptop kernel: smp: Bringing up secondary CPUs ...
Dec 23 15:30:44 archlaptop kernel: smpboot: x86: Booting SMP configuration:
Dec 23 15:30:44 archlaptop kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Dec 23 15:30:44 archlaptop kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Dec 23 15:30:44 archlaptop kernel: smp: Brought up 1 node, 16 CPUs
Dec 23 15:30:44 archlaptop kernel: smpboot: Total of 16 processors activated (70428.20 BogoMIPS)
Dec 23 15:30:44 archlaptop kernel: Memory: 16140500K/16646804K available (18432K kernel code, 2654K rwdata, 14236K rodata, 4248K init, 4092K bss, 479252K reserved, 0K cma-reserved)
Dec 23 15:30:44 archlaptop kernel: devtmpfs: initialized
Dec 23 15:30:44 archlaptop kernel: x86/mm: Memory block size: 128MB
Dec 23 15:30:44 archlaptop kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8414a000-0x8428afff] (1314816 bytes)
Dec 23 15:30:44 archlaptop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Dec 23 15:30:44 archlaptop kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: pinctrl core: initialized pinctrl subsystem
Dec 23 15:30:44 archlaptop kernel: PM: RTC time: 12:30:31, date: 2024-12-23
Dec 23 15:30:44 archlaptop kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 23 15:30:44 archlaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Dec 23 15:30:44 archlaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Dec 23 15:30:44 archlaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Dec 23 15:30:44 archlaptop kernel: audit: initializing netlink subsys (disabled)
Dec 23 15:30:44 archlaptop kernel: audit: type=2000 audit(1734957031.166:1): state=initialized audit_enabled=0 res=1
Dec 23 15:30:44 archlaptop kernel: thermal_sys: Registered thermal governor 'fair_share'
Dec 23 15:30:44 archlaptop kernel: thermal_sys: Registered thermal governor 'bang_bang'
Dec 23 15:30:44 archlaptop kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 23 15:30:44 archlaptop kernel: thermal_sys: Registered thermal governor 'user_space'
Dec 23 15:30:44 archlaptop kernel: thermal_sys: Registered thermal governor 'power_allocator'
Dec 23 15:30:44 archlaptop kernel: cpuidle: using governor ladder
Dec 23 15:30:44 archlaptop kernel: cpuidle: using governor menu
Dec 23 15:30:44 archlaptop kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 23 15:30:44 archlaptop kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Dec 23 15:30:44 archlaptop kernel: PCI: Using configuration type 1 for base access
Dec 23 15:30:44 archlaptop kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Dec 23 15:30:44 archlaptop kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Dec 23 15:30:44 archlaptop kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Dec 23 15:30:44 archlaptop kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Dec 23 15:30:44 archlaptop kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Dec 23 15:30:44 archlaptop kernel: fbcon: Taking over console
Dec 23 15:30:44 archlaptop kernel: ACPI: Added _OSI(Module Device)
Dec 23 15:30:44 archlaptop kernel: ACPI: Added _OSI(Processor Device)
Dec 23 15:30:44 archlaptop kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Dec 23 15:30:44 archlaptop kernel: ACPI: Added _OSI(Processor Aggregator Device)
Dec 23 15:30:44 archlaptop kernel: ACPI BIOS Error (bug): Failure creating named object [\_GPE._L12], AE_ALREADY_EXISTS (20240827/dswload2-326)
Dec 23 15:30:44 archlaptop kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
Dec 23 15:30:44 archlaptop kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Dec 23 15:30:44 archlaptop kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Dec 23 15:30:44 archlaptop kernel: ACPI Error: For GPE 0x08, found both _L08 and _E08 methods (20240827/evgpeinit-398)
Dec 23 15:30:44 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0xFFFF8FAC41982800 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0xFFFF8FAC41991000 0004FD (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0xFFFF8FAC4196E300 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0xFFFF8FAC4228F800 00016C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0xFFFF8FAC4198D000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0xFFFF8FAC41996800 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0xFFFF8FAC41981C00 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0xFFFF8FAC4198A000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:30:44 archlaptop kernel: ACPI: SSDT 0xFFFF8FAC41984C00 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
Dec 23 15:30:44 archlaptop kernel: ACPI: EC: EC started
Dec 23 15:30:44 archlaptop kernel: ACPI: EC: interrupt blocked
Dec 23 15:30:44 archlaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
Dec 23 15:30:44 archlaptop kernel: ACPI: Interpreter enabled
Dec 23 15:30:44 archlaptop kernel: ACPI: PM: (supports S0 S3 S4 S5)
Dec 23 15:30:44 archlaptop kernel: ACPI: Using IOAPIC for interrupt routing
Dec 23 15:30:44 archlaptop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dec 23 15:30:44 archlaptop kernel: PCI: Using E820 reservations for host bridge windows
Dec 23 15:30:44 archlaptop kernel: ACPI: Enabled 10 GPEs in block 00 to 7F
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.RP09.PXP_: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.RP13.PXP_: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.RP20.PXSX.DRST: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.PAUD: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.I2C2.PXTC: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.I2C3.PXTC: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_TZ_.FN00: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_TZ_.FN01: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_TZ_.FN02: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_TZ_.FN03: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \_TZ_.FN04: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: \PIN_: New power resource
Dec 23 15:30:44 archlaptop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Dec 23 15:30:44 archlaptop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Dec 23 15:30:44 archlaptop kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Dec 23 15:30:44 archlaptop kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Dec 23 15:30:44 archlaptop kernel: PCI host bridge to bus 0000:00
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: root bus resource [mem 0x88800000-0xdfffffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:00.0: [8086:9b44] type 00 class 0x060000 conventional PCI endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:02.0: [8086:9bc4] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:02.0: BAR 0 [mem 0x6232000000-0x6232ffffff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:02.0: BAR 4 [io  0x5000-0x503f]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000 conventional PCI endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:12.0: BAR 0 [mem 0x623311b000-0x623311bfff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330 conventional PCI endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:14.0: BAR 0 [mem 0x6233100000-0x623310ffff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000 conventional PCI endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:14.2: BAR 0 [mem 0x6233114000-0x6233115fff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:14.2: BAR 2 [mem 0x623311a000-0x623311afff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000 conventional PCI endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:15.1: [8086:06e9] type 00 class 0x0c8000 conventional PCI endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000 conventional PCI endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:16.0: BAR 0 [mem 0x6233117000-0x6233117fff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:16.0: PME# supported from D3hot
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.0: [8086:06c0] type 01 class 0x060400 PCIe Root Port
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.0:   bridge window [mem 0xa4500000-0xa45fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.2: [8086:06c2] type 01 class 0x060400 PCIe Root Port
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.2:   bridge window [io  0x3000-0x3fff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.2:   bridge window [mem 0xa4400000-0xa44fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.2: PME# supported from D0 D3hot D3cold
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.2: PTM enabled (root), 4ns granularity
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.3: [8086:06c3] type 01 class 0x060400 PCIe Root Port
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.3: PCI bridge to [bus 04]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.3:   bridge window [mem 0xa4300000-0xa43fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.3: PME# supported from D0 D3hot D3cold
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.3: PTM enabled (root), 4ns granularity
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.4: [8086:06ac] type 01 class 0x060400 PCIe Root Port
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.4: PCI bridge to [bus 05]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.4:   bridge window [mem 0xa4200000-0xa42fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.4: PME# supported from D0 D3hot D3cold
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.4: PTM enabled (root), 4ns granularity
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0: [8086:06b4] type 01 class 0x060400 PCIe Root Port
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 06-3e]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0x8c000000-0xa23fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0x6210000000-0x6231ffffff 64bit pref]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.0: [8086:068d] type 00 class 0x060100 conventional PCI endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040300 conventional PCI endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.3: BAR 0 [mem 0x6233110000-0x6233113fff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.3: BAR 4 [mem 0x6233000000-0x62330fffff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500 conventional PCI endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.4: BAR 0 [mem 0x6233116000-0x62331160ff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000 conventional PCI endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.0: [10de:2520] type 00 class 0x030000 PCIe Legacy Endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.0: BAR 0 [mem 0xa3000000-0xa3ffffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.0: BAR 1 [mem 0x6000000000-0x61ffffffff 64bit pref]
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.0: BAR 3 [mem 0x6200000000-0x6201ffffff 64bit pref]
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.0: BAR 5 [io  0x4000-0x407f]
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.0: ROM [mem 0xa4000000-0xa407ffff pref]
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.1: [10de:228e] type 00 class 0x040300 PCIe Endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.1: BAR 0 [mem 0xa4080000-0xa4083fff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 23 15:30:44 archlaptop kernel: pci 0000:02:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:02:00.0: BAR 1 [mem 0xa4500000-0xa4500fff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:02:00.0: supports D1 D2
Dec 23 15:30:44 archlaptop kernel: pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 23 15:30:44 archlaptop kernel: pci 0000:03:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:03:00.0: BAR 0 [io  0x3000-0x30ff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:03:00.0: BAR 2 [mem 0xa4400000-0xa440ffff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:03:00.0: BAR 4 [mem 0xa4410000-0xa4413fff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:03:00.0: supports D1 D2
Dec 23 15:30:44 archlaptop kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
Dec 23 15:30:44 archlaptop kernel: pci 0000:04:00.0: [8086:2723] type 00 class 0x028000 PCIe Endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:04:00.0: BAR 0 [mem 0xa4300000-0xa4303fff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.3: PCI bridge to [bus 04]
Dec 23 15:30:44 archlaptop kernel: pci 0000:05:00.0: [1cc1:8201] type 00 class 0x010802 PCIe Endpoint
Dec 23 15:30:44 archlaptop kernel: pci 0000:05:00.0: BAR 0 [mem 0xa4200000-0xa4203fff 64bit]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.4: PCI bridge to [bus 05]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 06-3e]
Dec 23 15:30:44 archlaptop kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Dec 23 15:30:44 archlaptop kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Dec 23 15:30:44 archlaptop kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Dec 23 15:30:44 archlaptop kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Dec 23 15:30:44 archlaptop kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Dec 23 15:30:44 archlaptop kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Dec 23 15:30:44 archlaptop kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Dec 23 15:30:44 archlaptop kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Dec 23 15:30:44 archlaptop kernel: ACPI: EC: interrupt unblocked
Dec 23 15:30:44 archlaptop kernel: ACPI: EC: event unblocked
Dec 23 15:30:44 archlaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dec 23 15:30:44 archlaptop kernel: ACPI: EC: GPE=0x3
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
Dec 23 15:30:44 archlaptop kernel: iommu: Default domain type: Translated
Dec 23 15:30:44 archlaptop kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Dec 23 15:30:44 archlaptop kernel: SCSI subsystem initialized
Dec 23 15:30:44 archlaptop kernel: libata version 3.00 loaded.
Dec 23 15:30:44 archlaptop kernel: ACPI: bus type USB registered
Dec 23 15:30:44 archlaptop kernel: usbcore: registered new interface driver usbfs
Dec 23 15:30:44 archlaptop kernel: usbcore: registered new interface driver hub
Dec 23 15:30:44 archlaptop kernel: usbcore: registered new device driver usb
Dec 23 15:30:44 archlaptop kernel: EDAC MC: Ver: 3.0.0
Dec 23 15:30:44 archlaptop kernel: efivars: Registered efivars operations
Dec 23 15:30:44 archlaptop kernel: NetLabel: Initializing
Dec 23 15:30:44 archlaptop kernel: NetLabel:  domain hash size = 128
Dec 23 15:30:44 archlaptop kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Dec 23 15:30:44 archlaptop kernel: NetLabel:  unlabeled traffic allowed by default
Dec 23 15:30:44 archlaptop kernel: mctp: management component transport protocol core
Dec 23 15:30:44 archlaptop kernel: NET: Registered PF_MCTP protocol family
Dec 23 15:30:44 archlaptop kernel: PCI: Using ACPI for IRQ routing
Dec 23 15:30:44 archlaptop kernel: PCI: pci_cache_line_size set to 64 bytes
Dec 23 15:30:44 archlaptop kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Dec 23 15:30:44 archlaptop kernel: e820: reserve RAM buffer [mem 0x8015f018-0x83ffffff]
Dec 23 15:30:44 archlaptop kernel: e820: reserve RAM buffer [mem 0x80353000-0x83ffffff]
Dec 23 15:30:44 archlaptop kernel: e820: reserve RAM buffer [mem 0x81685000-0x83ffffff]
Dec 23 15:30:44 archlaptop kernel: e820: reserve RAM buffer [mem 0x82906000-0x83ffffff]
Dec 23 15:30:44 archlaptop kernel: e820: reserve RAM buffer [mem 0x84b4f000-0x87ffffff]
Dec 23 15:30:44 archlaptop kernel: e820: reserve RAM buffer [mem 0x475800000-0x477ffffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 23 15:30:44 archlaptop kernel: vgaarb: loaded
Dec 23 15:30:44 archlaptop kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Dec 23 15:30:44 archlaptop kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Dec 23 15:30:44 archlaptop kernel: clocksource: Switched to clocksource tsc-early
Dec 23 15:30:44 archlaptop kernel: VFS: Disk quotas dquot_6.6.0
Dec 23 15:30:44 archlaptop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 23 15:30:44 archlaptop kernel: pnp: PnP ACPI init
Dec 23 15:30:44 archlaptop kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:01: [io  0x1854-0x1857] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:02: [io  0x1800-0x18fe] could not be reserved
Dec 23 15:30:44 archlaptop kernel: system 00:02: [mem 0xfd000000-0xfd69ffff] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:02: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:02: [mem 0xfd6f0000-0xfdffffff] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:02: [mem 0xfe000000-0xfe01ffff] could not be reserved
Dec 23 15:30:44 archlaptop kernel: system 00:02: [mem 0xfe200000-0xfe7fffff] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:02: [mem 0xff000000-0xffffffff] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:03: [io  0x2000-0x20fe] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Dec 23 15:30:44 archlaptop kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Dec 23 15:30:44 archlaptop kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
Dec 23 15:30:44 archlaptop kernel: system 00:05: [mem 0xfe038000-0xfe038fff] has been reserved
Dec 23 15:30:44 archlaptop kernel: pnp: PnP ACPI: found 6 devices
Dec 23 15:30:44 archlaptop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dec 23 15:30:44 archlaptop kernel: NET: Registered PF_INET protocol family
Dec 23 15:30:44 archlaptop kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: TCP: Hash tables configured (established 131072 bind 65536)
Dec 23 15:30:44 archlaptop kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Dec 23 15:30:44 archlaptop kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 23 15:30:44 archlaptop kernel: NET: Registered PF_XDP protocol family
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 06-3e] add_size 1000
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:15.0: BAR 0 [mem 0x4010000000-0x4010000fff 64bit]: assigned
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:15.1: BAR 0 [mem 0x4010001000-0x4010001fff 64bit]: assigned
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0: bridge window [io  0x6000-0x6fff]: assigned
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.0:   bridge window [mem 0xa4500000-0xa45fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.2:   bridge window [io  0x3000-0x3fff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.2:   bridge window [mem 0xa4400000-0xa44fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.3: PCI bridge to [bus 04]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.3:   bridge window [mem 0xa4300000-0xa43fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.4: PCI bridge to [bus 05]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.4:   bridge window [mem 0xa4200000-0xa42fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 06-3e]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0:   bridge window [io  0x6000-0x6fff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0x8c000000-0xa23fffff]
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0x6210000000-0x6231ffffff 64bit pref]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: resource 8 [mem 0x88800000-0xdfffffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:02: resource 1 [mem 0xa4500000-0xa45fffff]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:03: resource 1 [mem 0xa4400000-0xa44fffff]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:04: resource 1 [mem 0xa4300000-0xa43fffff]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:05: resource 1 [mem 0xa4200000-0xa42fffff]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:06: resource 0 [io  0x6000-0x6fff]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:06: resource 1 [mem 0x8c000000-0xa23fffff]
Dec 23 15:30:44 archlaptop kernel: pci_bus 0000:06: resource 2 [mem 0x6210000000-0x6231ffffff 64bit pref]
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Dec 23 15:30:44 archlaptop kernel: PCI: CLS 64 bytes, default 64
Dec 23 15:30:44 archlaptop kernel: DMAR: Intel-IOMMU force enabled due to platform opt in
Dec 23 15:30:44 archlaptop kernel: DMAR: No ATSR found
Dec 23 15:30:44 archlaptop kernel: DMAR: No SATC found
Dec 23 15:30:44 archlaptop kernel: DMAR: IOMMU feature fl1gp_support inconsistent
Dec 23 15:30:44 archlaptop kernel: DMAR: IOMMU feature pgsel_inv inconsistent
Dec 23 15:30:44 archlaptop kernel: DMAR: IOMMU feature nwfs inconsistent
Dec 23 15:30:44 archlaptop kernel: DMAR: IOMMU feature pasid inconsistent
Dec 23 15:30:44 archlaptop kernel: DMAR: IOMMU feature eafs inconsistent
Dec 23 15:30:44 archlaptop kernel: DMAR: IOMMU feature prs inconsistent
Dec 23 15:30:44 archlaptop kernel: DMAR: IOMMU feature nest inconsistent
Dec 23 15:30:44 archlaptop kernel: DMAR: IOMMU feature mts inconsistent
Dec 23 15:30:44 archlaptop kernel: DMAR: IOMMU feature sc_support inconsistent
Dec 23 15:30:44 archlaptop kernel: DMAR: IOMMU feature dev_iotlb_support inconsistent
Dec 23 15:30:44 archlaptop kernel: DMAR: dmar0: Using Queued invalidation
Dec 23 15:30:44 archlaptop kernel: DMAR: dmar1: Using Queued invalidation
Dec 23 15:30:44 archlaptop kernel: Trying to unpack rootfs image as initramfs...
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:02.0: Adding to iommu group 0
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:00.0: Adding to iommu group 1
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:01.0: Adding to iommu group 2
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:12.0: Adding to iommu group 3
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:14.0: Adding to iommu group 4
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:14.2: Adding to iommu group 4
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:15.0: Adding to iommu group 5
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:15.1: Adding to iommu group 5
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:16.0: Adding to iommu group 6
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.0: Adding to iommu group 7
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.2: Adding to iommu group 8
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.3: Adding to iommu group 9
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1b.4: Adding to iommu group 10
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1d.0: Adding to iommu group 11
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.0: Adding to iommu group 12
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.3: Adding to iommu group 12
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.4: Adding to iommu group 12
Dec 23 15:30:44 archlaptop kernel: pci 0000:00:1f.5: Adding to iommu group 12
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.0: Adding to iommu group 2
Dec 23 15:30:44 archlaptop kernel: pci 0000:01:00.1: Adding to iommu group 2
Dec 23 15:30:44 archlaptop kernel: pci 0000:02:00.0: Adding to iommu group 13
Dec 23 15:30:44 archlaptop kernel: pci 0000:03:00.0: Adding to iommu group 14
Dec 23 15:30:44 archlaptop kernel: pci 0000:04:00.0: Adding to iommu group 15
Dec 23 15:30:44 archlaptop kernel: pci 0000:05:00.0: Adding to iommu group 16
Dec 23 15:30:44 archlaptop kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Dec 23 15:30:44 archlaptop kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dec 23 15:30:44 archlaptop kernel: software IO TLB: mapped [mem 0x000000007820d000-0x000000007c20d000] (64MB)
Dec 23 15:30:44 archlaptop kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Dec 23 15:30:44 archlaptop kernel: Initialise system trusted keyrings
Dec 23 15:30:44 archlaptop kernel: Key type blacklist registered
Dec 23 15:30:44 archlaptop kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
Dec 23 15:30:44 archlaptop kernel: fuse: init (API version 7.41)
Dec 23 15:30:44 archlaptop kernel: integrity: Platform Keyring initialized
Dec 23 15:30:44 archlaptop kernel: integrity: Machine keyring initialized
Dec 23 15:30:44 archlaptop kernel: Key type asymmetric registered
Dec 23 15:30:44 archlaptop kernel: Asymmetric key parser 'x509' registered
Dec 23 15:30:44 archlaptop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Dec 23 15:30:44 archlaptop kernel: io scheduler mq-deadline registered
Dec 23 15:30:44 archlaptop kernel: io scheduler kyber registered
Dec 23 15:30:44 archlaptop kernel: io scheduler bfq registered
Dec 23 15:30:44 archlaptop kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 23 15:30:44 archlaptop kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Dec 23 15:30:44 archlaptop kernel: pcieport 0000:00:1b.0: PME: Signaling with IRQ 123
Dec 23 15:30:44 archlaptop kernel: pcieport 0000:00:1b.2: PME: Signaling with IRQ 124
Dec 23 15:30:44 archlaptop kernel: pcieport 0000:00:1b.3: PME: Signaling with IRQ 125
Dec 23 15:30:44 archlaptop kernel: pcieport 0000:00:1b.4: PME: Signaling with IRQ 126
Dec 23 15:30:44 archlaptop kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 127
Dec 23 15:30:44 archlaptop kernel: pcieport 0000:00:1d.0: pciehp: Slot #16 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Dec 23 15:30:44 archlaptop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dec 23 15:30:44 archlaptop kernel: Monitor-Mwait will be used to enter C-1 state
Dec 23 15:30:44 archlaptop kernel: Monitor-Mwait will be used to enter C-2 state
Dec 23 15:30:44 archlaptop kernel: Monitor-Mwait will be used to enter C-3 state
Dec 23 15:30:44 archlaptop kernel: ACPI: AC: AC Adapter [ADP1] (off-line)
Dec 23 15:30:44 archlaptop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:01/PNP0C0D:00/input/input0
Dec 23 15:30:44 archlaptop kernel: ACPI: button: Lid Switch [LID0]
Dec 23 15:30:44 archlaptop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:01/PNP0C0E:00/input/input1
Dec 23 15:30:44 archlaptop kernel: ACPI: button: Sleep Button [SLPB]
Dec 23 15:30:44 archlaptop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:01/input/input2
Dec 23 15:30:44 archlaptop kernel: ACPI: button: Sleep Button [SLPB]
Dec 23 15:30:44 archlaptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
Dec 23 15:30:44 archlaptop kernel: ACPI: button: Power Button [PWRB]
Dec 23 15:30:44 archlaptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
Dec 23 15:30:44 archlaptop kernel: ACPI: button: Power Button [PWRF]
Dec 23 15:30:44 archlaptop kernel: thermal LNXTHERM:00: registered as thermal_zone0
Dec 23 15:30:44 archlaptop kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Dec 23 15:30:44 archlaptop kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Dec 23 15:30:44 archlaptop kernel: Non-volatile memory driver v1.3
Dec 23 15:30:44 archlaptop kernel: Linux agpgart interface v0.103
Dec 23 15:30:44 archlaptop kernel: ACPI: battery: [Firmware Bug]: (dis)charge rate invalid.
Dec 23 15:30:44 archlaptop kernel: ACPI: battery: Slot [BAT1] (battery present)
Dec 23 15:30:44 archlaptop kernel: ACPI: bus type drm_connector registered
Dec 23 15:30:44 archlaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Dec 23 15:30:44 archlaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Dec 23 15:30:44 archlaptop kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Dec 23 15:30:44 archlaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Dec 23 15:30:44 archlaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Dec 23 15:30:44 archlaptop kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Dec 23 15:30:44 archlaptop kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
Dec 23 15:30:44 archlaptop kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 23 15:30:44 archlaptop kernel: usb usb1: Product: xHCI Host Controller
Dec 23 15:30:44 archlaptop kernel: usb usb1: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
Dec 23 15:30:44 archlaptop kernel: usb usb1: SerialNumber: 0000:00:14.0
Dec 23 15:30:44 archlaptop kernel: hub 1-0:1.0: USB hub found
Dec 23 15:30:44 archlaptop kernel: hub 1-0:1.0: 16 ports detected
Dec 23 15:30:44 archlaptop kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
Dec 23 15:30:44 archlaptop kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 23 15:30:44 archlaptop kernel: usb usb2: Product: xHCI Host Controller
Dec 23 15:30:44 archlaptop kernel: usb usb2: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
Dec 23 15:30:44 archlaptop kernel: usb usb2: SerialNumber: 0000:00:14.0
Dec 23 15:30:44 archlaptop kernel: hub 2-0:1.0: USB hub found
Dec 23 15:30:44 archlaptop kernel: hub 2-0:1.0: 8 ports detected
Dec 23 15:30:44 archlaptop kernel: usbcore: registered new interface driver usbserial_generic
Dec 23 15:30:44 archlaptop kernel: usbserial: USB Serial support registered for generic
Dec 23 15:30:44 archlaptop kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Dec 23 15:30:44 archlaptop kernel: rtc_cmos rtc_cmos: registered as rtc0
Dec 23 15:30:44 archlaptop kernel: rtc_cmos rtc_cmos: setting system clock to 2024-12-23T12:30:33 UTC (1734957033)
Dec 23 15:30:44 archlaptop kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Dec 23 15:30:44 archlaptop kernel: Freeing initrd memory: 68908K
Dec 23 15:30:44 archlaptop kernel: intel_pstate: HWP enabled by BIOS
Dec 23 15:30:44 archlaptop kernel: intel_pstate: Intel P-state driver initializing
Dec 23 15:30:44 archlaptop kernel: intel_pstate: HWP enabled
Dec 23 15:30:44 archlaptop kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Dec 23 15:30:44 archlaptop kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Dec 23 15:30:44 archlaptop kernel: Console: switching to colour frame buffer device 240x67
Dec 23 15:30:44 archlaptop kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Dec 23 15:30:44 archlaptop kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 23 15:30:44 archlaptop kernel: drop_monitor: Initializing network drop monitor service
Dec 23 15:30:44 archlaptop kernel: NET: Registered PF_INET6 protocol family
Dec 23 15:30:44 archlaptop kernel: Segment Routing with IPv6
Dec 23 15:30:44 archlaptop kernel: RPL Segment Routing with IPv6
Dec 23 15:30:44 archlaptop kernel: In-situ OAM (IOAM) with IPv6
Dec 23 15:30:44 archlaptop kernel: NET: Registered PF_PACKET protocol family
Dec 23 15:30:44 archlaptop kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Dec 23 15:30:44 archlaptop kernel: microcode: Current revision: 0x000000fc
Dec 23 15:30:44 archlaptop kernel: microcode: Updated early from: 0x000000e2
Dec 23 15:30:44 archlaptop kernel: IPI shorthand broadcast: enabled
Dec 23 15:30:44 archlaptop kernel: sched_clock: Marking stable (2263341189, 8688883)->(2308735689, -36705617)
Dec 23 15:30:44 archlaptop kernel: registered taskstats version 1
Dec 23 15:30:44 archlaptop kernel: Loading compiled-in X.509 certificates
Dec 23 15:30:44 archlaptop kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 8d6402356535386924f746d3d123613ef19cb307'
Dec 23 15:30:44 archlaptop kernel: Demotion targets for Node 0: null
Dec 23 15:30:44 archlaptop kernel: Key type .fscrypt registered
Dec 23 15:30:44 archlaptop kernel: Key type fscrypt-provisioning registered
Dec 23 15:30:44 archlaptop kernel: PM:   Magic number: 4:516:532
Dec 23 15:30:44 archlaptop kernel: tty ttyS12: hash matches
Dec 23 15:30:44 archlaptop kernel: port serial8250:0.11: hash matches
Dec 23 15:30:44 archlaptop kernel: acpi LNXPOWER:12: hash matches
Dec 23 15:30:44 archlaptop kernel: RAS: Correctable Errors collector initialized.
Dec 23 15:30:44 archlaptop kernel: clk: Disabling unused clocks
Dec 23 15:30:44 archlaptop kernel: PM: genpd: Disabling unused power domains
Dec 23 15:30:44 archlaptop kernel: Freeing unused decrypted memory: 2028K
Dec 23 15:30:44 archlaptop kernel: Freeing unused kernel image (initmem) memory: 4248K
Dec 23 15:30:44 archlaptop kernel: Write protecting the kernel read-only data: 32768k
Dec 23 15:30:44 archlaptop kernel: Freeing unused kernel image (rodata/data gap) memory: 100K
Dec 23 15:30:44 archlaptop kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Dec 23 15:30:44 archlaptop kernel: rodata_test: all tests were successful
Dec 23 15:30:44 archlaptop kernel: Run /init as init process
Dec 23 15:30:44 archlaptop kernel:   with arguments:
Dec 23 15:30:44 archlaptop kernel:     /init
Dec 23 15:30:44 archlaptop kernel:   with environment:
Dec 23 15:30:44 archlaptop kernel:     HOME=/
Dec 23 15:30:44 archlaptop kernel:     TERM=linux
Dec 23 15:30:44 archlaptop kernel: usb 1-4: new full-speed USB device number 2 using xhci_hcd
Dec 23 15:30:44 archlaptop kernel: usb 1-4: New USB device found, idVendor=1532, idProduct=0099, bcdDevice= 2.00
Dec 23 15:30:44 archlaptop kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 23 15:30:44 archlaptop kernel: usb 1-4: Product: Razer Basilisk V3
Dec 23 15:30:44 archlaptop kernel: usb 1-4: Manufacturer: Razer
Dec 23 15:30:44 archlaptop kernel: usbcore: registered new interface driver usbhid
Dec 23 15:30:44 archlaptop kernel: usbhid: USB HID core driver
Dec 23 15:30:44 archlaptop kernel: input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1532:0099.0001/input/input5
Dec 23 15:30:44 archlaptop kernel: hid-generic 0003:1532:0099.0001: input,hidraw0: USB HID v1.11 Mouse [Razer Razer Basilisk V3] on usb-0000:00:14.0-4/input0
Dec 23 15:30:44 archlaptop kernel: input: Razer Razer Basilisk V3 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1532:0099.0002/input/input6
Dec 23 15:30:44 archlaptop kernel: input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1532:0099.0002/input/input7
Dec 23 15:30:44 archlaptop kernel: hid-generic 0003:1532:0099.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer Basilisk V3] on usb-0000:00:14.0-4/input1
Dec 23 15:30:44 archlaptop kernel: input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:1532:0099.0003/input/input8
Dec 23 15:30:44 archlaptop kernel: usb 1-9: new high-speed USB device number 3 using xhci_hcd
Dec 23 15:30:44 archlaptop kernel: hid-generic 0003:1532:0099.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer Basilisk V3] on usb-0000:00:14.0-4/input2
Dec 23 15:30:44 archlaptop kernel: hid-generic 0003:1532:0099.0004: No inputs registered, leaving
Dec 23 15:30:44 archlaptop kernel: hid-generic 0003:1532:0099.0004: hidraw3: USB HID v1.11 Device [Razer Razer Basilisk V3] on usb-0000:00:14.0-4/input3
Dec 23 15:30:44 archlaptop kernel: usb 1-9: New USB device found, idVendor=13d3, idProduct=56a2, bcdDevice=17.01
Dec 23 15:30:44 archlaptop kernel: usb 1-9: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 23 15:30:44 archlaptop kernel: usb 1-9: Product: USB2.0 HD UVC WebCam
Dec 23 15:30:44 archlaptop kernel: usb 1-9: Manufacturer: Azurewave
Dec 23 15:30:44 archlaptop kernel: usb 1-9: SerialNumber: 0x0001
Dec 23 15:30:44 archlaptop kernel: rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
Dec 23 15:30:44 archlaptop kernel: nvme 0000:05:00.0: platform quirk: setting simple suspend
Dec 23 15:30:44 archlaptop kernel: nvme nvme0: pci function 0000:05:00.0
Dec 23 15:30:44 archlaptop kernel: tsc: Refined TSC clocksource calibration: 2208.000 MHz
Dec 23 15:30:44 archlaptop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fd3b81b95f, max_idle_ns: 440795257325 ns
Dec 23 15:30:44 archlaptop kernel: clocksource: Switched to clocksource tsc
Dec 23 15:30:44 archlaptop kernel: nvme nvme0: 15/0/0 default/read/poll queues
Dec 23 15:30:44 archlaptop kernel:  nvme0n1: p1 p2
Dec 23 15:30:44 archlaptop kernel: usb 1-10: new full-speed USB device number 4 using xhci_hcd
Dec 23 15:30:44 archlaptop kernel: device-mapper: uevent: version 1.0.3
Dec 23 15:30:44 archlaptop kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Dec 23 15:30:44 archlaptop kernel: usb 1-10: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Dec 23 15:30:44 archlaptop kernel: usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 23 15:30:44 archlaptop kernel: usb 1-11: new full-speed USB device number 5 using xhci_hcd
Dec 23 15:30:44 archlaptop kernel: usb 1-11: New USB device found, idVendor=1044, idProduct=7a3b, bcdDevice= 2.29
Dec 23 15:30:44 archlaptop kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 23 15:30:44 archlaptop kernel: usb 1-11: Product: USB-HID Keyboard
Dec 23 15:30:44 archlaptop kernel: usb 1-11: Manufacturer: GIGABYTE
Dec 23 15:30:44 archlaptop kernel: usb 1-11: SerialNumber: AP0000000003
Dec 23 15:30:44 archlaptop kernel: input: GIGABYTE USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:1044:7A3B.0005/input/input9
Dec 23 15:30:44 archlaptop kernel: hid-generic 0003:1044:7A3B.0005: input,hidraw4: USB HID v1.11 Keyboard [GIGABYTE USB-HID Keyboard] on usb-0000:00:14.0-11/input0
Dec 23 15:30:44 archlaptop kernel: hid-generic 0003:1044:7A3B.0006: hiddev96,hidraw5: USB HID v1.11 Device [GIGABYTE USB-HID Keyboard] on usb-0000:00:14.0-11/input1
Dec 23 15:30:44 archlaptop kernel: input: GIGABYTE USB-HID Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input10
Dec 23 15:30:44 archlaptop kernel: input: GIGABYTE USB-HID Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input11
Dec 23 15:30:44 archlaptop kernel: input: GIGABYTE USB-HID Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input12
Dec 23 15:30:44 archlaptop kernel: input: GIGABYTE USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input13
Dec 23 15:30:44 archlaptop kernel: input: GIGABYTE USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input14
Dec 23 15:30:44 archlaptop kernel: input: GIGABYTE USB-HID Keyboard Wireless Radio Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input15
Dec 23 15:30:44 archlaptop kernel: hid-generic 0003:1044:7A3B.0007: input,hiddev97,hidraw6: USB HID v1.11 Mouse [GIGABYTE USB-HID Keyboard] on usb-0000:00:14.0-11/input2
Dec 23 15:30:44 archlaptop kernel: hid-generic 0003:1044:7A3B.0008: hiddev98,hidraw7: USB HID v1.11 Device [GIGABYTE USB-HID Keyboard] on usb-0000:00:14.0-11/input3
Dec 23 15:30:44 archlaptop kernel: MXM: GUID detected in BIOS
Dec 23 15:30:44 archlaptop kernel: ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
Dec 23 15:30:44 archlaptop kernel: nouveau 0000:01:00.0: enabling device (0000 -> 0003)
Dec 23 15:30:44 archlaptop kernel: nouveau 0000:01:00.0: NVIDIA GA106 (b76000a1)
Dec 23 15:30:44 archlaptop kernel: nouveau 0000:01:00.0: bios: version 94.06.13.00.64
Dec 23 15:30:44 archlaptop kernel: i915 0000:00:02.0: [drm] Found COMETLAKE (device ID 9bc4) display version 9.00 stepping N/A
Dec 23 15:30:44 archlaptop kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
Dec 23 15:30:44 archlaptop kernel: Console: switching to colour dummy device 80x25
Dec 23 15:30:44 archlaptop kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Dec 23 15:30:44 archlaptop kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Dec 23 15:30:44 archlaptop kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Dec 23 15:30:44 archlaptop kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Dec 23 15:30:44 archlaptop kernel: i915 0000:00:02.0: [drm] [CONNECTOR:99:eDP-1] Panel is missing HDR static metadata. Possible support for Intel HDR backlight interface is not used. If your backlight controls don't work try booting with i915.enable_dpcd_backlight=3. needs this, please file a _new_ bug report on drm/i915, see https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html for details.
Dec 23 15:30:44 archlaptop kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 2
Dec 23 15:30:44 archlaptop kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Dec 23 15:30:44 archlaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
Dec 23 15:30:44 archlaptop kernel: ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Dec 23 15:30:44 archlaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input17
Dec 23 15:30:44 archlaptop kernel: fbcon: i915drmfb (fb0) is primary device
Dec 23 15:30:44 archlaptop kernel: Console: switching to colour frame buffer device 240x67
Dec 23 15:30:44 archlaptop kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Dec 23 15:30:44 archlaptop kernel: nouveau 0000:01:00.0: drm: VRAM: 6144 MiB
Dec 23 15:30:44 archlaptop kernel: nouveau 0000:01:00.0: drm: GART: 536870912 MiB
Dec 23 15:30:44 archlaptop kernel: nouveau 0000:01:00.0: drm: MM: using COPY for buffer copies
Dec 23 15:30:44 archlaptop kernel: nouveau 0000:01:00.0: drm: [DRM/00000009:kmsOutp] [BL_GET level:0] (ret:-22)
Dec 23 15:30:44 archlaptop kernel: [drm] Initialized nouveau 1.4.0 for 0000:01:00.0 on minor 1
Dec 23 15:30:44 archlaptop kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
Dec 23 15:30:44 archlaptop kernel: nouveau 0000:01:00.0: drm: Disabling PCI power management to avoid bug
Dec 23 15:30:44 archlaptop kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
Dec 23 15:30:44 archlaptop kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
Dec 23 15:30:44 archlaptop kernel: EXT4-fs (dm-2): mounted filesystem 8433740e-ecb0-4b9b-a3cd-03ba1b301d70 r/w with ordered data mode. Quota mode: none.
Dec 23 15:30:44 archlaptop systemd[1]: systemd 257-1-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)
Dec 23 15:30:44 archlaptop systemd[1]: Detected architecture x86-64.
Dec 23 15:30:44 archlaptop systemd[1]: Hostname set to <archlaptop>.
Dec 23 15:30:44 archlaptop systemd[1]: bpf-restrict-fs: LSM BPF program attached
Dec 23 15:30:44 archlaptop systemd[1]: Queued start job for default target Graphical Interface.
Dec 23 15:30:44 archlaptop systemd[1]: Created slice Slice /system/dirmngr.
Dec 23 15:30:44 archlaptop systemd[1]: Created slice Slice /system/getty.
Dec 23 15:30:44 archlaptop systemd[1]: Created slice Slice /system/gpg-agent.
Dec 23 15:30:44 archlaptop systemd[1]: Created slice Slice /system/gpg-agent-browser.
Dec 23 15:30:44 archlaptop systemd[1]: Created slice Slice /system/gpg-agent-extra.
Dec 23 15:30:44 archlaptop systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Dec 23 15:30:44 archlaptop systemd[1]: Created slice Slice /system/keyboxd.
Dec 23 15:30:44 archlaptop systemd[1]: Created slice Slice /system/modprobe.
Dec 23 15:30:44 archlaptop systemd[1]: Created slice Slice /system/systemd-fsck.
Dec 23 15:30:44 archlaptop systemd[1]: Created slice User and Session Slice.
Dec 23 15:30:44 archlaptop systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Dec 23 15:30:44 archlaptop systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Dec 23 15:30:44 archlaptop systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Dec 23 15:30:44 archlaptop systemd[1]: Expecting device /dev/disk/by-uuid/4F4A-C00A...
Dec 23 15:30:44 archlaptop systemd[1]: Expecting device /dev/disk/by-uuid/a30345c9-0bd2-4259-ad40-e2669baac890...
Dec 23 15:30:44 archlaptop systemd[1]: Expecting device /dev/disk/by-uuid/b0d64b6c-f2c1-406b-b6b7-8f692e676e81...
Dec 23 15:30:44 archlaptop systemd[1]: Reached target Local Encrypted Volumes.
Dec 23 15:30:44 archlaptop systemd[1]: Reached target Login Prompts.
Dec 23 15:30:44 archlaptop systemd[1]: Reached target Local Integrity Protected Volumes.
Dec 23 15:30:44 archlaptop systemd[1]: Reached target Path Units.
Dec 23 15:30:44 archlaptop systemd[1]: Reached target Remote File Systems.
Dec 23 15:30:44 archlaptop systemd[1]: Reached target Slice Units.
Dec 23 15:30:44 archlaptop systemd[1]: Reached target Local Verity Protected Volumes.
Dec 23 15:30:44 archlaptop systemd[1]: Listening on Device-mapper event daemon FIFOs.
Dec 23 15:30:44 archlaptop systemd[1]: Listening on LVM2 poll daemon socket.
Dec 23 15:30:44 archlaptop systemd[1]: Listening on Process Core Dump Socket.
Dec 23 15:30:44 archlaptop systemd[1]: Listening on Credential Encryption/Decryption.
Dec 23 15:30:44 archlaptop systemd[1]: Listening on Journal Socket (/dev/log).
Dec 23 15:30:44 archlaptop systemd[1]: Listening on Journal Sockets.
Dec 23 15:30:44 archlaptop systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:30:44 archlaptop systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:30:44 archlaptop systemd[1]: Listening on udev Control Socket.
Dec 23 15:30:44 archlaptop systemd[1]: Listening on udev Kernel Socket.
Dec 23 15:30:44 archlaptop systemd[1]: Listening on User Database Manager Socket.
Dec 23 15:30:44 archlaptop systemd[1]: Mounting Huge Pages File System...
Dec 23 15:30:44 archlaptop systemd[1]: Mounting POSIX Message Queue File System...
Dec 23 15:30:44 archlaptop systemd[1]: Mounting Kernel Debug File System...
Dec 23 15:30:44 archlaptop systemd[1]: Mounting Kernel Trace File System...
Dec 23 15:30:44 archlaptop systemd[1]: Starting Create List of Static Device Nodes...
Dec 23 15:30:44 archlaptop systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Dec 23 15:30:44 archlaptop systemd[1]: Starting Load Kernel Module configfs...
Dec 23 15:30:44 archlaptop systemd[1]: Starting Load Kernel Module dm_mod...
Dec 23 15:30:44 archlaptop systemd[1]: Starting Load Kernel Module drm...
Dec 23 15:30:44 archlaptop systemd[1]: Starting Load Kernel Module fuse...
Dec 23 15:30:44 archlaptop systemd[1]: Starting Load Kernel Module loop...
Dec 23 15:30:44 archlaptop systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Dec 23 15:30:44 archlaptop 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).
Dec 23 15:30:44 archlaptop systemd[1]: Starting Journal Service...
Dec 23 15:30:44 archlaptop systemd[1]: Starting Load Kernel Modules...
Dec 23 15:30:44 archlaptop systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:30:44 archlaptop systemd[1]: Starting Remount Root and Kernel File Systems...
Dec 23 15:30:44 archlaptop systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:30:44 archlaptop systemd[1]: Starting Load udev Rules from Credentials...
Dec 23 15:30:44 archlaptop systemd[1]: Starting Coldplug All udev Devices...
Dec 23 15:30:44 archlaptop kernel: loop: module loaded
Dec 23 15:30:44 archlaptop systemd[1]: Mounted Huge Pages File System.
Dec 23 15:30:44 archlaptop systemd[1]: Mounted POSIX Message Queue File System.
Dec 23 15:30:44 archlaptop systemd[1]: Mounted Kernel Debug File System.
Dec 23 15:30:44 archlaptop systemd[1]: Mounted Kernel Trace File System.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Create List of Static Device Nodes.
Dec 23 15:30:44 archlaptop systemd[1]: modprobe@configfs.service: Deactivated successfully.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Load Kernel Module configfs.
Dec 23 15:30:44 archlaptop systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Load Kernel Module dm_mod.
Dec 23 15:30:44 archlaptop systemd[1]: modprobe@drm.service: Deactivated successfully.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Load Kernel Module drm.
Dec 23 15:30:44 archlaptop systemd[1]: modprobe@fuse.service: Deactivated successfully.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Load Kernel Module fuse.
Dec 23 15:30:44 archlaptop systemd-journald[424]: Collecting audit messages is disabled.
Dec 23 15:30:44 archlaptop systemd[1]: modprobe@loop.service: Deactivated successfully.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Load Kernel Module loop.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Load udev Rules from Credentials.
Dec 23 15:30:44 archlaptop kernel: i2c_dev: i2c /dev entries driver
Dec 23 15:30:44 archlaptop systemd[1]: Mounting FUSE Control File System...
Dec 23 15:30:44 archlaptop systemd[1]: Mounting Kernel Configuration File System...
Dec 23 15:30:44 archlaptop systemd[1]: Started Device-mapper event daemon.
Dec 23 15:30:44 archlaptop kernel: vboxdrv: loading out-of-tree module taints kernel.
Dec 23 15:30:44 archlaptop kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Dec 23 15:30:44 archlaptop systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Dec 23 15:30:44 archlaptop systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Dec 23 15:30:44 archlaptop systemd[1]: Mounted FUSE Control File System.
Dec 23 15:30:44 archlaptop systemd[1]: Mounted Kernel Configuration File System.
Dec 23 15:30:44 archlaptop kernel: vboxdrv: Found 16 processor cores/threads
Dec 23 15:30:44 archlaptop systemd[1]: Starting User Database Manager...
Dec 23 15:30:44 archlaptop kernel: EXT4-fs (dm-2): re-mounted 8433740e-ecb0-4b9b-a3cd-03ba1b301d70 r/w. Quota mode: none.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Remount Root and Kernel File Systems.
Dec 23 15:30:44 archlaptop systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Dec 23 15:30:44 archlaptop systemd[1]: Starting Load/Save OS Random Seed...
Dec 23 15:30:44 archlaptop systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:30:44 archlaptop kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2207999661 Hz
Dec 23 15:30:44 archlaptop kernel: vboxdrv: Successfully loaded version 7.1.4 r165100 (interface 0x00340001)
Dec 23 15:30:44 archlaptop kernel: VBoxNetAdp: Successfully started.
Dec 23 15:30:44 archlaptop kernel: VBoxNetFlt: Successfully started.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Load Kernel Modules.
Dec 23 15:30:44 archlaptop systemd-journald[424]: Journal started
Dec 23 15:30:44 archlaptop systemd-journald[424]: Runtime Journal (/run/log/journal/362de68deb7448c3a68bdbaa5dbf88a3) is 8M, max 793.1M, 785.1M free.
Dec 23 15:30:44 archlaptop systemd-modules-load[425]: Inserted module 'crypto_user'
Dec 23 15:30:44 archlaptop dmeventd[435]: dmeventd ready for processing.
Dec 23 15:30:44 archlaptop systemd-modules-load[425]: Inserted module 'i2c_dev'
Dec 23 15:30:44 archlaptop dmeventd[435]: Monitoring snapshot vg0-snap_lvroot.
Dec 23 15:30:44 archlaptop systemd-modules-load[425]: Inserted module 'vboxdrv'
Dec 23 15:30:44 archlaptop systemd-modules-load[425]: Inserted module 'vboxnetadp'
Dec 23 15:30:44 archlaptop systemd-modules-load[425]: Inserted module 'vboxnetflt'
Dec 23 15:30:44 archlaptop lvm[418]:   5 logical volume(s) in volume group "vg0" monitored
Dec 23 15:30:44 archlaptop systemd[1]: Started Journal Service.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Load/Save OS Random Seed.
Dec 23 15:30:44 archlaptop systemd[1]: Started User Database Manager.
Dec 23 15:30:44 archlaptop systemd[1]: Starting Flush Journal to Persistent Storage...
Dec 23 15:30:44 archlaptop systemd[1]: Starting Apply Kernel Variables...
Dec 23 15:30:44 archlaptop systemd-journald[424]: Time spent on flushing to /var/log/journal/362de68deb7448c3a68bdbaa5dbf88a3 is 32.183ms for 995 entries.
Dec 23 15:30:44 archlaptop systemd-journald[424]: System Journal (/var/log/journal/362de68deb7448c3a68bdbaa5dbf88a3) is 892.2M, max 4G, 3.1G free.
Dec 23 15:30:44 archlaptop systemd-journald[424]: Received client request to flush runtime journal.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Apply Kernel Variables.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Dec 23 15:30:44 archlaptop systemd[1]: Starting Create System Users...
Dec 23 15:30:44 archlaptop systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Create System Users.
Dec 23 15:30:44 archlaptop systemd[1]: Starting Create Static Device Nodes in /dev...
Dec 23 15:30:44 archlaptop systemd[1]: Finished Create Static Device Nodes in /dev.
Dec 23 15:30:44 archlaptop systemd[1]: Reached target Preparation for Local File Systems.
Dec 23 15:30:44 archlaptop systemd[1]: Starting Rule-based Manager for Device Events and Files...
Dec 23 15:30:44 archlaptop systemd[1]: Finished Coldplug All udev Devices.
Dec 23 15:30:44 archlaptop systemd[1]: Finished Flush Journal to Persistent Storage.
Dec 23 15:30:44 archlaptop systemd-udevd[478]: Using default interface naming scheme 'v257'.
Dec 23 15:30:44 archlaptop systemd[1]: Started Rule-based Manager for Device Events and Files.
Dec 23 15:30:44 archlaptop systemd[1]: Found device /dev/disk/by-uuid/b0d64b6c-f2c1-406b-b6b7-8f692e676e81.
Dec 23 15:30:44 archlaptop systemd[1]: Found device /dev/disk/by-uuid/a30345c9-0bd2-4259-ad40-e2669baac890.
Dec 23 15:30:44 archlaptop lvm[543]: PV /dev/nvme0n1p2 online, VG vg0 is complete.
Dec 23 15:30:44 archlaptop lvm[543]: VG vg0 finished
Dec 23 15:30:44 archlaptop mtp-probe[547]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
Dec 23 15:30:44 archlaptop mtp-probe[546]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4"
Dec 23 15:30:44 archlaptop mtp-probe[546]: bus: 1, device: 2 was not an MTP device
Dec 23 15:30:44 archlaptop mtp-probe[547]: bus: 1, device: 5 was not an MTP device
Dec 23 15:30:44 archlaptop systemd[1]: Found device SX8200PNP-512GT-S 1.
Dec 23 15:30:44 archlaptop systemd[1]: Reached target Trusted Platform Module.
Dec 23 15:30:44 archlaptop mtp-probe[566]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
Dec 23 15:30:44 archlaptop mtp-probe[566]: bus: 1, device: 3 was not an MTP device
Dec 23 15:30:44 archlaptop systemd[1]: Activating swap /dev/disk/by-uuid/a30345c9-0bd2-4259-ad40-e2669baac890...
Dec 23 15:30:44 archlaptop systemd[1]: Starting File System Check on /dev/disk/by-uuid/4F4A-C00A...
Dec 23 15:30:44 archlaptop kernel: intel_pmc_core INT33A1:00:  initialized
Dec 23 15:30:44 archlaptop kernel: intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
Dec 23 15:30:44 archlaptop systemd[1]: Starting File System Check on /dev/disk/by-uuid/b0d64b6c-f2c1-406b-b6b7-8f692e676e81...
Dec 23 15:30:44 archlaptop kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Dec 23 15:30:44 archlaptop kernel: input: PC Speaker as /devices/platform/pcspkr/input/input18
Dec 23 15:30:44 archlaptop kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Dec 23 15:30:44 archlaptop kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Dec 23 15:30:44 archlaptop kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Dec 23 15:30:44 archlaptop kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Dec 23 15:30:44 archlaptop kernel: i2c i2c-10: Successfully instantiated SPD at 0x50
Dec 23 15:30:44 archlaptop kernel: i2c i2c-10: Successfully instantiated SPD at 0x52
Dec 23 15:30:44 archlaptop kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Dec 23 15:30:44 archlaptop kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Dec 23 15:30:44 archlaptop kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Dec 23 15:30:44 archlaptop kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Dec 23 15:30:44 archlaptop kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Dec 23 15:30:44 archlaptop kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Dec 23 15:30:44 archlaptop kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Dec 23 15:30:45 archlaptop kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Dec 23 15:30:45 archlaptop kernel: Adding 25165820k swap on /dev/mapper/vg0-lvswap.  Priority:-2 extents:1 across:25165820k SS
Dec 23 15:30:44 archlaptop systemd[1]: Created slice Slice /system/systemd-backlight.
Dec 23 15:30:44 archlaptop systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Dec 23 15:30:45 archlaptop systemd[1]: Activated swap /dev/disk/by-uuid/a30345c9-0bd2-4259-ad40-e2669baac890.
Dec 23 15:30:45 archlaptop systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Dec 23 15:30:45 archlaptop systemd-fsck[607]: /dev/mapper/vg0-lvhome contains a file system with errors, check forced.
Dec 23 15:30:45 archlaptop systemd[1]: Reached target Swaps.
Dec 23 15:30:45 archlaptop systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Dec 23 15:30:45 archlaptop systemd-fsck[608]: fsck.fat 4.2 (2021-01-31)
Dec 23 15:30:45 archlaptop systemd-fsck[608]: /dev/nvme0n1p1: 20 files, 56355/261628 clusters
Dec 23 15:30:45 archlaptop systemd[1]: Starting Virtual Console Setup...
Dec 23 15:30:45 archlaptop systemd[1]: Finished File System Check on /dev/disk/by-uuid/4F4A-C00A.
Dec 23 15:30:45 archlaptop kernel: iTCO_vendor_support: vendor-support=0
Dec 23 15:30:45 archlaptop kernel: r8169 0000:03:00.0: enabling device (0000 -> 0003)
Dec 23 15:30:45 archlaptop kernel: i8042: PNP: No PS/2 controller found.
Dec 23 15:30:45 archlaptop kernel: i8042: Probing ports directly.
Dec 23 15:30:45 archlaptop kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Dec 23 15:30:45 archlaptop kernel: mousedev: PS/2 mouse device common for all mice
Dec 23 15:30:45 archlaptop kernel: ee1004 10-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Dec 23 15:30:45 archlaptop kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Dec 23 15:30:45 archlaptop kernel: cryptd: max_cpu_qlen set to 1000
Dec 23 15:30:45 archlaptop kernel: ee1004 10-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Dec 23 15:30:45 archlaptop kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Dec 23 15:30:45 archlaptop kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Dec 23 15:30:45 archlaptop kernel: 0x000000000000-0x000001000000 : "BIOS"
Dec 23 15:30:45 archlaptop kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Dec 23 15:30:45 archlaptop kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Dec 23 15:30:45 archlaptop kernel: cfg80211: failed to load regulatory.db
Dec 23 15:30:45 archlaptop kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 23 15:30:45 archlaptop kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Dec 23 15:30:45 archlaptop kernel: r8169 0000:03:00.0 eth0: RTL8125B, 18:c0:4d:8b:d3:85, XID 641, IRQ 156
Dec 23 15:30:45 archlaptop kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Dec 23 15:30:45 archlaptop systemd[1]: Finished Virtual Console Setup.
Dec 23 15:30:45 archlaptop kernel: input: CUST0001:00 04F3:30D8 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-CUST0001:00/0018:04F3:30D8.0009/input/input19
Dec 23 15:30:45 archlaptop kernel: input: CUST0001:00 04F3:30D8 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-CUST0001:00/0018:04F3:30D8.0009/input/input21
Dec 23 15:30:45 archlaptop kernel: hid-generic 0018:04F3:30D8.0009: input,hidraw8: I2C HID v1.00 Mouse [CUST0001:00 04F3:30D8] on i2c-CUST0001:00
Dec 23 15:30:45 archlaptop kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Dec 23 15:30:45 archlaptop kernel: mc: Linux media interface: v0.10
Dec 23 15:30:45 archlaptop kernel: Bluetooth: Core ver 2.22
Dec 23 15:30:45 archlaptop kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 23 15:30:45 archlaptop kernel: Bluetooth: HCI device and connection manager initialized
Dec 23 15:30:45 archlaptop kernel: Bluetooth: HCI socket layer initialized
Dec 23 15:30:45 archlaptop kernel: Bluetooth: L2CAP socket layer initialized
Dec 23 15:30:45 archlaptop kernel: Bluetooth: SCO socket layer initialized
Dec 23 15:30:45 archlaptop kernel: asus_wmi: ASUS WMI generic driver loaded
Dec 23 15:30:45 archlaptop kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Dec 23 15:30:45 archlaptop kernel: Intel(R) Wireless WiFi driver for Linux
Dec 23 15:30:45 archlaptop kernel: iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
Dec 23 15:30:45 archlaptop kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Dec 23 15:30:45 archlaptop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input22
Dec 23 15:30:45 archlaptop kernel: videodev: Linux video capture interface: v2.00
Dec 23 15:30:45 archlaptop kernel: iwlwifi 0000:04:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
Dec 23 15:30:45 archlaptop kernel: iwlwifi 0000:04:00.0: PCI dev 2723/0084, rev=0x340, rfid=0x10a100
Dec 23 15:30:45 archlaptop kernel: iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz
Dec 23 15:30:45 archlaptop kernel: asus_wmi: ASUS Management GUID not found
Dec 23 15:30:45 archlaptop kernel: AES CTR mode by8 optimization enabled
Dec 23 15:30:45 archlaptop kernel: iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Dec 23 15:30:45 archlaptop kernel: iwlwifi 0000:04:00.0: loaded firmware version 77.0b4c06ad.0 cc-a0-77.ucode op_mode iwlmvm
Dec 23 15:30:45 archlaptop kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 23 15:30:45 archlaptop kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 23 15:30:45 archlaptop kernel: usbcore: registered new interface driver btusb
Dec 23 15:30:45 archlaptop systemd[1]: Starting Load/Save RF Kill Switch Status...
Dec 23 15:30:45 archlaptop kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
Dec 23 15:30:45 archlaptop kernel: Bluetooth: hci0: Device revision is 1
Dec 23 15:30:45 archlaptop kernel: Bluetooth: hci0: Secure boot is enabled
Dec 23 15:30:45 archlaptop kernel: Bluetooth: hci0: OTP lock is enabled
Dec 23 15:30:45 archlaptop kernel: Bluetooth: hci0: API lock is enabled
Dec 23 15:30:45 archlaptop kernel: Bluetooth: hci0: Debug lock is disabled
Dec 23 15:30:45 archlaptop kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Dec 23 15:30:45 archlaptop kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Dec 23 15:30:45 archlaptop kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Dec 23 15:30:45 archlaptop kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Dec 23 15:30:45 archlaptop kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Dec 23 15:30:45 archlaptop kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Dec 23 15:30:45 archlaptop kernel: PTP clock support registered
Dec 23 15:30:45 archlaptop kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Dec 23 15:30:45 archlaptop kernel: Bluetooth: hci0: Boot Address: 0x24800
Dec 23 15:30:45 archlaptop kernel: Bluetooth: hci0: Firmware Version: 132-3.24
Dec 23 15:30:45 archlaptop kernel: usb 1-9: Found UVC 1.00 device USB2.0 HD UVC WebCam (13d3:56a2)
Dec 23 15:30:45 archlaptop kernel: usbcore: registered new interface driver uvcvideo
Dec 23 15:30:45 archlaptop kernel: snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
Dec 23 15:30:45 archlaptop kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
Dec 23 15:30:45 archlaptop systemd[1]: Starting Load Kernel Module dm_mod...
Dec 23 15:30:45 archlaptop systemd[1]: Starting Load Kernel Module loop...
Dec 23 15:30:45 archlaptop systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Dec 23 15:30:45 archlaptop 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).
Dec 23 15:30:45 archlaptop systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Dec 23 15:30:45 archlaptop systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:30:45 archlaptop systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:30:45 archlaptop systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:30:45 archlaptop systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Dec 23 15:30:45 archlaptop systemd[1]: Finished Load Kernel Module dm_mod.
Dec 23 15:30:45 archlaptop systemd[1]: Started Load/Save RF Kill Switch Status.
Dec 23 15:30:45 archlaptop systemd[1]: modprobe@loop.service: Deactivated successfully.
Dec 23 15:30:45 archlaptop systemd[1]: Finished Load Kernel Module loop.
Dec 23 15:30:45 archlaptop systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Dec 23 15:30:45 archlaptop systemd-fsck[607]: /dev/mapper/vg0-lvhome: Inode 11959386 extent tree (at level 2) could be narrower.  IGNORED.
Dec 23 15:30:45 archlaptop kernel: input: CUST0001:00 04F3:30D8 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-CUST0001:00/0018:04F3:30D8.0009/input/input27
Dec 23 15:30:45 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Dec 23 15:30:45 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Dec 23 15:30:45 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Dec 23 15:30:45 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Dec 23 15:30:45 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Dec 23 15:30:45 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
Dec 23 15:30:45 archlaptop kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
Dec 23 15:30:45 archlaptop kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
Dec 23 15:30:45 archlaptop kernel: input: CUST0001:00 04F3:30D8 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-CUST0001:00/0018:04F3:30D8.0009/input/input29
Dec 23 15:30:45 archlaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
Dec 23 15:30:45 archlaptop kernel: hid-multitouch 0018:04F3:30D8.0009: input,hidraw8: I2C HID v1.00 Mouse [CUST0001:00 04F3:30D8] on i2c-CUST0001:00
Dec 23 15:30:45 archlaptop kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25
Dec 23 15:30:45 archlaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
Dec 23 15:30:45 archlaptop kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input26
Dec 23 15:30:45 archlaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
Dec 23 15:30:45 archlaptop systemd[1]: Reached target Sound Card.
Dec 23 15:30:45 archlaptop kernel: iwlwifi 0000:04:00.0: Detected RF HR B3, rfid=0x10a100
Dec 23 15:30:45 archlaptop kernel: iwlwifi 0000:04:00.0: base HW address: c0:3c:59:cd:f1:d1
Dec 23 15:30:45 archlaptop kernel: intel_tcc_cooling: Programmable TCC Offset detected
Dec 23 15:30:45 archlaptop kernel: iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
Dec 23 15:30:45 archlaptop kernel: intel_rapl_common: Found RAPL domain package
Dec 23 15:30:45 archlaptop kernel: intel_rapl_common: Found RAPL domain core
Dec 23 15:30:45 archlaptop kernel: intel_rapl_common: Found RAPL domain uncore
Dec 23 15:30:45 archlaptop kernel: intel_rapl_common: Found RAPL domain dram
Dec 23 15:30:45 archlaptop kernel: intel_rapl_common: Found RAPL domain psys
Dec 23 15:30:45 archlaptop systemd[1]: Mounting /efi...
Dec 23 15:30:45 archlaptop systemd[1]: Mounting Temporary Directory /tmp...
Dec 23 15:30:45 archlaptop systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Dec 23 15:30:45 archlaptop systemd[1]: Listening on Disk Image Download Service Socket.
Dec 23 15:30:45 archlaptop systemd[1]: Mounted Temporary Directory /tmp.
Dec 23 15:30:45 archlaptop systemd[1]: Mounted /efi.
Dec 23 15:30:46 archlaptop systemd-fsck[607]: /dev/mapper/vg0-lvhome: Orphan file (inode 12) block 52 is not clean.
Dec 23 15:30:46 archlaptop systemd-fsck[607]: CLEARED.
Dec 23 15:30:46 archlaptop systemd-fsck[607]: /dev/mapper/vg0-lvhome: 255121/20316160 files (1.2% non-contiguous), 61951227/81264640 blocks
Dec 23 15:30:46 archlaptop systemd[1]: Finished File System Check on /dev/disk/by-uuid/b0d64b6c-f2c1-406b-b6b7-8f692e676e81.
Dec 23 15:30:46 archlaptop systemd[1]: Mounting /home...
Dec 23 15:30:46 archlaptop kernel: Bluetooth: hci0: Waiting for firmware download to complete
Dec 23 15:30:46 archlaptop kernel: Bluetooth: hci0: Firmware loaded in 1588383 usecs
Dec 23 15:30:46 archlaptop kernel: Bluetooth: hci0: Waiting for device to boot
Dec 23 15:30:46 archlaptop kernel: Bluetooth: hci0: Device booted in 14648 usecs
Dec 23 15:30:46 archlaptop kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Dec 23 15:30:46 archlaptop kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Dec 23 15:30:46 archlaptop systemd[1]: Mounted /home.
Dec 23 15:30:46 archlaptop systemd[1]: Reached target Local File Systems.
Dec 23 15:30:46 archlaptop kernel: EXT4-fs (dm-5): mounted filesystem b0d64b6c-f2c1-406b-b6b7-8f692e676e81 r/w with ordered data mode. Quota mode: none.
Dec 23 15:30:46 archlaptop kernel: Bluetooth: hci0: Firmware revision 0.3 build 132 week 3 2024
Dec 23 15:30:46 archlaptop kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Dec 23 15:30:46 archlaptop systemd[1]: Listening on Boot Entries Service Socket.
Dec 23 15:30:46 archlaptop systemd[1]: Listening on System Extension Image Management.
Dec 23 15:30:46 archlaptop systemd[1]: Starting Set Up Additional Binary Formats...
Dec 23 15:30:46 archlaptop systemd[1]: Starting Update Boot Loader Random Seed...
Dec 23 15:30:46 archlaptop systemd[1]: Starting Automatic Boot Loader Update...
Dec 23 15:30:46 archlaptop systemd[1]: Starting Create System Files and Directories...
Dec 23 15:30:46 archlaptop systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 738 (systemd-binfmt)
Dec 23 15:30:46 archlaptop systemd[1]: Mounting Arbitrary Executable File Formats File System...
Dec 23 15:30:46 archlaptop systemd[1]: Mounted Arbitrary Executable File Formats File System.
Dec 23 15:30:46 archlaptop bootctl[739]: ! Mount point '/efi' which backs the random seed file is world accessible, which is a security hole! !
Dec 23 15:30:46 archlaptop bootctl[739]: ! Random seed file '/efi/loader/random-seed' is world accessible, which is a security hole! !
Dec 23 15:30:46 archlaptop systemd[1]: Finished Set Up Additional Binary Formats.
Dec 23 15:30:46 archlaptop bootctl[739]: Random seed file /efi/loader/random-seed successfully refreshed (32 bytes).
Dec 23 15:30:46 archlaptop systemd[1]: Finished Update Boot Loader Random Seed.
Dec 23 15:30:46 archlaptop bootctl[740]: Skipping "/efi/EFI/systemd/systemd-bootx64.efi", same boot loader version in place already.
Dec 23 15:30:46 archlaptop bootctl[740]: Skipping "/efi/EFI/BOOT/BOOTX64.EFI", same boot loader version in place already.
Dec 23 15:30:46 archlaptop bootctl[740]: Skipping "/efi/EFI/BOOT/BOOTX64.EFI", same boot loader version in place already.
Dec 23 15:30:46 archlaptop systemd[1]: Finished Automatic Boot Loader Update.
Dec 23 15:30:46 archlaptop systemd[1]: Finished Create System Files and Directories.
Dec 23 15:30:46 archlaptop systemd[1]: Starting Rebuild Dynamic Linker Cache...
Dec 23 15:30:46 archlaptop systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dec 23 15:30:46 archlaptop systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dec 23 15:30:46 archlaptop systemd[1]: Starting Rebuild Journal Catalog...
Dec 23 15:30:46 archlaptop systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Dec 23 15:30:46 archlaptop systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Dec 23 15:30:46 archlaptop systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Dec 23 15:30:46 archlaptop systemd[1]: Finished Rebuild Journal Catalog.
Dec 23 15:30:48 archlaptop systemd[1]: Finished Rebuild Dynamic Linker Cache.
Dec 23 15:30:48 archlaptop systemd[1]: Starting Update is Completed...
Dec 23 15:30:48 archlaptop systemd[1]: Finished Update is Completed.
Dec 23 15:30:48 archlaptop systemd[1]: Reached target System Initialization.
Dec 23 15:30:48 archlaptop systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Dec 23 15:30:48 archlaptop systemd[1]: Started Daily man-db regeneration.
Dec 23 15:30:48 archlaptop systemd[1]: Started Daily verification of password and group files.
Dec 23 15:30:48 archlaptop systemd[1]: Started Daily Cleanup of Temporary Directories.
Dec 23 15:30:48 archlaptop systemd[1]: Reached target Timer Units.
Dec 23 15:30:48 archlaptop systemd[1]: Listening on D-Bus System Message Bus Socket.
Dec 23 15:30:48 archlaptop systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Dec 23 15:30:48 archlaptop systemd[1]: Starting Docker Socket for the API...
Dec 23 15:30:48 archlaptop systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Dec 23 15:30:48 archlaptop systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Dec 23 15:30:48 archlaptop systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Dec 23 15:30:48 archlaptop systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Dec 23 15:30:48 archlaptop systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Dec 23 15:30:48 archlaptop systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Dec 23 15:30:48 archlaptop systemd[1]: Listening on Hostname Service Socket.
Dec 23 15:30:48 archlaptop systemd[1]: Starting D-Bus System Message Bus...
Dec 23 15:30:48 archlaptop systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:30:48 archlaptop systemd[1]: Listening on Docker Socket for the API.
Dec 23 15:30:48 archlaptop systemd[1]: Reached target Socket Units.
Dec 23 15:30:48 archlaptop systemd[1]: Started D-Bus System Message Bus.
Dec 23 15:30:48 archlaptop systemd[1]: Reached target Basic System.
Dec 23 15:30:48 archlaptop systemd[1]: Starting Bluetooth service...
Dec 23 15:30:48 archlaptop systemd[1]: Starting Netfilter Tables...
Dec 23 15:30:48 archlaptop systemd[1]: Starting User Login Management...
Dec 23 15:30:48 archlaptop systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:30:48 archlaptop systemd[1]: Started Verify integrity of password and group files.
Dec 23 15:30:48 archlaptop dbus-broker-launch[764]: Ready
Dec 23 15:30:48 archlaptop bluetoothd[766]: Bluetooth daemon 5.79
Dec 23 15:30:48 archlaptop systemd[1]: Started Bluetooth service.
Dec 23 15:30:48 archlaptop bluetoothd[766]: Starting SDP server
Dec 23 15:30:48 archlaptop systemd[1]: Reached target Bluetooth Support.
Dec 23 15:30:48 archlaptop systemd[1]: Starting Hostname Service...
Dec 23 15:30:48 archlaptop kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Dec 23 15:30:48 archlaptop kernel: Bluetooth: BNEP filters: protocol multicast
Dec 23 15:30:48 archlaptop kernel: Bluetooth: BNEP socket layer initialized
Dec 23 15:30:48 archlaptop bluetoothd[766]: src/plugin.c:init_plugin() System does not support bap plugin
Dec 23 15:30:48 archlaptop bluetoothd[766]: src/plugin.c:init_plugin() System does not support bass plugin
Dec 23 15:30:48 archlaptop bluetoothd[766]: src/plugin.c:init_plugin() System does not support mcp plugin
Dec 23 15:30:48 archlaptop bluetoothd[766]: src/plugin.c:init_plugin() System does not support vcp plugin
Dec 23 15:30:48 archlaptop bluetoothd[766]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Dec 23 15:30:48 archlaptop bluetoothd[766]: src/plugin.c:init_plugin() System does not support micp plugin
Dec 23 15:30:48 archlaptop bluetoothd[766]: src/plugin.c:init_plugin() System does not support ccp plugin
Dec 23 15:30:48 archlaptop bluetoothd[766]: src/plugin.c:init_plugin() System does not support csip plugin
Dec 23 15:30:48 archlaptop bluetoothd[766]: src/plugin.c:init_plugin() System does not support asha plugin
Dec 23 15:30:48 archlaptop bluetoothd[766]: Bluetooth management interface 1.23 initialized
Dec 23 15:30:48 archlaptop bluetoothd[766]: Battery Provider Manager created
Dec 23 15:30:48 archlaptop kernel: Bluetooth: MGMT ver 1.23
Dec 23 15:30:48 archlaptop systemd[1]: shadow.service: Deactivated successfully.
Dec 23 15:30:48 archlaptop systemd-logind[769]: New seat seat0.
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event4 (Power Button)
Dec 23 15:30:48 archlaptop kernel: NET: Registered PF_ALG protocol family
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event0 (Lid Switch)
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event1 (Sleep Button)
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event3 (Power Button)
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event2 (Sleep Button)
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event9 (GIGABYTE USB-HID Keyboard)
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event11 (GIGABYTE USB-HID Keyboard System Control)
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event12 (GIGABYTE USB-HID Keyboard Consumer Control)
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event14 (GIGABYTE USB-HID Keyboard)
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event6 (Razer Razer Basilisk V3 Keyboard)
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event8 (Razer Razer Basilisk V3)
Dec 23 15:30:48 archlaptop systemd-logind[769]: Watching system buttons on /dev/input/event19 (AT Translated Set 2 keyboard)
Dec 23 15:30:48 archlaptop systemd[1]: Started User Login Management.
Dec 23 15:30:48 archlaptop systemd[1]: Started Hostname Service.
Dec 23 15:30:48 archlaptop systemd[1]: nftables.service: Deactivated successfully.
Dec 23 15:30:48 archlaptop systemd[1]: Finished Netfilter Tables.
Dec 23 15:30:48 archlaptop systemd[1]: Reached target Preparation for Network.
Dec 23 15:30:48 archlaptop systemd[1]: Starting Network Manager...
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8064] NetworkManager (version 1.50.0-1) is starting... (boot:205e1c46-5056-4ad5-b941-a13aef6d1e69)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8065] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8162] manager[0x61fd85983120]: monitoring kernel firmware directory '/lib/firmware'.
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8217] hostname: hostname: using hostnamed
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8217] hostname: static hostname changed from (none) to "archlaptop"
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8224] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8239] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1b.3/0000:04:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8241] manager[0x61fd85983120]: rfkill: Wi-Fi hardware radio set enabled
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8241] manager[0x61fd85983120]: rfkill: WWAN hardware radio set enabled
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8345] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-wifi.so)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8371] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-bluetooth.so)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8375] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-adsl.so)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8384] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-ovs.so)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8564] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-team.so)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8573] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-wwan.so)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8579] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8581] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8582] manager: Networking is enabled by state file
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8593] settings: Loaded settings plugin: keyfile (internal)
Dec 23 15:30:48 archlaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8694] dhcp: init: Using DHCP client 'internal'
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8696] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8702] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8708] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8713] device (lo): Activation: starting connection 'lo' (7bd91fe6-fb7b-4803-b5d5-54683dfe8de4)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8717] manager: (enp3s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8724] settings: (enp3s0): created default wired connection 'Wired connection 1'
Dec 23 15:30:48 archlaptop NetworkManager[833]: <info>  [1734957048.8724] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 23 15:30:48 archlaptop kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Dec 23 15:30:48 archlaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 23 15:30:49 archlaptop kernel: r8169 0000:03:00.0 enp3s0: Link is Down
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.0805] device (wlp4s0): driver supports Access Point (AP) mode
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.0820] manager: (wlp4s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.0828] device (wlp4s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 23 15:30:49 archlaptop kernel: iwlwifi 0000:04:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.3736] device (wlp4s0): set-hw-addr: set MAC address to 56:00:7A:62:F2:86 (scanning)
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.5979] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Dec 23 15:30:49 archlaptop systemd[1]: Started Network Manager.
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6021] ovsdb: disconnected from ovsdb
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6024] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6034] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6041] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6064] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6094] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6095] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Dec 23 15:30:49 archlaptop systemd[1]: Starting WPA supplicant...
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6100] device (lo): Activation: successful, device activated.
Dec 23 15:30:49 archlaptop systemd[1]: Started WPA supplicant.
Dec 23 15:30:49 archlaptop wpa_supplicant[843]: Successfully initialized wpa_supplicant
Dec 23 15:30:49 archlaptop systemd[1]: Reached target Network.
Dec 23 15:30:49 archlaptop systemd[1]: Started auto-cpufreq - Automatic CPU speed & power optimizer for Linux.
Dec 23 15:30:49 archlaptop systemd[1]: Starting Permit User Sessions...
Dec 23 15:30:49 archlaptop systemd[1]: Finished Permit User Sessions.
Dec 23 15:30:49 archlaptop systemd[1]: Reached target Multi-User System.
Dec 23 15:30:49 archlaptop systemd[1]: Started Simple Desktop Display Manager.
Dec 23 15:30:49 archlaptop systemd[1]: Reached target Graphical Interface.
Dec 23 15:30:49 archlaptop systemd[1]: Startup finished in 10.343s (firmware) + 8.491s (loader) + 12.959s (kernel) + 5.419s (userspace) = 37.213s.
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6978] device (wlp4s0): supplicant interface state: internal-starting -> disconnected
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6979] Wi-Fi P2P device controlled by interface wlp4s0 created
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6981] manager: (p2p-dev-wlp4s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6984] device (p2p-dev-wlp4s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6987] device (wlp4s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Dec 23 15:30:49 archlaptop NetworkManager[833]: <info>  [1734957049.6991] device (p2p-dev-wlp4s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Dec 23 15:30:49 archlaptop sddm[847]: Initializing...
Dec 23 15:30:49 archlaptop sddm[847]: Starting...
Dec 23 15:30:49 archlaptop sddm[847]: Logind interface found
Dec 23 15:30:49 archlaptop sddm[847]: Adding new display...
Dec 23 15:30:49 archlaptop sddm[847]: Loaded empty theme configuration
Dec 23 15:30:49 archlaptop sddm[847]: Xauthority path: "/run/sddm/xauth_PpwYne"
Dec 23 15:30:49 archlaptop sddm[847]: Using VT 2
Dec 23 15:30:49 archlaptop sddm[847]: Display server starting...
Dec 23 15:30:49 archlaptop sddm[847]: Writing cookie to "/run/sddm/xauth_PpwYne"
Dec 23 15:30:49 archlaptop sddm[847]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_PpwYne -noreset -displayfd 16
Dec 23 15:30:50 archlaptop systemd[1]: systemd-rfkill.service: Deactivated successfully.
Dec 23 15:30:52 archlaptop sddm[847]: Setting default cursor
Dec 23 15:30:52 archlaptop sddm[847]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Dec 23 15:30:52 archlaptop sddm[847]: Display server started.
Dec 23 15:30:52 archlaptop sddm[847]: Socket server starting...
Dec 23 15:30:52 archlaptop sddm[847]: Socket server started.
Dec 23 15:30:52 archlaptop sddm[847]: Loading theme configuration from "/usr/share/sddm/themes/sddm-astronaut-theme/theme.conf"
Dec 23 15:30:52 archlaptop sddm[847]: Greeter starting...
Dec 23 15:30:52 archlaptop sddm-helper[954]: [PAM] Starting...
Dec 23 15:30:52 archlaptop sddm-helper[954]: [PAM] Authenticating...
Dec 23 15:30:52 archlaptop sddm-helper[954]: [PAM] returning.
Dec 23 15:30:52 archlaptop sddm-helper[954]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=969) by (uid=0)
Dec 23 15:30:52 archlaptop systemd-logind[769]: New session c1 of user sddm.
Dec 23 15:30:52 archlaptop systemd[1]: Created slice User Slice of UID 969.
Dec 23 15:30:52 archlaptop systemd[1]: Starting User Runtime Directory /run/user/969...
Dec 23 15:30:52 archlaptop systemd[1]: Finished User Runtime Directory /run/user/969.
Dec 23 15:30:52 archlaptop systemd[1]: Starting User Manager for UID 969...
Dec 23 15:30:52 archlaptop dbus-broker-launch[764]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Dec 23 15:30:52 archlaptop (systemd)[957]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Dec 23 15:30:52 archlaptop (systemd)[957]: pam_unix(systemd-user:session): session opened for user sddm(uid=969) by sddm(uid=0)
Dec 23 15:30:52 archlaptop systemd-logind[769]: New session 1 of user sddm.
Dec 23 15:30:52 archlaptop systemd[957]: Queued start job for default target Main User Target.
Dec 23 15:30:52 archlaptop systemd[957]: Created slice User Application Slice.
Dec 23 15:30:52 archlaptop systemd[957]: Started Submitting pending crash events (file monitor).
Dec 23 15:30:52 archlaptop systemd[957]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Dec 23 15:30:52 archlaptop systemd[957]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/drkonqi/sentry-envelopes/*).
Dec 23 15:30:52 archlaptop systemd[957]: Reached target Paths.
Dec 23 15:30:52 archlaptop systemd[957]: Reached target Timers.
Dec 23 15:30:52 archlaptop systemd[957]: Starting D-Bus User Message Bus Socket...
Dec 23 15:30:52 archlaptop systemd[957]: Listening on GnuPG network certificate management daemon.
Dec 23 15:30:52 archlaptop systemd[957]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Dec 23 15:30:52 archlaptop systemd[957]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 23 15:30:52 archlaptop systemd[957]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 23 15:30:52 archlaptop systemd[957]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 23 15:30:52 archlaptop systemd[957]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 23 15:30:52 archlaptop systemd[957]: Listening on GnuPG public key management service.
Dec 23 15:30:52 archlaptop systemd[957]: Listening on p11-kit server.
Dec 23 15:30:52 archlaptop systemd[957]: Listening on PipeWire PulseAudio.
Dec 23 15:30:52 archlaptop systemd[957]: Listening on PipeWire Multimedia System Sockets.
Dec 23 15:30:52 archlaptop systemd[957]: Listening on D-Bus User Message Bus Socket.
Dec 23 15:30:52 archlaptop systemd[957]: Reached target Sockets.
Dec 23 15:30:52 archlaptop systemd[957]: Reached target Basic System.
Dec 23 15:30:52 archlaptop systemd[957]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Dec 23 15:30:52 archlaptop systemd[1]: Started User Manager for UID 969.
Dec 23 15:30:52 archlaptop systemd[957]: Starting Update XDG user dir configuration...
Dec 23 15:30:52 archlaptop systemd[1]: Started Session c1 of User sddm.
Dec 23 15:30:52 archlaptop sddm-helper[954]: Writing cookie to "/tmp/xauth_GyzMaF"
Dec 23 15:30:52 archlaptop sddm-helper[954]: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-iiksZy --theme /usr/share/sddm/themes/sddm-astronaut-theme"
Dec 23 15:30:52 archlaptop sddm[847]: Greeter session started successfully
Dec 23 15:30:52 archlaptop systemd[957]: Finished Update XDG user dir configuration.
Dec 23 15:30:52 archlaptop systemd[957]: Reached target Main User Target.
Dec 23 15:30:52 archlaptop systemd[957]: Startup finished in 187ms.
Dec 23 15:30:52 archlaptop sddm-greeter-qt6[967]: High-DPI autoscaling Enabled
Dec 23 15:30:52 archlaptop sddm-greeter-qt6[967]: Reading from "/usr/local/share/wayland-sessions/hyprland-uwsm.desktop"
Dec 23 15:30:52 archlaptop sddm-greeter-qt6[967]: Reading from "/usr/share/wayland-sessions/hyprland-uwsm.desktop"
Dec 23 15:30:52 archlaptop sddm-greeter-qt6[967]: Reading from "/usr/local/share/wayland-sessions/hyprland.desktop"
Dec 23 15:30:52 archlaptop sddm-greeter-qt6[967]: Reading from "/usr/share/wayland-sessions/hyprland.desktop"
Dec 23 15:30:52 archlaptop sddm-greeter-qt6[967]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Dec 23 15:30:52 archlaptop sddm-greeter-qt6[967]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Dec 23 15:30:52 archlaptop sddm-greeter-qt6[967]: Reading from "/usr/local/share/xsessions/plasmax11.desktop"
Dec 23 15:30:52 archlaptop sddm-greeter-qt6[967]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Dec 23 15:30:52 archlaptop sddm-greeter-qt6[967]: Loading theme configuration from "/usr/share/sddm/themes/sddm-astronaut-theme/theme.conf"
Dec 23 15:30:52 archlaptop systemd[957]: Created slice User Core Session Slice.
Dec 23 15:30:52 archlaptop systemd[957]: Starting D-Bus User Message Bus...
Dec 23 15:30:53 archlaptop dbus-broker-launch[971]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Dec 23 15:30:53 archlaptop dbus-broker-launch[971]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Dec 23 15:30:53 archlaptop dbus-broker-launch[971]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Dec 23 15:30:53 archlaptop dbus-broker-launch[971]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Dec 23 15:30:53 archlaptop dbus-broker-launch[971]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Dec 23 15:30:53 archlaptop systemd[957]: Started D-Bus User Message Bus.
Dec 23 15:30:53 archlaptop dbus-broker-launch[971]: Ready
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: Connected to the daemon.
Dec 23 15:30:53 archlaptop sddm[847]: Message received from greeter: Connect
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: Loading file:///usr/share/sddm/themes/sddm-astronaut-theme/Main.qml...
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 23 15:30:53 archlaptop wpa_supplicant[843]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=RU
Dec 23 15:30:53 archlaptop wpa_supplicant[843]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=RU
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2550] policy: auto-activating connection 'MGTS_GPON_9F87' (54a1bc62-445b-4c20-9169-1e58e8c3d8c5)
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2553] device (wlp4s0): Activation: starting connection 'MGTS_GPON_9F87' (54a1bc62-445b-4c20-9169-1e58e8c3d8c5)
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2554] device (wlp4s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2556] manager: NetworkManager state is now CONNECTING
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2845] device (wlp4s0): set-hw-addr: reset MAC address to C0:3C:59:CD:F1:D1 (preserve)
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2865] device (wlp4s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2867] device (wlp4s0): Activation: (wifi) access point 'MGTS_GPON_9F87' has security, but secrets are required.
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2867] device (wlp4s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2868] sup-iface[cc741a9ef4eb1582,0,wlp4s0]: wps: type pbc start...
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2876] device (wlp4s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2878] device (wlp4s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2880] device (wlp4s0): Activation: (wifi) connection 'MGTS_GPON_9F87' has security, and secrets exist.  No new secrets needed.
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2880] Config: added 'ssid' value 'MGTS_GPON_9F87'
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2880] Config: added 'scan_ssid' value '1'
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2880] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2880] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2880] Config: added 'auth_alg' value 'OPEN'
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.2880] Config: added 'psk' value '<hidden>'
Dec 23 15:30:53 archlaptop wpa_supplicant[843]: wlp4s0: WPS-CANCEL
Dec 23 15:30:53 archlaptop wpa_supplicant[843]: wlp4s0: SME: Trying to authenticate with e4:26:86:d8:31:78 (SSID='MGTS_GPON_9F87' freq=2422 MHz)
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.3248] device (wlp4s0): supplicant interface state: disconnected -> authenticating
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.3248] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> authenticating
Dec 23 15:30:53 archlaptop kernel: wlp4s0: authenticate with e4:26:86:d8:31:78 (local address=c0:3c:59:cd:f1:d1)
Dec 23 15:30:53 archlaptop kernel: wlp4s0: send auth to e4:26:86:d8:31:78 (try 1/3)
Dec 23 15:30:53 archlaptop wpa_supplicant[843]: wlp4s0: Trying to associate with e4:26:86:d8:31:78 (SSID='MGTS_GPON_9F87' freq=2422 MHz)
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.3531] device (wlp4s0): supplicant interface state: authenticating -> associating
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.3531] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> associating
Dec 23 15:30:53 archlaptop kernel: wlp4s0: authenticated
Dec 23 15:30:53 archlaptop kernel: wlp4s0: associating to AP e4:26:86:d8:31:78 with corrupt probe response
Dec 23 15:30:53 archlaptop kernel: wlp4s0: associate with e4:26:86:d8:31:78 (try 1/3)
Dec 23 15:30:53 archlaptop kernel: wlp4s0: RX AssocResp from e4:26:86:d8:31:78 (capab=0x1431 status=0 aid=3)
Dec 23 15:30:53 archlaptop wpa_supplicant[843]: wlp4s0: Associated with e4:26:86:d8:31:78
Dec 23 15:30:53 archlaptop wpa_supplicant[843]: wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Dec 23 15:30:53 archlaptop kernel: wlp4s0: associated
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.3776] device (wlp4s0): supplicant interface state: associating -> associated
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.3776] device (p2p-dev-wlp4s0): supplicant management interface state: associating -> associated
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/Input.qml:494:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SessionButton.qml:18:5: Unable to assign ComboBox_QMLTYPE_17 to Control_QMLTYPE_13
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: Adding view for "eDP-1" QRect(0,0 1920x1080)
Dec 23 15:30:53 archlaptop kernel: wlp4s0: Limiting TX power to 20 (20 - 0) dBm as advertised by e4:26:86:d8:31:78
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: Message received from daemon: Capabilities
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:30:53 archlaptop sddm-greeter-qt6[967]: Message received from daemon: HostName
Dec 23 15:30:53 archlaptop wpa_supplicant[843]: wlp4s0: WPA: Key negotiation completed with e4:26:86:d8:31:78 [PTK=CCMP GTK=CCMP]
Dec 23 15:30:53 archlaptop wpa_supplicant[843]: wlp4s0: CTRL-EVENT-CONNECTED - Connection to e4:26:86:d8:31:78 completed [id=0 id_str=]
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.6009] device (wlp4s0): supplicant interface state: associated -> completed
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.6009] device (wlp4s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "MGTS_GPON_9F87"
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.6009] device (p2p-dev-wlp4s0): supplicant management interface state: associated -> completed
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.6010] device (wlp4s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.6014] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
Dec 23 15:30:53 archlaptop wpa_supplicant[843]: wlp4s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-43 noise=9999 txrate=52000
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.7448] dhcp4 (wlp4s0): state changed new lease, address=192.168.1.70, acd pending
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.9127] dhcp4 (wlp4s0): state changed new lease, address=192.168.1.70
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.9130] policy: set 'MGTS_GPON_9F87' (wlp4s0) as default for IPv4 routing and DNS
Dec 23 15:30:53 archlaptop dbus-broker-launch[764]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.9314] device (wlp4s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.9331] device (wlp4s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.9332] device (wlp4s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.9335] manager: NetworkManager state is now CONNECTED_SITE
Dec 23 15:30:53 archlaptop NetworkManager[833]: <info>  [1734957053.9342] device (wlp4s0): Activation: successful, device activated.
Dec 23 15:30:54 archlaptop NetworkManager[833]: <info>  [1734957054.0081] manager: NetworkManager state is now CONNECTED_GLOBAL
Dec 23 15:30:54 archlaptop NetworkManager[833]: <info>  [1734957054.9394] dhcp6 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
Dec 23 15:30:55 archlaptop NetworkManager[833]: <info>  [1734957055.0789] manager: startup complete
Dec 23 15:30:58 archlaptop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Dec 23 15:31:00 archlaptop sddm-greeter-qt6[967]: Reading from "/usr/share/wayland-sessions/hyprland.desktop"
Dec 23 15:31:00 archlaptop sddm[847]: Message received from greeter: Login
Dec 23 15:31:00 archlaptop sddm[847]: Reading from "/usr/share/wayland-sessions/hyprland.desktop"
Dec 23 15:31:00 archlaptop sddm[847]: Session "/usr/share/wayland-sessions/hyprland.desktop" selected, command: "Hyprland" for VT 1
Dec 23 15:31:00 archlaptop sddm-helper[1107]: [PAM] Starting...
Dec 23 15:31:00 archlaptop sddm-helper[1107]: [PAM] Authenticating...
Dec 23 15:31:00 archlaptop sddm-helper[1107]: [PAM] Preparing to converse...
Dec 23 15:31:00 archlaptop sddm-helper[1107]: [PAM] Conversation with 1 messages
Dec 23 15:31:00 archlaptop sddm-helper[1107]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Dec 23 15:31:00 archlaptop sddm-helper[1107]: [PAM] returning.
Dec 23 15:31:00 archlaptop sddm[847]: Authentication for user  "fib_nm"  successful
Dec 23 15:31:00 archlaptop sddm-greeter-qt6[967]: Message received from daemon: LoginSucceeded
Dec 23 15:31:00 archlaptop sddm-helper[1107]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Dec 23 15:31:00 archlaptop sddm-helper[1107]: pam_unix(sddm:session): session opened for user fib_nm(uid=1000) by fib_nm(uid=0)
Dec 23 15:31:00 archlaptop systemd-logind[769]: New session 2 of user fib_nm.
Dec 23 15:31:00 archlaptop systemd[1]: Created slice User Slice of UID 1000.
Dec 23 15:31:00 archlaptop systemd[1]: Starting User Runtime Directory /run/user/1000...
Dec 23 15:31:01 archlaptop sddm-helper[954]: [PAM] Closing session
Dec 23 15:31:01 archlaptop sddm-helper[954]: pam_unix(sddm-greeter:session): session closed for user sddm
Dec 23 15:31:01 archlaptop sddm-helper[954]: [PAM] Ended.
Dec 23 15:31:01 archlaptop sddm[847]: Auth: sddm-helper exited successfully
Dec 23 15:31:01 archlaptop sddm[847]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Dec 23 15:31:01 archlaptop systemd[1]: session-c1.scope: Deactivated successfully.
Dec 23 15:31:01 archlaptop systemd[1]: session-c1.scope: Consumed 570ms CPU time, 182.1M memory peak.
Dec 23 15:31:01 archlaptop systemd-logind[769]: Session c1 logged out. Waiting for processes to exit.
Dec 23 15:31:01 archlaptop systemd-logind[769]: Removed session c1.
Dec 23 15:31:01 archlaptop systemd[1]: Finished User Runtime Directory /run/user/1000.
Dec 23 15:31:01 archlaptop systemd[1]: Starting User Manager for UID 1000...
Dec 23 15:31:01 archlaptop (systemd)[1114]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[fib_nm] ruser=[<unknown>] rhost=[<unknown>]
Dec 23 15:31:01 archlaptop (systemd)[1114]: pam_unix(systemd-user:session): session opened for user fib_nm(uid=1000) by fib_nm(uid=0)
Dec 23 15:31:01 archlaptop systemd-logind[769]: New session 3 of user fib_nm.
Dec 23 15:31:01 archlaptop systemd[1114]: Queued start job for default target Main User Target.
Dec 23 15:31:01 archlaptop systemd[1114]: Created slice User Application Slice.
Dec 23 15:31:01 archlaptop systemd[1114]: Started Submitting pending crash events (file monitor).
Dec 23 15:31:01 archlaptop systemd[1114]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/fib_nm/.cache/kcrash-metadata/*.ini).
Dec 23 15:31:01 archlaptop systemd[1114]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/fib_nm/.cache/drkonqi/sentry-envelopes/*).
Dec 23 15:31:01 archlaptop systemd[1114]: Reached target Paths.
Dec 23 15:31:01 archlaptop systemd[1114]: Reached target Timers.
Dec 23 15:31:01 archlaptop systemd[1114]: Starting D-Bus User Message Bus Socket...
Dec 23 15:31:01 archlaptop systemd[1114]: Listening on GnuPG network certificate management daemon.
Dec 23 15:31:01 archlaptop systemd[1114]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Dec 23 15:31:01 archlaptop systemd[1114]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 23 15:31:01 archlaptop systemd[1114]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 23 15:31:01 archlaptop systemd[1114]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 23 15:31:01 archlaptop systemd[1114]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 23 15:31:01 archlaptop systemd[1114]: Listening on GnuPG public key management service.
Dec 23 15:31:01 archlaptop systemd[1114]: Listening on p11-kit server.
Dec 23 15:31:01 archlaptop systemd[1114]: Listening on PipeWire PulseAudio.
Dec 23 15:31:01 archlaptop systemd[1114]: Listening on PipeWire Multimedia System Sockets.
Dec 23 15:31:01 archlaptop systemd[1114]: Listening on D-Bus User Message Bus Socket.
Dec 23 15:31:01 archlaptop systemd[1114]: Reached target Sockets.
Dec 23 15:31:01 archlaptop systemd[1114]: Reached target Basic System.
Dec 23 15:31:01 archlaptop systemd[1114]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/fib_nm/.cache/kcrash-metadata/*.ini).
Dec 23 15:31:01 archlaptop systemd[1]: Started User Manager for UID 1000.
Dec 23 15:31:01 archlaptop systemd[1114]: Starting Update XDG user dir configuration...
Dec 23 15:31:01 archlaptop systemd[1]: Started Session 2 of User fib_nm.
Dec 23 15:31:01 archlaptop sddm-helper[1107]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Dec 23 15:31:01 archlaptop systemd[1114]: Finished Update XDG user dir configuration.
Dec 23 15:31:01 archlaptop systemd[1114]: Reached target Main User Target.
Dec 23 15:31:01 archlaptop systemd[1114]: Startup finished in 181ms.
Dec 23 15:31:01 archlaptop sddm-helper[1129]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Dec 23 15:31:01 archlaptop sddm-helper[1107]: Starting Wayland user session: "/usr/share/sddm/scripts/wayland-session" "Hyprland"
Dec 23 15:31:01 archlaptop sddm-helper[1131]: Jumping to VT 1
Dec 23 15:31:01 archlaptop sddm-helper[1131]: VT mode didn't need to be fixed
Dec 23 15:31:01 archlaptop sddm[847]: Session started true
Dec 23 15:31:04 archlaptop systemd[1114]: Created slice User Core Session Slice.
Dec 23 15:31:04 archlaptop systemd[1114]: Starting D-Bus User Message Bus...
Dec 23 15:31:04 archlaptop dbus-broker-launch[1231]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Dec 23 15:31:04 archlaptop dbus-broker-launch[1231]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Dec 23 15:31:04 archlaptop dbus-broker-launch[1231]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Dec 23 15:31:04 archlaptop dbus-broker-launch[1231]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Dec 23 15:31:04 archlaptop dbus-broker-launch[1231]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Dec 23 15:31:04 archlaptop systemd[1114]: Started D-Bus User Message Bus.
Dec 23 15:31:04 archlaptop dbus-broker-launch[1231]: Ready
Dec 23 15:31:04 archlaptop systemd[1114]: Starting User preferences database...
Dec 23 15:31:04 archlaptop systemd[1114]: Started User preferences database.
Dec 23 15:31:05 archlaptop systemd[1114]: Starting Virtual filesystem service...
Dec 23 15:31:05 archlaptop systemd[1114]: Started Virtual filesystem service.
Dec 23 15:31:05 archlaptop systemd[1114]: Starting Portal service...
Dec 23 15:31:05 archlaptop systemd[1114]: Starting flatpak document portal service...
Dec 23 15:31:05 archlaptop systemd[1114]: Starting sandboxed app permission store...
Dec 23 15:31:05 archlaptop systemd[1114]: Started sandboxed app permission store.
Dec 23 15:31:05 archlaptop systemd[1114]: Started flatpak document portal service.
Dec 23 15:31:05 archlaptop systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Dec 23 15:31:06 archlaptop systemd[1]: Started RealtimeKit Scheduling Policy Service.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Successfully called chroot.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Successfully dropped privileges.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Successfully limited resources.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Canary thread running.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Running.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Watchdog thread running.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:31:06 archlaptop xdg-desktop-por[1292]: No skeleton to export
Dec 23 15:31:06 archlaptop systemd[1114]: Starting Portal service (Hyprland implementation)...
Dec 23 15:31:06 archlaptop systemd[1114]: Started Portal service (Hyprland implementation).
Dec 23 15:31:06 archlaptop systemd[1114]: Starting Accessibility services bus...
Dec 23 15:31:06 archlaptop systemd[1114]: Started PipeWire Multimedia Service.
Dec 23 15:31:06 archlaptop systemd[1114]: Started Multimedia Service Session Manager.
Dec 23 15:31:06 archlaptop systemd[1114]: Started Accessibility services bus.
Dec 23 15:31:06 archlaptop dbus-broker-launch[1353]: Ready
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:31:06 archlaptop wireplumber[1345]: wp-internal-comp-loader: Loading profile 'main'
Dec 23 15:31:06 archlaptop systemd[1]: Starting Authorization Manager...
Dec 23 15:31:06 archlaptop systemd[1114]: Started Portal service.
Dec 23 15:31:06 archlaptop polkitd[1360]: Started polkitd version 125
Dec 23 15:31:06 archlaptop systemd[1]: Started Authorization Manager.
Dec 23 15:31:06 archlaptop systemd[1114]: Created slice Slice /app/dbus-:1.2-org.freedesktop.Notifications.
Dec 23 15:31:06 archlaptop systemd[1114]: Started dbus-:1.2-org.freedesktop.Notifications@0.service.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Successfully made thread 1342 of process 1342 owned by '1000' high priority at nice level -11.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 1 threads of 1 processes of 1 users.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Successfully made thread 1356 of process 1342 owned by '1000' RT at priority 20.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 2 threads of 1 processes of 1 users.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 2 threads of 1 processes of 1 users.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 2 threads of 1 processes of 1 users.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 2 threads of 1 processes of 1 users.
Dec 23 15:31:06 archlaptop systemd[1114]: Started kitty child process: 1410 launched by: 1246.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Successfully made thread 1345 of process 1345 owned by '1000' high priority at nice level -11.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 3 threads of 2 processes of 1 users.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Successfully made thread 1368 of process 1345 owned by '1000' RT at priority 20.
Dec 23 15:31:06 archlaptop rtkit-daemon[1324]: Supervising 4 threads of 2 processes of 1 users.
Dec 23 15:31:06 archlaptop systemd[1114]: Created slice Slice /app/dbus-:1.18-org.a11y.atspi.Registry.
Dec 23 15:31:06 archlaptop systemd[1114]: Started dbus-:1.18-org.a11y.atspi.Registry@0.service.
Dec 23 15:31:06 archlaptop at-spi2-registryd[1442]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Dec 23 15:31:06 archlaptop systemd[1]: Starting Daemon for power management...
Dec 23 15:31:06 archlaptop wireplumber[1345]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Dec 23 15:31:06 archlaptop kernel: Bluetooth: RFCOMM TTY layer initialized
Dec 23 15:31:06 archlaptop kernel: Bluetooth: RFCOMM socket layer initialized
Dec 23 15:31:06 archlaptop kernel: Bluetooth: RFCOMM ver 1.11
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/ldac
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink/aptx_hd
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/aptx_hd
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink/aptx
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/aptx
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink/aac
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/aac
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink/opus_g
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/opus_g
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink/sbc
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/sbc
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/faststream
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/faststream_duplex
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink/opus_05
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/opus_05
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Dec 23 15:31:06 archlaptop bluetoothd[766]: Endpoint registered: sender=:1.32 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Dec 23 15:31:06 archlaptop kernel: warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Dec 23 15:31:06 archlaptop wireplumber[1345]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Dec 23 15:31:06 archlaptop wireplumber[1345]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Dec 23 15:31:06 archlaptop systemd[1]: Starting Time & Date Service...
Dec 23 15:31:06 archlaptop systemd[1]: Started Daemon for power management.
Dec 23 15:31:06 archlaptop systemd[1114]: Starting Virtual filesystem metadata service...
Dec 23 15:31:06 archlaptop systemd[1]: Started Time & Date Service.
Dec 23 15:31:06 archlaptop systemd[1114]: Started Virtual filesystem metadata service.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 4 threads of 2 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 4 threads of 2 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 4 threads of 2 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 4 threads of 2 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Successfully made thread 1741 of process 1248 owned by '1000' RT at priority 10.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop systemd[1114]: Starting Virtual filesystem service - disk device monitor...
Dec 23 15:31:07 archlaptop systemd[1]: Starting Disk Manager...
Dec 23 15:31:07 archlaptop udisksd[1752]: udisks daemon version 2.10.1 starting
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop systemd[1]: Started Disk Manager.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop udisksd[1752]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop systemd[1114]: Started Virtual filesystem service - disk device monitor.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:07 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:08 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:09 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:09 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:09 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:09 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:09 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:09 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:11 archlaptop systemd[1]: Stopping User Manager for UID 969...
Dec 23 15:31:11 archlaptop systemd[957]: Activating special unit Exit the Session...
Dec 23 15:31:11 archlaptop systemd[957]: Stopped target Main User Target.
Dec 23 15:31:11 archlaptop systemd[957]: Stopped target Basic System.
Dec 23 15:31:11 archlaptop systemd[957]: Stopped target Paths.
Dec 23 15:31:11 archlaptop systemd[957]: Stopped Submitting pending crash events (file monitor).
Dec 23 15:31:11 archlaptop systemd[957]: Stopped target Sockets.
Dec 23 15:31:11 archlaptop systemd[957]: Stopped target Timers.
Dec 23 15:31:11 archlaptop systemd[957]: Closed GnuPG network certificate management daemon.
Dec 23 15:31:11 archlaptop systemd[957]: Closed Socket to launch DrKonqi for a systemd-coredump crash.
Dec 23 15:31:11 archlaptop systemd[957]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 23 15:31:11 archlaptop systemd[957]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Dec 23 15:31:11 archlaptop systemd[957]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Dec 23 15:31:11 archlaptop systemd[957]: Closed GnuPG cryptographic agent and passphrase cache.
Dec 23 15:31:11 archlaptop systemd[957]: Closed GnuPG public key management service.
Dec 23 15:31:11 archlaptop systemd[957]: Closed p11-kit server.
Dec 23 15:31:11 archlaptop systemd[957]: Closed PipeWire PulseAudio.
Dec 23 15:31:11 archlaptop systemd[957]: Closed PipeWire Multimedia System Sockets.
Dec 23 15:31:11 archlaptop dbus-broker[972]: Dispatched 216 messages @ 1(±3)μs / message.
Dec 23 15:31:11 archlaptop systemd[957]: Stopping D-Bus User Message Bus...
Dec 23 15:31:11 archlaptop systemd[957]: Stopped D-Bus User Message Bus.
Dec 23 15:31:11 archlaptop systemd[957]: Removed slice User Core Session Slice.
Dec 23 15:31:11 archlaptop systemd[957]: Closed D-Bus User Message Bus Socket.
Dec 23 15:31:11 archlaptop systemd[957]: Removed slice User Application Slice.
Dec 23 15:31:11 archlaptop systemd[957]: Reached target Shutdown.
Dec 23 15:31:11 archlaptop systemd[957]: Finished Exit the Session.
Dec 23 15:31:11 archlaptop systemd[957]: Reached target Exit the Session.
Dec 23 15:31:11 archlaptop (sd-pam)[959]: pam_unix(systemd-user:session): session closed for user sddm
Dec 23 15:31:11 archlaptop systemd[1]: user@969.service: Deactivated successfully.
Dec 23 15:31:11 archlaptop systemd[1]: Stopped User Manager for UID 969.
Dec 23 15:31:11 archlaptop systemd[1]: Stopping User Runtime Directory /run/user/969...
Dec 23 15:31:11 archlaptop systemd[1]: run-user-969.mount: Deactivated successfully.
Dec 23 15:31:11 archlaptop systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
Dec 23 15:31:11 archlaptop systemd[1]: Stopped User Runtime Directory /run/user/969.
Dec 23 15:31:11 archlaptop systemd[1]: Removed slice User Slice of UID 969.
Dec 23 15:31:11 archlaptop systemd[1]: user-969.slice: Consumed 779ms CPU time, 190M memory peak.
Dec 23 15:31:11 archlaptop systemd-logind[769]: Removed session 1.
Dec 23 15:31:12 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:12 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:12 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:12 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:12 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:12 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:20 archlaptop systemd[1114]: Started PipeWire PulseAudio.
Dec 23 15:31:20 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:20 archlaptop rtkit-daemon[1324]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:31:20 archlaptop rtkit-daemon[1324]: Successfully made thread 3757 of process 3757 owned by '1000' high priority at nice level -11.
Dec 23 15:31:20 archlaptop rtkit-daemon[1324]: Supervising 6 threads of 4 processes of 1 users.
Dec 23 15:31:20 archlaptop rtkit-daemon[1324]: Successfully made thread 3807 of process 3757 owned by '1000' RT at priority 20.
Dec 23 15:31:20 archlaptop rtkit-daemon[1324]: Supervising 7 threads of 4 processes of 1 users.
Dec 23 15:31:20 archlaptop rtkit-daemon[1324]: Supervising 7 threads of 4 processes of 1 users.
Dec 23 15:31:20 archlaptop rtkit-daemon[1324]: Supervising 7 threads of 4 processes of 1 users.
Dec 23 15:31:20 archlaptop rtkit-daemon[1324]: Successfully made thread 3809 of process 1843 owned by '1000' RT at priority 10.
Dec 23 15:31:20 archlaptop rtkit-daemon[1324]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:31:20 archlaptop pipewire[1342]: pw.node: (alsa_output.pci-0000_00_1f.3.analog-stereo-53) graph xrun not-triggered (0 suppressed)
Dec 23 15:31:20 archlaptop pipewire[1342]: pw.node: (alsa_output.pci-0000_00_1f.3.analog-stereo-53) xrun state:0x74a5132ee008 pending:1/1 s:0 a:0 f:0 waiting:0 process:0 status:triggered
Dec 23 15:31:21 archlaptop rtkit-daemon[1324]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:31:21 archlaptop rtkit-daemon[1324]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:31:23 archlaptop rtkit-daemon[1324]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:31:23 archlaptop rtkit-daemon[1324]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:31:23 archlaptop rtkit-daemon[1324]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:31:23 archlaptop rtkit-daemon[1324]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:31:24 archlaptop systemd[1114]: Started kitty child process: 4096 launched by: 4079.
Dec 23 15:31:25 archlaptop rtkit-daemon[1324]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:31:25 archlaptop rtkit-daemon[1324]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:31:25 archlaptop rtkit-daemon[1324]: Successfully made thread 4107 of process 2277 owned by '1000' RT at priority 10.
Dec 23 15:31:25 archlaptop rtkit-daemon[1324]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:31:26 archlaptop pipewire[1342]: pw.node: (alsa_output.pci-0000_00_1f.3.analog-stereo-53) graph xrun not-triggered (0 suppressed)
Dec 23 15:31:26 archlaptop pipewire[1342]: pw.node: (alsa_output.pci-0000_00_1f.3.analog-stereo-53) xrun state:0x74a5132ee008 pending:1/1 s:54506360715 a:54506365805 f:54506383398 waiting:5090 process:17593 status:triggered
Dec 23 15:31:27 archlaptop rtkit-daemon[1324]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:31:27 archlaptop rtkit-daemon[1324]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:31:27 archlaptop rtkit-daemon[1324]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:31:27 archlaptop rtkit-daemon[1324]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:31:30 archlaptop rtkit-daemon[1324]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:31:30 archlaptop rtkit-daemon[1324]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:31:30 archlaptop rtkit-daemon[1324]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:31:30 archlaptop rtkit-daemon[1324]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:31:31 archlaptop rtkit-daemon[1324]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:31:31 archlaptop rtkit-daemon[1324]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:31:31 archlaptop rtkit-daemon[1324]: Successfully made thread 4487 of process 2535 owned by '1000' RT at priority 10.
Dec 23 15:31:31 archlaptop rtkit-daemon[1324]: Supervising 10 threads of 7 processes of 1 users.
Dec 23 15:31:31 archlaptop rtkit-daemon[1324]: Supervising 10 threads of 7 processes of 1 users.
Dec 23 15:31:31 archlaptop rtkit-daemon[1324]: Supervising 10 threads of 7 processes of 1 users.
Dec 23 15:31:31 archlaptop rtkit-daemon[1324]: Successfully made thread 4513 of process 2495 owned by '1000' RT at priority 10.
Dec 23 15:31:31 archlaptop rtkit-daemon[1324]: Supervising 11 threads of 8 processes of 1 users.
Dec 23 15:31:33 archlaptop rtkit-daemon[1324]: Supervising 11 threads of 8 processes of 1 users.
Dec 23 15:31:33 archlaptop rtkit-daemon[1324]: Supervising 11 threads of 8 processes of 1 users.
Dec 23 15:31:33 archlaptop rtkit-daemon[1324]: Successfully made thread 4678 of process 2624 owned by '1000' RT at priority 10.
Dec 23 15:31:33 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:31:34 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:31:34 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:31:36 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:31:36 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:31:36 archlaptop systemd[1]: systemd-timedated.service: Deactivated successfully.
Dec 23 15:31:39 archlaptop systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 23 15:31:46 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:31:46 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:31:47 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:31:47 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:33:27 archlaptop sudo[15815]:   fib_nm : TTY=pts/1 ; PWD=/home/fib_nm ; USER=root ; COMMAND=/usr/bin/pacman -U --config /etc/pacman.conf -- /home/fib_nm/.cache/yay/hyprutils-git/hyprutils-git-0.3.0.r0.g5e45b1a1-1-x86_64.pkg.tar.zst /home/fib_nm/.cache/yay/hyprutils-git/hyprutils-git-debug-0.3.0.r0.g5e45b1a1-1-x86_64.pkg.tar.zst
Dec 23 15:33:27 archlaptop sudo[15815]: pam_unix(sudo:session): session opened for user root(uid=0) by fib_nm(uid=1000)
Dec 23 15:33:39 archlaptop sudo[15815]: pam_unix(sudo:session): session closed for user root
Dec 23 15:33:44 archlaptop sudo[21597]:   fib_nm : TTY=pts/1 ; PWD=/home/fib_nm ; USER=root ; COMMAND=/usr/bin/pacman -U --config /etc/pacman.conf -- /home/fib_nm/.cache/yay/hyprutils-git/hyprutils-git-0.3.0.r0.g5e45b1a1-1-x86_64.pkg.tar.zst /home/fib_nm/.cache/yay/hyprutils-git/hyprutils-git-debug-0.3.0.r0.g5e45b1a1-1-x86_64.pkg.tar.zst
Dec 23 15:33:44 archlaptop sudo[21597]: pam_unix(sudo:session): session opened for user root(uid=0) by fib_nm(uid=1000)
Dec 23 15:33:47 archlaptop sudo[21597]: pam_unix(sudo:session): session closed for user root
Dec 23 15:34:04 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:34:04 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:34:18 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:34:18 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:34:24 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:34:24 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:34:33 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:34:33 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:34:57 archlaptop sudo[23040]:   fib_nm : TTY=pts/1 ; PWD=/home/fib_nm ; USER=root ; COMMAND=/usr/bin/pacman -R --config /etc/pacman.conf -- hyprutils
Dec 23 15:34:57 archlaptop sudo[23040]: pam_unix(sudo:session): session opened for user root(uid=0) by fib_nm(uid=1000)
Dec 23 15:34:57 archlaptop sudo[23040]: pam_unix(sudo:session): session closed for user root
Dec 23 15:35:16 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:35:16 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:35:19 archlaptop sudo[28824]:   fib_nm : TTY=pts/1 ; PWD=/home/fib_nm ; USER=root ; COMMAND=/usr/bin/pacman -U --config /etc/pacman.conf -- /home/fib_nm/.cache/yay/hyprutils-git/hyprutils-git-0.3.0.r0.g5e45b1a1-1-x86_64.pkg.tar.zst /home/fib_nm/.cache/yay/hyprutils-git/hyprutils-git-debug-0.3.0.r0.g5e45b1a1-1-x86_64.pkg.tar.zst
Dec 23 15:35:19 archlaptop sudo[28824]: pam_unix(sudo:session): session opened for user root(uid=0) by fib_nm(uid=1000)
Dec 23 15:35:22 archlaptop sudo[28824]: pam_unix(sudo:session): session closed for user root
Dec 23 15:35:31 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:35:31 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:35:35 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:35:35 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:36:10 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:36:10 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:36:37 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:36:37 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:37:26 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:37:26 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:37:38 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:37:38 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:37:47 archlaptop sudo[31648]:   fib_nm : TTY=pts/1 ; PWD=/home/fib_nm ; USER=root ; COMMAND=/usr/bin/pacman -S alacritty
Dec 23 15:37:47 archlaptop sudo[31648]: pam_unix(sudo:session): session opened for user root(uid=0) by fib_nm(uid=1000)
Dec 23 15:37:52 archlaptop sudo[31648]: pam_unix(sudo:session): session closed for user root
Dec 23 15:38:15 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:38:15 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:39:31 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:39:31 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:41:16 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:41:16 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:43:18 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:43:18 archlaptop rtkit-daemon[1324]: Supervising 12 threads of 9 processes of 1 users.

And from the current boot:

[fib_nm@archlaptop ~]$ journalctl -b
Dec 23 15:47:25 archlaptop kernel: Linux version 6.12.4-arch1-1 (linux@archlinux) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Mon, 09 Dec 2024 14:31:57 +0000
Dec 23 15:47:25 archlaptop kernel: Command line: initrd=\initramfs-linux.img initrd=\intel-ucode.img root=UUID=8433740e-ecb0-4b9b-a3cd-03ba1b301d70 rw nouveau.config=NvGspRm=1
Dec 23 15:47:25 archlaptop kernel: BIOS-provided physical RAM map:
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000082905fff] usable
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x0000000082906000-0x0000000084019fff] reserved
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x000000008401a000-0x0000000084149fff] ACPI data
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x000000008414a000-0x000000008428afff] ACPI NVS
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x000000008428b000-0x0000000084b4dfff] reserved
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x0000000084b4e000-0x0000000084b4efff] usable
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x0000000084b4f000-0x00000000887fffff] reserved
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Dec 23 15:47:25 archlaptop kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004757fffff] usable
Dec 23 15:47:25 archlaptop kernel: NX (Execute Disable) protection: active
Dec 23 15:47:25 archlaptop kernel: APIC: Static calls initialized
Dec 23 15:47:25 archlaptop kernel: e820: update [mem 0x8015f018-0x80185857] usable ==> usable
Dec 23 15:47:25 archlaptop kernel: extended physical RAM map:
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x0000000000100000-0x000000008015f017] usable
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x000000008015f018-0x0000000080185857] usable
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x0000000080185858-0x0000000082905fff] usable
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x0000000082906000-0x0000000084019fff] reserved
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x000000008401a000-0x0000000084149fff] ACPI data
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x000000008414a000-0x000000008428afff] ACPI NVS
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x000000008428b000-0x0000000084b4dfff] reserved
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x0000000084b4e000-0x0000000084b4efff] usable
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x0000000084b4f000-0x00000000887fffff] reserved
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Dec 23 15:47:25 archlaptop kernel: reserve setup_data: [mem 0x0000000100000000-0x00000004757fffff] usable
Dec 23 15:47:25 archlaptop kernel: efi: EFI v2.7 by American Megatrends
Dec 23 15:47:25 archlaptop kernel: efi: ACPI=0x84149000 ACPI 2.0=0x84149014 TPMFinalLog=0x841d9000 SMBIOS=0x84701000 SMBIOS 3.0=0x84700000 MEMATTR=0x802fa418 ESRT=0x81685198 RNG=0x840d0f18 INITRD=0x801b0618 TPMEventLog=0x840cf018 
Dec 23 15:47:25 archlaptop kernel: random: crng init done
Dec 23 15:47:25 archlaptop kernel: efi: Remove mem51: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
Dec 23 15:47:25 archlaptop kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
Dec 23 15:47:25 archlaptop kernel: efi: Not removing mem52: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Dec 23 15:47:25 archlaptop kernel: efi: Not removing mem53: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Dec 23 15:47:25 archlaptop kernel: efi: Not removing mem54: MMIO range=[0xfed00000-0xfed03fff] (16KB) from e820 map
Dec 23 15:47:25 archlaptop kernel: efi: Not removing mem55: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Dec 23 15:47:25 archlaptop kernel: efi: Remove mem56: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Dec 23 15:47:25 archlaptop kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Dec 23 15:47:25 archlaptop kernel: SMBIOS 3.2.0 present.
Dec 23 15:47:25 archlaptop kernel: DMI: GIGABYTE AORUS 15G KC/AORUS 15G KC, BIOS FB07 02/26/2021
Dec 23 15:47:25 archlaptop kernel: DMI: Memory slots populated: 2/4
Dec 23 15:47:25 archlaptop kernel: tsc: Detected 2200.000 MHz processor
Dec 23 15:47:25 archlaptop kernel: tsc: Detected 2199.996 MHz TSC
Dec 23 15:47:25 archlaptop kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Dec 23 15:47:25 archlaptop kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Dec 23 15:47:25 archlaptop kernel: last_pfn = 0x475800 max_arch_pfn = 0x400000000
Dec 23 15:47:25 archlaptop kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Dec 23 15:47:25 archlaptop kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Dec 23 15:47:25 archlaptop kernel: last_pfn = 0x84b4f max_arch_pfn = 0x400000000
Dec 23 15:47:25 archlaptop kernel: esrt: Reserving ESRT space from 0x0000000081685198 to 0x00000000816851f8.
Dec 23 15:47:25 archlaptop kernel: e820: update [mem 0x81685000-0x81685fff] usable ==> reserved
Dec 23 15:47:25 archlaptop kernel: Using GB pages for direct mapping
Dec 23 15:47:25 archlaptop kernel: Secure boot disabled
Dec 23 15:47:25 archlaptop kernel: RAMDISK: [mem 0x720dd000-0x76427fff]
Dec 23 15:47:25 archlaptop kernel: ACPI: Early table checksum verification disabled
Dec 23 15:47:25 archlaptop kernel: ACPI: RSDP 0x0000000084149014 000024 (v02 GBT   )
Dec 23 15:47:25 archlaptop kernel: ACPI: XSDT 0x0000000084148728 0000FC (v01 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:47:25 archlaptop kernel: ACPI: FACP 0x0000000084142000 000114 (v06 GBT    GBTUACPI 01072009 AMI  00010013)
Dec 23 15:47:25 archlaptop kernel: ACPI: DSDT 0x00000000840FC000 04586E (v02 GBT    GBTUACPI 01072009 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: FACS 0x000000008428A000 000040
Dec 23 15:47:25 archlaptop kernel: ACPI: MCFG 0x0000000084147000 00003C (v01 GBT    GBTUACPI 01072009 MSFT 00000097)
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0x0000000084144000 0020AD (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0x0000000084143000 000A52 (v02 PmRef  ItbmSci  00003000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: FIDT 0x00000000840FB000 00009C (v01 GBT    GBTUACPI 01072009 AMI  00010013)
Dec 23 15:47:25 archlaptop kernel: ACPI: MSDM 0x00000000840FA000 000055 (v03 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:47:25 archlaptop kernel: ACPI: SLIC 0x00000000840F9000 000176 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0x00000000840F5000 0031DA (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0x00000000840F2000 002765 (v02 Intel  PegSsdt  00001000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: HPET 0x00000000840F1000 000038 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0x00000000840ED000 0035F4 (v02 GBT    CmlH_Tbt 00001000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0x00000000840EB000 00147B (v02 GBT    Ther_Rvp 00001000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0x00000000840E7000 00323B (v02 INTEL  xh_cfht4 00000000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: NHLT 0x00000000840E5000 001821 (v00 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:47:25 archlaptop kernel: ACPI: LPIT 0x00000000840E4000 000094 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0x00000000840E0000 002720 (v02 GBT    PtidDevc 00001000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0x00000000840DD000 0026BA (v02 GBT    TbtTypeC 00000000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: DBGP 0x00000000840DC000 000034 (v01 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:47:25 archlaptop kernel: ACPI: DBG2 0x00000000840DB000 000054 (v00 GBT    GBTUACPI 01072009 AMI  01000013)
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0x00000000840D9000 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: BGRT 0x00000000840D8000 000038 (v01 GBT    GBTUACPI 01072009 AMI  00010013)
Dec 23 15:47:25 archlaptop kernel: ACPI: TPM2 0x00000000840D7000 00004C (v04 GBT    GBTUACPI 00000001 AMI  00000000)
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0x00000000840D3000 0037F7 (v01 OptRf1 Opt1Tabl 00001000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: DMAR 0x00000000840DA000 0000A8 (v01 INTEL  EDK2     00000002      01000013)
Dec 23 15:47:25 archlaptop kernel: ACPI: WSMT 0x00000000840E3000 000028 (v01 GBT    GBTUACPI 01072009 AMI  00010013)
Dec 23 15:47:25 archlaptop kernel: ACPI: APIC 0x00000000840D2000 00012C (v04 GBT    GBTUACPI 01072009 AMI  00010013)
Dec 23 15:47:25 archlaptop kernel: ACPI: FPDT 0x00000000840D1000 000044 (v01 GBT    CML      01072009 AMI  01000013)
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving FACP table memory at [mem 0x84142000-0x84142113]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving DSDT table memory at [mem 0x840fc000-0x8414186d]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving FACS table memory at [mem 0x8428a000-0x8428a03f]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving MCFG table memory at [mem 0x84147000-0x8414703b]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x84144000-0x841460ac]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x84143000-0x84143a51]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving FIDT table memory at [mem 0x840fb000-0x840fb09b]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving MSDM table memory at [mem 0x840fa000-0x840fa054]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SLIC table memory at [mem 0x840f9000-0x840f9175]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840f5000-0x840f81d9]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840f2000-0x840f4764]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving HPET table memory at [mem 0x840f1000-0x840f1037]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840ed000-0x840f05f3]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840eb000-0x840ec47a]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840e7000-0x840ea23a]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving NHLT table memory at [mem 0x840e5000-0x840e6820]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving LPIT table memory at [mem 0x840e4000-0x840e4093]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840e0000-0x840e271f]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840dd000-0x840df6b9]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving DBGP table memory at [mem 0x840dc000-0x840dc033]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving DBG2 table memory at [mem 0x840db000-0x840db053]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840d9000-0x840d90ad]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving BGRT table memory at [mem 0x840d8000-0x840d8037]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving TPM2 table memory at [mem 0x840d7000-0x840d704b]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving SSDT table memory at [mem 0x840d3000-0x840d67f6]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving DMAR table memory at [mem 0x840da000-0x840da0a7]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving WSMT table memory at [mem 0x840e3000-0x840e3027]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving APIC table memory at [mem 0x840d2000-0x840d212b]
Dec 23 15:47:25 archlaptop kernel: ACPI: Reserving FPDT table memory at [mem 0x840d1000-0x840d1043]
Dec 23 15:47:25 archlaptop kernel: No NUMA configuration found
Dec 23 15:47:25 archlaptop kernel: Faking a node at [mem 0x0000000000000000-0x00000004757fffff]
Dec 23 15:47:25 archlaptop kernel: NODE_DATA(0) allocated [mem 0x4757d52c0-0x4757fffff]
Dec 23 15:47:25 archlaptop kernel: Zone ranges:
Dec 23 15:47:25 archlaptop kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Dec 23 15:47:25 archlaptop kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Dec 23 15:47:25 archlaptop kernel:   Normal   [mem 0x0000000100000000-0x00000004757fffff]
Dec 23 15:47:25 archlaptop kernel:   Device   empty
Dec 23 15:47:25 archlaptop kernel: Movable zone start for each node
Dec 23 15:47:25 archlaptop kernel: Early memory node ranges
Dec 23 15:47:25 archlaptop kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
Dec 23 15:47:25 archlaptop kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
Dec 23 15:47:25 archlaptop kernel:   node   0: [mem 0x0000000000100000-0x0000000082905fff]
Dec 23 15:47:25 archlaptop kernel:   node   0: [mem 0x0000000084b4e000-0x0000000084b4efff]
Dec 23 15:47:25 archlaptop kernel:   node   0: [mem 0x0000000100000000-0x00000004757fffff]
Dec 23 15:47:25 archlaptop kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004757fffff]
Dec 23 15:47:25 archlaptop kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Dec 23 15:47:25 archlaptop kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Dec 23 15:47:25 archlaptop kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Dec 23 15:47:25 archlaptop kernel: On node 0, zone DMA32: 8776 pages in unavailable ranges
Dec 23 15:47:25 archlaptop kernel: On node 0, zone Normal: 13489 pages in unavailable ranges
Dec 23 15:47:25 archlaptop kernel: On node 0, zone Normal: 10240 pages in unavailable ranges
Dec 23 15:47:25 archlaptop kernel: Reserving Intel graphics memory at [mem 0x86800000-0x887fffff]
Dec 23 15:47:25 archlaptop kernel: ACPI: PM-Timer IO Port: 0x1808
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Dec 23 15:47:25 archlaptop kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Dec 23 15:47:25 archlaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec 23 15:47:25 archlaptop kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec 23 15:47:25 archlaptop kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Dec 23 15:47:25 archlaptop kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Dec 23 15:47:25 archlaptop kernel: e820: update [mem 0x80353000-0x803aafff] usable ==> reserved
Dec 23 15:47:25 archlaptop kernel: TSC deadline timer available
Dec 23 15:47:25 archlaptop kernel: CPU topo: Max. logical packages:   1
Dec 23 15:47:25 archlaptop kernel: CPU topo: Max. logical dies:       1
Dec 23 15:47:25 archlaptop kernel: CPU topo: Max. dies per package:   1
Dec 23 15:47:25 archlaptop kernel: CPU topo: Max. threads per core:   2
Dec 23 15:47:25 archlaptop kernel: CPU topo: Num. cores per package:     8
Dec 23 15:47:25 archlaptop kernel: CPU topo: Num. threads per package:  16
Dec 23 15:47:25 archlaptop kernel: CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x8015f000-0x8015ffff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x80185000-0x80185fff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x80353000-0x803aafff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x81685000-0x81685fff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x82906000-0x84019fff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x8401a000-0x84149fff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x8414a000-0x8428afff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x8428b000-0x84b4dfff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x84b4f000-0x887fffff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0x88800000-0xfdffffff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Dec 23 15:47:25 archlaptop kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Dec 23 15:47:25 archlaptop kernel: [mem 0x88800000-0xfdffffff] available for PCI devices
Dec 23 15:47:25 archlaptop kernel: Booting paravirtualized kernel on bare hardware
Dec 23 15:47:25 archlaptop kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Dec 23 15:47:25 archlaptop kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Dec 23 15:47:25 archlaptop kernel: percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
Dec 23 15:47:25 archlaptop kernel: pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
Dec 23 15:47:25 archlaptop kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Dec 23 15:47:25 archlaptop kernel: pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
Dec 23 15:47:25 archlaptop kernel: Kernel command line: initrd=\initramfs-linux.img initrd=\intel-ucode.img root=UUID=8433740e-ecb0-4b9b-a3cd-03ba1b301d70 rw nouveau.config=NvGspRm=1
Dec 23 15:47:25 archlaptop kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: Fallback order for Node 0: 0 
Dec 23 15:47:25 archlaptop kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4161701
Dec 23 15:47:25 archlaptop kernel: Policy zone: Normal
Dec 23 15:47:25 archlaptop kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Dec 23 15:47:25 archlaptop kernel: software IO TLB: area num 16.
Dec 23 15:47:25 archlaptop kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Dec 23 15:47:25 archlaptop kernel: ftrace: allocating 51133 entries in 200 pages
Dec 23 15:47:25 archlaptop kernel: ftrace: allocated 200 pages with 3 groups
Dec 23 15:47:25 archlaptop kernel: Dynamic Preempt: full
Dec 23 15:47:25 archlaptop kernel: rcu: Preemptible hierarchical RCU implementation.
Dec 23 15:47:25 archlaptop kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
Dec 23 15:47:25 archlaptop kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Dec 23 15:47:25 archlaptop kernel:         Trampoline variant of Tasks RCU enabled.
Dec 23 15:47:25 archlaptop kernel:         Rude variant of Tasks RCU enabled.
Dec 23 15:47:25 archlaptop kernel:         Tracing variant of Tasks RCU enabled.
Dec 23 15:47:25 archlaptop kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Dec 23 15:47:25 archlaptop kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Dec 23 15:47:25 archlaptop kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Dec 23 15:47:25 archlaptop kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Dec 23 15:47:25 archlaptop kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Dec 23 15:47:25 archlaptop kernel: NR_IRQS: 524544, nr_irqs: 2184, preallocated irqs: 16
Dec 23 15:47:25 archlaptop kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Dec 23 15:47:25 archlaptop kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Dec 23 15:47:25 archlaptop kernel: Console: colour dummy device 80x25
Dec 23 15:47:25 archlaptop kernel: printk: legacy console [tty0] enabled
Dec 23 15:47:25 archlaptop kernel: ACPI: Core revision 20240827
Dec 23 15:47:25 archlaptop kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Dec 23 15:47:25 archlaptop kernel: APIC: Switch to symmetric I/O mode setup
Dec 23 15:47:25 archlaptop kernel: DMAR: Host address width 39
Dec 23 15:47:25 archlaptop kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Dec 23 15:47:25 archlaptop kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Dec 23 15:47:25 archlaptop kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Dec 23 15:47:25 archlaptop kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Dec 23 15:47:25 archlaptop kernel: DMAR: RMRR base: 0x00000084492000 end: 0x000000846dbfff
Dec 23 15:47:25 archlaptop kernel: DMAR: RMRR base: 0x00000086000000 end: 0x000000887fffff
Dec 23 15:47:25 archlaptop kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
Dec 23 15:47:25 archlaptop kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Dec 23 15:47:25 archlaptop kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Dec 23 15:47:25 archlaptop kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Dec 23 15:47:25 archlaptop kernel: x2apic enabled
Dec 23 15:47:25 archlaptop kernel: APIC: Switched APIC routing to: cluster x2apic
Dec 23 15:47:25 archlaptop kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Dec 23 15:47:25 archlaptop kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1fb62f12e8c, max_idle_ns: 440795238402 ns
Dec 23 15:47:25 archlaptop kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4401.32 BogoMIPS (lpj=7333320)
Dec 23 15:47:25 archlaptop kernel: x86/cpu: SGX disabled or unsupported by BIOS.
Dec 23 15:47:25 archlaptop kernel: CPU0: Thermal monitoring enabled (TM1)
Dec 23 15:47:25 archlaptop kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Dec 23 15:47:25 archlaptop kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Dec 23 15:47:25 archlaptop kernel: process: using mwait in idle threads
Dec 23 15:47:25 archlaptop kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Dec 23 15:47:25 archlaptop kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Dec 23 15:47:25 archlaptop kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Dec 23 15:47:25 archlaptop kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Dec 23 15:47:25 archlaptop kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Dec 23 15:47:25 archlaptop kernel: RETBleed: Mitigation: Enhanced IBRS
Dec 23 15:47:25 archlaptop kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Dec 23 15:47:25 archlaptop kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Dec 23 15:47:25 archlaptop kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Dec 23 15:47:25 archlaptop kernel: SRBDS: Mitigation: Microcode
Dec 23 15:47:25 archlaptop kernel: GDS: Mitigation: Microcode
Dec 23 15:47:25 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Dec 23 15:47:25 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Dec 23 15:47:25 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Dec 23 15:47:25 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Dec 23 15:47:25 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Dec 23 15:47:25 archlaptop kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Dec 23 15:47:25 archlaptop kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Dec 23 15:47:25 archlaptop kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Dec 23 15:47:25 archlaptop kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Dec 23 15:47:25 archlaptop kernel: x86/fpu: xstate_offset[9]:  960, xstate_sizes[9]:    8
Dec 23 15:47:25 archlaptop kernel: x86/fpu: Enabled xstate features 0x21f, context size is 968 bytes, using 'compacted' format.
Dec 23 15:47:25 archlaptop kernel: Freeing SMP alternatives memory: 40K
Dec 23 15:47:25 archlaptop kernel: pid_max: default: 32768 minimum: 301
Dec 23 15:47:25 archlaptop kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Dec 23 15:47:25 archlaptop kernel: landlock: Up and running.
Dec 23 15:47:25 archlaptop kernel: Yama: becoming mindful.
Dec 23 15:47:25 archlaptop kernel: LSM support for eBPF active
Dec 23 15:47:25 archlaptop kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: smpboot: CPU0: Intel(R) Core(TM) i7-10870H CPU @ 2.20GHz (family: 0x6, model: 0xa5, stepping: 0x2)
Dec 23 15:47:25 archlaptop kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Dec 23 15:47:25 archlaptop kernel: ... version:                4
Dec 23 15:47:25 archlaptop kernel: ... bit width:              48
Dec 23 15:47:25 archlaptop kernel: ... generic registers:      4
Dec 23 15:47:25 archlaptop kernel: ... value mask:             0000ffffffffffff
Dec 23 15:47:25 archlaptop kernel: ... max period:             00007fffffffffff
Dec 23 15:47:25 archlaptop kernel: ... fixed-purpose events:   3
Dec 23 15:47:25 archlaptop kernel: ... event mask:             000000070000000f
Dec 23 15:47:25 archlaptop kernel: signal: max sigframe size: 3632
Dec 23 15:47:25 archlaptop kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2141
Dec 23 15:47:25 archlaptop kernel: rcu: Hierarchical SRCU implementation.
Dec 23 15:47:25 archlaptop kernel: rcu:         Max phase no-delay instances is 1000.
Dec 23 15:47:25 archlaptop kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Dec 23 15:47:25 archlaptop kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Dec 23 15:47:25 archlaptop kernel: smp: Bringing up secondary CPUs ...
Dec 23 15:47:25 archlaptop kernel: smpboot: x86: Booting SMP configuration:
Dec 23 15:47:25 archlaptop kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Dec 23 15:47:25 archlaptop kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Dec 23 15:47:25 archlaptop kernel: smp: Brought up 1 node, 16 CPUs
Dec 23 15:47:25 archlaptop kernel: smpboot: Total of 16 processors activated (70428.20 BogoMIPS)
Dec 23 15:47:25 archlaptop kernel: Memory: 16140496K/16646804K available (18432K kernel code, 2654K rwdata, 14236K rodata, 4248K init, 4092K bss, 479256K reserved, 0K cma-reserved)
Dec 23 15:47:25 archlaptop kernel: devtmpfs: initialized
Dec 23 15:47:25 archlaptop kernel: x86/mm: Memory block size: 128MB
Dec 23 15:47:25 archlaptop kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8414a000-0x8428afff] (1314816 bytes)
Dec 23 15:47:25 archlaptop kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Dec 23 15:47:25 archlaptop kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: pinctrl core: initialized pinctrl subsystem
Dec 23 15:47:25 archlaptop kernel: PM: RTC time: 12:47:21, date: 2024-12-23
Dec 23 15:47:25 archlaptop kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 23 15:47:25 archlaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Dec 23 15:47:25 archlaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Dec 23 15:47:25 archlaptop kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Dec 23 15:47:25 archlaptop kernel: audit: initializing netlink subsys (disabled)
Dec 23 15:47:25 archlaptop kernel: audit: type=2000 audit(1734958041.166:1): state=initialized audit_enabled=0 res=1
Dec 23 15:47:25 archlaptop kernel: thermal_sys: Registered thermal governor 'fair_share'
Dec 23 15:47:25 archlaptop kernel: thermal_sys: Registered thermal governor 'bang_bang'
Dec 23 15:47:25 archlaptop kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 23 15:47:25 archlaptop kernel: thermal_sys: Registered thermal governor 'user_space'
Dec 23 15:47:25 archlaptop kernel: thermal_sys: Registered thermal governor 'power_allocator'
Dec 23 15:47:25 archlaptop kernel: cpuidle: using governor ladder
Dec 23 15:47:25 archlaptop kernel: cpuidle: using governor menu
Dec 23 15:47:25 archlaptop kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 23 15:47:25 archlaptop kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Dec 23 15:47:25 archlaptop kernel: PCI: Using configuration type 1 for base access
Dec 23 15:47:25 archlaptop kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Dec 23 15:47:25 archlaptop kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Dec 23 15:47:25 archlaptop kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Dec 23 15:47:25 archlaptop kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Dec 23 15:47:25 archlaptop kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Dec 23 15:47:25 archlaptop kernel: fbcon: Taking over console
Dec 23 15:47:25 archlaptop kernel: ACPI: Added _OSI(Module Device)
Dec 23 15:47:25 archlaptop kernel: ACPI: Added _OSI(Processor Device)
Dec 23 15:47:25 archlaptop kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Dec 23 15:47:25 archlaptop kernel: ACPI: Added _OSI(Processor Aggregator Device)
Dec 23 15:47:25 archlaptop kernel: ACPI BIOS Error (bug): Failure creating named object [\_GPE._L12], AE_ALREADY_EXISTS (20240827/dswload2-326)
Dec 23 15:47:25 archlaptop kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
Dec 23 15:47:25 archlaptop kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Dec 23 15:47:25 archlaptop kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Dec 23 15:47:25 archlaptop kernel: ACPI Error: For GPE 0x08, found both _L08 and _E08 methods (20240827/evgpeinit-398)
Dec 23 15:47:25 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0xFFFF952AC10BE000 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0xFFFF952AC10C3000 0004FD (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0xFFFF952AC10E1B00 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0xFFFF952AC233B400 00016C (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0xFFFF952AC10CD000 000BEA (v02 PmRef  HwpLvt   00003000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0xFFFF952AC10C0000 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0xFFFF952AC10BAC00 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0xFFFF952AC10C9000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: Dynamic OEM Table Load:
Dec 23 15:47:25 archlaptop kernel: ACPI: SSDT 0xFFFF952AC10BDC00 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
Dec 23 15:47:25 archlaptop kernel: ACPI: EC: EC started
Dec 23 15:47:25 archlaptop kernel: ACPI: EC: interrupt blocked
Dec 23 15:47:25 archlaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
Dec 23 15:47:25 archlaptop kernel: ACPI: Interpreter enabled
Dec 23 15:47:25 archlaptop kernel: ACPI: PM: (supports S0 S3 S4 S5)
Dec 23 15:47:25 archlaptop kernel: ACPI: Using IOAPIC for interrupt routing
Dec 23 15:47:25 archlaptop kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dec 23 15:47:25 archlaptop kernel: PCI: Using E820 reservations for host bridge windows
Dec 23 15:47:25 archlaptop kernel: ACPI: Enabled 10 GPEs in block 00 to 7F
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.RP09.PXP_: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.RP13.PXP_: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.RP20.PXSX.WRST: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.RP20.PXSX.DRST: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.PAUD: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.I2C2.PXTC: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.I2C3.PXTC: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_TZ_.FN00: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_TZ_.FN01: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_TZ_.FN02: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_TZ_.FN03: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \_TZ_.FN04: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: \PIN_: New power resource
Dec 23 15:47:25 archlaptop kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Dec 23 15:47:25 archlaptop kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Dec 23 15:47:25 archlaptop kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Dec 23 15:47:25 archlaptop kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Dec 23 15:47:25 archlaptop kernel: PCI host bridge to bus 0000:00
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: root bus resource [mem 0x88800000-0xdfffffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:00.0: [8086:9b44] type 00 class 0x060000 conventional PCI endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:02.0: [8086:9bc4] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:02.0: BAR 0 [mem 0x6232000000-0x6232ffffff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:02.0: BAR 4 [io  0x5000-0x503f]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:12.0: [8086:06f9] type 00 class 0x118000 conventional PCI endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:12.0: BAR 0 [mem 0x623311b000-0x623311bfff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:14.0: [8086:06ed] type 00 class 0x0c0330 conventional PCI endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:14.0: BAR 0 [mem 0x6233100000-0x623310ffff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:14.2: [8086:06ef] type 00 class 0x050000 conventional PCI endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:14.2: BAR 0 [mem 0x6233114000-0x6233115fff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:14.2: BAR 2 [mem 0x623311a000-0x623311afff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:15.0: [8086:06e8] type 00 class 0x0c8000 conventional PCI endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:15.1: [8086:06e9] type 00 class 0x0c8000 conventional PCI endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:16.0: [8086:06e0] type 00 class 0x078000 conventional PCI endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:16.0: BAR 0 [mem 0x6233117000-0x6233117fff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:16.0: PME# supported from D3hot
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.0: [8086:06c0] type 01 class 0x060400 PCIe Root Port
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.0:   bridge window [mem 0xa4500000-0xa45fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.2: [8086:06c2] type 01 class 0x060400 PCIe Root Port
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.2:   bridge window [io  0x3000-0x3fff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.2:   bridge window [mem 0xa4400000-0xa44fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.2: PME# supported from D0 D3hot D3cold
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.2: PTM enabled (root), 4ns granularity
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.3: [8086:06c3] type 01 class 0x060400 PCIe Root Port
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.3: PCI bridge to [bus 04]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.3:   bridge window [mem 0xa4300000-0xa43fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.3: PME# supported from D0 D3hot D3cold
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.3: PTM enabled (root), 4ns granularity
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.4: [8086:06ac] type 01 class 0x060400 PCIe Root Port
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.4: PCI bridge to [bus 05]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.4:   bridge window [mem 0xa4200000-0xa42fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.4: PME# supported from D0 D3hot D3cold
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.4: PTM enabled (root), 4ns granularity
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0: [8086:06b4] type 01 class 0x060400 PCIe Root Port
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 06-3e]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0x8c000000-0xa23fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0x6210000000-0x6231ffffff 64bit pref]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.0: [8086:068d] type 00 class 0x060100 conventional PCI endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.3: [8086:06c8] type 00 class 0x040300 conventional PCI endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.3: BAR 0 [mem 0x6233110000-0x6233113fff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.3: BAR 4 [mem 0x6233000000-0x62330fffff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.4: [8086:06a3] type 00 class 0x0c0500 conventional PCI endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.4: BAR 0 [mem 0x6233116000-0x62331160ff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.5: [8086:06a4] type 00 class 0x0c8000 conventional PCI endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.0: [10de:2520] type 00 class 0x030000 PCIe Legacy Endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.0: BAR 0 [mem 0xa3000000-0xa3ffffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.0: BAR 1 [mem 0x6000000000-0x61ffffffff 64bit pref]
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.0: BAR 3 [mem 0x6200000000-0x6201ffffff 64bit pref]
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.0: BAR 5 [io  0x4000-0x407f]
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.0: ROM [mem 0xa4000000-0xa407ffff pref]
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.1: [10de:228e] type 00 class 0x040300 PCIe Endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.1: BAR 0 [mem 0xa4080000-0xa4083fff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 23 15:47:25 archlaptop kernel: pci 0000:02:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:02:00.0: BAR 1 [mem 0xa4500000-0xa4500fff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:02:00.0: supports D1 D2
Dec 23 15:47:25 archlaptop kernel: pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 23 15:47:25 archlaptop kernel: pci 0000:03:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:03:00.0: BAR 0 [io  0x3000-0x30ff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:03:00.0: BAR 2 [mem 0xa4400000-0xa440ffff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:03:00.0: BAR 4 [mem 0xa4410000-0xa4413fff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:03:00.0: supports D1 D2
Dec 23 15:47:25 archlaptop kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
Dec 23 15:47:25 archlaptop kernel: pci 0000:04:00.0: [8086:2723] type 00 class 0x028000 PCIe Endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:04:00.0: BAR 0 [mem 0xa4300000-0xa4303fff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.3: PCI bridge to [bus 04]
Dec 23 15:47:25 archlaptop kernel: pci 0000:05:00.0: [1cc1:8201] type 00 class 0x010802 PCIe Endpoint
Dec 23 15:47:25 archlaptop kernel: pci 0000:05:00.0: BAR 0 [mem 0xa4200000-0xa4203fff 64bit]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.4: PCI bridge to [bus 05]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 06-3e]
Dec 23 15:47:25 archlaptop kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Dec 23 15:47:25 archlaptop kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Dec 23 15:47:25 archlaptop kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Dec 23 15:47:25 archlaptop kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Dec 23 15:47:25 archlaptop kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Dec 23 15:47:25 archlaptop kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Dec 23 15:47:25 archlaptop kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Dec 23 15:47:25 archlaptop kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Dec 23 15:47:25 archlaptop kernel: ACPI: EC: interrupt unblocked
Dec 23 15:47:25 archlaptop kernel: ACPI: EC: event unblocked
Dec 23 15:47:25 archlaptop kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dec 23 15:47:25 archlaptop kernel: ACPI: EC: GPE=0x3
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
Dec 23 15:47:25 archlaptop kernel: iommu: Default domain type: Translated
Dec 23 15:47:25 archlaptop kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Dec 23 15:47:25 archlaptop kernel: SCSI subsystem initialized
Dec 23 15:47:25 archlaptop kernel: libata version 3.00 loaded.
Dec 23 15:47:25 archlaptop kernel: ACPI: bus type USB registered
Dec 23 15:47:25 archlaptop kernel: usbcore: registered new interface driver usbfs
Dec 23 15:47:25 archlaptop kernel: usbcore: registered new interface driver hub
Dec 23 15:47:25 archlaptop kernel: usbcore: registered new device driver usb
Dec 23 15:47:25 archlaptop kernel: EDAC MC: Ver: 3.0.0
Dec 23 15:47:25 archlaptop kernel: efivars: Registered efivars operations
Dec 23 15:47:25 archlaptop kernel: NetLabel: Initializing
Dec 23 15:47:25 archlaptop kernel: NetLabel:  domain hash size = 128
Dec 23 15:47:25 archlaptop kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Dec 23 15:47:25 archlaptop kernel: NetLabel:  unlabeled traffic allowed by default
Dec 23 15:47:25 archlaptop kernel: mctp: management component transport protocol core
Dec 23 15:47:25 archlaptop kernel: NET: Registered PF_MCTP protocol family
Dec 23 15:47:25 archlaptop kernel: PCI: Using ACPI for IRQ routing
Dec 23 15:47:25 archlaptop kernel: PCI: pci_cache_line_size set to 64 bytes
Dec 23 15:47:25 archlaptop kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Dec 23 15:47:25 archlaptop kernel: e820: reserve RAM buffer [mem 0x8015f018-0x83ffffff]
Dec 23 15:47:25 archlaptop kernel: e820: reserve RAM buffer [mem 0x80353000-0x83ffffff]
Dec 23 15:47:25 archlaptop kernel: e820: reserve RAM buffer [mem 0x81685000-0x83ffffff]
Dec 23 15:47:25 archlaptop kernel: e820: reserve RAM buffer [mem 0x82906000-0x83ffffff]
Dec 23 15:47:25 archlaptop kernel: e820: reserve RAM buffer [mem 0x84b4f000-0x87ffffff]
Dec 23 15:47:25 archlaptop kernel: e820: reserve RAM buffer [mem 0x475800000-0x477ffffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 23 15:47:25 archlaptop kernel: vgaarb: loaded
Dec 23 15:47:25 archlaptop kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Dec 23 15:47:25 archlaptop kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Dec 23 15:47:25 archlaptop kernel: clocksource: Switched to clocksource tsc-early
Dec 23 15:47:25 archlaptop kernel: VFS: Disk quotas dquot_6.6.0
Dec 23 15:47:25 archlaptop kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 23 15:47:25 archlaptop kernel: pnp: PnP ACPI init
Dec 23 15:47:25 archlaptop kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:01: [io  0x1854-0x1857] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:02: [io  0x1800-0x18fe] could not be reserved
Dec 23 15:47:25 archlaptop kernel: system 00:02: [mem 0xfd000000-0xfd69ffff] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:02: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:02: [mem 0xfd6f0000-0xfdffffff] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:02: [mem 0xfe000000-0xfe01ffff] could not be reserved
Dec 23 15:47:25 archlaptop kernel: system 00:02: [mem 0xfe200000-0xfe7fffff] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:02: [mem 0xff000000-0xffffffff] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:03: [io  0x2000-0x20fe] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:04: [mem 0xe0000000-0xefffffff] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Dec 23 15:47:25 archlaptop kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Dec 23 15:47:25 archlaptop kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
Dec 23 15:47:25 archlaptop kernel: system 00:05: [mem 0xfe038000-0xfe038fff] has been reserved
Dec 23 15:47:25 archlaptop kernel: pnp: PnP ACPI: found 6 devices
Dec 23 15:47:25 archlaptop kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dec 23 15:47:25 archlaptop kernel: NET: Registered PF_INET protocol family
Dec 23 15:47:25 archlaptop kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: TCP: Hash tables configured (established 131072 bind 65536)
Dec 23 15:47:25 archlaptop kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Dec 23 15:47:25 archlaptop kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 23 15:47:25 archlaptop kernel: NET: Registered PF_XDP protocol family
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 06-3e] add_size 1000
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:15.0: BAR 0 [mem 0x4010000000-0x4010000fff 64bit]: assigned
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:15.1: BAR 0 [mem 0x4010001000-0x4010001fff 64bit]: assigned
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0: bridge window [io  0x6000-0x6fff]: assigned
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.0:   bridge window [mem 0xa4500000-0xa45fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.2: PCI bridge to [bus 03]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.2:   bridge window [io  0x3000-0x3fff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.2:   bridge window [mem 0xa4400000-0xa44fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.3: PCI bridge to [bus 04]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.3:   bridge window [mem 0xa4300000-0xa43fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.4: PCI bridge to [bus 05]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.4:   bridge window [mem 0xa4200000-0xa42fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0: PCI bridge to [bus 06-3e]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0:   bridge window [io  0x6000-0x6fff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0x8c000000-0xa23fffff]
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0:   bridge window [mem 0x6210000000-0x6231ffffff 64bit pref]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: resource 8 [mem 0x88800000-0xdfffffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:00: resource 10 [mem 0xfc800000-0xfe7fffff window]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:02: resource 1 [mem 0xa4500000-0xa45fffff]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:03: resource 1 [mem 0xa4400000-0xa44fffff]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:04: resource 1 [mem 0xa4300000-0xa43fffff]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:05: resource 1 [mem 0xa4200000-0xa42fffff]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:06: resource 0 [io  0x6000-0x6fff]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:06: resource 1 [mem 0x8c000000-0xa23fffff]
Dec 23 15:47:25 archlaptop kernel: pci_bus 0000:06: resource 2 [mem 0x6210000000-0x6231ffffff 64bit pref]
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Dec 23 15:47:25 archlaptop kernel: PCI: CLS 64 bytes, default 64
Dec 23 15:47:25 archlaptop kernel: DMAR: Intel-IOMMU force enabled due to platform opt in
Dec 23 15:47:25 archlaptop kernel: DMAR: No ATSR found
Dec 23 15:47:25 archlaptop kernel: DMAR: No SATC found
Dec 23 15:47:25 archlaptop kernel: DMAR: IOMMU feature fl1gp_support inconsistent
Dec 23 15:47:25 archlaptop kernel: DMAR: IOMMU feature pgsel_inv inconsistent
Dec 23 15:47:25 archlaptop kernel: DMAR: IOMMU feature nwfs inconsistent
Dec 23 15:47:25 archlaptop kernel: DMAR: IOMMU feature pasid inconsistent
Dec 23 15:47:25 archlaptop kernel: DMAR: IOMMU feature eafs inconsistent
Dec 23 15:47:25 archlaptop kernel: DMAR: IOMMU feature prs inconsistent
Dec 23 15:47:25 archlaptop kernel: DMAR: IOMMU feature nest inconsistent
Dec 23 15:47:25 archlaptop kernel: DMAR: IOMMU feature mts inconsistent
Dec 23 15:47:25 archlaptop kernel: DMAR: IOMMU feature sc_support inconsistent
Dec 23 15:47:25 archlaptop kernel: DMAR: IOMMU feature dev_iotlb_support inconsistent
Dec 23 15:47:25 archlaptop kernel: DMAR: dmar0: Using Queued invalidation
Dec 23 15:47:25 archlaptop kernel: DMAR: dmar1: Using Queued invalidation
Dec 23 15:47:25 archlaptop kernel: Trying to unpack rootfs image as initramfs...
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:02.0: Adding to iommu group 0
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:00.0: Adding to iommu group 1
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:01.0: Adding to iommu group 2
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:12.0: Adding to iommu group 3
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:14.0: Adding to iommu group 4
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:14.2: Adding to iommu group 4
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:15.0: Adding to iommu group 5
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:15.1: Adding to iommu group 5
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:16.0: Adding to iommu group 6
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.0: Adding to iommu group 7
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.2: Adding to iommu group 8
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.3: Adding to iommu group 9
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1b.4: Adding to iommu group 10
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1d.0: Adding to iommu group 11
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.0: Adding to iommu group 12
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.3: Adding to iommu group 12
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.4: Adding to iommu group 12
Dec 23 15:47:25 archlaptop kernel: pci 0000:00:1f.5: Adding to iommu group 12
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.0: Adding to iommu group 2
Dec 23 15:47:25 archlaptop kernel: pci 0000:01:00.1: Adding to iommu group 2
Dec 23 15:47:25 archlaptop kernel: pci 0000:02:00.0: Adding to iommu group 13
Dec 23 15:47:25 archlaptop kernel: pci 0000:03:00.0: Adding to iommu group 14
Dec 23 15:47:25 archlaptop kernel: pci 0000:04:00.0: Adding to iommu group 15
Dec 23 15:47:25 archlaptop kernel: pci 0000:05:00.0: Adding to iommu group 16
Dec 23 15:47:25 archlaptop kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Dec 23 15:47:25 archlaptop kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dec 23 15:47:25 archlaptop kernel: software IO TLB: mapped [mem 0x000000007820d000-0x000000007c20d000] (64MB)
Dec 23 15:47:25 archlaptop kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Dec 23 15:47:25 archlaptop kernel: Initialise system trusted keyrings
Dec 23 15:47:25 archlaptop kernel: Key type blacklist registered
Dec 23 15:47:25 archlaptop kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
Dec 23 15:47:25 archlaptop kernel: fuse: init (API version 7.41)
Dec 23 15:47:25 archlaptop kernel: integrity: Platform Keyring initialized
Dec 23 15:47:25 archlaptop kernel: integrity: Machine keyring initialized
Dec 23 15:47:25 archlaptop kernel: Key type asymmetric registered
Dec 23 15:47:25 archlaptop kernel: Asymmetric key parser 'x509' registered
Dec 23 15:47:25 archlaptop kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Dec 23 15:47:25 archlaptop kernel: io scheduler mq-deadline registered
Dec 23 15:47:25 archlaptop kernel: io scheduler kyber registered
Dec 23 15:47:25 archlaptop kernel: io scheduler bfq registered
Dec 23 15:47:25 archlaptop kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 23 15:47:25 archlaptop kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 122
Dec 23 15:47:25 archlaptop kernel: pcieport 0000:00:1b.0: PME: Signaling with IRQ 123
Dec 23 15:47:25 archlaptop kernel: pcieport 0000:00:1b.2: PME: Signaling with IRQ 124
Dec 23 15:47:25 archlaptop kernel: pcieport 0000:00:1b.3: PME: Signaling with IRQ 125
Dec 23 15:47:25 archlaptop kernel: pcieport 0000:00:1b.4: PME: Signaling with IRQ 126
Dec 23 15:47:25 archlaptop kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 127
Dec 23 15:47:25 archlaptop kernel: pcieport 0000:00:1d.0: pciehp: Slot #16 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Dec 23 15:47:25 archlaptop kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dec 23 15:47:25 archlaptop kernel: Monitor-Mwait will be used to enter C-1 state
Dec 23 15:47:25 archlaptop kernel: Monitor-Mwait will be used to enter C-2 state
Dec 23 15:47:25 archlaptop kernel: Monitor-Mwait will be used to enter C-3 state
Dec 23 15:47:25 archlaptop kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
Dec 23 15:47:25 archlaptop kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:01/PNP0C0D:00/input/input0
Dec 23 15:47:25 archlaptop kernel: ACPI: button: Lid Switch [LID0]
Dec 23 15:47:25 archlaptop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:18/PNP0C09:01/PNP0C0E:00/input/input1
Dec 23 15:47:25 archlaptop kernel: ACPI: button: Sleep Button [SLPB]
Dec 23 15:47:25 archlaptop kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:01/input/input2
Dec 23 15:47:25 archlaptop kernel: ACPI: button: Sleep Button [SLPB]
Dec 23 15:47:25 archlaptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
Dec 23 15:47:25 archlaptop kernel: ACPI: button: Power Button [PWRB]
Dec 23 15:47:25 archlaptop kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
Dec 23 15:47:25 archlaptop kernel: ACPI: button: Power Button [PWRF]
Dec 23 15:47:25 archlaptop kernel: thermal LNXTHERM:00: registered as thermal_zone0
Dec 23 15:47:25 archlaptop kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Dec 23 15:47:25 archlaptop kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Dec 23 15:47:25 archlaptop kernel: Non-volatile memory driver v1.3
Dec 23 15:47:25 archlaptop kernel: Linux agpgart interface v0.103
Dec 23 15:47:25 archlaptop kernel: Freeing initrd memory: 68908K
Dec 23 15:47:25 archlaptop kernel: ACPI: battery: Slot [BAT1] (battery present)
Dec 23 15:47:25 archlaptop kernel: ACPI: bus type drm_connector registered
Dec 23 15:47:25 archlaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Dec 23 15:47:25 archlaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Dec 23 15:47:25 archlaptop kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Dec 23 15:47:25 archlaptop kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Dec 23 15:47:25 archlaptop kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Dec 23 15:47:25 archlaptop kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Dec 23 15:47:25 archlaptop kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.12
Dec 23 15:47:25 archlaptop kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 23 15:47:25 archlaptop kernel: usb usb1: Product: xHCI Host Controller
Dec 23 15:47:25 archlaptop kernel: usb usb1: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
Dec 23 15:47:25 archlaptop kernel: usb usb1: SerialNumber: 0000:00:14.0
Dec 23 15:47:25 archlaptop kernel: hub 1-0:1.0: USB hub found
Dec 23 15:47:25 archlaptop kernel: hub 1-0:1.0: 16 ports detected
Dec 23 15:47:25 archlaptop kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.12
Dec 23 15:47:25 archlaptop kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 23 15:47:25 archlaptop kernel: usb usb2: Product: xHCI Host Controller
Dec 23 15:47:25 archlaptop kernel: usb usb2: Manufacturer: Linux 6.12.4-arch1-1 xhci-hcd
Dec 23 15:47:25 archlaptop kernel: usb usb2: SerialNumber: 0000:00:14.0
Dec 23 15:47:25 archlaptop kernel: hub 2-0:1.0: USB hub found
Dec 23 15:47:25 archlaptop kernel: hub 2-0:1.0: 8 ports detected
Dec 23 15:47:25 archlaptop kernel: usbcore: registered new interface driver usbserial_generic
Dec 23 15:47:25 archlaptop kernel: usbserial: USB Serial support registered for generic
Dec 23 15:47:25 archlaptop kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Dec 23 15:47:25 archlaptop kernel: rtc_cmos rtc_cmos: registered as rtc0
Dec 23 15:47:25 archlaptop kernel: rtc_cmos rtc_cmos: setting system clock to 2024-12-23T12:47:22 UTC (1734958042)
Dec 23 15:47:25 archlaptop kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Dec 23 15:47:25 archlaptop kernel: intel_pstate: HWP enabled by BIOS
Dec 23 15:47:25 archlaptop kernel: intel_pstate: Intel P-state driver initializing
Dec 23 15:47:25 archlaptop kernel: intel_pstate: HWP enabled
Dec 23 15:47:25 archlaptop kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Dec 23 15:47:25 archlaptop kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Dec 23 15:47:25 archlaptop kernel: Console: switching to colour frame buffer device 240x67
Dec 23 15:47:25 archlaptop kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Dec 23 15:47:25 archlaptop kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 23 15:47:25 archlaptop kernel: drop_monitor: Initializing network drop monitor service
Dec 23 15:47:25 archlaptop kernel: NET: Registered PF_INET6 protocol family
Dec 23 15:47:25 archlaptop kernel: Segment Routing with IPv6
Dec 23 15:47:25 archlaptop kernel: RPL Segment Routing with IPv6
Dec 23 15:47:25 archlaptop kernel: In-situ OAM (IOAM) with IPv6
Dec 23 15:47:25 archlaptop kernel: NET: Registered PF_PACKET protocol family
Dec 23 15:47:25 archlaptop kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Dec 23 15:47:25 archlaptop kernel: microcode: Current revision: 0x000000fc
Dec 23 15:47:25 archlaptop kernel: microcode: Updated early from: 0x000000e2
Dec 23 15:47:25 archlaptop kernel: IPI shorthand broadcast: enabled
Dec 23 15:47:25 archlaptop kernel: sched_clock: Marking stable (1730350291, 8685806)->(1773422294, -34386197)
Dec 23 15:47:25 archlaptop kernel: registered taskstats version 1
Dec 23 15:47:25 archlaptop kernel: Loading compiled-in X.509 certificates
Dec 23 15:47:25 archlaptop kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 8d6402356535386924f746d3d123613ef19cb307'
Dec 23 15:47:25 archlaptop kernel: Demotion targets for Node 0: null
Dec 23 15:47:25 archlaptop kernel: Key type .fscrypt registered
Dec 23 15:47:25 archlaptop kernel: Key type fscrypt-provisioning registered
Dec 23 15:47:25 archlaptop kernel: PM:   Magic number: 4:275:785
Dec 23 15:47:25 archlaptop kernel: RAS: Correctable Errors collector initialized.
Dec 23 15:47:25 archlaptop kernel: clk: Disabling unused clocks
Dec 23 15:47:25 archlaptop kernel: PM: genpd: Disabling unused power domains
Dec 23 15:47:25 archlaptop kernel: Freeing unused decrypted memory: 2028K
Dec 23 15:47:25 archlaptop kernel: Freeing unused kernel image (initmem) memory: 4248K
Dec 23 15:47:25 archlaptop kernel: Write protecting the kernel read-only data: 32768k
Dec 23 15:47:25 archlaptop kernel: Freeing unused kernel image (rodata/data gap) memory: 100K
Dec 23 15:47:25 archlaptop kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Dec 23 15:47:25 archlaptop kernel: rodata_test: all tests were successful
Dec 23 15:47:25 archlaptop kernel: Run /init as init process
Dec 23 15:47:25 archlaptop kernel:   with arguments:
Dec 23 15:47:25 archlaptop kernel:     /init
Dec 23 15:47:25 archlaptop kernel:   with environment:
Dec 23 15:47:25 archlaptop kernel:     HOME=/
Dec 23 15:47:25 archlaptop kernel:     TERM=linux
Dec 23 15:47:25 archlaptop kernel: rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
Dec 23 15:47:25 archlaptop kernel: nvme 0000:05:00.0: platform quirk: setting simple suspend
Dec 23 15:47:25 archlaptop kernel: nvme nvme0: pci function 0000:05:00.0
Dec 23 15:47:25 archlaptop kernel: nvme nvme0: 15/0/0 default/read/poll queues
Dec 23 15:47:25 archlaptop kernel:  nvme0n1: p1 p2
Dec 23 15:47:25 archlaptop kernel: device-mapper: uevent: version 1.0.3
Dec 23 15:47:25 archlaptop kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Dec 23 15:47:25 archlaptop kernel: usb 1-4: new full-speed USB device number 2 using xhci_hcd
Dec 23 15:47:25 archlaptop kernel: usb 1-4: New USB device found, idVendor=1532, idProduct=0099, bcdDevice= 2.00
Dec 23 15:47:25 archlaptop kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 23 15:47:25 archlaptop kernel: usb 1-4: Product: Razer Basilisk V3
Dec 23 15:47:25 archlaptop kernel: usb 1-4: Manufacturer: Razer
Dec 23 15:47:25 archlaptop kernel: MXM: GUID detected in BIOS
Dec 23 15:47:25 archlaptop kernel: ACPI: \_SB_.PCI0.PEG0.PEGP: failed to evaluate _DSM
Dec 23 15:47:25 archlaptop kernel: nouveau 0000:01:00.0: enabling device (0000 -> 0003)
Dec 23 15:47:25 archlaptop kernel: nouveau 0000:01:00.0: NVIDIA GA106 (b76000a1)
Dec 23 15:47:25 archlaptop kernel: usb 1-9: new high-speed USB device number 3 using xhci_hcd
Dec 23 15:47:25 archlaptop kernel: usb 1-9: New USB device found, idVendor=13d3, idProduct=56a2, bcdDevice=17.01
Dec 23 15:47:25 archlaptop kernel: usb 1-9: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 23 15:47:25 archlaptop kernel: usb 1-9: Product: USB2.0 HD UVC WebCam
Dec 23 15:47:25 archlaptop kernel: usb 1-9: Manufacturer: Azurewave
Dec 23 15:47:25 archlaptop kernel: usb 1-9: SerialNumber: 0x0001
Dec 23 15:47:25 archlaptop kernel: nouveau 0000:01:00.0: bios: version 94.06.13.00.64
Dec 23 15:47:25 archlaptop kernel: i915 0000:00:02.0: [drm] Found COMETLAKE (device ID 9bc4) display version 9.00 stepping N/A
Dec 23 15:47:25 archlaptop kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
Dec 23 15:47:25 archlaptop kernel: Console: switching to colour dummy device 80x25
Dec 23 15:47:25 archlaptop kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Dec 23 15:47:25 archlaptop kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Dec 23 15:47:25 archlaptop kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Dec 23 15:47:25 archlaptop kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Dec 23 15:47:25 archlaptop kernel: usb 1-10: new full-speed USB device number 4 using xhci_hcd
Dec 23 15:47:25 archlaptop kernel: i915 0000:00:02.0: [drm] [CONNECTOR:99:eDP-1] Panel is missing HDR static metadata. Possible support for Intel HDR backlight interface is not used. If your backlight controls don't work try booting with i915.enable_dpcd_backlight=3. needs this, please file a _new_ bug report on drm/i915, see https://drm.pages.freedesktop.org/intel-docs/how-to-file-i915-bugs.html for details.
Dec 23 15:47:25 archlaptop kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 2
Dec 23 15:47:25 archlaptop kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Dec 23 15:47:25 archlaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
Dec 23 15:47:25 archlaptop kernel: ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Dec 23 15:47:25 archlaptop kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:01/input/input6
Dec 23 15:47:25 archlaptop kernel: tsc: Refined TSC clocksource calibration: 2208.024 MHz
Dec 23 15:47:25 archlaptop kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fd3cedc2af, max_idle_ns: 440795242057 ns
Dec 23 15:47:25 archlaptop kernel: clocksource: Switched to clocksource tsc
Dec 23 15:47:25 archlaptop kernel: usb 1-10: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Dec 23 15:47:25 archlaptop kernel: usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 23 15:47:25 archlaptop kernel: usb 1-11: new full-speed USB device number 5 using xhci_hcd
Dec 23 15:47:25 archlaptop kernel: usb 1-11: New USB device found, idVendor=1044, idProduct=7a3b, bcdDevice= 2.29
Dec 23 15:47:25 archlaptop kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Dec 23 15:47:25 archlaptop kernel: usb 1-11: Product: USB-HID Keyboard
Dec 23 15:47:25 archlaptop kernel: usb 1-11: Manufacturer: GIGABYTE
Dec 23 15:47:25 archlaptop kernel: usb 1-11: SerialNumber: AP0000000003
Dec 23 15:47:25 archlaptop kernel: usbcore: registered new interface driver usbhid
Dec 23 15:47:25 archlaptop kernel: usbhid: USB HID core driver
Dec 23 15:47:25 archlaptop kernel: input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:1532:0099.0001/input/input7
Dec 23 15:47:25 archlaptop kernel: hid-generic 0003:1532:0099.0001: input,hidraw0: USB HID v1.11 Mouse [Razer Razer Basilisk V3] on usb-0000:00:14.0-4/input0
Dec 23 15:47:25 archlaptop kernel: input: Razer Razer Basilisk V3 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1532:0099.0002/input/input8
Dec 23 15:47:25 archlaptop kernel: input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:1532:0099.0002/input/input9
Dec 23 15:47:25 archlaptop kernel: hid-generic 0003:1532:0099.0002: input,hidraw1: USB HID v1.11 Keyboard [Razer Razer Basilisk V3] on usb-0000:00:14.0-4/input1
Dec 23 15:47:25 archlaptop kernel: input: Razer Razer Basilisk V3 as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:1532:0099.0003/input/input10
Dec 23 15:47:25 archlaptop kernel: hid-generic 0003:1532:0099.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer Basilisk V3] on usb-0000:00:14.0-4/input2
Dec 23 15:47:25 archlaptop kernel: hid-generic 0003:1532:0099.0004: No inputs registered, leaving
Dec 23 15:47:25 archlaptop kernel: hid-generic 0003:1532:0099.0004: hidraw3: USB HID v1.11 Device [Razer Razer Basilisk V3] on usb-0000:00:14.0-4/input3
Dec 23 15:47:25 archlaptop kernel: input: GIGABYTE USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.0/0003:1044:7A3B.0005/input/input11
Dec 23 15:47:25 archlaptop kernel: hid-generic 0003:1044:7A3B.0005: input,hidraw4: USB HID v1.11 Keyboard [GIGABYTE USB-HID Keyboard] on usb-0000:00:14.0-11/input0
Dec 23 15:47:25 archlaptop kernel: hid-generic 0003:1044:7A3B.0006: hiddev96,hidraw5: USB HID v1.11 Device [GIGABYTE USB-HID Keyboard] on usb-0000:00:14.0-11/input1
Dec 23 15:47:25 archlaptop kernel: input: GIGABYTE USB-HID Keyboard Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input12
Dec 23 15:47:25 archlaptop kernel: input: GIGABYTE USB-HID Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input13
Dec 23 15:47:25 archlaptop kernel: input: GIGABYTE USB-HID Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input14
Dec 23 15:47:25 archlaptop kernel: input: GIGABYTE USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input15
Dec 23 15:47:25 archlaptop kernel: input: GIGABYTE USB-HID Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input16
Dec 23 15:47:25 archlaptop kernel: input: GIGABYTE USB-HID Keyboard Wireless Radio Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11:1.2/0003:1044:7A3B.0007/input/input17
Dec 23 15:47:25 archlaptop kernel: hid-generic 0003:1044:7A3B.0007: input,hiddev97,hidraw6: USB HID v1.11 Mouse [GIGABYTE USB-HID Keyboard] on usb-0000:00:14.0-11/input2
Dec 23 15:47:25 archlaptop kernel: hid-generic 0003:1044:7A3B.0008: hiddev98,hidraw7: USB HID v1.11 Device [GIGABYTE USB-HID Keyboard] on usb-0000:00:14.0-11/input3
Dec 23 15:47:25 archlaptop kernel: fbcon: i915drmfb (fb0) is primary device
Dec 23 15:47:25 archlaptop kernel: Console: switching to colour frame buffer device 240x67
Dec 23 15:47:25 archlaptop kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Dec 23 15:47:25 archlaptop kernel: nouveau 0000:01:00.0: drm: VRAM: 6144 MiB
Dec 23 15:47:25 archlaptop kernel: nouveau 0000:01:00.0: drm: GART: 536870912 MiB
Dec 23 15:47:25 archlaptop kernel: nouveau 0000:01:00.0: drm: MM: using COPY for buffer copies
Dec 23 15:47:25 archlaptop kernel: nouveau 0000:01:00.0: drm: [DRM/00000009:kmsOutp] [BL_GET level:0] (ret:-22)
Dec 23 15:47:25 archlaptop kernel: [drm] Initialized nouveau 1.4.0 for 0000:01:00.0 on minor 1
Dec 23 15:47:25 archlaptop kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
Dec 23 15:47:25 archlaptop kernel: nouveau 0000:01:00.0: drm: Disabling PCI power management to avoid bug
Dec 23 15:47:25 archlaptop kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
Dec 23 15:47:25 archlaptop kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
Dec 23 15:47:25 archlaptop kernel: EXT4-fs (dm-1): recovery complete
Dec 23 15:47:25 archlaptop kernel: EXT4-fs (dm-1): mounted filesystem 8433740e-ecb0-4b9b-a3cd-03ba1b301d70 r/w with ordered data mode. Quota mode: none.
Dec 23 15:47:25 archlaptop systemd[1]: systemd 257-1-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)
Dec 23 15:47:25 archlaptop systemd[1]: Detected architecture x86-64.
Dec 23 15:47:25 archlaptop systemd[1]: Hostname set to <archlaptop>.
Dec 23 15:47:25 archlaptop systemd[1]: bpf-restrict-fs: LSM BPF program attached
Dec 23 15:47:25 archlaptop systemd[1]: Queued start job for default target Graphical Interface.
Dec 23 15:47:25 archlaptop systemd[1]: Created slice Slice /system/dirmngr.
Dec 23 15:47:25 archlaptop systemd[1]: Created slice Slice /system/getty.
Dec 23 15:47:25 archlaptop systemd[1]: Created slice Slice /system/gpg-agent.
Dec 23 15:47:25 archlaptop systemd[1]: Created slice Slice /system/gpg-agent-browser.
Dec 23 15:47:25 archlaptop systemd[1]: Created slice Slice /system/gpg-agent-extra.
Dec 23 15:47:25 archlaptop systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Dec 23 15:47:25 archlaptop systemd[1]: Created slice Slice /system/keyboxd.
Dec 23 15:47:25 archlaptop systemd[1]: Created slice Slice /system/modprobe.
Dec 23 15:47:25 archlaptop systemd[1]: Created slice Slice /system/systemd-fsck.
Dec 23 15:47:25 archlaptop systemd[1]: Created slice User and Session Slice.
Dec 23 15:47:25 archlaptop systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Dec 23 15:47:25 archlaptop systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Dec 23 15:47:25 archlaptop systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Dec 23 15:47:25 archlaptop systemd[1]: Expecting device /dev/disk/by-uuid/4F4A-C00A...
Dec 23 15:47:25 archlaptop systemd[1]: Expecting device /dev/disk/by-uuid/a30345c9-0bd2-4259-ad40-e2669baac890...
Dec 23 15:47:25 archlaptop systemd[1]: Expecting device /dev/disk/by-uuid/b0d64b6c-f2c1-406b-b6b7-8f692e676e81...
Dec 23 15:47:25 archlaptop systemd[1]: Reached target Local Encrypted Volumes.
Dec 23 15:47:25 archlaptop systemd[1]: Reached target Login Prompts.
Dec 23 15:47:25 archlaptop systemd[1]: Reached target Local Integrity Protected Volumes.
Dec 23 15:47:25 archlaptop systemd[1]: Reached target Path Units.
Dec 23 15:47:25 archlaptop systemd[1]: Reached target Remote File Systems.
Dec 23 15:47:25 archlaptop systemd[1]: Reached target Slice Units.
Dec 23 15:47:25 archlaptop systemd[1]: Reached target Local Verity Protected Volumes.
Dec 23 15:47:25 archlaptop systemd[1]: Listening on Device-mapper event daemon FIFOs.
Dec 23 15:47:25 archlaptop systemd[1]: Listening on LVM2 poll daemon socket.
Dec 23 15:47:25 archlaptop systemd[1]: Listening on Process Core Dump Socket.
Dec 23 15:47:25 archlaptop systemd[1]: Listening on Credential Encryption/Decryption.
Dec 23 15:47:25 archlaptop systemd[1]: Listening on Journal Socket (/dev/log).
Dec 23 15:47:25 archlaptop systemd[1]: Listening on Journal Sockets.
Dec 23 15:47:25 archlaptop systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:47:25 archlaptop systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:47:25 archlaptop systemd[1]: Listening on udev Control Socket.
Dec 23 15:47:25 archlaptop systemd[1]: Listening on udev Kernel Socket.
Dec 23 15:47:25 archlaptop systemd[1]: Listening on User Database Manager Socket.
Dec 23 15:47:25 archlaptop systemd[1]: Mounting Huge Pages File System...
Dec 23 15:47:25 archlaptop systemd[1]: Mounting POSIX Message Queue File System...
Dec 23 15:47:25 archlaptop systemd[1]: Mounting Kernel Debug File System...
Dec 23 15:47:25 archlaptop systemd[1]: Mounting Kernel Trace File System...
Dec 23 15:47:25 archlaptop systemd[1]: Starting Create List of Static Device Nodes...
Dec 23 15:47:25 archlaptop systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Dec 23 15:47:25 archlaptop systemd[1]: Starting Load Kernel Module configfs...
Dec 23 15:47:25 archlaptop systemd[1]: Starting Load Kernel Module dm_mod...
Dec 23 15:47:25 archlaptop systemd[1]: Starting Load Kernel Module drm...
Dec 23 15:47:25 archlaptop systemd[1]: Starting Load Kernel Module fuse...
Dec 23 15:47:25 archlaptop systemd[1]: Starting Load Kernel Module loop...
Dec 23 15:47:25 archlaptop systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Dec 23 15:47:25 archlaptop 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).
Dec 23 15:47:25 archlaptop systemd[1]: Starting Journal Service...
Dec 23 15:47:25 archlaptop systemd[1]: Starting Load Kernel Modules...
Dec 23 15:47:25 archlaptop systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:47:25 archlaptop systemd[1]: Starting Remount Root and Kernel File Systems...
Dec 23 15:47:25 archlaptop systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:47:25 archlaptop systemd[1]: Starting Load udev Rules from Credentials...
Dec 23 15:47:25 archlaptop systemd[1]: Starting Coldplug All udev Devices...
Dec 23 15:47:25 archlaptop kernel: loop: module loaded
Dec 23 15:47:25 archlaptop systemd[1]: Mounted Huge Pages File System.
Dec 23 15:47:25 archlaptop systemd[1]: Mounted POSIX Message Queue File System.
Dec 23 15:47:25 archlaptop systemd[1]: Mounted Kernel Debug File System.
Dec 23 15:47:25 archlaptop systemd[1]: Mounted Kernel Trace File System.
Dec 23 15:47:25 archlaptop systemd[1]: Finished Create List of Static Device Nodes.
Dec 23 15:47:25 archlaptop systemd[1]: modprobe@configfs.service: Deactivated successfully.
Dec 23 15:47:25 archlaptop systemd[1]: Finished Load Kernel Module configfs.
Dec 23 15:47:25 archlaptop systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Dec 23 15:47:25 archlaptop systemd[1]: Finished Load Kernel Module dm_mod.
Dec 23 15:47:25 archlaptop systemd[1]: modprobe@drm.service: Deactivated successfully.
Dec 23 15:47:25 archlaptop systemd[1]: Finished Load Kernel Module drm.
Dec 23 15:47:25 archlaptop systemd[1]: modprobe@fuse.service: Deactivated successfully.
Dec 23 15:47:25 archlaptop systemd[1]: Finished Load Kernel Module fuse.
Dec 23 15:47:25 archlaptop systemd[1]: modprobe@loop.service: Deactivated successfully.
Dec 23 15:47:25 archlaptop systemd[1]: Finished Load Kernel Module loop.
Dec 23 15:47:25 archlaptop systemd-journald[407]: Collecting audit messages is disabled.
Dec 23 15:47:25 archlaptop systemd[1]: Finished Load udev Rules from Credentials.
Dec 23 15:47:25 archlaptop kernel: i2c_dev: i2c /dev entries driver
Dec 23 15:47:25 archlaptop systemd[1]: Mounting FUSE Control File System...
Dec 23 15:47:25 archlaptop systemd[1]: Mounting Kernel Configuration File System...
Dec 23 15:47:25 archlaptop systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Dec 23 15:47:25 archlaptop kernel: vboxdrv: loading out-of-tree module taints kernel.
Dec 23 15:47:25 archlaptop kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Dec 23 15:47:25 archlaptop systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Dec 23 15:47:25 archlaptop systemd[1]: Mounted FUSE Control File System.
Dec 23 15:47:25 archlaptop systemd[1]: Mounted Kernel Configuration File System.
Dec 23 15:47:25 archlaptop kernel: vboxdrv: Found 16 processor cores/threads
Dec 23 15:47:25 archlaptop systemd[1]: Starting User Database Manager...
Dec 23 15:47:25 archlaptop kernel: EXT4-fs (dm-1): re-mounted 8433740e-ecb0-4b9b-a3cd-03ba1b301d70 r/w. Quota mode: none.
Dec 23 15:47:25 archlaptop systemd[1]: Finished Remount Root and Kernel File Systems.
Dec 23 15:47:25 archlaptop systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Dec 23 15:47:25 archlaptop systemd-journald[407]: Journal started
Dec 23 15:47:25 archlaptop systemd-journald[407]: Runtime Journal (/run/log/journal/362de68deb7448c3a68bdbaa5dbf88a3) is 8M, max 793.1M, 785.1M free.
Dec 23 15:47:25 archlaptop systemd-modules-load[408]: Inserted module 'crypto_user'
Dec 23 15:47:25 archlaptop systemd-modules-load[408]: Inserted module 'i2c_dev'
Dec 23 15:47:25 archlaptop lvm[401]:   5 logical volume(s) in volume group "vg0" monitored
Dec 23 15:47:25 archlaptop systemd[1]: Starting Load/Save OS Random Seed...
Dec 23 15:47:25 archlaptop systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:47:25 archlaptop systemd[1]: Started Journal Service.
Dec 23 15:47:25 archlaptop systemd-modules-load[408]: Inserted module 'vboxdrv'
Dec 23 15:47:25 archlaptop systemd-modules-load[408]: Inserted module 'vboxnetadp'
Dec 23 15:47:25 archlaptop systemd-modules-load[408]: Inserted module 'vboxnetflt'
Dec 23 15:47:25 archlaptop kernel: vboxdrv: TSC mode is Invariant, tentative frequency 2208023675 Hz
Dec 23 15:47:25 archlaptop kernel: vboxdrv: Successfully loaded version 7.1.4 r165100 (interface 0x00340001)
Dec 23 15:47:25 archlaptop kernel: VBoxNetAdp: Successfully started.
Dec 23 15:47:25 archlaptop kernel: VBoxNetFlt: Successfully started.
Dec 23 15:47:25 archlaptop systemd[1]: Finished Load Kernel Modules.
Dec 23 15:47:25 archlaptop systemd[1]: Starting Flush Journal to Persistent Storage...
Dec 23 15:47:25 archlaptop systemd[1]: Starting Apply Kernel Variables...
Dec 23 15:47:25 archlaptop systemd[1]: Finished Load/Save OS Random Seed.
Dec 23 15:47:25 archlaptop systemd[1]: Started User Database Manager.
Dec 23 15:47:25 archlaptop systemd-journald[407]: Time spent on flushing to /var/log/journal/362de68deb7448c3a68bdbaa5dbf88a3 is 5.606ms for 989 entries.
Dec 23 15:47:25 archlaptop systemd-journald[407]: System Journal (/var/log/journal/362de68deb7448c3a68bdbaa5dbf88a3) is 896.4M, max 4G, 3.1G free.
Dec 23 15:47:26 archlaptop systemd-journald[407]: Received client request to flush runtime journal.
Dec 23 15:47:26 archlaptop systemd-journald[407]: File /var/log/journal/362de68deb7448c3a68bdbaa5dbf88a3/system.journal corrupted or uncleanly shut down, renaming and replacing.
Dec 23 15:47:26 archlaptop systemd[1]: Finished Apply Kernel Variables.
Dec 23 15:47:26 archlaptop systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Dec 23 15:47:26 archlaptop systemd[1]: Starting Create System Users...
Dec 23 15:47:26 archlaptop systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Dec 23 15:47:26 archlaptop systemd[1]: Finished Create System Users.
Dec 23 15:47:26 archlaptop systemd[1]: Starting Create Static Device Nodes in /dev...
Dec 23 15:47:26 archlaptop systemd[1]: Finished Create Static Device Nodes in /dev.
Dec 23 15:47:26 archlaptop systemd[1]: Reached target Preparation for Local File Systems.
Dec 23 15:47:26 archlaptop systemd[1]: Starting Rule-based Manager for Device Events and Files...
Dec 23 15:47:26 archlaptop systemd[1]: Finished Flush Journal to Persistent Storage.
Dec 23 15:47:26 archlaptop systemd[1]: Finished Coldplug All udev Devices.
Dec 23 15:47:26 archlaptop systemd-udevd[457]: Using default interface naming scheme 'v257'.
Dec 23 15:47:26 archlaptop systemd[1]: Started Rule-based Manager for Device Events and Files.
Dec 23 15:47:26 archlaptop systemd[1]: Found device /dev/disk/by-uuid/b0d64b6c-f2c1-406b-b6b7-8f692e676e81.
Dec 23 15:47:26 archlaptop lvm[515]: PV /dev/nvme0n1p2 online, VG vg0 is complete.
Dec 23 15:47:26 archlaptop lvm[515]: VG vg0 finished
Dec 23 15:47:26 archlaptop systemd[1]: Found device /dev/disk/by-uuid/a30345c9-0bd2-4259-ad40-e2669baac890.
Dec 23 15:47:26 archlaptop mtp-probe[528]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4"
Dec 23 15:47:26 archlaptop mtp-probe[527]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
Dec 23 15:47:26 archlaptop mtp-probe[528]: bus: 1, device: 2 was not an MTP device
Dec 23 15:47:26 archlaptop mtp-probe[527]: bus: 1, device: 5 was not an MTP device
Dec 23 15:47:26 archlaptop systemd[1]: Found device SX8200PNP-512GT-S 1.
Dec 23 15:47:26 archlaptop systemd[1]: Reached target Trusted Platform Module.
Dec 23 15:47:26 archlaptop systemd[1]: Activating swap /dev/disk/by-uuid/a30345c9-0bd2-4259-ad40-e2669baac890...
Dec 23 15:47:26 archlaptop systemd[1]: Starting File System Check on /dev/disk/by-uuid/4F4A-C00A...
Dec 23 15:47:26 archlaptop mtp-probe[546]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-9"
Dec 23 15:47:26 archlaptop kernel: intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
Dec 23 15:47:26 archlaptop kernel: intel_pmc_core INT33A1:00:  initialized
Dec 23 15:47:26 archlaptop mtp-probe[546]: bus: 1, device: 3 was not an MTP device
Dec 23 15:47:26 archlaptop kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Dec 23 15:47:26 archlaptop kernel: input: PC Speaker as /devices/platform/pcspkr/input/input18
Dec 23 15:47:26 archlaptop kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Dec 23 15:47:26 archlaptop kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Dec 23 15:47:26 archlaptop kernel: i2c i2c-9: Successfully instantiated SPD at 0x50
Dec 23 15:47:26 archlaptop kernel: i2c i2c-9: Successfully instantiated SPD at 0x52
Dec 23 15:47:26 archlaptop kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Dec 23 15:47:26 archlaptop kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Dec 23 15:47:26 archlaptop kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Dec 23 15:47:26 archlaptop kernel: 0x000000000000-0x000001000000 : "BIOS"
Dec 23 15:47:26 archlaptop kernel: i8042: PNP: No PS/2 controller found.
Dec 23 15:47:26 archlaptop kernel: i8042: Probing ports directly.
Dec 23 15:47:26 archlaptop kernel: r8169 0000:03:00.0: enabling device (0000 -> 0003)
Dec 23 15:47:26 archlaptop kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 23 15:47:26 archlaptop kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Dec 23 15:47:26 archlaptop kernel: Adding 25165820k swap on /dev/mapper/vg0-lvswap.  Priority:-2 extents:1 across:25165820k SS
Dec 23 15:47:26 archlaptop kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Dec 23 15:47:26 archlaptop kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Dec 23 15:47:26 archlaptop kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Dec 23 15:47:26 archlaptop kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Dec 23 15:47:26 archlaptop kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Dec 23 15:47:26 archlaptop kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Dec 23 15:47:26 archlaptop kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Dec 23 15:47:26 archlaptop kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Dec 23 15:47:26 archlaptop kernel: r8169 0000:03:00.0 eth0: RTL8125B, 18:c0:4d:8b:d3:85, XID 641, IRQ 156
Dec 23 15:47:26 archlaptop kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Dec 23 15:47:26 archlaptop systemd[1]: Starting File System Check on /dev/disk/by-uuid/b0d64b6c-f2c1-406b-b6b7-8f692e676e81...
Dec 23 15:47:26 archlaptop systemd[1]: Activated swap /dev/disk/by-uuid/a30345c9-0bd2-4259-ad40-e2669baac890.
Dec 23 15:47:26 archlaptop systemd-fsck[587]: /dev/mapper/vg0-lvhome: recovering journal
Dec 23 15:47:26 archlaptop systemd-fsck[582]: fsck.fat 4.2 (2021-01-31)
Dec 23 15:47:26 archlaptop systemd-fsck[582]: There are differences between boot sector and its backup.
Dec 23 15:47:26 archlaptop systemd-fsck[582]: This is mostly harmless. Differences: (offset:original/backup)
Dec 23 15:47:26 archlaptop systemd-fsck[582]:   65:01/00
Dec 23 15:47:26 archlaptop systemd-fsck[582]:   Not automatically fixing this.
Dec 23 15:47:26 archlaptop systemd-fsck[582]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Dec 23 15:47:26 archlaptop systemd-fsck[582]:  Automatically removing dirty bit.
Dec 23 15:47:26 archlaptop systemd-fsck[582]: *** Filesystem was changed ***
Dec 23 15:47:26 archlaptop systemd-fsck[582]: Writing changes.
Dec 23 15:47:26 archlaptop systemd-fsck[582]: /dev/nvme0n1p1: 20 files, 56355/261628 clusters
Dec 23 15:47:26 archlaptop systemd[1]: Created slice Slice /system/systemd-backlight.
Dec 23 15:47:26 archlaptop systemd[1]: Reached target Swaps.
Dec 23 15:47:26 archlaptop systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Dec 23 15:47:26 archlaptop systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Dec 23 15:47:26 archlaptop systemd[1]: Starting Virtual Console Setup...
Dec 23 15:47:26 archlaptop systemd[1]: Finished File System Check on /dev/disk/by-uuid/4F4A-C00A.
Dec 23 15:47:26 archlaptop systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Dec 23 15:47:26 archlaptop kernel: iTCO_vendor_support: vendor-support=0
Dec 23 15:47:26 archlaptop kernel: cryptd: max_cpu_qlen set to 1000
Dec 23 15:47:26 archlaptop kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Dec 23 15:47:26 archlaptop kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Dec 23 15:47:26 archlaptop kernel: ee1004 9-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Dec 23 15:47:26 archlaptop kernel: asus_wmi: ASUS WMI generic driver loaded
Dec 23 15:47:26 archlaptop kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Dec 23 15:47:26 archlaptop kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Dec 23 15:47:26 archlaptop kernel: ee1004 9-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Dec 23 15:47:26 archlaptop kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Dec 23 15:47:26 archlaptop kernel: cfg80211: failed to load regulatory.db
Dec 23 15:47:26 archlaptop systemd[1]: Finished Virtual Console Setup.
Dec 23 15:47:26 archlaptop kernel: input: CUST0001:00 04F3:30D8 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-CUST0001:00/0018:04F3:30D8.0009/input/input19
Dec 23 15:47:26 archlaptop kernel: input: CUST0001:00 04F3:30D8 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-CUST0001:00/0018:04F3:30D8.0009/input/input21
Dec 23 15:47:26 archlaptop kernel: hid-generic 0018:04F3:30D8.0009: input,hidraw8: I2C HID v1.00 Mouse [CUST0001:00 04F3:30D8] on i2c-CUST0001:00
Dec 23 15:47:26 archlaptop kernel: mousedev: PS/2 mouse device common for all mice
Dec 23 15:47:26 archlaptop kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
Dec 23 15:47:26 archlaptop kernel: mc: Linux media interface: v0.10
Dec 23 15:47:26 archlaptop kernel: asus_wmi: ASUS Management GUID not found
Dec 23 15:47:26 archlaptop kernel: Bluetooth: Core ver 2.22
Dec 23 15:47:26 archlaptop kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 23 15:47:26 archlaptop kernel: Bluetooth: HCI device and connection manager initialized
Dec 23 15:47:26 archlaptop kernel: Bluetooth: HCI socket layer initialized
Dec 23 15:47:26 archlaptop kernel: Bluetooth: L2CAP socket layer initialized
Dec 23 15:47:26 archlaptop kernel: Bluetooth: SCO socket layer initialized
Dec 23 15:47:26 archlaptop kernel: AES CTR mode by8 optimization enabled
Dec 23 15:47:26 archlaptop kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Dec 23 15:47:26 archlaptop kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Dec 23 15:47:26 archlaptop kernel: Intel(R) Wireless WiFi driver for Linux
Dec 23 15:47:26 archlaptop kernel: videodev: Linux video capture interface: v2.00
Dec 23 15:47:26 archlaptop kernel: iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
Dec 23 15:47:26 archlaptop kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input22
Dec 23 15:47:26 archlaptop kernel: iwlwifi 0000:04:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
Dec 23 15:47:26 archlaptop kernel: iwlwifi 0000:04:00.0: PCI dev 2723/0084, rev=0x340, rfid=0x10a100
Dec 23 15:47:26 archlaptop kernel: iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz
Dec 23 15:47:26 archlaptop kernel: iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Dec 23 15:47:26 archlaptop kernel: iwlwifi 0000:04:00.0: loaded firmware version 77.0b4c06ad.0 cc-a0-77.ucode op_mode iwlmvm
Dec 23 15:47:26 archlaptop kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Dec 23 15:47:26 archlaptop kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Dec 23 15:47:26 archlaptop kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Dec 23 15:47:26 archlaptop kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Dec 23 15:47:26 archlaptop kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Dec 23 15:47:26 archlaptop systemd[1]: Starting Load/Save RF Kill Switch Status...
Dec 23 15:47:26 archlaptop kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 23 15:47:26 archlaptop kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 23 15:47:26 archlaptop kernel: usbcore: registered new interface driver btusb
Dec 23 15:47:26 archlaptop kernel: PTP clock support registered
Dec 23 15:47:26 archlaptop kernel: usb 1-9: Found UVC 1.00 device USB2.0 HD UVC WebCam (13d3:56a2)
Dec 23 15:47:26 archlaptop kernel: usbcore: registered new interface driver uvcvideo
Dec 23 15:47:26 archlaptop kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Dec 23 15:47:26 archlaptop kernel: Bluetooth: hci0: Boot Address: 0x24800
Dec 23 15:47:26 archlaptop kernel: Bluetooth: hci0: Firmware Version: 132-3.24
Dec 23 15:47:26 archlaptop kernel: Bluetooth: hci0: Firmware already loaded
Dec 23 15:47:26 archlaptop kernel: snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
Dec 23 15:47:26 archlaptop kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Dec 23 15:47:26 archlaptop systemd[1]: Starting Load Kernel Module dm_mod...
Dec 23 15:47:26 archlaptop systemd[1]: Starting Load Kernel Module loop...
Dec 23 15:47:26 archlaptop systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Dec 23 15:47:26 archlaptop 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).
Dec 23 15:47:26 archlaptop systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Dec 23 15:47:26 archlaptop systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:47:26 archlaptop systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:47:26 archlaptop systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:47:26 archlaptop systemd[1]: Started Load/Save RF Kill Switch Status.
Dec 23 15:47:26 archlaptop systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Dec 23 15:47:26 archlaptop systemd[1]: Finished Load Kernel Module dm_mod.
Dec 23 15:47:26 archlaptop systemd[1]: modprobe@loop.service: Deactivated successfully.
Dec 23 15:47:26 archlaptop systemd[1]: Finished Load Kernel Module loop.
Dec 23 15:47:26 archlaptop systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Dec 23 15:47:26 archlaptop kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input23
Dec 23 15:47:26 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC255: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Dec 23 15:47:26 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Dec 23 15:47:26 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Dec 23 15:47:26 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Dec 23 15:47:26 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Dec 23 15:47:26 archlaptop kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
Dec 23 15:47:26 archlaptop kernel: input: CUST0001:00 04F3:30D8 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-CUST0001:00/0018:04F3:30D8.0009/input/input28
Dec 23 15:47:26 archlaptop kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
Dec 23 15:47:26 archlaptop kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input24
Dec 23 15:47:26 archlaptop kernel: input: CUST0001:00 04F3:30D8 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-11/i2c-CUST0001:00/0018:04F3:30D8.0009/input/input30
Dec 23 15:47:26 archlaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
Dec 23 15:47:26 archlaptop kernel: hid-multitouch 0018:04F3:30D8.0009: input,hidraw8: I2C HID v1.00 Mouse [CUST0001:00 04F3:30D8] on i2c-CUST0001:00
Dec 23 15:47:26 archlaptop kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input25
Dec 23 15:47:26 archlaptop kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input26
Dec 23 15:47:26 archlaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
Dec 23 15:47:26 archlaptop kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
Dec 23 15:47:26 archlaptop systemd[1]: Reached target Sound Card.
Dec 23 15:47:26 archlaptop kernel: iwlwifi 0000:04:00.0: Detected RF HR B3, rfid=0x10a100
Dec 23 15:47:26 archlaptop kernel: iwlwifi 0000:04:00.0: base HW address: c0:3c:59:cd:f1:d1
Dec 23 15:47:26 archlaptop kernel: intel_tcc_cooling: Programmable TCC Offset detected
Dec 23 15:47:26 archlaptop kernel: iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
Dec 23 15:47:26 archlaptop systemd-fsck[587]: /dev/mapper/vg0-lvhome: Clearing orphaned inode 14680097 (uid=1000, gid=1000, mode=0100600, size=64)
Dec 23 15:47:26 archlaptop systemd-fsck[587]: /dev/mapper/vg0-lvhome: Clearing orphaned inode 14680098 (uid=1000, gid=1000, mode=0100644, size=32768)
Dec 23 15:47:26 archlaptop systemd-fsck[587]: /dev/mapper/vg0-lvhome: clean, 255086/20316160 files, 61952278/81264640 blocks
Dec 23 15:47:26 archlaptop kernel: intel_rapl_common: Found RAPL domain package
Dec 23 15:47:26 archlaptop kernel: intel_rapl_common: Found RAPL domain core
Dec 23 15:47:26 archlaptop kernel: intel_rapl_common: Found RAPL domain uncore
Dec 23 15:47:26 archlaptop kernel: intel_rapl_common: Found RAPL domain dram
Dec 23 15:47:26 archlaptop kernel: intel_rapl_common: Found RAPL domain psys
Dec 23 15:47:26 archlaptop systemd[1]: Finished File System Check on /dev/disk/by-uuid/b0d64b6c-f2c1-406b-b6b7-8f692e676e81.
Dec 23 15:47:26 archlaptop systemd[1]: Mounting /efi...
Dec 23 15:47:26 archlaptop systemd[1]: Mounting /home...
Dec 23 15:47:26 archlaptop systemd[1]: Mounting Temporary Directory /tmp...
Dec 23 15:47:26 archlaptop systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Dec 23 15:47:26 archlaptop systemd[1]: Listening on Disk Image Download Service Socket.
Dec 23 15:47:27 archlaptop systemd[1]: Mounted Temporary Directory /tmp.
Dec 23 15:47:27 archlaptop systemd[1]: Mounted /efi.
Dec 23 15:47:27 archlaptop kernel: EXT4-fs error (device dm-2): ext4_orphan_get:1415: comm mount: bad orphan inode 14680097
Dec 23 15:47:27 archlaptop kernel: ext4_test_bit(bit=32, block=58720272) = 0
Dec 23 15:47:27 archlaptop kernel: EXT4-fs error (device dm-2): ext4_orphan_get:1415: comm mount: bad orphan inode 14680098
Dec 23 15:47:27 archlaptop kernel: ext4_test_bit(bit=33, block=58720272) = 0
Dec 23 15:47:27 archlaptop systemd[1]: Mounted /home.
Dec 23 15:47:27 archlaptop systemd[1]: Reached target Local File Systems.
Dec 23 15:47:27 archlaptop kernel: EXT4-fs (dm-2): recovery complete
Dec 23 15:47:27 archlaptop kernel: EXT4-fs (dm-2): mounted filesystem b0d64b6c-f2c1-406b-b6b7-8f692e676e81 r/w with ordered data mode. Quota mode: none.
Dec 23 15:47:27 archlaptop systemd[1]: Listening on Boot Entries Service Socket.
Dec 23 15:47:27 archlaptop systemd[1]: Listening on System Extension Image Management.
Dec 23 15:47:27 archlaptop systemd[1]: Starting Set Up Additional Binary Formats...
Dec 23 15:47:27 archlaptop systemd[1]: Starting Update Boot Loader Random Seed...
Dec 23 15:47:27 archlaptop systemd[1]: Starting Automatic Boot Loader Update...
Dec 23 15:47:27 archlaptop systemd[1]: Starting Create System Files and Directories...
Dec 23 15:47:27 archlaptop systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 725 (systemd-binfmt)
Dec 23 15:47:27 archlaptop systemd[1]: Mounting Arbitrary Executable File Formats File System...
Dec 23 15:47:27 archlaptop systemd[1]: Mounted Arbitrary Executable File Formats File System.
Dec 23 15:47:27 archlaptop bootctl[726]: ! Mount point '/efi' which backs the random seed file is world accessible, which is a security hole! !
Dec 23 15:47:27 archlaptop bootctl[726]: ! Random seed file '/efi/loader/random-seed' is world accessible, which is a security hole! !
Dec 23 15:47:27 archlaptop systemd[1]: Finished Set Up Additional Binary Formats.
Dec 23 15:47:27 archlaptop bootctl[726]: Random seed file /efi/loader/random-seed successfully refreshed (32 bytes).
Dec 23 15:47:27 archlaptop systemd[1]: Finished Update Boot Loader Random Seed.
Dec 23 15:47:27 archlaptop bootctl[727]: Skipping "/efi/EFI/systemd/systemd-bootx64.efi", same boot loader version in place already.
Dec 23 15:47:27 archlaptop bootctl[727]: Skipping "/efi/EFI/BOOT/BOOTX64.EFI", same boot loader version in place already.
Dec 23 15:47:27 archlaptop bootctl[727]: Skipping "/efi/EFI/BOOT/BOOTX64.EFI", same boot loader version in place already.
Dec 23 15:47:27 archlaptop systemd[1]: Finished Automatic Boot Loader Update.
Dec 23 15:47:27 archlaptop systemd[1]: Finished Create System Files and Directories.
Dec 23 15:47:27 archlaptop systemd[1]: Starting Rebuild Dynamic Linker Cache...
Dec 23 15:47:27 archlaptop systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dec 23 15:47:27 archlaptop systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dec 23 15:47:27 archlaptop systemd[1]: Starting Rebuild Journal Catalog...
Dec 23 15:47:27 archlaptop systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Dec 23 15:47:27 archlaptop systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Dec 23 15:47:27 archlaptop systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Dec 23 15:47:27 archlaptop systemd[1]: Finished Rebuild Journal Catalog.
Dec 23 15:47:27 archlaptop systemd[1]: Finished Rebuild Dynamic Linker Cache.
Dec 23 15:47:27 archlaptop systemd[1]: Starting Update is Completed...
Dec 23 15:47:27 archlaptop systemd[1]: Finished Update is Completed.
Dec 23 15:47:27 archlaptop systemd[1]: Reached target System Initialization.
Dec 23 15:47:27 archlaptop systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Dec 23 15:47:27 archlaptop systemd[1]: Started Daily man-db regeneration.
Dec 23 15:47:27 archlaptop systemd[1]: Started Daily verification of password and group files.
Dec 23 15:47:27 archlaptop systemd[1]: Started Daily Cleanup of Temporary Directories.
Dec 23 15:47:27 archlaptop systemd[1]: Reached target Timer Units.
Dec 23 15:47:27 archlaptop systemd[1]: Listening on D-Bus System Message Bus Socket.
Dec 23 15:47:27 archlaptop systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Dec 23 15:47:27 archlaptop systemd[1]: Starting Docker Socket for the API...
Dec 23 15:47:27 archlaptop systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Dec 23 15:47:27 archlaptop systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Dec 23 15:47:27 archlaptop systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Dec 23 15:47:27 archlaptop systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Dec 23 15:47:27 archlaptop systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Dec 23 15:47:27 archlaptop systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Dec 23 15:47:27 archlaptop systemd[1]: Listening on Hostname Service Socket.
Dec 23 15:47:27 archlaptop systemd[1]: Starting D-Bus System Message Bus...
Dec 23 15:47:27 archlaptop systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:47:27 archlaptop systemd[1]: Listening on Docker Socket for the API.
Dec 23 15:47:27 archlaptop systemd[1]: Reached target Socket Units.
Dec 23 15:47:28 archlaptop systemd[1]: Started D-Bus System Message Bus.
Dec 23 15:47:28 archlaptop systemd[1]: Reached target Basic System.
Dec 23 15:47:28 archlaptop systemd[1]: Starting Bluetooth service...
Dec 23 15:47:28 archlaptop systemd[1]: Starting Netfilter Tables...
Dec 23 15:47:28 archlaptop systemd[1]: Starting User Login Management...
Dec 23 15:47:28 archlaptop systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 23 15:47:28 archlaptop dbus-broker-launch[746]: Ready
Dec 23 15:47:28 archlaptop bluetoothd[748]: Bluetooth daemon 5.79
Dec 23 15:47:28 archlaptop systemd[1]: Started Bluetooth service.
Dec 23 15:47:28 archlaptop bluetoothd[748]: Starting SDP server
Dec 23 15:47:28 archlaptop systemd[1]: Reached target Bluetooth Support.
Dec 23 15:47:28 archlaptop systemd[1]: Starting Hostname Service...
Dec 23 15:47:28 archlaptop kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Dec 23 15:47:28 archlaptop kernel: Bluetooth: BNEP filters: protocol multicast
Dec 23 15:47:28 archlaptop kernel: Bluetooth: BNEP socket layer initialized
Dec 23 15:47:28 archlaptop bluetoothd[748]: src/plugin.c:init_plugin() System does not support bap plugin
Dec 23 15:47:28 archlaptop bluetoothd[748]: src/plugin.c:init_plugin() System does not support bass plugin
Dec 23 15:47:28 archlaptop bluetoothd[748]: src/plugin.c:init_plugin() System does not support mcp plugin
Dec 23 15:47:28 archlaptop bluetoothd[748]: src/plugin.c:init_plugin() System does not support vcp plugin
Dec 23 15:47:28 archlaptop bluetoothd[748]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Dec 23 15:47:28 archlaptop bluetoothd[748]: src/plugin.c:init_plugin() System does not support micp plugin
Dec 23 15:47:28 archlaptop bluetoothd[748]: src/plugin.c:init_plugin() System does not support ccp plugin
Dec 23 15:47:28 archlaptop bluetoothd[748]: src/plugin.c:init_plugin() System does not support csip plugin
Dec 23 15:47:28 archlaptop bluetoothd[748]: src/plugin.c:init_plugin() System does not support asha plugin
Dec 23 15:47:28 archlaptop bluetoothd[748]: Bluetooth management interface 1.23 initialized
Dec 23 15:47:28 archlaptop bluetoothd[748]: Battery Provider Manager created
Dec 23 15:47:28 archlaptop systemd-logind[751]: New seat seat0.
Dec 23 15:47:28 archlaptop kernel: Bluetooth: MGMT ver 1.23
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event4 (Power Button)
Dec 23 15:47:28 archlaptop kernel: NET: Registered PF_ALG protocol family
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event0 (Lid Switch)
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event1 (Sleep Button)
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event3 (Power Button)
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event2 (Sleep Button)
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event11 (GIGABYTE USB-HID Keyboard)
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event13 (GIGABYTE USB-HID Keyboard System Control)
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event14 (GIGABYTE USB-HID Keyboard Consumer Control)
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event16 (GIGABYTE USB-HID Keyboard)
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event8 (Razer Razer Basilisk V3 Keyboard)
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event10 (Razer Razer Basilisk V3)
Dec 23 15:47:28 archlaptop systemd-logind[751]: Watching system buttons on /dev/input/event19 (AT Translated Set 2 keyboard)
Dec 23 15:47:28 archlaptop systemd[1]: Started User Login Management.
Dec 23 15:47:28 archlaptop systemd[1]: Started Hostname Service.
Dec 23 15:47:28 archlaptop systemd[1]: nftables.service: Deactivated successfully.
Dec 23 15:47:28 archlaptop systemd[1]: Finished Netfilter Tables.
Dec 23 15:47:28 archlaptop systemd[1]: Reached target Preparation for Network.
Dec 23 15:47:28 archlaptop systemd[1]: Starting Network Manager...
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3676] NetworkManager (version 1.50.0-1) is starting... (boot:67ca71dd-32b6-4404-a701-30167039adad)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3676] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3727] manager[0x5e435ca53010]: monitoring kernel firmware directory '/lib/firmware'.
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3747] hostname: hostname: using hostnamed
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3747] hostname: static hostname changed from (none) to "archlaptop"
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3749] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3755] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1b.3/0000:04:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3756] manager[0x5e435ca53010]: rfkill: Wi-Fi hardware radio set enabled
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3756] manager[0x5e435ca53010]: rfkill: WWAN hardware radio set enabled
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3844] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-wifi.so)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3861] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-bluetooth.so)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3864] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-adsl.so)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3872] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-ovs.so)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3990] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-team.so)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3995] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.50.0-1/libnm-device-plugin-wwan.so)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3996] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3996] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.3997] manager: Networking is enabled by state file
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.4002] settings: Loaded settings plugin: keyfile (internal)
Dec 23 15:47:28 archlaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.4038] dhcp: init: Using DHCP client 'internal'
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.4040] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.4045] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.4050] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.4053] device (lo): Activation: starting connection 'lo' (d4c2c0a6-503d-4692-9e41-f54e03fed5a5)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.4057] manager: (enp3s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.4063] settings: (enp3s0): created default wired connection 'Wired connection 1'
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.4063] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 23 15:47:28 archlaptop kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
Dec 23 15:47:28 archlaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 23 15:47:28 archlaptop kernel: r8169 0000:03:00.0 enp3s0: Link is Down
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.5970] device (wlp4s0): driver supports Access Point (AP) mode
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.5984] manager: (wlp4s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.5990] device (wlp4s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 23 15:47:28 archlaptop kernel: iwlwifi 0000:04:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
Dec 23 15:47:28 archlaptop NetworkManager[809]: <info>  [1734958048.8798] device (wlp4s0): set-hw-addr: set MAC address to 96:49:A3:CC:87:DE (scanning)
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.1113] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Dec 23 15:47:29 archlaptop systemd[1]: Started Network Manager.
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.1146] ovsdb: disconnected from ovsdb
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.1149] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.1155] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.1158] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.1164] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.1175] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.1176] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Dec 23 15:47:29 archlaptop systemd[1]: Starting WPA supplicant...
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.1179] device (lo): Activation: successful, device activated.
Dec 23 15:47:29 archlaptop systemd[1]: Started WPA supplicant.
Dec 23 15:47:29 archlaptop wpa_supplicant[820]: Successfully initialized wpa_supplicant
Dec 23 15:47:29 archlaptop systemd[1]: Reached target Network.
Dec 23 15:47:29 archlaptop systemd[1]: Started auto-cpufreq - Automatic CPU speed & power optimizer for Linux.
Dec 23 15:47:29 archlaptop systemd[1]: Starting Permit User Sessions...
Dec 23 15:47:29 archlaptop systemd[1]: Finished Permit User Sessions.
Dec 23 15:47:29 archlaptop systemd[1]: Reached target Multi-User System.
Dec 23 15:47:29 archlaptop systemd[1]: Started Simple Desktop Display Manager.
Dec 23 15:47:29 archlaptop systemd[1]: Reached target Graphical Interface.
Dec 23 15:47:29 archlaptop systemd[1]: Startup finished in 10.541s (firmware) + 4.177s (loader) + 4.825s (kernel) + 3.590s (userspace) = 23.134s.
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.2071] device (wlp4s0): supplicant interface state: internal-starting -> disconnected
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.2072] Wi-Fi P2P device controlled by interface wlp4s0 created
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.2074] manager: (p2p-dev-wlp4s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.2075] device (p2p-dev-wlp4s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.2078] device (wlp4s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Dec 23 15:47:29 archlaptop NetworkManager[809]: <info>  [1734958049.2080] device (p2p-dev-wlp4s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Dec 23 15:47:29 archlaptop sddm[824]: Initializing...
Dec 23 15:47:29 archlaptop sddm[824]: Starting...
Dec 23 15:47:29 archlaptop sddm[824]: Logind interface found
Dec 23 15:47:29 archlaptop sddm[824]: Adding new display...
Dec 23 15:47:29 archlaptop sddm[824]: Loaded empty theme configuration
Dec 23 15:47:29 archlaptop sddm[824]: Xauthority path: "/run/sddm/xauth_uVuuyP"
Dec 23 15:47:29 archlaptop sddm[824]: Using VT 2
Dec 23 15:47:29 archlaptop sddm[824]: Display server starting...
Dec 23 15:47:29 archlaptop sddm[824]: Writing cookie to "/run/sddm/xauth_uVuuyP"
Dec 23 15:47:29 archlaptop sddm[824]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_uVuuyP -noreset -displayfd 16
Dec 23 15:47:31 archlaptop systemd[1]: systemd-rfkill.service: Deactivated successfully.
Dec 23 15:47:32 archlaptop sddm[824]: Setting default cursor
Dec 23 15:47:32 archlaptop sddm[824]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Dec 23 15:47:32 archlaptop sddm[824]: Display server started.
Dec 23 15:47:32 archlaptop sddm[824]: Socket server starting...
Dec 23 15:47:32 archlaptop sddm[824]: Socket server started.
Dec 23 15:47:32 archlaptop sddm[824]: Loading theme configuration from "/usr/share/sddm/themes/sddm-astronaut-theme/theme.conf"
Dec 23 15:47:32 archlaptop sddm[824]: Greeter starting...
Dec 23 15:47:32 archlaptop sddm-helper[932]: [PAM] Starting...
Dec 23 15:47:32 archlaptop sddm-helper[932]: [PAM] Authenticating...
Dec 23 15:47:32 archlaptop sddm-helper[932]: [PAM] returning.
Dec 23 15:47:32 archlaptop sddm-helper[932]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=969) by (uid=0)
Dec 23 15:47:32 archlaptop systemd-logind[751]: New session c1 of user sddm.
Dec 23 15:47:32 archlaptop systemd[1]: Created slice User Slice of UID 969.
Dec 23 15:47:32 archlaptop systemd[1]: Starting User Runtime Directory /run/user/969...
Dec 23 15:47:32 archlaptop systemd[1]: Finished User Runtime Directory /run/user/969.
Dec 23 15:47:32 archlaptop systemd[1]: Starting User Manager for UID 969...
Dec 23 15:47:32 archlaptop dbus-broker-launch[746]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Dec 23 15:47:32 archlaptop (systemd)[935]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Dec 23 15:47:32 archlaptop (systemd)[935]: pam_unix(systemd-user:session): session opened for user sddm(uid=969) by sddm(uid=0)
Dec 23 15:47:32 archlaptop systemd-logind[751]: New session 1 of user sddm.
Dec 23 15:47:32 archlaptop systemd[935]: Queued start job for default target Main User Target.
Dec 23 15:47:32 archlaptop systemd[935]: Created slice User Application Slice.
Dec 23 15:47:32 archlaptop systemd[935]: Started Submitting pending crash events (file monitor).
Dec 23 15:47:32 archlaptop systemd[935]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Dec 23 15:47:32 archlaptop systemd[935]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/drkonqi/sentry-envelopes/*).
Dec 23 15:47:32 archlaptop systemd[935]: Reached target Paths.
Dec 23 15:47:32 archlaptop systemd[935]: Reached target Timers.
Dec 23 15:47:32 archlaptop systemd[935]: Starting D-Bus User Message Bus Socket...
Dec 23 15:47:32 archlaptop systemd[935]: Listening on GnuPG network certificate management daemon.
Dec 23 15:47:32 archlaptop systemd[935]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Dec 23 15:47:32 archlaptop systemd[935]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 23 15:47:32 archlaptop systemd[935]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 23 15:47:32 archlaptop systemd[935]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 23 15:47:32 archlaptop systemd[935]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 23 15:47:32 archlaptop systemd[935]: Listening on GnuPG public key management service.
Dec 23 15:47:32 archlaptop systemd[935]: Listening on p11-kit server.
Dec 23 15:47:32 archlaptop systemd[935]: Listening on PipeWire PulseAudio.
Dec 23 15:47:32 archlaptop systemd[935]: Listening on PipeWire Multimedia System Sockets.
Dec 23 15:47:32 archlaptop systemd[935]: Listening on D-Bus User Message Bus Socket.
Dec 23 15:47:32 archlaptop systemd[935]: Reached target Sockets.
Dec 23 15:47:32 archlaptop systemd[935]: Reached target Basic System.
Dec 23 15:47:32 archlaptop systemd[935]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Dec 23 15:47:32 archlaptop systemd[1]: Started User Manager for UID 969.
Dec 23 15:47:32 archlaptop systemd[935]: Starting Update XDG user dir configuration...
Dec 23 15:47:32 archlaptop systemd[1]: Started Session c1 of User sddm.
Dec 23 15:47:32 archlaptop sddm-helper[932]: Writing cookie to "/tmp/xauth_kmBsKN"
Dec 23 15:47:32 archlaptop sddm-helper[932]: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-TQevVV --theme /usr/share/sddm/themes/sddm-astronaut-theme"
Dec 23 15:47:32 archlaptop sddm[824]: Greeter session started successfully
Dec 23 15:47:32 archlaptop systemd[935]: Finished Update XDG user dir configuration.
Dec 23 15:47:32 archlaptop systemd[935]: Reached target Main User Target.
Dec 23 15:47:32 archlaptop systemd[935]: Startup finished in 191ms.
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: High-DPI autoscaling Enabled
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Reading from "/usr/local/share/wayland-sessions/hyprland-uwsm.desktop"
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Reading from "/usr/share/wayland-sessions/hyprland-uwsm.desktop"
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Reading from "/usr/local/share/wayland-sessions/hyprland.desktop"
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Reading from "/usr/share/wayland-sessions/hyprland.desktop"
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Reading from "/usr/local/share/xsessions/plasmax11.desktop"
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Loading theme configuration from "/usr/share/sddm/themes/sddm-astronaut-theme/theme.conf"
Dec 23 15:47:32 archlaptop systemd[935]: Created slice User Core Session Slice.
Dec 23 15:47:32 archlaptop systemd[935]: Starting D-Bus User Message Bus...
Dec 23 15:47:32 archlaptop dbus-broker-launch[949]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Dec 23 15:47:32 archlaptop dbus-broker-launch[949]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Dec 23 15:47:32 archlaptop dbus-broker-launch[949]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Dec 23 15:47:32 archlaptop dbus-broker-launch[949]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Dec 23 15:47:32 archlaptop dbus-broker-launch[949]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Dec 23 15:47:32 archlaptop systemd[935]: Started D-Bus User Message Bus.
Dec 23 15:47:32 archlaptop dbus-broker-launch[949]: Ready
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Connected to the daemon.
Dec 23 15:47:32 archlaptop sddm[824]: Message received from greeter: Connect
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Loading file:///usr/share/sddm/themes/sddm-astronaut-theme/Main.qml...
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Dec 23 15:47:32 archlaptop wpa_supplicant[820]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=RU
Dec 23 15:47:32 archlaptop wpa_supplicant[820]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=RU
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.7808] policy: auto-activating connection 'MGTS_GPON_9F87' (54a1bc62-445b-4c20-9169-1e58e8c3d8c5)
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.7811] device (wlp4s0): Activation: starting connection 'MGTS_GPON_9F87' (54a1bc62-445b-4c20-9169-1e58e8c3d8c5)
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.7812] device (wlp4s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.7814] manager: NetworkManager state is now CONNECTING
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8012] device (wlp4s0): set-hw-addr: reset MAC address to C0:3C:59:CD:F1:D1 (preserve)
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8036] device (wlp4s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8038] device (wlp4s0): Activation: (wifi) access point 'MGTS_GPON_9F87' has security, but secrets are required.
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8038] device (wlp4s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8039] sup-iface[950e3ce03b0aded7,0,wlp4s0]: wps: type pbc start...
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8048] device (wlp4s0): supplicant interface state: disconnected -> inactive
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8048] device (p2p-dev-wlp4s0): supplicant management interface state: disconnected -> inactive
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8048] device (wlp4s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Dec 23 15:47:32 archlaptop wpa_supplicant[820]: wlp4s0: WPS-PBC-ACTIVE
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8051] device (wlp4s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8053] device (wlp4s0): Activation: (wifi) connection 'MGTS_GPON_9F87' has security, and secrets exist.  No new secrets needed.
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8053] Config: added 'ssid' value 'MGTS_GPON_9F87'
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8053] Config: added 'scan_ssid' value '1'
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8053] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8053] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8053] Config: added 'auth_alg' value 'OPEN'
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8053] Config: added 'psk' value '<hidden>'
Dec 23 15:47:32 archlaptop wpa_supplicant[820]: wlp4s0: WPS-CANCEL
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8067] device (wlp4s0): supplicant interface state: inactive -> scanning
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8067] device (p2p-dev-wlp4s0): supplicant management interface state: inactive -> scanning
Dec 23 15:47:32 archlaptop wpa_supplicant[820]: wlp4s0: SME: Trying to authenticate with e4:26:86:d8:31:78 (SSID='MGTS_GPON_9F87' freq=2422 MHz)
Dec 23 15:47:32 archlaptop kernel: wlp4s0: authenticate with e4:26:86:d8:31:78 (local address=c0:3c:59:cd:f1:d1)
Dec 23 15:47:32 archlaptop kernel: wlp4s0: send auth to e4:26:86:d8:31:78 (try 1/3)
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8461] device (wlp4s0): supplicant interface state: scanning -> authenticating
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8461] device (p2p-dev-wlp4s0): supplicant management interface state: scanning -> authenticating
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/Input.qml:494:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SessionButton.qml:18:5: Unable to assign ComboBox_QMLTYPE_18 to Control_QMLTYPE_12
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Adding view for "eDP-1" QRect(0,0 1920x1080)
Dec 23 15:47:32 archlaptop wpa_supplicant[820]: wlp4s0: Trying to associate with e4:26:86:d8:31:78 (SSID='MGTS_GPON_9F87' freq=2422 MHz)
Dec 23 15:47:32 archlaptop kernel: wlp4s0: authenticated
Dec 23 15:47:32 archlaptop kernel: wlp4s0: associating to AP e4:26:86:d8:31:78 with corrupt probe response
Dec 23 15:47:32 archlaptop kernel: wlp4s0: associate with e4:26:86:d8:31:78 (try 1/3)
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8795] device (wlp4s0): supplicant interface state: authenticating -> associating
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8795] device (p2p-dev-wlp4s0): supplicant management interface state: authenticating -> associating
Dec 23 15:47:32 archlaptop kernel: wlp4s0: RX AssocResp from e4:26:86:d8:31:78 (capab=0x1431 status=0 aid=3)
Dec 23 15:47:32 archlaptop wpa_supplicant[820]: wlp4s0: Associated with e4:26:86:d8:31:78
Dec 23 15:47:32 archlaptop wpa_supplicant[820]: wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Dec 23 15:47:32 archlaptop kernel: wlp4s0: associated
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8983] device (wlp4s0): supplicant interface state: associating -> associated
Dec 23 15:47:32 archlaptop NetworkManager[809]: <info>  [1734958052.8983] device (p2p-dev-wlp4s0): supplicant management interface state: associating -> associated
Dec 23 15:47:32 archlaptop kernel: wlp4s0: Limiting TX power to 20 (20 - 0) dBm as advertised by e4:26:86:d8:31:78
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Message received from daemon: Capabilities
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: file:///usr/share/sddm/themes/sddm-astronaut-theme/Components/SystemButtons.qml:52:13: Unable to assign [undefined] to QQuickItem*
Dec 23 15:47:32 archlaptop sddm-greeter-qt6[945]: Message received from daemon: HostName
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.0349] device (wlp4s0): supplicant interface state: associated -> 4way_handshake
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.0350] device (p2p-dev-wlp4s0): supplicant management interface state: associated -> 4way_handshake
Dec 23 15:47:33 archlaptop wpa_supplicant[820]: wlp4s0: WPA: Key negotiation completed with e4:26:86:d8:31:78 [PTK=CCMP GTK=CCMP]
Dec 23 15:47:33 archlaptop wpa_supplicant[820]: wlp4s0: CTRL-EVENT-CONNECTED - Connection to e4:26:86:d8:31:78 completed [id=0 id_str=]
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.1328] device (wlp4s0): supplicant interface state: 4way_handshake -> completed
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.1329] device (wlp4s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "MGTS_GPON_9F87"
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.1329] device (p2p-dev-wlp4s0): supplicant management interface state: 4way_handshake -> completed
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.1330] device (wlp4s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.1334] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
Dec 23 15:47:33 archlaptop wpa_supplicant[820]: wlp4s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-42 noise=9999 txrate=52000
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.2245] dhcp4 (wlp4s0): state changed new lease, address=192.168.1.70, acd pending
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.4060] dhcp4 (wlp4s0): state changed new lease, address=192.168.1.70
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.4064] policy: set 'MGTS_GPON_9F87' (wlp4s0) as default for IPv4 routing and DNS
Dec 23 15:47:33 archlaptop dbus-broker-launch[746]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.4169] device (wlp4s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.4184] device (wlp4s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.4186] device (wlp4s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.4189] manager: NetworkManager state is now CONNECTED_SITE
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.4201] device (wlp4s0): Activation: successful, device activated.
Dec 23 15:47:33 archlaptop NetworkManager[809]: <info>  [1734958053.4911] manager: NetworkManager state is now CONNECTED_GLOBAL
Dec 23 15:47:34 archlaptop NetworkManager[809]: <info>  [1734958054.5962] manager: startup complete
Dec 23 15:47:35 archlaptop NetworkManager[809]: <info>  [1734958055.3715] dhcp6 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
Dec 23 15:47:38 archlaptop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Dec 23 15:47:53 archlaptop sddm-greeter-qt6[945]: Reading from "/usr/share/wayland-sessions/hyprland.desktop"
Dec 23 15:47:53 archlaptop sddm[824]: Message received from greeter: Login
Dec 23 15:47:53 archlaptop sddm[824]: Reading from "/usr/share/wayland-sessions/hyprland.desktop"
Dec 23 15:47:53 archlaptop sddm[824]: Session "/usr/share/wayland-sessions/hyprland.desktop" selected, command: "Hyprland" for VT 1
Dec 23 15:47:53 archlaptop sddm-helper[1250]: [PAM] Starting...
Dec 23 15:47:53 archlaptop sddm-helper[1250]: [PAM] Authenticating...
Dec 23 15:47:53 archlaptop sddm-helper[1250]: [PAM] Preparing to converse...
Dec 23 15:47:53 archlaptop sddm-helper[1250]: [PAM] Conversation with 1 messages
Dec 23 15:47:53 archlaptop sddm-helper[1250]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Dec 23 15:47:53 archlaptop sddm-helper[1250]: [PAM] returning.
Dec 23 15:47:53 archlaptop sddm[824]: Authentication for user  "fib_nm"  successful
Dec 23 15:47:53 archlaptop sddm-greeter-qt6[945]: Message received from daemon: LoginSucceeded
Dec 23 15:47:53 archlaptop sddm-helper[1250]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Dec 23 15:47:53 archlaptop sddm-helper[1250]: pam_unix(sddm:session): session opened for user fib_nm(uid=1000) by fib_nm(uid=0)
Dec 23 15:47:53 archlaptop systemd-logind[751]: New session 2 of user fib_nm.
Dec 23 15:47:53 archlaptop systemd[1]: Created slice User Slice of UID 1000.
Dec 23 15:47:53 archlaptop systemd[1]: Starting User Runtime Directory /run/user/1000...
Dec 23 15:47:54 archlaptop sddm-helper[932]: [PAM] Closing session
Dec 23 15:47:54 archlaptop sddm-helper[932]: pam_unix(sddm-greeter:session): session closed for user sddm
Dec 23 15:47:54 archlaptop sddm-helper[932]: [PAM] Ended.
Dec 23 15:47:54 archlaptop sddm[824]: Auth: sddm-helper exited successfully
Dec 23 15:47:54 archlaptop sddm[824]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Dec 23 15:47:54 archlaptop systemd[1]: session-c1.scope: Deactivated successfully.
Dec 23 15:47:54 archlaptop systemd[1]: session-c1.scope: Consumed 534ms CPU time, 181.7M memory peak.
Dec 23 15:47:54 archlaptop systemd-logind[751]: Session c1 logged out. Waiting for processes to exit.
Dec 23 15:47:54 archlaptop systemd-logind[751]: Removed session c1.
Dec 23 15:47:54 archlaptop systemd[1]: Finished User Runtime Directory /run/user/1000.
Dec 23 15:47:54 archlaptop systemd[1]: Starting User Manager for UID 1000...
Dec 23 15:47:54 archlaptop (systemd)[1257]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[fib_nm] ruser=[<unknown>] rhost=[<unknown>]
Dec 23 15:47:54 archlaptop (systemd)[1257]: pam_unix(systemd-user:session): session opened for user fib_nm(uid=1000) by fib_nm(uid=0)
Dec 23 15:47:54 archlaptop systemd-logind[751]: New session 3 of user fib_nm.
Dec 23 15:47:54 archlaptop systemd[1257]: Queued start job for default target Main User Target.
Dec 23 15:47:54 archlaptop systemd-journald[407]: File /var/log/journal/362de68deb7448c3a68bdbaa5dbf88a3/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Dec 23 15:47:54 archlaptop systemd[1257]: Created slice User Application Slice.
Dec 23 15:47:54 archlaptop systemd[1257]: Started Submitting pending crash events (file monitor).
Dec 23 15:47:54 archlaptop systemd[1257]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/fib_nm/.cache/kcrash-metadata/*.ini).
Dec 23 15:47:54 archlaptop systemd[1257]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/fib_nm/.cache/drkonqi/sentry-envelopes/*).
Dec 23 15:47:54 archlaptop systemd[1257]: Reached target Paths.
Dec 23 15:47:54 archlaptop systemd[1257]: Reached target Timers.
Dec 23 15:47:54 archlaptop systemd[1257]: Starting D-Bus User Message Bus Socket...
Dec 23 15:47:54 archlaptop systemd[1257]: Listening on GnuPG network certificate management daemon.
Dec 23 15:47:54 archlaptop systemd[1257]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Dec 23 15:47:54 archlaptop systemd[1257]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 23 15:47:54 archlaptop systemd[1257]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 23 15:47:54 archlaptop systemd[1257]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 23 15:47:54 archlaptop systemd[1257]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 23 15:47:54 archlaptop systemd[1257]: Listening on GnuPG public key management service.
Dec 23 15:47:54 archlaptop systemd[1257]: Listening on p11-kit server.
Dec 23 15:47:54 archlaptop systemd[1257]: Listening on PipeWire PulseAudio.
Dec 23 15:47:54 archlaptop systemd[1257]: Listening on PipeWire Multimedia System Sockets.
Dec 23 15:47:54 archlaptop systemd[1257]: Listening on D-Bus User Message Bus Socket.
Dec 23 15:47:54 archlaptop systemd[1257]: Reached target Sockets.
Dec 23 15:47:54 archlaptop systemd[1257]: Reached target Basic System.
Dec 23 15:47:54 archlaptop systemd[1257]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/fib_nm/.cache/kcrash-metadata/*.ini).
Dec 23 15:47:54 archlaptop systemd[1]: Started User Manager for UID 1000.
Dec 23 15:47:54 archlaptop systemd[1257]: Starting Update XDG user dir configuration...
Dec 23 15:47:54 archlaptop systemd[1]: Started Session 2 of User fib_nm.
Dec 23 15:47:54 archlaptop sddm-helper[1250]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Dec 23 15:47:54 archlaptop systemd[1257]: Finished Update XDG user dir configuration.
Dec 23 15:47:54 archlaptop systemd[1257]: Reached target Main User Target.
Dec 23 15:47:54 archlaptop systemd[1257]: Startup finished in 184ms.
Dec 23 15:47:54 archlaptop sddm-helper[1270]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Dec 23 15:47:54 archlaptop sddm-helper[1250]: Starting Wayland user session: "/usr/share/sddm/scripts/wayland-session" "Hyprland"
Dec 23 15:47:54 archlaptop sddm-helper[1272]: Jumping to VT 1
Dec 23 15:47:54 archlaptop sddm-helper[1272]: VT mode didn't need to be fixed
Dec 23 15:47:55 archlaptop sddm[824]: Session started true
Dec 23 15:47:57 archlaptop systemd[1257]: Created slice User Core Session Slice.
Dec 23 15:47:57 archlaptop systemd[1257]: Starting D-Bus User Message Bus...
Dec 23 15:47:57 archlaptop dbus-broker-launch[1372]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Dec 23 15:47:57 archlaptop dbus-broker-launch[1372]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Dec 23 15:47:57 archlaptop dbus-broker-launch[1372]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Dec 23 15:47:57 archlaptop dbus-broker-launch[1372]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Dec 23 15:47:57 archlaptop dbus-broker-launch[1372]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Dec 23 15:47:57 archlaptop systemd[1257]: Started D-Bus User Message Bus.
Dec 23 15:47:57 archlaptop dbus-broker-launch[1372]: Ready
Dec 23 15:47:57 archlaptop systemd[1257]: Starting User preferences database...
Dec 23 15:47:57 archlaptop systemd[1257]: Started User preferences database.
Dec 23 15:47:58 archlaptop systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 23 15:47:59 archlaptop systemd[1257]: Starting Virtual filesystem service...
Dec 23 15:47:59 archlaptop systemd[1257]: Started Virtual filesystem service.
Dec 23 15:47:59 archlaptop systemd[1257]: Starting Portal service...
Dec 23 15:47:59 archlaptop systemd[1257]: Starting flatpak document portal service...
Dec 23 15:47:59 archlaptop systemd[1257]: Starting sandboxed app permission store...
Dec 23 15:47:59 archlaptop systemd[1257]: Started sandboxed app permission store.
Dec 23 15:47:59 archlaptop systemd[1257]: Started flatpak document portal service.
Dec 23 15:47:59 archlaptop systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Dec 23 15:47:59 archlaptop systemd[1]: Started RealtimeKit Scheduling Policy Service.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Successfully called chroot.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Successfully dropped privileges.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Successfully limited resources.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Canary thread running.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Running.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Watchdog thread running.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:47:59 archlaptop xdg-desktop-por[1446]: No skeleton to export
Dec 23 15:47:59 archlaptop systemd[1257]: Starting Portal service (Hyprland implementation)...
Dec 23 15:47:59 archlaptop systemd[1257]: Starting Accessibility services bus...
Dec 23 15:47:59 archlaptop systemd[1257]: Started Portal service (Hyprland implementation).
Dec 23 15:47:59 archlaptop systemd[1257]: Started Accessibility services bus.
Dec 23 15:47:59 archlaptop dbus-broker-launch[1511]: Ready
Dec 23 15:47:59 archlaptop systemd[1257]: Started PipeWire Multimedia Service.
Dec 23 15:47:59 archlaptop systemd[1257]: Started Multimedia Service Session Manager.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 0 threads of 0 processes of 0 users.
Dec 23 15:47:59 archlaptop systemd[1]: Starting Authorization Manager...
Dec 23 15:47:59 archlaptop wireplumber[1517]: wp-internal-comp-loader: Loading profile 'main'
Dec 23 15:47:59 archlaptop systemd[1257]: Started Portal service.
Dec 23 15:47:59 archlaptop systemd[1257]: Created slice Slice /app/dbus-:1.2-org.freedesktop.Notifications.
Dec 23 15:47:59 archlaptop systemd[1257]: Started dbus-:1.2-org.freedesktop.Notifications@0.service.
Dec 23 15:47:59 archlaptop systemd[1257]: Started kitty child process: 1543 launched by: 1400.
Dec 23 15:47:59 archlaptop polkitd[1528]: Started polkitd version 125
Dec 23 15:47:59 archlaptop systemd[1]: Started Authorization Manager.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Successfully made thread 1515 of process 1515 owned by '1000' high priority at nice level -11.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 1 threads of 1 processes of 1 users.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Successfully made thread 1520 of process 1515 owned by '1000' RT at priority 20.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 2 threads of 1 processes of 1 users.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 2 threads of 1 processes of 1 users.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 2 threads of 1 processes of 1 users.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 2 threads of 1 processes of 1 users.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Successfully made thread 1517 of process 1517 owned by '1000' high priority at nice level -11.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 3 threads of 2 processes of 1 users.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Successfully made thread 1549 of process 1517 owned by '1000' RT at priority 20.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 4 threads of 2 processes of 1 users.
Dec 23 15:47:59 archlaptop systemd[1257]: Created slice Slice /app/dbus-:1.18-org.a11y.atspi.Registry.
Dec 23 15:47:59 archlaptop systemd[1257]: Started dbus-:1.18-org.a11y.atspi.Registry@0.service.
Dec 23 15:47:59 archlaptop at-spi2-registryd[1595]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Dec 23 15:47:59 archlaptop systemd[1]: Starting Daemon for power management...
Dec 23 15:47:59 archlaptop systemd[1]: Started Daemon for power management.
Dec 23 15:47:59 archlaptop kernel: warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Dec 23 15:47:59 archlaptop systemd[1257]: Starting Virtual filesystem metadata service...
Dec 23 15:47:59 archlaptop kernel: Bluetooth: RFCOMM TTY layer initialized
Dec 23 15:47:59 archlaptop kernel: Bluetooth: RFCOMM socket layer initialized
Dec 23 15:47:59 archlaptop kernel: Bluetooth: RFCOMM ver 1.11
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/ldac
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/aptx_hd
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx_hd
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/aptx
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/aac
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aac
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/opus_g
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/opus_g
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/sbc
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/sbc
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/faststream
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/faststream_duplex
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/opus_05
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/opus_05
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Dec 23 15:47:59 archlaptop bluetoothd[748]: Endpoint registered: sender=:1.34 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Dec 23 15:47:59 archlaptop systemd[1]: Starting Time & Date Service...
Dec 23 15:47:59 archlaptop systemd[1257]: Started Virtual filesystem metadata service.
Dec 23 15:47:59 archlaptop systemd[1]: Started Time & Date Service.
Dec 23 15:47:59 archlaptop wireplumber[1517]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Dec 23 15:47:59 archlaptop wireplumber[1517]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 4 threads of 2 processes of 1 users.
Dec 23 15:47:59 archlaptop rtkit-daemon[1490]: Supervising 4 threads of 2 processes of 1 users.
Dec 23 15:48:00 archlaptop systemd[1257]: Starting Virtual filesystem service - disk device monitor...
Dec 23 15:48:00 archlaptop systemd[1]: Starting Disk Manager...
Dec 23 15:48:00 archlaptop udisksd[1919]: udisks daemon version 2.10.1 starting
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 4 threads of 2 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 4 threads of 2 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Successfully made thread 1926 of process 1403 owned by '1000' RT at priority 10.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop systemd[1]: Started Disk Manager.
Dec 23 15:48:00 archlaptop udisksd[1919]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Dec 23 15:48:00 archlaptop systemd[1257]: Started Virtual filesystem service - disk device monitor.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:00 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:01 archlaptop systemd[1]: Starting Hostname Service...
Dec 23 15:48:01 archlaptop systemd[1]: Started Hostname Service.
Dec 23 15:48:01 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:01 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:01 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:01 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:01 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:01 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:01 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:01 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:03 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:03 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:04 archlaptop systemd[1]: Stopping User Manager for UID 969...
Dec 23 15:48:04 archlaptop systemd[935]: Activating special unit Exit the Session...
Dec 23 15:48:04 archlaptop systemd[935]: Stopped target Main User Target.
Dec 23 15:48:04 archlaptop systemd[935]: Stopped target Basic System.
Dec 23 15:48:04 archlaptop systemd[935]: Stopped target Paths.
Dec 23 15:48:04 archlaptop systemd[935]: Stopped Submitting pending crash events (file monitor).
Dec 23 15:48:04 archlaptop systemd[935]: Stopped target Sockets.
Dec 23 15:48:04 archlaptop systemd[935]: Stopped target Timers.
Dec 23 15:48:04 archlaptop systemd[935]: Closed GnuPG network certificate management daemon.
Dec 23 15:48:04 archlaptop systemd[935]: Closed Socket to launch DrKonqi for a systemd-coredump crash.
Dec 23 15:48:04 archlaptop systemd[935]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 23 15:48:04 archlaptop systemd[935]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Dec 23 15:48:04 archlaptop systemd[935]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Dec 23 15:48:04 archlaptop systemd[935]: Closed GnuPG cryptographic agent and passphrase cache.
Dec 23 15:48:04 archlaptop systemd[935]: Closed GnuPG public key management service.
Dec 23 15:48:04 archlaptop systemd[935]: Closed p11-kit server.
Dec 23 15:48:04 archlaptop systemd[935]: Closed PipeWire PulseAudio.
Dec 23 15:48:04 archlaptop systemd[935]: Closed PipeWire Multimedia System Sockets.
Dec 23 15:48:04 archlaptop dbus-broker[950]: Dispatched 215 messages @ 1(±3)μs / message.
Dec 23 15:48:04 archlaptop systemd[935]: Stopping D-Bus User Message Bus...
Dec 23 15:48:04 archlaptop systemd[935]: Stopped D-Bus User Message Bus.
Dec 23 15:48:04 archlaptop systemd[935]: Removed slice User Core Session Slice.
Dec 23 15:48:04 archlaptop systemd[935]: Closed D-Bus User Message Bus Socket.
Dec 23 15:48:04 archlaptop systemd[935]: Removed slice User Application Slice.
Dec 23 15:48:04 archlaptop systemd[935]: Reached target Shutdown.
Dec 23 15:48:04 archlaptop systemd[935]: Finished Exit the Session.
Dec 23 15:48:04 archlaptop systemd[935]: Reached target Exit the Session.
Dec 23 15:48:04 archlaptop (sd-pam)[937]: pam_unix(systemd-user:session): session closed for user sddm
Dec 23 15:48:04 archlaptop systemd[1]: user@969.service: Deactivated successfully.
Dec 23 15:48:04 archlaptop systemd[1]: Stopped User Manager for UID 969.
Dec 23 15:48:04 archlaptop systemd[1]: Stopping User Runtime Directory /run/user/969...
Dec 23 15:48:04 archlaptop systemd[1]: run-user-969.mount: Deactivated successfully.
Dec 23 15:48:04 archlaptop systemd[1]: user-runtime-dir@969.service: Deactivated successfully.
Dec 23 15:48:04 archlaptop systemd[1]: Stopped User Runtime Directory /run/user/969.
Dec 23 15:48:04 archlaptop systemd[1]: Removed slice User Slice of UID 969.
Dec 23 15:48:04 archlaptop systemd[1]: user-969.slice: Consumed 740ms CPU time, 189.6M memory peak.
Dec 23 15:48:04 archlaptop systemd-logind[751]: Removed session 1.
Dec 23 15:48:04 archlaptop systemd[1257]: Started kitty child process: 3739 launched by: 3733.
Dec 23 15:48:05 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:05 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:06 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:06 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:10 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:10 archlaptop rtkit-daemon[1490]: Supervising 5 threads of 3 processes of 1 users.
Dec 23 15:48:11 archlaptop systemd[1257]: Started PipeWire PulseAudio.
Dec 23 15:48:11 archlaptop rtkit-daemon[1490]: Successfully made thread 4017 of process 4017 owned by '1000' high priority at nice level -11.
Dec 23 15:48:11 archlaptop rtkit-daemon[1490]: Supervising 6 threads of 4 processes of 1 users.
Dec 23 15:48:11 archlaptop rtkit-daemon[1490]: Successfully made thread 4019 of process 4017 owned by '1000' RT at priority 20.
Dec 23 15:48:11 archlaptop rtkit-daemon[1490]: Supervising 7 threads of 4 processes of 1 users.
Dec 23 15:48:11 archlaptop rtkit-daemon[1490]: Supervising 7 threads of 4 processes of 1 users.
Dec 23 15:48:11 archlaptop rtkit-daemon[1490]: Supervising 7 threads of 4 processes of 1 users.
Dec 23 15:48:11 archlaptop rtkit-daemon[1490]: Successfully made thread 4021 of process 2029 owned by '1000' RT at priority 10.
Dec 23 15:48:11 archlaptop rtkit-daemon[1490]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:48:11 archlaptop pipewire[1515]: pw.node: (alsa_output.pci-0000_00_1f.3.analog-stereo-53) graph xrun not-triggered (0 suppressed)
Dec 23 15:48:11 archlaptop pipewire[1515]: pw.node: (alsa_output.pci-0000_00_1f.3.analog-stereo-53) xrun state:0x7051cbcec008 pending:1/1 s:0 a:0 f:0 waiting:0 process:0 status:triggered
Dec 23 15:48:12 archlaptop rtkit-daemon[1490]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:48:12 archlaptop rtkit-daemon[1490]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:48:14 archlaptop rtkit-daemon[1490]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:48:14 archlaptop rtkit-daemon[1490]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:48:14 archlaptop rtkit-daemon[1490]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:48:14 archlaptop rtkit-daemon[1490]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:48:15 archlaptop rtkit-daemon[1490]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:48:15 archlaptop rtkit-daemon[1490]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:48:15 archlaptop rtkit-daemon[1490]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:48:15 archlaptop rtkit-daemon[1490]: Supervising 8 threads of 5 processes of 1 users.
Dec 23 15:48:15 archlaptop rtkit-daemon[1490]: Successfully made thread 4364 of process 2481 owned by '1000' RT at priority 10.
Dec 23 15:48:15 archlaptop rtkit-daemon[1490]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:48:18 archlaptop rtkit-daemon[1490]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:48:18 archlaptop rtkit-daemon[1490]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:48:18 archlaptop rtkit-daemon[1490]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:48:18 archlaptop rtkit-daemon[1490]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:48:19 archlaptop rtkit-daemon[1490]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:48:19 archlaptop rtkit-daemon[1490]: Supervising 9 threads of 6 processes of 1 users.
Dec 23 15:48:19 archlaptop rtkit-daemon[1490]: Successfully made thread 4645 of process 2695 owned by '1000' RT at priority 10.
Dec 23 15:48:19 archlaptop rtkit-daemon[1490]: Supervising 10 threads of 7 processes of 1 users.
Dec 23 15:48:19 archlaptop rtkit-daemon[1490]: Supervising 10 threads of 7 processes of 1 users.
Dec 23 15:48:19 archlaptop rtkit-daemon[1490]: Supervising 10 threads of 7 processes of 1 users.
Dec 23 15:48:19 archlaptop rtkit-daemon[1490]: Successfully made thread 4682 of process 2723 owned by '1000' RT at priority 10.
Dec 23 15:48:19 archlaptop rtkit-daemon[1490]: Supervising 11 threads of 8 processes of 1 users.
Dec 23 15:48:21 archlaptop rtkit-daemon[1490]: Supervising 11 threads of 8 processes of 1 users.
Dec 23 15:48:21 archlaptop rtkit-daemon[1490]: Supervising 11 threads of 8 processes of 1 users.
Dec 23 15:48:21 archlaptop rtkit-daemon[1490]: Successfully made thread 4824 of process 2820 owned by '1000' RT at priority 10.
Dec 23 15:48:21 archlaptop rtkit-daemon[1490]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:48:29 archlaptop systemd[1]: systemd-timedated.service: Deactivated successfully.
Dec 23 15:48:31 archlaptop systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 23 15:48:38 archlaptop rtkit-daemon[1490]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:48:38 archlaptop rtkit-daemon[1490]: Supervising 12 threads of 9 processes of 1 users.
Dec 23 15:48:38 archlaptop rtkit-daemon[1490]: Successfully made thread 5408 of process 2749 owned by '1000' RT at priority 10.
Dec 23 15:48:38 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:51:16 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:51:16 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:52:09 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:52:09 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:52:53 archlaptop NetworkManager[809]: <info>  [1734958373.7830] manager: NetworkManager state is now CONNECTED_SITE
Dec 23 15:52:53 archlaptop systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 23 15:52:53 archlaptop systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 23 15:52:53 archlaptop NetworkManager[809]: <info>  [1734958373.8512] manager: NetworkManager state is now CONNECTED_GLOBAL
Dec 23 15:53:03 archlaptop systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Dec 23 15:53:07 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:53:07 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:54:45 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:54:45 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:55:08 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:55:08 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:55:10 archlaptop systemd[1257]: Started kitty child process: 12596 launched by: 12590.
Dec 23 15:55:17 archlaptop systemd[1257]: Started kitty child process: 12743 launched by: 12736.
Dec 23 15:55:48 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:55:48 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:56:21 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:56:21 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:57:44 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:57:44 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:58:07 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 15:58:07 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:00:12 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:00:12 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:01:35 archlaptop systemd[1257]: Started kitty child process: 19290 launched by: 19280.
Dec 23 16:02:29 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:02:29 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:02:29 archlaptop systemd[1]: Starting Cleanup of Temporary Directories...
Dec 23 16:02:29 archlaptop systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Dec 23 16:02:29 archlaptop systemd[1]: Finished Cleanup of Temporary Directories.
Dec 23 16:02:47 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:02:47 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:03:37 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:03:37 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:04:31 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:04:31 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:06:31 archlaptop systemd[1257]: Started kitty child process: 24787 launched by: 24780.
Dec 23 16:06:35 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:06:35 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:08:32 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:08:32 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:08:34 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:08:34 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:09:01 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:09:01 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:09:01 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:09:01 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:09:37 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:09:37 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:09:37 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:09:37 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:09:46 archlaptop systemd[1257]: Started kitty child process: 28393 launched by: 28387.
Dec 23 16:09:53 archlaptop systemd[1257]: Started kitty child process: 28479 launched by: 1400.
Dec 23 16:11:16 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:11:16 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:11:38 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:11:38 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:11:39 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:11:39 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:11:51 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:11:51 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:12:41 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:12:41 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:12:48 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:12:48 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:13:39 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:13:39 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:13:43 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:13:43 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:14:44 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:14:44 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:15:23 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:15:23 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:15:32 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.
Dec 23 16:15:32 archlaptop rtkit-daemon[1490]: Supervising 13 threads of 10 processes of 1 users.

Offline

#4 2024-12-24 15:48:15

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,446

Re: lvremove doesn't finish and makes system unusable

What timestamps coincide with you running the lv* commands? Is it here:

Dec 23 15:31:06 archlaptop systemd[1114]: Started kitty child process: 1410 launched by: 1246.

Why would kitty be started via systemd? Is that some kind of session manager?

I also noticed that your lvhome file system reports errors, do you have to hard-reset after your lv* command hangs, or does it shutdown properly?

Offline

#5 2024-12-28 15:01:27

rakatan
Member
Registered: 2024-12-28
Posts: 2

Re: lvremove doesn't finish and makes system unusable

I seem to have the same problem..

I use lvm snapshot to have a CoW backup of my / partition, and reset it before most of the system upgrades..

however recently (maybe a month or a few ago) it started to intermittently fail - and it locks up all the FS - no files can be read from the drive and the lvremove command is stuck.

as if there is some deadlock somewhere...

`journalctl -b -1` does not seem to be useful..

Offline

#6 2025-02-01 12:04:47

rakatan
Member
Registered: 2024-12-28
Posts: 2

Re: lvremove doesn't finish and makes system unusable

update: strace of lvremove ends with:

ioctl(3, DM_DEV_SUSPEND, [{version=[4, 0, 0], data_size=2048, dev=makedev(0xfe, 0xb), flags=DM_SUSPEND_FLAG|DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_SKIP_BDGET_FLAG|DM_SKIP_LOCKFS_FLAG}] => [{version=[4, 48, 0], data_size=305, dev=makedev(0xfe, 0xb), name="VolumeGroup1-root_snapshot", uuid="LVM-bnxpVu677uqT03Y3ATWTabRiqX3hxYnqzD5QBy9e3BeZcH8l80EwpY2znaIS47Go", target_count=1, open_count=0, event_nr=0, flags=DM_SUSPEND_FLAG|DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_ACTIVE_PRESENT_FLAG|DM_INACTIVE_PRESENT_FLAG|DM_SKIP_BDGET_FLAG|DM_SKIP_LOCKFS_FLAG}]) = 0
ioctl(3, DM_DEV_STATUS, [{version=[4, 0, 0], data_size=2048, dev=makedev(0xfe, 0x8), flags=DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_SKIP_BDGET_FLAG}] => [{version=[4, 48, 0], data_size=305, dev=makedev(0xfe, 0x8), name="VolumeGroup1-root-real", uuid="LVM-bnxpVu677uqT03Y3ATWTabRiqX3hxYnqW793GPQSGwxEyAWS43SZlVW6Gq3S5Pxs-real", target_count=2, open_count=2, event_nr=0, flags=DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_ACTIVE_PRESENT_FLAG|DM_SKIP_BDGET_FLAG}]) = 0
ioctl(3, DM_DEV_SUSPEND, [{version=[4, 0, 0], data_size=2048, dev=makedev(0xfe, 0x8), flags=DM_SUSPEND_FLAG|DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_SKIP_BDGET_FLAG|DM_SKIP_LOCKFS_FLAG}] => [{version=[4, 48, 0], data_size=305, dev=makedev(0xfe, 0x8), name="VolumeGroup1-root-real", uuid="LVM-bnxpVu677uqT03Y3ATWTabRiqX3hxYnqW793GPQSGwxEyAWS43SZlVW6Gq3S5Pxs-real", target_count=2, open_count=2, event_nr=0, flags=DM_SUSPEND_FLAG|DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_ACTIVE_PRESENT_FLAG|DM_SKIP_BDGET_FLAG|DM_SKIP_LOCKFS_FLAG}]) = 0
ioctl(3, DM_DEV_STATUS, [{version=[4, 0, 0], data_size=2048, dev=makedev(0xfe, 0xa), flags=DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_SKIP_BDGET_FLAG}] => [{version=[4, 48, 0], data_size=305, dev=makedev(0xfe, 0xa), name="VolumeGroup1-root_snapshot-cow", uuid="LVM-bnxpVu677uqT03Y3ATWTabRiqX3hxYnqzD5QBy9e3BeZcH8l80EwpY2znaIS47Go-cow", target_count=1, open_count=1, event_nr=0, flags=DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_ACTIVE_PRESENT_FLAG|DM_SKIP_BDGET_FLAG}]) = 0
ioctl(3, DM_DEV_SUSPEND, [{version=[4, 0, 0], data_size=2048, dev=makedev(0xfe, 0xa), flags=DM_SUSPEND_FLAG|DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_SKIP_BDGET_FLAG|DM_SKIP_LOCKFS_FLAG}] => [{version=[4, 48, 0], data_size=305, dev=makedev(0xfe, 0xa), name="VolumeGroup1-root_snapshot-cow", uuid="LVM-bnxpVu677uqT03Y3ATWTabRiqX3hxYnqzD5QBy9e3BeZcH8l80EwpY2znaIS47Go-cow", target_count=1, open_count=1, event_nr=0, flags=DM_SUSPEND_FLAG|DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_ACTIVE_PRESENT_FLAG|DM_SKIP_BDGET_FLAG|DM_SKIP_LOCKFS_FLAG}]) = 0
ioctl(3, DM_DEV_STATUS, [{version=[4, 0, 0], data_size=2048, dev=makedev(0xfe, 0x8), flags=DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_SKIP_BDGET_FLAG}] => [{version=[4, 48, 0], data_size=305, dev=makedev(0xfe, 0x8), name="VolumeGroup1-root-real", uuid="LVM-bnxpVu677uqT03Y3ATWTabRiqX3hxYnqW793GPQSGwxEyAWS43SZlVW6Gq3S5Pxs-real", target_count=2, open_count=2, event_nr=0, flags=DM_SUSPEND_FLAG|DM_EXISTS_FLAG|DM_PERSISTENT_DEV_FLAG|DM_ACTIVE_PRESENT_FLAG|DM_SKIP_BDGET_FLAG}]) = 0
io_submit(0x77b538465000, 1, [{aio_data=0, aio_lio_opcode=IOCB_CMD_PWRITE, aio_fildes=4, aio_buf="..."..., aio_nbytes=4608, aio_offset=0}]) = 1
io_getevents(0x77b538465000, 1, 64, [{data=0, obj=0x59522962dfe8, res=4608, res2=0}], NULL) = 1
io_submit(0x77b538465000, 1, [{aio_data=0, aio_lio_opcode=IOCB_CMD_PWRITE, aio_fildes=5, aio_buf="..."..., aio_nbytes=4608, aio_offset=0}]) = 1
io_getevents(0x77b538465000, 1, 64, [{data=0, obj=0x59522962dfe8, res=4608, res2=0}], NULL) = 1

ioctl(3, DM_DEV_STATUS, [{version=[4, 0, 0], data_size=2048, uuid="LVM-bnxpVu677uqT03Y3ATWTabRiqX3hxYnqzD5QBy9e3BeZcH8l80EwpY2znaIS47Go", flags=DM_EXISTS_FLAG|DM_SKIP_BDGET_FLAG}] => [{version=[4, 48, 0], data_size=305, dev=makedev(0xfe, 0xb), name="VolumeGroup1-root_snapshot", uuid="LVM-bnxpVu677uqT03Y3ATWTabRiqX3hxYnqzD5QBy9e3BeZcH8l80EwpY2znaIS47Go", target_count=1, open_count=0, event_nr=0, flags=DM_SUSPEND_FLAG|DM_EXISTS_FLAG|DM_ACTIVE_PRESENT_FLAG|DM_INACTIVE_PRESENT_FLAG|DM_SKIP_BDGET_FLAG}]) = 0

and after a while dmesg reports this:

[Sat Feb  1 11:40:24 2025] INFO: task jbd2/dm-9-8:1069 blocked for more than 122 seconds.
[Sat Feb  1 11:40:24 2025]       Tainted: G           OE      6.12.9-arch1-1 #1
[Sat Feb  1 11:40:24 2025] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[Sat Feb  1 11:40:24 2025] task:jbd2/dm-9-8     state:D stack:0     pid:1069  tgid:1069  ppid:2      flags:0x00004000
[Sat Feb  1 11:40:24 2025] Call Trace:
[Sat Feb  1 11:40:24 2025]  <TASK>
[Sat Feb  1 11:40:24 2025]  __schedule+0x3b0/0x12b0
[Sat Feb  1 11:40:24 2025]  ? mempool_alloc_noprof+0x84/0x1b0
[Sat Feb  1 11:40:24 2025]  ? srso_alias_return_thunk+0x5/0xfbef5
[Sat Feb  1 11:40:24 2025]  ? kmem_cache_alloc_noprof+0x271/0x2f0
[Sat Feb  1 11:40:24 2025]  schedule+0x27/0xf0
[Sat Feb  1 11:40:24 2025]  io_schedule+0x46/0x70
[Sat Feb  1 11:40:24 2025]  bit_wait_io+0x11/0x70
[Sat Feb  1 11:40:24 2025]  __wait_on_bit+0x42/0x150
[Sat Feb  1 11:40:24 2025]  ? __pfx_bit_wait_io+0x10/0x10
[Sat Feb  1 11:40:24 2025]  out_of_line_wait_on_bit+0x94/0xc0
[Sat Feb  1 11:40:24 2025]  ? __pfx_wake_bit_function+0x10/0x10
[Sat Feb  1 11:40:24 2025]  jbd2_journal_commit_transaction+0x113c/0x1a00 [jbd2 9791b046d735f94e0f39a04e98acbc5600de509b]
[Sat Feb  1 11:40:24 2025]  ? srso_alias_return_thunk+0x5/0xfbef5
[Sat Feb  1 11:40:24 2025]  kjournald2+0xaa/0x250 [jbd2 9791b046d735f94e0f39a04e98acbc5600de509b]
[Sat Feb  1 11:40:24 2025]  ? __pfx_autoremove_wake_function+0x10/0x10
[Sat Feb  1 11:40:24 2025]  ? __pfx_kjournald2+0x10/0x10 [jbd2 9791b046d735f94e0f39a04e98acbc5600de509b]
[Sat Feb  1 11:40:24 2025]  kthread+0xcf/0x100
[Sat Feb  1 11:40:24 2025]  ? __pfx_kthread+0x10/0x10
[Sat Feb  1 11:40:24 2025]  ret_from_fork+0x31/0x50
[Sat Feb  1 11:40:24 2025]  ? __pfx_kthread+0x10/0x10
[Sat Feb  1 11:40:24 2025]  ret_from_fork_asm+0x1a/0x30
[Sat Feb  1 11:40:24 2025]  </TASK>

(plus more such hung tasks follow, like systemd-journal)


Seems like maybe a bug in kernel?


the last kerner version this happened on was  6.12.9-arch1-1

Last edited by rakatan (2025-02-01 12:09:39)

Offline

#7 2025-02-01 16:06:35

twelveeighty
Member
Registered: 2011-09-04
Posts: 1,446

Re: lvremove doesn't finish and makes system unusable

If you Google "task jbd2", you'll get pages of people with this same problem. I don't see an obvious fix from the first set of search results, but it appears to come across different kernel versions, so it's not tied to a specific kernel.

According to this Red Hat article - unverified on Arch, of course, so research thoroughly before applying fixes.

Red Hat wrote:

Root Cause

    The issue is caused by processes running under real-time scheduling policy, and kblocked is not run. Thus I/O request by the jbd2 are not dispatched, and jbd2 is blocked for more than 120 seconds in D state.
    cfq I/O scheduler could trigger the similar issue, because the scheduler could delay to dispatch I/O requests with heavy I/O.

Resolution

Depends on the root cause:

    If the issue depends on processes running under real-time scheduling policy, reconsider configuration of the processes.
    If the issue depends on cfq I/O scheduler, consider to switch it to deadline.

Offline

Board footer

Powered by FluxBB