You are not logged in.

#1 2024-06-21 06:03:34

speeder1987
Member
Registered: 2022-08-19
Posts: 28

[Solved] System failing to load kernel

Good morning,

Apologies for having to post an issue I am having, which is very similar to one solved recently. After updating my system it is no longer loading the kernel after grub giving the following error:

Loading Linux Linux ...
error: premature end of file /vmlinuz-linux.
Loading initial ramdisk ...
error: you need to load the kernel first.

Press any key to continue ...

This is very similar to what I have seen previously which was solver https://bbs.archlinux.org/viewtopic.php?id=294280. In that case the system failed to load the kernel after a failed system update. It was found that I was trying to reinstall the kernel onto the boot partition, when the arch install is using the boot folder on the root partition. To rectify the issue I am now seeing I followed what I believe were the same steps as previously:

1. Booted into the live-usb and mounted the root partition (and not the boot partition!)

2.

pacstrap -K /mnt base linux linux-firmware

3. chrooted into /mnt

4. ran

pacman -Syu linux

and

pacman -Syu

However, this did not solve the issue and I am seeing the same error. Please see the previous thread for details on my install including outputs from

lsblk -l

. One thing I did notice was that when I ran

ls -lR /mnt/boot

the output I got was different to that seen in my previous thread as there is no longer any /mnt/boot/efi or /mnt/boot/grub folders:

/mnt/boot:
total 57296
-rw------- 1 root root  9168033 Jun 21 04:21 initramfs-linux.img
-rw------- 1 root root 36265380 Jun 21 04:21 initramfs-linux-fallback.img
-rw-r--r-- 1 root root 13230592 Jun 21 04:21 vmlinuz-linux

Could I have over written something in /mnt/boot that I shouldn't when I ran pacstrap? Any advice on how to troubleshoot and proceed with this would be greatly appreciated.

Last edited by speeder1987 (2024-06-24 09:01:04)

Offline

#2 2024-06-21 07:20:12

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,946

Re: [Solved] System failing to load kernel

error: premature end of file /vmlinuz-linux.

the output I got was different to that seen in my previous thread as there is no longer any /mnt/boot/efi or /mnt/boot/grub folders:

Because you mounted the boot partition there?
Or did you somehow try to move the bootloader and kernel location onto the ESP?

lsblk -f

And please post the last boots journal from the installed system, https://wiki.archlinux.org/title/System … al_to_view

Online

#3 2024-06-21 10:56:49

speeder1987
Member
Registered: 2022-08-19
Posts: 28

Re: [Solved] System failing to load kernel

Thanks for helping (again!), today the boot partition wasn't mounted /mnt/boot, last time (i.e. in the last thread when I was asked for the output of ls -lR /mnt/boot) it shouldn't have been according to the instructions I was given.

Output of:

lsblk -f
NAME        FSTYPE   FSVER LABEL                    UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0       squashfs 4.0                                                                       0   100% /run/archiso/airootfs
sda                                                                                                     
└─sda1      ntfs           Storage 3                0A2246D82246C881                                    
sdb                                                                                                     
└─sdb1      ntfs           Windows Extended Storage 33B3AF2D7B239F7D                                    
sdc                                                                                                     
└─sdc1      ntfs           Storage 2                3EE2BC53E2BC10DF                                    
sdd                                                                                                     
└─sdd1      ntfs           Storage - Films          EED08EB1D08E7F97                                    
sde                                                                                                     
└─sde1      ntfs           Dropbox                  64B6E7C0B6E7913A                                    
sdf                                                                                                     
└─sdf1      ext4     1.0                            ea249bf5-a468-46cb-b2ae-6d4947e1d359                
sdg                                                                                                     
└─sdg1      ext4     1.0                            e32b8f09-4eb2-461a-a406-b62e59babe0f    6.9G     0% /mnt/mnt/usb
sdh                                                                                                     
└─sdh1      vfat     FAT32 ARCH_202406              9CB7-05A4                                           
sr0                                                                                                     
nvme0n1                                                                                                 
├─nvme0n1p1 vfat     FAT32                          77B5-4DB7                                           
├─nvme0n1p2 ext4     1.0                            c3c63d6b-3022-416c-9787-140ce73aef73   19.2G    75% /mnt
├─nvme0n1p3 ext4     1.0                            65c25c94-e494-49ad-9c32-79d86c272691                
└─nvme0n1p4 swap     1                              f3db269e-9336-4c56-812f-465d534d8709                
nvme1n1                                                                                                 
├─nvme1n1p1 vfat     FAT32                          283B-500D                                           
├─nvme1n1p2                                                                                             
├─nvme1n1p3 ntfs                                    802E40102E3FFDA2                                    
└─nvme1n1p4 ntfs                                    A432C5E932C5C112                                    

Output of:

journalctl -b
Jun 21 11:33:40 archiso kernel: Linux version 6.9.3-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Fri, 31 May 2024 15:14:45 +0000
Jun 21 11:33:40 archiso kernel: Command line: BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux archisobasedir=arch archisosearchuuid=2024-06-01-09-07-18-00 initrd=/arch/boot/x86_64/initramfs-linux.img
Jun 21 11:33:40 archiso kernel: BIOS-provided physical RAM map:
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007faecfff] usable
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x000000007faed000-0x000000007faedfff] ACPI NVS
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x000000007faee000-0x000000007faeefff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x000000007faef000-0x000000008c86dfff] usable
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x000000008c86e000-0x000000008e12cfff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x000000008e12d000-0x000000008e172fff] ACPI data
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x000000008e173000-0x000000008e5a0fff] ACPI NVS
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x000000008e5a1000-0x000000008f7a0fff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x000000008f7a1000-0x000000008f7fefff] usable
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x000000008f7ff000-0x000000008fffffff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 21 11:33:40 archiso kernel: BIOS-e820: [mem 0x0000000100000000-0x000000106effffff] usable
Jun 21 11:33:40 archiso kernel: NX (Execute Disable) protection: active
Jun 21 11:33:40 archiso kernel: APIC: Static calls initialized
Jun 21 11:33:40 archiso kernel: SMBIOS 3.0 present.
Jun 21 11:33:40 archiso kernel: DMI: System manufacturer System Product Name/ROG MAXIMUS X HERO, BIOS 0802 11/01/2017
Jun 21 11:33:40 archiso kernel: tsc: Detected 3700.000 MHz processor
Jun 21 11:33:40 archiso kernel: tsc: Detected 3699.850 MHz TSC
Jun 21 11:33:40 archiso kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 21 11:33:40 archiso kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 21 11:33:40 archiso kernel: last_pfn = 0x106f000 max_arch_pfn = 0x400000000
Jun 21 11:33:40 archiso kernel: MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
Jun 21 11:33:40 archiso kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 21 11:33:40 archiso kernel: last_pfn = 0x8f7ff max_arch_pfn = 0x400000000
Jun 21 11:33:40 archiso kernel: found SMP MP-table at [mem 0x000fce40-0x000fce4f]
Jun 21 11:33:40 archiso kernel: Using GB pages for direct mapping
Jun 21 11:33:40 archiso kernel: RAMDISK: [mem 0x76e80000-0x7faecfff]
Jun 21 11:33:40 archiso kernel: ACPI: Early table checksum verification disabled
Jun 21 11:33:40 archiso kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
Jun 21 11:33:40 archiso kernel: ACPI: XSDT 0x000000008E13B0A8 0000CC (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 21 11:33:40 archiso kernel: ACPI: FACP 0x000000008E166160 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Jun 21 11:33:40 archiso kernel: ACPI: DSDT 0x000000008E13B210 02AF4D (v02 ALASKA A M I    01072009 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: FACS 0x000000008E570F00 000040
Jun 21 11:33:40 archiso kernel: ACPI: APIC 0x000000008E166278 0000F4 (v03 ALASKA A M I    01072009 AMI  00010013)
Jun 21 11:33:40 archiso kernel: ACPI: FPDT 0x000000008E166370 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 21 11:33:40 archiso kernel: ACPI: FIDT 0x000000008E1663B8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 21 11:33:40 archiso kernel: ACPI: WSMT 0x000000008E171DB8 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 21 11:33:40 archiso kernel: ACPI: MCFG 0x000000008E1664B0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0x000000008E1664F0 0003A3 (v01 SataRe SataTabl 00001000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0x000000008E166898 003156 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0x000000008E1699F0 002611 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: HPET 0x000000008E16C008 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0x000000008E16C040 000B13 (v02 INTEL  xh_rvp08 00000000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: UEFI 0x000000008E16CB58 000042 (v01 ALASKA A M I    00000002      01000013)
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0x000000008E16CBA0 0017AE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: LPIT 0x000000008E16E350 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0x000000008E16E3E8 000141 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0x000000008E16E530 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0x000000008E16E7D0 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0x000000008E1717D8 000517 (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: DBGP 0x000000008E171CF0 000034 (v01 INTEL           00000002 MSFT 0000005F)
Jun 21 11:33:40 archiso kernel: ACPI: DBG2 0x000000008E171D28 000054 (v00 INTEL           00000002 MSFT 0000005F)
Jun 21 11:33:40 archiso kernel: ACPI: TPM2 0x000000008E171D80 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
Jun 21 11:33:40 archiso kernel: ACPI: Reserving FACP table memory at [mem 0x8e166160-0x8e166273]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving DSDT table memory at [mem 0x8e13b210-0x8e16615c]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving FACS table memory at [mem 0x8e570f00-0x8e570f3f]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving APIC table memory at [mem 0x8e166278-0x8e16636b]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving FPDT table memory at [mem 0x8e166370-0x8e1663b3]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving FIDT table memory at [mem 0x8e1663b8-0x8e166453]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving WSMT table memory at [mem 0x8e171db8-0x8e171ddf]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving MCFG table memory at [mem 0x8e1664b0-0x8e1664eb]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x8e1664f0-0x8e166892]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x8e166898-0x8e1699ed]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x8e1699f0-0x8e16c000]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving HPET table memory at [mem 0x8e16c008-0x8e16c03f]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x8e16c040-0x8e16cb52]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving UEFI table memory at [mem 0x8e16cb58-0x8e16cb99]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x8e16cba0-0x8e16e34d]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving LPIT table memory at [mem 0x8e16e350-0x8e16e3e3]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x8e16e3e8-0x8e16e528]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x8e16e530-0x8e16e7ce]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x8e16e7d0-0x8e1717d1]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving SSDT table memory at [mem 0x8e1717d8-0x8e171cee]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving DBGP table memory at [mem 0x8e171cf0-0x8e171d23]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving DBG2 table memory at [mem 0x8e171d28-0x8e171d7b]
Jun 21 11:33:40 archiso kernel: ACPI: Reserving TPM2 table memory at [mem 0x8e171d80-0x8e171db3]
Jun 21 11:33:40 archiso kernel: No NUMA configuration found
Jun 21 11:33:40 archiso kernel: Faking a node at [mem 0x0000000000000000-0x000000106effffff]
Jun 21 11:33:40 archiso kernel: NODE_DATA(0) allocated [mem 0x106effb000-0x106effffff]
Jun 21 11:33:40 archiso kernel: Zone ranges:
Jun 21 11:33:40 archiso kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 21 11:33:40 archiso kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 21 11:33:40 archiso kernel:   Normal   [mem 0x0000000100000000-0x000000106effffff]
Jun 21 11:33:40 archiso kernel:   Device   empty
Jun 21 11:33:40 archiso kernel: Movable zone start for each node
Jun 21 11:33:40 archiso kernel: Early memory node ranges
Jun 21 11:33:40 archiso kernel:   node   0: [mem 0x0000000000001000-0x000000000009bfff]
Jun 21 11:33:40 archiso kernel:   node   0: [mem 0x0000000000100000-0x000000007faecfff]
Jun 21 11:33:40 archiso kernel:   node   0: [mem 0x000000007faef000-0x000000008c86dfff]
Jun 21 11:33:40 archiso kernel:   node   0: [mem 0x000000008f7a1000-0x000000008f7fefff]
Jun 21 11:33:40 archiso kernel:   node   0: [mem 0x0000000100000000-0x000000106effffff]
Jun 21 11:33:40 archiso kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000106effffff]
Jun 21 11:33:40 archiso kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 21 11:33:40 archiso kernel: On node 0, zone DMA: 100 pages in unavailable ranges
Jun 21 11:33:40 archiso kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Jun 21 11:33:40 archiso kernel: On node 0, zone DMA32: 12083 pages in unavailable ranges
Jun 21 11:33:40 archiso kernel: On node 0, zone Normal: 2049 pages in unavailable ranges
Jun 21 11:33:40 archiso kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Jun 21 11:33:40 archiso kernel: ACPI: PM-Timer IO Port: 0x1808
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jun 21 11:33:40 archiso kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jun 21 11:33:40 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 21 11:33:40 archiso kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 21 11:33:40 archiso kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 21 11:33:40 archiso kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jun 21 11:33:40 archiso kernel: TSC deadline timer available
Jun 21 11:33:40 archiso kernel: CPU topo: Max. logical packages:   1
Jun 21 11:33:40 archiso kernel: CPU topo: Max. logical dies:       1
Jun 21 11:33:40 archiso kernel: CPU topo: Max. dies per package:   1
Jun 21 11:33:40 archiso kernel: CPU topo: Max. threads per core:   2
Jun 21 11:33:40 archiso kernel: CPU topo: Num. cores per package:     6
Jun 21 11:33:40 archiso kernel: CPU topo: Num. threads per package:  12
Jun 21 11:33:40 archiso kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x7faed000-0x7faedfff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x7faee000-0x7faeefff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x8c86e000-0x8e12cfff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x8e12d000-0x8e172fff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x8e173000-0x8e5a0fff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x8e5a1000-0x8f7a0fff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x8f7ff000-0x8fffffff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0x90000000-0xdfffffff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Jun 21 11:33:40 archiso kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jun 21 11:33:40 archiso kernel: [mem 0x90000000-0xdfffffff] available for PCI devices
Jun 21 11:33:40 archiso kernel: Booting paravirtualized kernel on bare hardware
Jun 21 11:33:40 archiso kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 21 11:33:40 archiso kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Jun 21 11:33:40 archiso kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Jun 21 11:33:40 archiso kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Jun 21 11:33:40 archiso kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Jun 21 11:33:40 archiso kernel: pcpu-alloc: [0] 08 09 10 11 
Jun 21 11:33:40 archiso kernel: Kernel command line: BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux archisobasedir=arch archisosearchuuid=2024-06-01-09-07-18-00 initrd=/arch/boot/x86_64/initramfs-linux.img
Jun 21 11:33:40 archiso kernel: Unknown kernel command line parameters "BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux archisobasedir=arch archisosearchuuid=2024-06-01-09-07-18-00", will be passed to user space.
Jun 21 11:33:40 archiso kernel: random: crng init done
Jun 21 11:33:40 archiso kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Jun 21 11:33:40 archiso kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jun 21 11:33:40 archiso kernel: Fallback order for Node 0: 0 
Jun 21 11:33:40 archiso kernel: Built 1 zonelists, mobility grouping on.  Total pages: 16496870
Jun 21 11:33:40 archiso kernel: Policy zone: Normal
Jun 21 11:33:40 archiso kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 21 11:33:40 archiso kernel: software IO TLB: area num 16.
Jun 21 11:33:40 archiso kernel: Memory: 65624796K/67035540K available (18432K kernel code, 2164K rwdata, 13224K rodata, 3412K init, 3624K bss, 1410484K reserved, 0K cma-reserved)
Jun 21 11:33:40 archiso kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Jun 21 11:33:40 archiso kernel: Kernel/User page tables isolation: enabled
Jun 21 11:33:40 archiso kernel: ftrace: allocating 49854 entries in 195 pages
Jun 21 11:33:40 archiso kernel: ftrace: allocated 195 pages with 4 groups
Jun 21 11:33:40 archiso kernel: Dynamic Preempt: full
Jun 21 11:33:40 archiso kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 21 11:33:40 archiso kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Jun 21 11:33:40 archiso kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jun 21 11:33:40 archiso kernel:         Trampoline variant of Tasks RCU enabled.
Jun 21 11:33:40 archiso kernel:         Rude variant of Tasks RCU enabled.
Jun 21 11:33:40 archiso kernel:         Tracing variant of Tasks RCU enabled.
Jun 21 11:33:40 archiso kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 21 11:33:40 archiso kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Jun 21 11:33:40 archiso kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jun 21 11:33:40 archiso kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jun 21 11:33:40 archiso kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jun 21 11:33:40 archiso kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Jun 21 11:33:40 archiso kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jun 21 11:33:40 archiso kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 21 11:33:40 archiso kernel: Console: colour VGA+ 80x25
Jun 21 11:33:40 archiso kernel: printk: legacy console [tty0] enabled
Jun 21 11:33:40 archiso kernel: ACPI: Core revision 20230628
Jun 21 11:33:40 archiso kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Jun 21 11:33:40 archiso kernel: APIC: Switch to symmetric I/O mode setup
Jun 21 11:33:40 archiso kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Jun 21 11:33:40 archiso kernel: APIC: Switched APIC routing to: physical flat
Jun 21 11:33:40 archiso kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 21 11:33:40 archiso kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6aa99074b1c, max_idle_ns: 881590506587 ns
Jun 21 11:33:40 archiso kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7402.02 BogoMIPS (lpj=12332833)
Jun 21 11:33:40 archiso kernel: x86/cpu: SGX disabled by BIOS.
Jun 21 11:33:40 archiso kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 21 11:33:40 archiso kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Jun 21 11:33:40 archiso kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Jun 21 11:33:40 archiso kernel: process: using mwait in idle threads
Jun 21 11:33:40 archiso kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 21 11:33:40 archiso kernel: Spectre V2 : Mitigation: IBRS
Jun 21 11:33:40 archiso kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 21 11:33:40 archiso kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jun 21 11:33:40 archiso kernel: RETBleed: Mitigation: IBRS
Jun 21 11:33:40 archiso kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 21 11:33:40 archiso kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Jun 21 11:33:40 archiso kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jun 21 11:33:40 archiso kernel: MDS: Mitigation: Clear CPU buffers
Jun 21 11:33:40 archiso kernel: TAA: Mitigation: TSX disabled
Jun 21 11:33:40 archiso kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Jun 21 11:33:40 archiso kernel: SRBDS: Mitigation: Microcode
Jun 21 11:33:40 archiso kernel: GDS: Mitigation: Microcode
Jun 21 11:33:40 archiso kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 21 11:33:40 archiso kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 21 11:33:40 archiso kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 21 11:33:40 archiso kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Jun 21 11:33:40 archiso kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Jun 21 11:33:40 archiso kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun 21 11:33:40 archiso kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Jun 21 11:33:40 archiso kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Jun 21 11:33:40 archiso kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Jun 21 11:33:40 archiso kernel: Freeing SMP alternatives memory: 40K
Jun 21 11:33:40 archiso kernel: pid_max: default: 32768 minimum: 301
Jun 21 11:33:40 archiso kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Jun 21 11:33:40 archiso kernel: landlock: Up and running.
Jun 21 11:33:40 archiso kernel: Yama: becoming mindful.
Jun 21 11:33:40 archiso kernel: LSM support for eBPF active
Jun 21 11:33:40 archiso kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 21 11:33:40 archiso kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 21 11:33:40 archiso kernel: smpboot: CPU0: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (family: 0x6, model: 0x9e, stepping: 0xa)
Jun 21 11:33:40 archiso kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Jun 21 11:33:40 archiso kernel: ... version:                4
Jun 21 11:33:40 archiso kernel: ... bit width:              48
Jun 21 11:33:40 archiso kernel: ... generic registers:      4
Jun 21 11:33:40 archiso kernel: ... value mask:             0000ffffffffffff
Jun 21 11:33:40 archiso kernel: ... max period:             00007fffffffffff
Jun 21 11:33:40 archiso kernel: ... fixed-purpose events:   3
Jun 21 11:33:40 archiso kernel: ... event mask:             000000070000000f
Jun 21 11:33:40 archiso kernel: signal: max sigframe size: 2032
Jun 21 11:33:40 archiso kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1217
Jun 21 11:33:40 archiso kernel: rcu: Hierarchical SRCU implementation.
Jun 21 11:33:40 archiso kernel: rcu:         Max phase no-delay instances is 1000.
Jun 21 11:33:40 archiso kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 21 11:33:40 archiso kernel: smp: Bringing up secondary CPUs ...
Jun 21 11:33:40 archiso kernel: smpboot: x86: Booting SMP configuration:
Jun 21 11:33:40 archiso kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
Jun 21 11:33:40 archiso kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Jun 21 11:33:40 archiso 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.
Jun 21 11:33:40 archiso kernel: smp: Brought up 1 node, 12 CPUs
Jun 21 11:33:40 archiso kernel: smpboot: Total of 12 processors activated (88831.24 BogoMIPS)
Jun 21 11:33:40 archiso kernel: devtmpfs: initialized
Jun 21 11:33:40 archiso kernel: x86/mm: Memory block size: 2048MB
Jun 21 11:33:40 archiso kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7faed000-0x7faedfff] (4096 bytes)
Jun 21 11:33:40 archiso kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8e173000-0x8e5a0fff] (4382720 bytes)
Jun 21 11:33:40 archiso kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 21 11:33:40 archiso kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jun 21 11:33:40 archiso kernel: pinctrl core: initialized pinctrl subsystem
Jun 21 11:33:40 archiso kernel: PM: RTC time: 11:33:12, date: 2024-06-21
Jun 21 11:33:40 archiso kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 21 11:33:40 archiso kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jun 21 11:33:40 archiso kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 21 11:33:40 archiso kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 21 11:33:40 archiso kernel: audit: initializing netlink subsys (disabled)
Jun 21 11:33:40 archiso kernel: audit: type=2000 audit(1718969592.059:1): state=initialized audit_enabled=0 res=1
Jun 21 11:33:40 archiso kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 21 11:33:40 archiso kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 21 11:33:40 archiso kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 21 11:33:40 archiso kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 21 11:33:40 archiso kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 21 11:33:40 archiso kernel: cpuidle: using governor ladder
Jun 21 11:33:40 archiso kernel: cpuidle: using governor menu
Jun 21 11:33:40 archiso kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jun 21 11:33:40 archiso kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 21 11:33:40 archiso kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Jun 21 11:33:40 archiso kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as E820 entry
Jun 21 11:33:40 archiso kernel: PCI: Using configuration type 1 for base access
Jun 21 11:33:40 archiso kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 21 11:33:40 archiso kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jun 21 11:33:40 archiso kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jun 21 11:33:40 archiso kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jun 21 11:33:40 archiso kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jun 21 11:33:40 archiso kernel: Demotion targets for Node 0: null
Jun 21 11:33:40 archiso kernel: ACPI: Added _OSI(Module Device)
Jun 21 11:33:40 archiso kernel: ACPI: Added _OSI(Processor Device)
Jun 21 11:33:40 archiso kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 21 11:33:40 archiso kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 21 11:33:40 archiso kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Jun 21 11:33:40 archiso kernel: ACPI: Dynamic OEM Table Load:
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0xFFFF9F2140EDD000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: Dynamic OEM Table Load:
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0xFFFF9F214199D000 00077A (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: Dynamic OEM Table Load:
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0xFFFF9F2140EE1000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: Dynamic OEM Table Load:
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0xFFFF9F2140EDB400 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: Dynamic OEM Table Load:
Jun 21 11:33:40 archiso kernel: ACPI: SSDT 0xFFFF9F2140EDD800 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
Jun 21 11:33:40 archiso kernel: ACPI: _OSC evaluated successfully for all CPUs
Jun 21 11:33:40 archiso kernel: ACPI: EC: EC started
Jun 21 11:33:40 archiso kernel: ACPI: EC: interrupt blocked
Jun 21 11:33:40 archiso kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 21 11:33:40 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Jun 21 11:33:40 archiso kernel: ACPI: Interpreter enabled
Jun 21 11:33:40 archiso kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jun 21 11:33:40 archiso kernel: ACPI: Using IOAPIC for interrupt routing
Jun 21 11:33:40 archiso kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 21 11:33:40 archiso kernel: PCI: Using E820 reservations for host bridge windows
Jun 21 11:33:40 archiso kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
Jun 21 11:33:40 archiso kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Jun 21 11:33:40 archiso kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Jun 21 11:33:40 archiso kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Jun 21 11:33:40 archiso kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jun 21 11:33:40 archiso kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 21 11:33:40 archiso kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Jun 21 11:33:40 archiso kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
Jun 21 11:33:40 archiso kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jun 21 11:33:40 archiso kernel: PCI host bridge to bus 0000:00
Jun 21 11:33:40 archiso kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jun 21 11:33:40 archiso kernel: pci 0000:00:00.0: [8086:3ec2] type 00 class 0x060000 conventional PCI endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Jun 21 11:33:40 archiso kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 21 11:33:40 archiso kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Jun 21 11:33:40 archiso kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jun 21 11:33:40 archiso kernel: pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330 conventional PCI endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:00:14.0: BAR 0 [mem 0xdf630000-0xdf63ffff 64bit]
Jun 21 11:33:40 archiso kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun 21 11:33:40 archiso kernel: pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000 conventional PCI endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:00:16.0: BAR 0 [mem 0xdf64d000-0xdf64dfff 64bit]
Jun 21 11:33:40 archiso kernel: pci 0000:00:16.0: PME# supported from D3hot
Jun 21 11:33:40 archiso kernel: pci 0000:00:17.0: [8086:a282] type 00 class 0x010601 conventional PCI endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:00:17.0: BAR 0 [mem 0xdf648000-0xdf649fff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:17.0: BAR 1 [mem 0xdf64c000-0xdf64c0ff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:17.0: BAR 2 [io  0xf050-0xf057]
Jun 21 11:33:40 archiso kernel: pci 0000:00:17.0: BAR 3 [io  0xf040-0xf043]
Jun 21 11:33:40 archiso kernel: pci 0000:00:17.0: BAR 4 [io  0xf020-0xf03f]
Jun 21 11:33:40 archiso kernel: pci 0000:00:17.0: BAR 5 [mem 0xdf64b000-0xdf64b7ff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:17.0: PME# supported from D3hot
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.0: [8086:a2e7] type 01 class 0x060400 PCIe Root Port
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.0:   bridge window [mem 0xdf500000-0xdf5fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.6: [8086:a2ed] type 01 class 0x060400 PCIe Root Port
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.6: PCI bridge to [bus 03]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.6:   bridge window [io  0xd000-0xdfff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.6:   bridge window [mem 0xdf400000-0xdf4fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.6: PME# supported from D0 D3hot D3cold
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0: [8086:a290] type 01 class 0x060400 PCIe Root Port
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.4: [8086:a294] type 01 class 0x060400 PCIe Root Port
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.4:   bridge window [mem 0xdf300000-0xdf3fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.6: [8086:a296] type 01 class 0x060400 PCIe Root Port
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.6: PCI bridge to [bus 06]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.6:   bridge window [mem 0xdf200000-0xdf2fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Jun 21 11:33:40 archiso kernel: pci 0000:00:1d.0: [8086:a298] type 01 class 0x060400 PCIe Root Port
Jun 21 11:33:40 archiso kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1d.0:   bridge window [mem 0xdf100000-0xdf1fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.0: [8086:a2c9] type 00 class 0x060100 conventional PCI endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000 conventional PCI endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.2: BAR 0 [mem 0xdf644000-0xdf647fff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.3: [8086:a2f0] type 00 class 0x040300 conventional PCI endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.3: BAR 0 [mem 0xdf640000-0xdf643fff 64bit]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.3: BAR 4 [mem 0xdf620000-0xdf62ffff 64bit]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500 conventional PCI endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.4: BAR 0 [mem 0xdf64a000-0xdf64a0ff 64bit]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.4: BAR 4 [io  0xf000-0xf01f]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000 conventional PCI endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.6: BAR 0 [mem 0xdf600000-0xdf61ffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.0: [10de:2216] type 00 class 0x030000 PCIe Legacy Endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.0: BAR 0 [mem 0xde000000-0xdeffffff]
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.0: BAR 1 [mem 0xc0000000-0xcfffffff 64bit pref]
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.0: BAR 3 [mem 0xd0000000-0xd1ffffff 64bit pref]
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.0: BAR 5 [io  0xe000-0xe07f]
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.0: ROM [mem 0xdf000000-0xdf07ffff pref]
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Jun 21 11:33:40 archiso 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)
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.1: [10de:1aef] type 00 class 0x040300 PCIe Endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.1: BAR 0 [mem 0xdf080000-0xdf083fff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 21 11:33:40 archiso kernel: pci 0000:02:00.0: [144d:a80a] type 00 class 0x010802 PCIe Endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:02:00.0: BAR 0 [mem 0xdf500000-0xdf503fff 64bit]
Jun 21 11:33:40 archiso kernel: pci 0000:02:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1b.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Jun 21 11:33:40 archiso kernel: pci 0000:03:00.0: [1b4b:9215] type 00 class 0x010601 PCIe Legacy Endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:03:00.0: BAR 0 [io  0xd050-0xd057]
Jun 21 11:33:40 archiso kernel: pci 0000:03:00.0: BAR 1 [io  0xd040-0xd043]
Jun 21 11:33:40 archiso kernel: pci 0000:03:00.0: BAR 2 [io  0xd030-0xd037]
Jun 21 11:33:40 archiso kernel: pci 0000:03:00.0: BAR 3 [io  0xd020-0xd023]
Jun 21 11:33:40 archiso kernel: pci 0000:03:00.0: BAR 4 [io  0xd000-0xd01f]
Jun 21 11:33:40 archiso kernel: pci 0000:03:00.0: BAR 5 [mem 0xdf440000-0xdf4407ff]
Jun 21 11:33:40 archiso kernel: pci 0000:03:00.0: ROM [mem 0xdf400000-0xdf43ffff pref]
Jun 21 11:33:40 archiso kernel: pci 0000:03:00.0: Enabling fixed DMA alias to 00.1
Jun 21 11:33:40 archiso kernel: pci 0000:03:00.0: PME# supported from D3hot
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.6: PCI bridge to [bus 03]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Jun 21 11:33:40 archiso kernel: pci 0000:05:00.0: [1b21:2142] type 00 class 0x0c0330 PCIe Legacy Endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:05:00.0: BAR 0 [mem 0xdf300000-0xdf307fff 64bit]
Jun 21 11:33:40 archiso kernel: pci 0000:05:00.0: enabling Extended Tags
Jun 21 11:33:40 archiso kernel: pci 0000:05:00.0: PME# supported from D0
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Jun 21 11:33:40 archiso kernel: pci 0000:06:00.0: [1b21:2142] type 00 class 0x0c0330 PCIe Legacy Endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:06:00.0: BAR 0 [mem 0xdf200000-0xdf207fff 64bit]
Jun 21 11:33:40 archiso kernel: pci 0000:06:00.0: enabling Extended Tags
Jun 21 11:33:40 archiso kernel: pci 0000:06:00.0: PME# supported from D0
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.6: PCI bridge to [bus 06]
Jun 21 11:33:40 archiso kernel: pci 0000:07:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:07:00.0: BAR 0 [mem 0xdf100000-0xdf103fff 64bit]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
Jun 21 11:33:40 archiso kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Jun 21 11:33:40 archiso kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Jun 21 11:33:40 archiso kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Jun 21 11:33:40 archiso kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Jun 21 11:33:40 archiso kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Jun 21 11:33:40 archiso kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Jun 21 11:33:40 archiso kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Jun 21 11:33:40 archiso kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Jun 21 11:33:40 archiso kernel: ACPI: EC: interrupt unblocked
Jun 21 11:33:40 archiso kernel: ACPI: EC: event unblocked
Jun 21 11:33:40 archiso kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 21 11:33:40 archiso kernel: ACPI: EC: GPE=0x16
Jun 21 11:33:40 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Jun 21 11:33:40 archiso kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Jun 21 11:33:40 archiso kernel: iommu: Default domain type: Translated
Jun 21 11:33:40 archiso kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jun 21 11:33:40 archiso kernel: SCSI subsystem initialized
Jun 21 11:33:40 archiso kernel: libata version 3.00 loaded.
Jun 21 11:33:40 archiso kernel: ACPI: bus type USB registered
Jun 21 11:33:40 archiso kernel: usbcore: registered new interface driver usbfs
Jun 21 11:33:40 archiso kernel: usbcore: registered new interface driver hub
Jun 21 11:33:40 archiso kernel: usbcore: registered new device driver usb
Jun 21 11:33:40 archiso kernel: EDAC MC: Ver: 3.0.0
Jun 21 11:33:40 archiso kernel: NetLabel: Initializing
Jun 21 11:33:40 archiso kernel: NetLabel:  domain hash size = 128
Jun 21 11:33:40 archiso kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 21 11:33:40 archiso kernel: NetLabel:  unlabeled traffic allowed by default
Jun 21 11:33:40 archiso kernel: mctp: management component transport protocol core
Jun 21 11:33:40 archiso kernel: NET: Registered PF_MCTP protocol family
Jun 21 11:33:40 archiso kernel: PCI: Using ACPI for IRQ routing
Jun 21 11:33:40 archiso kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 21 11:33:40 archiso kernel: e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
Jun 21 11:33:40 archiso kernel: e820: reserve RAM buffer [mem 0x7faed000-0x7fffffff]
Jun 21 11:33:40 archiso kernel: e820: reserve RAM buffer [mem 0x8c86e000-0x8fffffff]
Jun 21 11:33:40 archiso kernel: e820: reserve RAM buffer [mem 0x8f7ff000-0x8fffffff]
Jun 21 11:33:40 archiso kernel: e820: reserve RAM buffer [mem 0x106f000000-0x106fffffff]
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 21 11:33:40 archiso kernel: vgaarb: loaded
Jun 21 11:33:40 archiso kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 21 11:33:40 archiso kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Jun 21 11:33:40 archiso kernel: clocksource: Switched to clocksource tsc-early
Jun 21 11:33:40 archiso kernel: VFS: Disk quotas dquot_6.6.0
Jun 21 11:33:40 archiso kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 21 11:33:40 archiso kernel: pnp: PnP ACPI init
Jun 21 11:33:40 archiso kernel: system 00:00: [io  0x0290-0x029f] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:01: [io  0xffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:01: [io  0xffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:01: [io  0xffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:02: [io  0x0800-0x087f] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:04: [io  0x1854-0x1857] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Jun 21 11:33:40 archiso kernel: system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:06: [mem 0xfdac0000-0xfdacffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:06: [mem 0xfdae0000-0xfdaeffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:06: [mem 0xfdaf0000-0xfdafffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Jun 21 11:33:40 archiso kernel: system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:07: [io  0xfe00-0xfefe] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
Jun 21 11:33:40 archiso kernel: system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
Jun 21 11:33:40 archiso kernel: pnp: PnP ACPI: found 9 devices
Jun 21 11:33:40 archiso kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.1: [8086:a2a0] type 00 class 0x058000 conventional PCI endpoint
Jun 21 11:33:40 archiso kernel: pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
Jun 21 11:33:40 archiso kernel: NET: Registered PF_INET protocol family
Jun 21 11:33:40 archiso kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 21 11:33:40 archiso kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Jun 21 11:33:40 archiso kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jun 21 11:33:40 archiso kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Jun 21 11:33:40 archiso kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jun 21 11:33:40 archiso kernel: TCP: Hash tables configured (established 524288 bind 65536)
Jun 21 11:33:40 archiso kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Jun 21 11:33:40 archiso kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Jun 21 11:33:40 archiso kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Jun 21 11:33:40 archiso kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 21 11:33:40 archiso kernel: NET: Registered PF_XDP protocol family
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0x901fffff]: assigned
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0: bridge window [mem 0x90200000-0x903fffff 64bit pref]: assigned
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0: bridge window [io  0x2000-0x2fff]: assigned
Jun 21 11:33:40 archiso kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 21 11:33:40 archiso kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.0:   bridge window [mem 0xdf500000-0xdf5fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.6: PCI bridge to [bus 03]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.6:   bridge window [io  0xd000-0xdfff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1b.6:   bridge window [mem 0xdf400000-0xdf4fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0:   bridge window [mem 0x90000000-0x901fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.0:   bridge window [mem 0x90200000-0x903fffff 64bit pref]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.4:   bridge window [mem 0xdf300000-0xdf3fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.6: PCI bridge to [bus 06]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1c.6:   bridge window [mem 0xdf200000-0xdf2fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
Jun 21 11:33:40 archiso kernel: pci 0000:00:1d.0:   bridge window [mem 0xdf100000-0xdf1fffff]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:02: resource 1 [mem 0xdf500000-0xdf5fffff]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:03: resource 1 [mem 0xdf400000-0xdf4fffff]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:04: resource 1 [mem 0x90000000-0x901fffff]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:04: resource 2 [mem 0x90200000-0x903fffff 64bit pref]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:05: resource 1 [mem 0xdf300000-0xdf3fffff]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:06: resource 1 [mem 0xdf200000-0xdf2fffff]
Jun 21 11:33:40 archiso kernel: pci_bus 0000:07: resource 1 [mem 0xdf100000-0xdf1fffff]
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Jun 21 11:33:40 archiso kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jun 21 11:33:40 archiso kernel: pci 0000:05:00.0: PME# does not work under D0, disabling it
Jun 21 11:33:40 archiso kernel: pci 0000:06:00.0: PME# does not work under D0, disabling it
Jun 21 11:33:40 archiso kernel: PCI: CLS 64 bytes, default 64
Jun 21 11:33:40 archiso kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 21 11:33:40 archiso kernel: software IO TLB: mapped [mem 0x000000008886e000-0x000000008c86e000] (64MB)
Jun 21 11:33:40 archiso kernel: Trying to unpack rootfs image as initramfs...
Jun 21 11:33:40 archiso kernel: Initialise system trusted keyrings
Jun 21 11:33:40 archiso kernel: Key type blacklist registered
Jun 21 11:33:40 archiso kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Jun 21 11:33:40 archiso kernel: zbud: loaded
Jun 21 11:33:40 archiso kernel: fuse: init (API version 7.40)
Jun 21 11:33:40 archiso kernel: integrity: Platform Keyring initialized
Jun 21 11:33:40 archiso kernel: integrity: Machine keyring initialized
Jun 21 11:33:40 archiso kernel: Key type asymmetric registered
Jun 21 11:33:40 archiso kernel: Asymmetric key parser 'x509' registered
Jun 21 11:33:40 archiso kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jun 21 11:33:40 archiso kernel: io scheduler mq-deadline registered
Jun 21 11:33:40 archiso kernel: io scheduler kyber registered
Jun 21 11:33:40 archiso kernel: io scheduler bfq registered
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1b.0: AER: enabled with IRQ 121
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1b.6: AER: enabled with IRQ 122
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1c.4: AER: enabled with IRQ 124
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1c.6: AER: enabled with IRQ 125
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 126
Jun 21 11:33:40 archiso kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 21 11:33:40 archiso kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Jun 21 11:33:40 archiso kernel: ACPI: button: Sleep Button [SLPB]
Jun 21 11:33:40 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jun 21 11:33:40 archiso kernel: ACPI: button: Power Button [PWRB]
Jun 21 11:33:40 archiso kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jun 21 11:33:40 archiso kernel: ACPI: button: Power Button [PWRF]
Jun 21 11:33:40 archiso kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 21 11:33:40 archiso kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jun 21 11:33:40 archiso kernel: Non-volatile memory driver v1.3
Jun 21 11:33:40 archiso kernel: Linux agpgart interface v0.103
Jun 21 11:33:40 archiso kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x201] vs fed40080 f80
Jun 21 11:33:40 archiso kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x201] vs fed40080 f80
Jun 21 11:33:40 archiso kernel: ACPI: bus type drm_connector registered
Jun 21 11:33:40 archiso kernel: ahci 0000:00:17.0: version 3.0
Jun 21 11:33:40 archiso kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Jun 21 11:33:40 archiso kernel: ahci 0000:00:17.0: 4/4 ports implemented (port mask 0xf)
Jun 21 11:33:40 archiso kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
Jun 21 11:33:40 archiso kernel: scsi host0: ahci
Jun 21 11:33:40 archiso kernel: scsi host1: ahci
Jun 21 11:33:40 archiso kernel: scsi host2: ahci
Jun 21 11:33:40 archiso kernel: scsi host3: ahci
Jun 21 11:33:40 archiso kernel: ata1: SATA max UDMA/133 abar m2048@0xdf64b000 port 0xdf64b100 irq 127 lpm-pol 3
Jun 21 11:33:40 archiso kernel: ata2: SATA max UDMA/133 abar m2048@0xdf64b000 port 0xdf64b180 irq 127 lpm-pol 3
Jun 21 11:33:40 archiso kernel: ata3: SATA max UDMA/133 abar m2048@0xdf64b000 port 0xdf64b200 irq 127 lpm-pol 3
Jun 21 11:33:40 archiso kernel: ata4: SATA max UDMA/133 abar m2048@0xdf64b000 port 0xdf64b280 irq 127 lpm-pol 3
Jun 21 11:33:40 archiso kernel: ahci 0000:03:00.0: AHCI vers 0001.0000, 32 command slots, 6 Gbps, SATA mode
Jun 21 11:33:40 archiso kernel: ahci 0000:03:00.0: 4/4 ports implemented (port mask 0xf)
Jun 21 11:33:40 archiso kernel: ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
Jun 21 11:33:40 archiso kernel: scsi host4: ahci
Jun 21 11:33:40 archiso kernel: scsi host5: ahci
Jun 21 11:33:40 archiso kernel: scsi host6: ahci
Jun 21 11:33:40 archiso kernel: scsi host7: ahci
Jun 21 11:33:40 archiso kernel: ata5: SATA max UDMA/133 abar m2048@0xdf440000 port 0xdf440100 irq 128 lpm-pol 0
Jun 21 11:33:40 archiso kernel: ata6: SATA max UDMA/133 abar m2048@0xdf440000 port 0xdf440180 irq 128 lpm-pol 0
Jun 21 11:33:40 archiso kernel: ata7: SATA max UDMA/133 abar m2048@0xdf440000 port 0xdf440200 irq 128 lpm-pol 0
Jun 21 11:33:40 archiso kernel: ata8: SATA max UDMA/133 abar m2048@0xdf440000 port 0xdf440280 irq 128 lpm-pol 0
Jun 21 11:33:40 archiso kernel: usbcore: registered new interface driver usbserial_generic
Jun 21 11:33:40 archiso kernel: usbserial: USB Serial support registered for generic
Jun 21 11:33:40 archiso kernel: rtc_cmos 00:03: RTC can wake from S4
Jun 21 11:33:40 archiso kernel: rtc_cmos 00:03: registered as rtc0
Jun 21 11:33:40 archiso kernel: rtc_cmos 00:03: setting system clock to 2024-06-21T11:33:12 UTC (1718969592)
Jun 21 11:33:40 archiso kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
Jun 21 11:33:40 archiso kernel: intel_pstate: Intel P-state driver initializing
Jun 21 11:33:40 archiso kernel: intel_pstate: Disabling energy efficiency optimization
Jun 21 11:33:40 archiso kernel: intel_pstate: HWP enabled
Jun 21 11:33:40 archiso kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 21 11:33:40 archiso kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 21 11:33:40 archiso kernel: drop_monitor: Initializing network drop monitor service
Jun 21 11:33:40 archiso kernel: NET: Registered PF_INET6 protocol family
Jun 21 11:33:40 archiso kernel: ata1: SATA link down (SStatus 4 SControl 300)
Jun 21 11:33:40 archiso kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 21 11:33:40 archiso kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 21 11:33:40 archiso kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 21 11:33:40 archiso kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 21 11:33:40 archiso kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 21 11:33:40 archiso kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 21 11:33:40 archiso kernel: ata2.00: ATA-8: WDC WD6402AAEX-00Y9A0, 01.01V01, max UDMA/133
Jun 21 11:33:40 archiso kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 21 11:33:40 archiso kernel: ata2.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 21 11:33:40 archiso kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 21 11:33:40 archiso kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 21 11:33:40 archiso kernel: ata3.00: supports DRM functions and may not be fully accessible
Jun 21 11:33:40 archiso kernel: ata3.00: ATA-9: Crucial_CT256MX100SSD1, MU01, max UDMA/133
Jun 21 11:33:40 archiso kernel: ata4.00: ATA-8: WDC WD6402AAEX-00Z3A0, 05.01D05, max UDMA/133
Jun 21 11:33:40 archiso kernel: ata4.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 21 11:33:40 archiso kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 21 11:33:40 archiso kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 21 11:33:40 archiso kernel: ata2.00: configured for UDMA/133
Jun 21 11:33:40 archiso kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC WD6402AAEX-0 1V01 PQ: 0 ANSI: 5
Jun 21 11:33:40 archiso kernel: sd 1:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
Jun 21 11:33:40 archiso kernel: sd 1:0:0:0: [sda] Write Protect is off
Jun 21 11:33:40 archiso kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 21 11:33:40 archiso kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 21 11:33:40 archiso kernel: sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jun 21 11:33:40 archiso kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 21 11:33:40 archiso kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 21 11:33:40 archiso kernel: ata4.00: configured for UDMA/133
Jun 21 11:33:40 archiso kernel:  sda: sda1
Jun 21 11:33:40 archiso kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Jun 21 11:33:40 archiso kernel: ata3.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 21 11:33:40 archiso kernel: ata3.00: Features: Trust Dev-Sleep NCQ-sndrcv NCQ-prio
Jun 21 11:33:40 archiso kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 21 11:33:40 archiso kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 21 11:33:40 archiso kernel: ata3.00: supports DRM functions and may not be fully accessible
Jun 21 11:33:40 archiso kernel: ata3.00: configured for UDMA/133
Jun 21 11:33:40 archiso kernel: ahci 0000:00:17.0: port does not support device sleep
Jun 21 11:33:40 archiso kernel: scsi 2:0:0:0: Direct-Access     ATA      Crucial_CT256MX1 MU01 PQ: 0 ANSI: 5
Jun 21 11:33:40 archiso kernel: ata3.00: Enabling discard_zeroes_data
Jun 21 11:33:40 archiso kernel: sd 2:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 GB/238 GiB)
Jun 21 11:33:40 archiso kernel: sd 2:0:0:0: [sdb] 4096-byte physical blocks
Jun 21 11:33:40 archiso kernel: sd 2:0:0:0: [sdb] Write Protect is off
Jun 21 11:33:40 archiso kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Jun 21 11:33:40 archiso kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 21 11:33:40 archiso kernel: sd 2:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
Jun 21 11:33:40 archiso kernel: scsi 3:0:0:0: Direct-Access     ATA      WDC WD6402AAEX-0 1D05 PQ: 0 ANSI: 5
Jun 21 11:33:40 archiso kernel: sd 3:0:0:0: [sdc] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
Jun 21 11:33:40 archiso kernel: sd 3:0:0:0: [sdc] Write Protect is off
Jun 21 11:33:40 archiso kernel: sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Jun 21 11:33:40 archiso kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 21 11:33:40 archiso kernel: sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
Jun 21 11:33:40 archiso kernel: ata3.00: Enabling discard_zeroes_data
Jun 21 11:33:40 archiso kernel:  sdb: sdb1
Jun 21 11:33:40 archiso kernel: sd 2:0:0:0: [sdb] supports TCG Opal
Jun 21 11:33:40 archiso kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
Jun 21 11:33:40 archiso kernel:  sdc: sdc1
Jun 21 11:33:40 archiso kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
Jun 21 11:33:40 archiso kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 21 11:33:40 archiso kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 21 11:33:40 archiso kernel: ata8: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun 21 11:33:40 archiso kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 21 11:33:40 archiso kernel: ata6.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
Jun 21 11:33:40 archiso kernel: ata5.00: ATA-8: ST2000DL003-9VT166, CC32, max UDMA/133
Jun 21 11:33:40 archiso kernel: ata5.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32)
Jun 21 11:33:40 archiso kernel: ata6.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32), AA
Jun 21 11:33:40 archiso kernel: ata8.00: ATAPI: TSSTcorp DVDWBD SH-B123L, SB04, max UDMA/100
Jun 21 11:33:40 archiso kernel: ata6.00: configured for UDMA/133
Jun 21 11:33:40 archiso kernel: ata7.00: ATA-8: WDC WD7502AAEX-00Y9A0, 05.01D05, max UDMA/133
Jun 21 11:33:40 archiso kernel: ata5.00: configured for UDMA/133
Jun 21 11:33:40 archiso kernel: scsi 4:0:0:0: Direct-Access     ATA      ST2000DL003-9VT1 CC32 PQ: 0 ANSI: 5
Jun 21 11:33:40 archiso kernel: sd 4:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Jun 21 11:33:40 archiso kernel: sd 4:0:0:0: [sdd] Write Protect is off
Jun 21 11:33:40 archiso kernel: sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
Jun 21 11:33:40 archiso kernel: sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 21 11:33:40 archiso kernel: sd 4:0:0:0: [sdd] Preferred minimum I/O size 512 bytes
Jun 21 11:33:40 archiso kernel: scsi 5:0:0:0: Direct-Access     ATA      WDC WD20EZRX-00D 0A80 PQ: 0 ANSI: 5
Jun 21 11:33:40 archiso kernel: ata7.00: 1465149168 sectors, multi 0: LBA48 NCQ (depth 32), AA
Jun 21 11:33:40 archiso kernel: sd 5:0:0:0: [sde] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Jun 21 11:33:40 archiso kernel: sd 5:0:0:0: [sde] 4096-byte physical blocks
Jun 21 11:33:40 archiso kernel: sd 5:0:0:0: [sde] Write Protect is off
Jun 21 11:33:40 archiso kernel: sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
Jun 21 11:33:40 archiso kernel: sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 21 11:33:40 archiso kernel: sd 5:0:0:0: [sde] Preferred minimum I/O size 4096 bytes
Jun 21 11:33:40 archiso kernel: ata8.00: configured for UDMA/100
Jun 21 11:33:40 archiso kernel: ata7.00: configured for UDMA/133
Jun 21 11:33:40 archiso kernel: scsi 6:0:0:0: Direct-Access     ATA      WDC WD7502AAEX-0 1D05 PQ: 0 ANSI: 5
Jun 21 11:33:40 archiso kernel: sd 6:0:0:0: [sdf] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
Jun 21 11:33:40 archiso kernel: sd 6:0:0:0: [sdf] Write Protect is off
Jun 21 11:33:40 archiso kernel: sd 6:0:0:0: [sdf] Mode Sense: 00 3a 00 00
Jun 21 11:33:40 archiso kernel: sd 6:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 21 11:33:40 archiso kernel: sd 6:0:0:0: [sdf] Preferred minimum I/O size 512 bytes
Jun 21 11:33:40 archiso kernel: scsi 7:0:0:0: CD-ROM            TSSTcorp DVDWBD SH-B123L  SB04 PQ: 0 ANSI: 5
Jun 21 11:33:40 archiso kernel:  sdd: sdd1
Jun 21 11:33:40 archiso kernel: sd 4:0:0:0: [sdd] Attached SCSI removable disk
Jun 21 11:33:40 archiso kernel:  sdf: sdf1
Jun 21 11:33:40 archiso kernel: sd 6:0:0:0: [sdf] Attached SCSI removable disk
Jun 21 11:33:40 archiso kernel: Freeing initrd memory: 143796K
Jun 21 11:33:40 archiso kernel: Segment Routing with IPv6
Jun 21 11:33:40 archiso kernel: RPL Segment Routing with IPv6
Jun 21 11:33:40 archiso kernel: In-situ OAM (IOAM) with IPv6
Jun 21 11:33:40 archiso kernel: NET: Registered PF_PACKET protocol family
Jun 21 11:33:40 archiso kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun 21 11:33:40 archiso kernel: microcode: Current revision: 0x000000f6
Jun 21 11:33:40 archiso kernel: microcode: Updated early from: 0x0000006e
Jun 21 11:33:40 archiso kernel: IPI shorthand broadcast: enabled
Jun 21 11:33:40 archiso kernel: sched_clock: Marking stable (1320000947, 4538677)->(1383864125, -59324501)
Jun 21 11:33:40 archiso kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Jun 21 11:33:40 archiso kernel: registered taskstats version 1
Jun 21 11:33:40 archiso kernel: Loading compiled-in X.509 certificates
Jun 21 11:33:40 archiso kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a4353263ac24ac3008ebe1401c28f462f35d83c'
Jun 21 11:33:40 archiso kernel: zswap: loaded using pool zstd/zsmalloc
Jun 21 11:33:40 archiso kernel: Key type .fscrypt registered
Jun 21 11:33:40 archiso kernel: Key type fscrypt-provisioning registered
Jun 21 11:33:40 archiso kernel: PM:   Magic number: 12:772:580
Jun 21 11:33:40 archiso kernel: pci_bus 0000:01: hash matches
Jun 21 11:33:40 archiso kernel: RAS: Correctable Errors collector initialized.
Jun 21 11:33:40 archiso kernel: clk: Disabling unused clocks
Jun 21 11:33:40 archiso kernel: PM: genpd: Disabling unused power domains
Jun 21 11:33:40 archiso kernel: tsc: Refined TSC clocksource calibration: 3695.998 MHz
Jun 21 11:33:40 archiso kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a8d2284b57, max_idle_ns: 881590451434 ns
Jun 21 11:33:40 archiso kernel: clocksource: Switched to clocksource tsc
Jun 21 11:33:40 archiso kernel:  sde: sde1
Jun 21 11:33:40 archiso kernel: sd 5:0:0:0: [sde] Attached SCSI removable disk
Jun 21 11:33:40 archiso kernel: Freeing unused decrypted memory: 2028K
Jun 21 11:33:40 archiso kernel: Freeing unused kernel image (initmem) memory: 3412K
Jun 21 11:33:40 archiso kernel: Write protecting the kernel read-only data: 32768k
Jun 21 11:33:40 archiso kernel: Freeing unused kernel image (rodata/data gap) memory: 1112K
Jun 21 11:33:40 archiso kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 21 11:33:40 archiso kernel: rodata_test: all tests were successful
Jun 21 11:33:40 archiso kernel: x86/mm: Checking user space page tables
Jun 21 11:33:40 archiso kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 21 11:33:40 archiso kernel: Run /init as init process
Jun 21 11:33:40 archiso kernel:   with arguments:
Jun 21 11:33:40 archiso kernel:     /init
Jun 21 11:33:40 archiso kernel:   with environment:
Jun 21 11:33:40 archiso kernel:     HOME=/
Jun 21 11:33:40 archiso kernel:     TERM=linux
Jun 21 11:33:40 archiso kernel:     BOOT_IMAGE=/arch/boot/x86_64/vmlinuz-linux
Jun 21 11:33:40 archiso kernel:     archisobasedir=arch
Jun 21 11:33:40 archiso kernel:     archisosearchuuid=2024-06-01-09-07-18-00
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jun 21 11:33:40 archiso kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 21 11:33:40 archiso kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 21 11:33:40 archiso kernel: usb usb1: Product: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: usb usb1: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 21 11:33:40 archiso kernel: usb usb1: SerialNumber: 0000:00:14.0
Jun 21 11:33:40 archiso kernel: hub 1-0:1.0: USB hub found
Jun 21 11:33:40 archiso kernel: hub 1-0:1.0: 16 ports detected
Jun 21 11:33:40 archiso kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 21 11:33:40 archiso kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 21 11:33:40 archiso kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jun 21 11:33:40 archiso kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 21 11:33:40 archiso kernel: usb usb2: Product: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: usb usb2: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 21 11:33:40 archiso kernel: usb usb2: SerialNumber: 0000:00:14.0
Jun 21 11:33:40 archiso kernel: hub 2-0:1.0: USB hub found
Jun 21 11:33:40 archiso kernel: hub 2-0:1.0: 10 ports detected
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1c.4: AER: Correctable error message received from 0000:00:1c.4
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1c.4: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1c.4:   device [8086:a294] error status/mask=00000001/00002000
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1c.4:    [ 0] RxErr                  (First)
Jun 21 11:33:40 archiso kernel: cryptd: max_cpu_qlen set to 1000
Jun 21 11:33:40 archiso kernel: PTP clock support registered
Jun 21 11:33:40 archiso kernel: AVX2 version of gcm_enc/dec engaged.
Jun 21 11:33:40 archiso kernel: AES CTR mode by8 optimization enabled
Jun 21 11:33:40 archiso kernel: nvme nvme0: pci function 0000:02:00.0
Jun 21 11:33:40 archiso kernel: nvme nvme1: pci function 0000:07:00.0
Jun 21 11:33:40 archiso kernel: e1000e: Intel(R) PRO/1000 Network Driver
Jun 21 11:33:40 archiso kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jun 21 11:33:40 archiso kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jun 21 11:33:40 archiso kernel: nvme nvme1: missing or invalid SUBNQN field.
Jun 21 11:33:40 archiso kernel: nvme nvme1: D3 entry latency set to 8 seconds
Jun 21 11:33:40 archiso kernel: nvme nvme0: D3 entry latency set to 10 seconds
Jun 21 11:33:40 archiso kernel: nvme nvme0: 12/0/0 default/read/poll queues
Jun 21 11:33:40 archiso kernel:  nvme0n1: p1 p2 p3 p4
Jun 21 11:33:40 archiso kernel: nvme nvme1: 12/0/0 default/read/poll queues
Jun 21 11:33:40 archiso kernel:  nvme1n1: p1 p2 p3 p4
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:05:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 4
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:05:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jun 21 11:33:40 archiso kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 21 11:33:40 archiso kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 21 11:33:40 archiso kernel: usb usb3: Product: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: usb usb3: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 21 11:33:40 archiso kernel: usb usb3: SerialNumber: 0000:05:00.0
Jun 21 11:33:40 archiso kernel: hub 3-0:1.0: USB hub found
Jun 21 11:33:40 archiso kernel: hub 3-0:1.0: 2 ports detected
Jun 21 11:33:40 archiso kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 21 11:33:40 archiso kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jun 21 11:33:40 archiso kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 21 11:33:40 archiso kernel: usb usb4: Product: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: usb usb4: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 21 11:33:40 archiso kernel: usb usb4: SerialNumber: 0000:05:00.0
Jun 21 11:33:40 archiso kernel: hub 4-0:1.0: USB hub found
Jun 21 11:33:40 archiso kernel: hub 4-0:1.0: 2 ports detected
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:06:00.0: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 5
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1c.6: AER: Correctable error message received from 0000:00:1c.6
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1c.6: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1c.6:   device [8086:a296] error status/mask=00000001/00002000
Jun 21 11:33:40 archiso kernel: pcieport 0000:00:1c.6:    [ 0] RxErr                  (First)
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:06:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:06:00.0: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 6
Jun 21 11:33:40 archiso kernel: xhci_hcd 0000:06:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jun 21 11:33:40 archiso kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 21 11:33:40 archiso kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 21 11:33:40 archiso kernel: usb usb5: Product: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: usb usb5: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 21 11:33:40 archiso kernel: usb usb5: SerialNumber: 0000:06:00.0
Jun 21 11:33:40 archiso kernel: hub 5-0:1.0: USB hub found
Jun 21 11:33:40 archiso kernel: hub 5-0:1.0: 2 ports detected
Jun 21 11:33:40 archiso kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 21 11:33:40 archiso kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jun 21 11:33:40 archiso kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 21 11:33:40 archiso kernel: usb usb6: Product: xHCI Host Controller
Jun 21 11:33:40 archiso kernel: usb usb6: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 21 11:33:40 archiso kernel: usb usb6: SerialNumber: 0000:06:00.0
Jun 21 11:33:40 archiso kernel: hub 6-0:1.0: USB hub found
Jun 21 11:33:40 archiso kernel: hub 6-0:1.0: 2 ports detected
Jun 21 11:33:40 archiso kernel: usb: port power management may be unreliable
Jun 21 11:33:40 archiso kernel: sr 7:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Jun 21 11:33:40 archiso kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Jun 21 11:33:40 archiso kernel: sr 7:0:0:0: Attached scsi CD-ROM sr0
Jun 21 11:33:40 archiso kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Jun 21 11:33:40 archiso kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.07
Jun 21 11:33:40 archiso kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 21 11:33:40 archiso kernel: usb 1-2: Product: USB Receiver
Jun 21 11:33:40 archiso kernel: usb 1-2: Manufacturer: Logitech
Jun 21 11:33:40 archiso kernel: MXM: GUID detected in BIOS
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: vgaarb: deactivate vga console
Jun 21 11:33:40 archiso kernel: Console: switching to colour dummy device 80x25
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: NVIDIA GA102 (b72000a1)
Jun 21 11:33:40 archiso kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Jun 21 11:33:40 archiso kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) b0:6e:bf:82:d2:e0
Jun 21 11:33:40 archiso kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Jun 21 11:33:40 archiso kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
Jun 21 11:33:40 archiso kernel: usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
Jun 21 11:33:40 archiso kernel: usb 2-1: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
Jun 21 11:33:40 archiso kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 21 11:33:40 archiso kernel: usb 2-1: Product:  SanDisk 3.2Gen1
Jun 21 11:33:40 archiso kernel: usb 2-1: Manufacturer:  USB
Jun 21 11:33:40 archiso kernel: usb 2-1: SerialNumber: 0401830fab487dfca7787bc13570f0ef54945b27ccc9235f354b04cd5907c3a36c88000000000000000000005498554100887e188155810768ad5883
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: bios: version 94.02.71.40.9b
Jun 21 11:33:40 archiso kernel: usb 1-3: new high-speed USB device number 3 using xhci_hcd
Jun 21 11:33:40 archiso kernel: usb 1-3: New USB device found, idVendor=1235, idProduct=8210, bcdDevice= 6.45
Jun 21 11:33:40 archiso kernel: usb 1-3: New USB device strings: Mfr=1, Product=3, SerialNumber=2
Jun 21 11:33:40 archiso kernel: usb 1-3: Product: Scarlett 2i2 USB
Jun 21 11:33:40 archiso kernel: usb 1-3: Manufacturer: Focusrite
Jun 21 11:33:40 archiso kernel: usb 1-3: SerialNumber: Y8M726N0C64C40
Jun 21 11:33:40 archiso kernel: usb 1-4: new high-speed USB device number 4 using xhci_hcd
Jun 21 11:33:40 archiso kernel: usb 1-4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.52
Jun 21 11:33:40 archiso kernel: usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jun 21 11:33:40 archiso kernel: usb 1-4: Product: USB2.0 Hub
Jun 21 11:33:40 archiso kernel: hub 1-4:1.0: USB hub found
Jun 21 11:33:40 archiso kernel: hub 1-4:1.0: 4 ports detected
Jun 21 11:33:40 archiso kernel: usb 1-11: new full-speed USB device number 5 using xhci_hcd
Jun 21 11:33:40 archiso kernel: usb 1-11: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Jun 21 11:33:40 archiso kernel: usb 1-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 21 11:33:40 archiso kernel: usb 1-4.1: new full-speed USB device number 6 using xhci_hcd
Jun 21 11:33:40 archiso kernel: usb 1-4.1: New USB device found, idVendor=0c45, idProduct=652f, bcdDevice= 1.08
Jun 21 11:33:40 archiso kernel: usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 21 11:33:40 archiso kernel: usb 1-4.1: Product: USB DEVICE
Jun 21 11:33:40 archiso kernel: usb 1-4.1: Manufacturer: SONiX
Jun 21 11:33:40 archiso kernel: usb 1-12: new high-speed USB device number 7 using xhci_hcd
Jun 21 11:33:40 archiso kernel: usb 1-12: New USB device found, idVendor=058f, idProduct=6387, bcdDevice= 1.00
Jun 21 11:33:40 archiso kernel: usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 21 11:33:40 archiso kernel: usb 1-12: Product: Mass Storage
Jun 21 11:33:40 archiso kernel: usb 1-12: Manufacturer: Generic
Jun 21 11:33:40 archiso kernel: usb 1-12: SerialNumber: AEB86035
Jun 21 11:33:40 archiso kernel: usb 1-4.4: new high-speed USB device number 8 using xhci_hcd
Jun 21 11:33:40 archiso kernel: usb 1-4.4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.52
Jun 21 11:33:40 archiso kernel: usb 1-4.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jun 21 11:33:40 archiso kernel: usb 1-4.4: Product: USB2.0 Hub
Jun 21 11:33:40 archiso kernel: hub 1-4.4:1.0: USB hub found
Jun 21 11:33:40 archiso kernel: hub 1-4.4:1.0: 4 ports detected
Jun 21 11:33:40 archiso kernel: usb 1-14: new full-speed USB device number 9 using xhci_hcd
Jun 21 11:33:40 archiso kernel: usb 1-14: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
Jun 21 11:33:40 archiso kernel: usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 21 11:33:40 archiso kernel: usb 1-14: Product: AURA LED Controller
Jun 21 11:33:40 archiso kernel: usb 1-14: Manufacturer: AsusTek Computer Inc.
Jun 21 11:33:40 archiso kernel: usb 1-14: SerialNumber: 00000000001A
Jun 21 11:33:40 archiso kernel: usb-storage 2-1:1.0: USB Mass Storage device detected
Jun 21 11:33:40 archiso kernel: scsi host8: usb-storage 2-1:1.0
Jun 21 11:33:40 archiso kernel: usb-storage 1-12:1.0: USB Mass Storage device detected
Jun 21 11:33:40 archiso kernel: scsi host9: usb-storage 1-12:1.0
Jun 21 11:33:40 archiso kernel: usbcore: registered new interface driver usb-storage
Jun 21 11:33:40 archiso kernel: usbcore: registered new interface driver uas
Jun 21 11:33:40 archiso kernel: usbcore: registered new interface driver usbhid
Jun 21 11:33:40 archiso kernel: usbhid: USB HID core driver
Jun 21 11:33:40 archiso kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C52B.0001/input/input3
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: DRM: VRAM: 10240 MiB
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
Jun 21 11:33:40 archiso kernel: hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
Jun 21 11:33:40 archiso kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input4
Jun 21 11:33:40 archiso kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input5
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
Jun 21 11:33:40 archiso kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input6
Jun 21 11:33:40 archiso kernel: hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
Jun 21 11:33:40 archiso kernel: hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
Jun 21 11:33:40 archiso kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.0/0003:0C45:652F.0004/input/input8
Jun 21 11:33:40 archiso kernel: [drm] Initialized nouveau 1.4.0 20120801 for 0000:01:00.0 on minor 0
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: hid-generic 0003:0C45:652F.0004: input,hidraw3: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-4.1/input0
Jun 21 11:33:40 archiso kernel: input: SONiX USB DEVICE Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.1/0003:0C45:652F.0005/input/input9
Jun 21 11:33:40 archiso kernel: fbcon: nouveaudrmfb (fb0) is primary device
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: input: SONiX USB DEVICE Wireless Radio Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.1/0003:0C45:652F.0005/input/input10
Jun 21 11:33:40 archiso kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.1/0003:0C45:652F.0005/input/input11
Jun 21 11:33:40 archiso kernel: hid-generic 0003:0C45:652F.0005: input,hiddev98,hidraw4: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-4.1/input1
Jun 21 11:33:40 archiso kernel: hid-generic 0003:0B05:1872.0006: hiddev99,hidraw5: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:00:14.0-14/input0
Jun 21 11:33:40 archiso kernel: Console: switching to colour frame buffer device 240x67
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: [drm] fb0: nouveaudrmfb frame buffer device
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: DRM: Disabling PCI power management to avoid bug
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: nouveau 0000:01:00.0: gsp: cli:0xc1d00002 obj:0x00730000 ctrl cmd:0x00731341 failed: 0x0000ffff
Jun 21 11:33:40 archiso kernel: logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
Jun 21 11:33:40 archiso kernel: input: Logitech Wireless Device PID:4069 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4069.0007/input/input12
Jun 21 11:33:40 archiso kernel: input: Logitech Wireless Device PID:4069 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4069.0007/input/input13
Jun 21 11:33:40 archiso kernel: hid-generic 0003:046D:4069.0007: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4069] on usb-0000:00:14.0-2/input2:1
Jun 21 11:33:40 archiso kernel: input: Logitech Wireless Device PID:405b Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:405B.0008/input/input17
Jun 21 11:33:40 archiso kernel: hid-generic 0003:046D:405B.0008: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:405b] on usb-0000:00:14.0-2/input2:2
Jun 21 11:33:40 archiso kernel: input: Logitech Wireless Device PID:406a Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406A.0009/input/input21
Jun 21 11:33:40 archiso kernel: input: Logitech Wireless Device PID:406a Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406A.0009/input/input22
Jun 21 11:33:40 archiso kernel: hid-generic 0003:046D:406A.0009: input,hidraw6: USB HID v1.11 Keyboard [Logitech Wireless Device PID:406a] on usb-0000:00:14.0-2/input2:3
Jun 21 11:33:40 archiso kernel: input: Logitech MX Master 2S as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4069.0007/input/input26
Jun 21 11:33:40 archiso kernel: logitech-hidpp-device 0003:046D:4069.0007: input,hidraw1: USB HID v1.11 Keyboard [Logitech MX Master 2S] on usb-0000:00:14.0-2/input2:1
Jun 21 11:33:40 archiso kernel: logitech-hidpp-device 0003:046D:4069.0007: HID++ 4.5 device connected.
Jun 21 11:33:40 archiso kernel: scsi 9:0:0:0: Direct-Access     Generic  Flash Disk       8.07 PQ: 0 ANSI: 4
Jun 21 11:33:40 archiso kernel: scsi 8:0:0:0: Direct-Access      USB      SanDisk 3.2Gen1 1.00 PQ: 0 ANSI: 6
Jun 21 11:33:40 archiso kernel: sd 9:0:0:0: [sdg] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB)
Jun 21 11:33:40 archiso kernel: sd 9:0:0:0: [sdg] Write Protect is off
Jun 21 11:33:40 archiso kernel: sd 9:0:0:0: [sdg] Mode Sense: 23 00 00 00
Jun 21 11:33:40 archiso kernel: sd 9:0:0:0: [sdg] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jun 21 11:33:40 archiso kernel: sd 8:0:0:0: [sdh] 60125184 512-byte logical blocks: (30.8 GB/28.7 GiB)
Jun 21 11:33:40 archiso kernel: sd 8:0:0:0: [sdh] Write Protect is off
Jun 21 11:33:40 archiso kernel: sd 8:0:0:0: [sdh] Mode Sense: 43 00 00 00
Jun 21 11:33:40 archiso kernel: sd 8:0:0:0: [sdh] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Jun 21 11:33:40 archiso kernel:  sdg: sdg1
Jun 21 11:33:40 archiso kernel: sd 9:0:0:0: [sdg] Attached SCSI removable disk
Jun 21 11:33:40 archiso kernel:  sdh: sdh1
Jun 21 11:33:40 archiso kernel: sd 8:0:0:0: [sdh] Attached SCSI removable disk
Jun 21 11:33:40 archiso kernel: input: Logitech K780 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:405B.0008/input/input27
Jun 21 11:33:40 archiso kernel: logitech-hidpp-device 0003:046D:405B.0008: input,hidraw2: USB HID v1.11 Keyboard [Logitech K780] on usb-0000:00:14.0-2/input2:2
Jun 21 11:33:40 archiso kernel: input: Logitech MX Anywhere 2S as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406A.0009/input/input28
Jun 21 11:33:40 archiso kernel: logitech-hidpp-device 0003:046D:406A.0009: input,hidraw6: USB HID v1.11 Keyboard [Logitech MX Anywhere 2S] on usb-0000:00:14.0-2/input2:3
Jun 21 11:33:40 archiso kernel: EXT4-fs (sdf1): mounted filesystem ea249bf5-a468-46cb-b2ae-6d4947e1d359 ro with ordered data mode. Quota mode: none.
Jun 21 11:33:40 archiso kernel: EXT4-fs (sdf1): unmounting filesystem ea249bf5-a468-46cb-b2ae-6d4947e1d359.
Jun 21 11:33:40 archiso kernel: EXT4-fs (nvme0n1p3): mounted filesystem 65c25c94-e494-49ad-9c32-79d86c272691 ro with ordered data mode. Quota mode: none.
Jun 21 11:33:40 archiso kernel: EXT4-fs (nvme0n1p3): unmounting filesystem 65c25c94-e494-49ad-9c32-79d86c272691.
Jun 21 11:33:40 archiso kernel: EXT4-fs (nvme0n1p2): mounted filesystem c3c63d6b-3022-416c-9787-140ce73aef73 ro with ordered data mode. Quota mode: none.
Jun 21 11:33:40 archiso kernel: EXT4-fs (nvme0n1p2): unmounting filesystem c3c63d6b-3022-416c-9787-140ce73aef73.
Jun 21 11:33:40 archiso kernel: EXT4-fs (sdg1): orphan cleanup on readonly fs
Jun 21 11:33:40 archiso kernel: EXT4-fs (sdg1): mounted filesystem e32b8f09-4eb2-461a-a406-b62e59babe0f ro with ordered data mode. Quota mode: none.
Jun 21 11:33:40 archiso kernel: EXT4-fs (sdg1): unmounting filesystem e32b8f09-4eb2-461a-a406-b62e59babe0f.
Jun 21 11:33:40 archiso kernel: loop: module loaded
Jun 21 11:33:40 archiso kernel: loop0: detected capacity change from 0 to 1622392
Jun 21 11:33:40 archiso kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Jun 21 11:33:40 archiso kernel: overlayfs: "xino" feature enabled using 2 upper inode bits.
Jun 21 11:33:40 archiso systemd[1]: systemd 255.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jun 21 11:33:40 archiso systemd[1]: Detected architecture x86-64.
Jun 21 11:33:40 archiso systemd[1]: Detected first boot.
Jun 21 11:33:40 archiso systemd[1]: Hostname set to <archiso>.
Jun 21 11:33:40 archiso systemd[1]: Initializing machine ID from random generator.
Jun 21 11:33:40 archiso systemd[1]: bpf-lsm: LSM BPF program attached
Jun 21 11:33:40 archiso systemd[1]: Populated /etc with preset unit settings.
Jun 21 11:33:40 archiso systemd[1]: Queued start job for default target Graphical Interface.
Jun 21 11:33:40 archiso systemd[1]: Created slice Slice /system/dirmngr.
Jun 21 11:33:40 archiso systemd[1]: Created slice Slice /system/getty.
Jun 21 11:33:40 archiso systemd[1]: Created slice Slice /system/gpg-agent.
Jun 21 11:33:40 archiso systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jun 21 11:33:40 archiso systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jun 21 11:33:40 archiso systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jun 21 11:33:40 archiso systemd[1]: Created slice Slice /system/keyboxd.
Jun 21 11:33:40 archiso systemd[1]: Created slice Slice /system/modprobe.
Jun 21 11:33:40 archiso systemd[1]: Created slice User and Session Slice.
Jun 21 11:33:40 archiso systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 21 11:33:40 archiso systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 21 11:33:40 archiso systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 21 11:33:40 archiso systemd[1]: Reached target Local Encrypted Volumes.
Jun 21 11:33:40 archiso systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 21 11:33:40 archiso systemd[1]: Reached target Path Units.
Jun 21 11:33:40 archiso systemd[1]: Reached target Remote Encrypted Volumes.
Jun 21 11:33:40 archiso systemd[1]: Reached target Remote File Systems.
Jun 21 11:33:40 archiso systemd[1]: Reached target Slice Units.
Jun 21 11:33:40 archiso systemd[1]: Reached target Swaps.
Jun 21 11:33:40 archiso systemd[1]: Reached target Local Verity Protected Volumes.
Jun 21 11:33:40 archiso systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 21 11:33:40 archiso systemd[1]: Listening on LVM2 poll daemon socket.
Jun 21 11:33:40 archiso systemd[1]: Listening on Process Core Dump Socket.
Jun 21 11:33:40 archiso systemd[1]: Listening on Journal Audit Socket.
Jun 21 11:33:40 archiso systemd[1]: Listening on Journal Socket (/dev/log).
Jun 21 11:33:40 archiso systemd[1]: Listening on Journal Socket.
Jun 21 11:33:40 archiso systemd[1]: Listening on Network Service Netlink Socket.
Jun 21 11:33:40 archiso systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:40 archiso systemd[1]: Listening on udev Control Socket.
Jun 21 11:33:40 archiso systemd[1]: Listening on udev Kernel Socket.
Jun 21 11:33:40 archiso systemd[1]: Listening on User Database Manager Socket.
Jun 21 11:33:40 archiso systemd[1]: Mounting Huge Pages File System...
Jun 21 11:33:40 archiso systemd[1]: Mounting POSIX Message Queue File System...
Jun 21 11:33:40 archiso systemd[1]: Mounting Kernel Debug File System...
Jun 21 11:33:40 archiso systemd[1]: Mounting Kernel Trace File System...
Jun 21 11:33:40 archiso systemd[1]: Mounting Temporary Directory /tmp...
Jun 21 11:33:40 archiso systemd[1]: Starting Create List of Static Device Nodes...
Jun 21 11:33:40 archiso systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 21 11:33:40 archiso systemd[1]: Starting Load Kernel Module configfs...
Jun 21 11:33:40 archiso systemd[1]: Starting Load Kernel Module dm_mod...
Jun 21 11:33:40 archiso systemd[1]: Starting Load Kernel Module drm...
Jun 21 11:33:40 archiso systemd[1]: Starting Load Kernel Module efi_pstore...
Jun 21 11:33:40 archiso systemd[1]: Starting Load Kernel Module fuse...
Jun 21 11:33:40 archiso systemd[1]: Starting Load Kernel Module loop...
Jun 21 11:33:40 archiso systemd[1]: Starting Journal Service...
Jun 21 11:33:40 archiso kernel: device-mapper: uevent: version 1.0.3
Jun 21 11:33:40 archiso kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Jun 21 11:33:40 archiso systemd[1]: Starting Load Kernel Modules...
Jun 21 11:33:40 archiso systemd[1]: Starting Generate network units from Kernel command line...
Jun 21 11:33:40 archiso systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:40 archiso systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 21 11:33:40 archiso systemd[1]: Starting Wait Until Kernel Time Synchronized...
Jun 21 11:33:40 archiso systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:40 archiso systemd[1]: Starting Coldplug All udev Devices...
Jun 21 11:33:40 archiso systemd[1]: Mounted Huge Pages File System.
Jun 21 11:33:40 archiso systemd[1]: Mounted POSIX Message Queue File System.
Jun 21 11:33:40 archiso systemd[1]: Mounted Kernel Debug File System.
Jun 21 11:33:40 archiso systemd-journald[600]: Collecting audit messages is enabled.
Jun 21 11:33:40 archiso systemd[1]: Mounted Kernel Trace File System.
Jun 21 11:33:40 archiso systemd[1]: Mounted Temporary Directory /tmp.
Jun 21 11:33:40 archiso systemd[1]: Finished Create List of Static Device Nodes.
Jun 21 11:33:40 archiso kernel: audit: type=1130 audit(1718969620.410:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 21 11:33:40 archiso systemd[1]: Finished Load Kernel Module configfs.
Jun 21 11:33:40 archiso kernel: audit: type=1130 audit(1718969620.413:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso kernel: audit: type=1131 audit(1718969620.413:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 21 11:33:40 archiso systemd[1]: Finished Load Kernel Module dm_mod.
Jun 21 11:33:40 archiso kernel: audit: type=1130 audit(1718969620.413:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso kernel: audit: type=1131 audit(1718969620.413:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 21 11:33:40 archiso systemd[1]: Finished Load Kernel Module drm.
Jun 21 11:33:40 archiso kernel: audit: type=1130 audit(1718969620.416:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso kernel: audit: type=1131 audit(1718969620.416:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Jun 21 11:33:40 archiso systemd[1]: Finished Load Kernel Module efi_pstore.
Jun 21 11:33:40 archiso kernel: audit: type=1130 audit(1718969620.416:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso kernel: audit: type=1131 audit(1718969620.416:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 21 11:33:40 archiso systemd[1]: Finished Load Kernel Module fuse.
Jun 21 11:33:40 archiso kernel: audit: type=1130 audit(1718969620.420:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 21 11:33:40 archiso systemd[1]: Finished Load Kernel Module loop.
Jun 21 11:33:40 archiso systemd[1]: Mounting FUSE Control File System...
Jun 21 11:33:40 archiso systemd[1]: Mounting Kernel Configuration File System...
Jun 21 11:33:40 archiso systemd-journald[600]: Journal started
Jun 21 11:33:40 archiso systemd-journald[600]: Runtime Journal (/run/log/journal/571d5620b1f64f51bee91f5ddefee14b) is 8.0M, max 3.1G, 3.1G free.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd-time-wait-sync[604]: adjtime state 5 status 40 time Fri 2024-06-21 11:33:40.473478 UTC
Jun 21 11:33:40 archiso systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: Finished Generate network units from Kernel command line.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-network-generator comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jun 21 11:33:40 archiso systemd[1]: Started Journal Service.
Jun 21 11:33:40 archiso systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: Mounted FUSE Control File System.
Jun 21 11:33:40 archiso systemd[1]: Mounted Kernel Configuration File System.
Jun 21 11:33:40 archiso systemd[1]: Reached target Preparation for Network.
Jun 21 11:33:40 archiso systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jun 21 11:33:40 archiso systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 21 11:33:40 archiso systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Jun 21 11:33:40 archiso systemd[1]: Starting Load/Save OS Random Seed...
Jun 21 11:33:40 archiso systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:40 archiso systemd-modules-load[601]: Inserted module 'pkcs8_key_parser'
Jun 21 11:33:40 archiso kernel: Asymmetric key parser 'pkcs8' registered
Jun 21 11:33:40 archiso systemd[1]: Finished Load Kernel Modules.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: Starting Apply Kernel Variables...
Jun 21 11:33:40 archiso systemd[1]: Finished Coldplug All udev Devices.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd-journald[600]: Runtime Journal (/run/log/journal/571d5620b1f64f51bee91f5ddefee14b) is 8.0M, max 3.1G, 3.1G free.
Jun 21 11:33:40 archiso systemd-journald[600]: Received client request to flush runtime journal.
Jun 21 11:33:40 archiso systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: Finished Load/Save OS Random Seed.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: Finished Apply Kernel Variables.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso audit: BPF prog-id=27 op=LOAD
Jun 21 11:33:40 archiso audit: BPF prog-id=28 op=LOAD
Jun 21 11:33:40 archiso audit: BPF prog-id=29 op=LOAD
Jun 21 11:33:40 archiso systemd[1]: Starting User Database Manager...
Jun 21 11:33:40 archiso systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: Started User Database Manager.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-userdbd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev-early comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: Starting Create System Users...
Jun 21 11:33:40 archiso systemd[1]: Finished Create System Users.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 21 11:33:40 archiso systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 21 11:33:40 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:40 archiso systemd[1]: Reached target Preparation for Local File Systems.
Jun 21 11:33:40 archiso systemd[1]: Mounting Temporary /etc/pacman.d/gnupg directory...
Jun 21 11:33:40 archiso systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jun 21 11:33:40 archiso systemd[1]: Reached target Containers.
Jun 21 11:33:40 archiso audit: BPF prog-id=30 op=LOAD
Jun 21 11:33:40 archiso audit: BPF prog-id=31 op=LOAD
Jun 21 11:33:40 archiso systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 21 11:33:40 archiso systemd[1]: Mounted Temporary /etc/pacman.d/gnupg directory.
Jun 21 11:33:40 archiso systemd[1]: Reached target Local File Systems.
Jun 21 11:33:40 archiso systemd[1]: Listening on System Extension Image Management (Varlink).
Jun 21 11:33:40 archiso systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jun 21 11:33:40 archiso systemd-udevd[650]: Using default interface naming scheme 'v255'.
Jun 21 11:33:40 archiso systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jun 21 11:33:40 archiso systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 21 11:33:40 archiso systemd[1]: Starting Automatic Boot Loader Update...
Jun 21 11:33:41 archiso systemd[1]: Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met.
Jun 21 11:33:41 archiso systemd[1]: Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met.
Jun 21 11:33:41 archiso systemd[1]: Starting Create Volatile Files and Directories...
Jun 21 11:33:41 archiso bootctl[653]: Couldn't find EFI system partition, skipping.
Jun 21 11:33:41 archiso systemd[1]: Finished Automatic Boot Loader Update.
Jun 21 11:33:41 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-boot-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:41 archiso systemd[1]: Finished Create Volatile Files and Directories.
Jun 21 11:33:41 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:41 archiso systemd[1]: Starting First Boot Wizard...
Jun 21 11:33:41 archiso systemd[1]: Starting Rebuild Journal Catalog...
Jun 21 11:33:41 archiso audit: BPF prog-id=32 op=LOAD
Jun 21 11:33:41 archiso systemd[1]: Starting Network Name Resolution...
Jun 21 11:33:41 archiso audit: BPF prog-id=33 op=LOAD
Jun 21 11:33:41 archiso systemd[1]: Starting Network Time Synchronization...
Jun 21 11:33:41 archiso systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 21 11:33:41 archiso systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 21 11:33:41 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:41 archiso audit: BPF prog-id=34 op=LOAD
Jun 21 11:33:41 archiso systemd[1]: Starting Network Configuration...
Jun 21 11:33:41 archiso audit[697]: SYSTEM_BOOT pid=697 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:41 archiso systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 21 11:33:41 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:41 archiso systemd[1]: Finished First Boot Wizard.
Jun 21 11:33:41 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-firstboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:41 archiso systemd[1]: Reached target First Boot Complete.
Jun 21 11:33:41 archiso kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Jun 21 11:33:41 archiso systemd[1]: Starting Commit a transient machine-id on disk...
Jun 21 11:33:41 archiso kernel: EDAC ie31200: No ECC support
Jun 21 11:33:41 archiso kernel: EDAC ie31200: No ECC support
Jun 21 11:33:42 archiso kernel: input: PC Speaker as /devices/platform/pcspkr/input/input29
Jun 21 11:33:42 archiso kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jun 21 11:33:42 archiso kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jun 21 11:33:42 archiso systemd[1]: etc-machine\x2did.mount: Deactivated successfully.
Jun 21 11:33:42 archiso systemd[1]: Finished Commit a transient machine-id on disk.
Jun 21 11:33:42 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-machine-id-commit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:42 archiso kernel: i2c i2c-3: Successfully instantiated SPD at 0x51
Jun 21 11:33:42 archiso kernel: i2c i2c-3: Successfully instantiated SPD at 0x53
Jun 21 11:33:42 archiso systemd[1]: Started Network Time Synchronization.
Jun 21 11:33:42 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:42 archiso systemd[1]: Reached target System Time Set.
Jun 21 11:33:42 archiso systemd-resolved[695]: Positive Trust Anchors:
Jun 21 11:33:42 archiso systemd-resolved[695]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
Jun 21 11:33:42 archiso systemd-resolved[695]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 170.0.0.192.in-addr.arpa 171.0.0.192.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa ipv4only.arpa resolver.arpa corp home internal intranet lan local private test
Jun 21 11:33:42 archiso kernel: mousedev: PS/2 mouse device common for all mice
Jun 21 11:33:42 archiso kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jun 21 11:33:42 archiso kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Jun 21 11:33:42 archiso kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jun 21 11:33:42 archiso kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jun 21 11:33:42 archiso kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jun 21 11:33:42 archiso systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 21 11:33:42 archiso kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 21 11:33:42 archiso kernel: resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:06 [mem 0xfdb00000-0xfdffffff]
Jun 21 11:33:42 archiso kernel: caller get_primary_reg_base+0x4d/0xb0 [intel_pmc_core] mapping multiple BARs
Jun 21 11:33:42 archiso kernel: intel_pmc_core INT33A1:00:  initialized
Jun 21 11:33:42 archiso kernel: ee1004 3-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
Jun 21 11:33:42 archiso kernel: ee1004 3-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Jun 21 11:33:42 archiso kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 21 11:33:42 archiso kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jun 21 11:33:42 archiso systemd[1]: Starting Virtual Console Setup...
Jun 21 11:33:42 archiso kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jun 21 11:33:42 archiso kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jun 21 11:33:42 archiso kernel: i8042: PNP: No PS/2 controller found.
Jun 21 11:33:42 archiso kernel: asus_wmi: ASUS WMI generic driver loaded
Jun 21 11:33:42 archiso kernel: mc: Linux media interface: v0.10
Jun 21 11:33:42 archiso kernel: snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
Jun 21 11:33:42 archiso kernel: asus_wmi: Initialization: 0x0
Jun 21 11:33:42 archiso kernel: asus_wmi: BIOS WMI version: 0.9
Jun 21 11:33:42 archiso kernel: asus_wmi: SFUN value: 0x0
Jun 21 11:33:42 archiso kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Jun 21 11:33:42 archiso kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input34
Jun 21 11:33:42 archiso kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input30
Jun 21 11:33:42 archiso kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input31
Jun 21 11:33:42 archiso kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input32
Jun 21 11:33:42 archiso kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input33
Jun 21 11:33:42 archiso kernel: iTCO_vendor_support: vendor-support=0
Jun 21 11:33:42 archiso kernel: Bluetooth: Core ver 2.22
Jun 21 11:33:42 archiso kernel: NET: Registered PF_BLUETOOTH protocol family
Jun 21 11:33:42 archiso kernel: Bluetooth: HCI device and connection manager initialized
Jun 21 11:33:42 archiso kernel: Bluetooth: HCI socket layer initialized
Jun 21 11:33:42 archiso kernel: Bluetooth: L2CAP socket layer initialized
Jun 21 11:33:42 archiso kernel: Bluetooth: SCO socket layer initialized
Jun 21 11:33:42 archiso (udev-worker)[689]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
Jun 21 11:33:42 archiso kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Jun 21 11:33:42 archiso kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jun 21 11:33:42 archiso kernel: usbcore: registered new interface driver btusb
Jun 21 11:33:42 archiso kernel: Bluetooth: hci0: CSR: Setting up dongle with HCI ver=6 rev=22bb
Jun 21 11:33:42 archiso kernel: Bluetooth: hci0: LMP ver=6 subver=22bb; manufacturer=10
Jun 21 11:33:42 archiso kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Jun 21 11:33:42 archiso kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 21 11:33:42 archiso kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Jun 21 11:33:42 archiso kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jun 21 11:33:42 archiso kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
Jun 21 11:33:42 archiso kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jun 21 11:33:42 archiso kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Jun 21 11:33:42 archiso kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Jun 21 11:33:42 archiso kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Jun 21 11:33:42 archiso systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun 21 11:33:42 archiso systemd[1]: Reached target Bluetooth Support.
Jun 21 11:33:42 archiso kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input35
Jun 21 11:33:42 archiso kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input36
Jun 21 11:33:42 archiso kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input37
Jun 21 11:33:42 archiso kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input38
Jun 21 11:33:42 archiso kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input39
Jun 21 11:33:42 archiso kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input40
Jun 21 11:33:42 archiso kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input41
Jun 21 11:33:43 archiso kernel: usb 1-3: Focusrite Scarlett Gen 3 Mixer Driver enabled (pid=0x8210); report any issues to https://github.com/geoffreybennett/scarlett-gen2/issues
Jun 21 11:33:43 archiso kernel: usb 1-3: Firmware version 1605
Jun 21 11:33:43 archiso kernel: usbcore: registered new interface driver snd-usb-audio
Jun 21 11:33:43 archiso systemd[1]: Started Load/Save RF Kill Switch Status.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso systemd[1]: Finished Rebuild Journal Catalog.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso systemd-resolved[695]: Using system hostname 'archiso'.
Jun 21 11:33:43 archiso systemd[1]: Started Network Name Resolution.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso systemd[1]: Reached target Host and Network Name Lookups.
Jun 21 11:33:43 archiso (udev-worker)[668]: controlC1: Process '/usr/bin/alsactl restore /dev/snd/controlC1' failed with exit code 99.
Jun 21 11:33:43 archiso (udev-worker)[693]: controlC0: Process '/usr/bin/alsactl restore /dev/snd/controlC0' failed with exit code 99.
Jun 21 11:33:43 archiso kernel: intel_tcc_cooling: Programmable TCC Offset detected
Jun 21 11:33:43 archiso systemd[1]: Starting Load Kernel Module dm_mod...
Jun 21 11:33:43 archiso systemd[1]: Starting Load Kernel Module efi_pstore...
Jun 21 11:33:43 archiso systemd[1]: Starting Load Kernel Module loop...
Jun 21 11:33:43 archiso systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd[1]: Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:43 archiso systemd[1]: Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:43 archiso systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:43 archiso systemd[1]: Starting Wait for udev To Complete Device Initialization...
Jun 21 11:33:43 archiso udevadm[772]: systemd-udev-settle.service is deprecated. Please fix livecd-alsa-unmuter.service not to pull it in.
Jun 21 11:33:43 archiso systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 21 11:33:43 archiso systemd[1]: Finished Load Kernel Module dm_mod.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Jun 21 11:33:43 archiso systemd[1]: Finished Load Kernel Module efi_pstore.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 21 11:33:43 archiso systemd[1]: Finished Load Kernel Module loop.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Jun 21 11:33:43 archiso systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd-networkd[699]: lo: Link UP
Jun 21 11:33:43 archiso systemd-networkd[699]: lo: Gained carrier
Jun 21 11:33:43 archiso systemd-networkd[699]: Enumeration completed
Jun 21 11:33:43 archiso systemd[1]: Started Network Configuration.
Jun 21 11:33:43 archiso systemd-networkd[699]: enp0s31f6: Configuring with /etc/systemd/network/20-ethernet.network.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso systemd[1]: Starting Wait for Network to be Configured...
Jun 21 11:33:43 archiso (udev-worker)[684]: controlC2: Process '/usr/bin/alsactl restore /dev/snd/controlC2' failed with exit code 99.
Jun 21 11:33:43 archiso systemd[1]: Starting Load Kernel Module dm_mod...
Jun 21 11:33:43 archiso systemd[1]: Starting Load Kernel Module efi_pstore...
Jun 21 11:33:43 archiso systemd[1]: Starting Load Kernel Module loop...
Jun 21 11:33:43 archiso systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd[1]: Merge System Configuration Images into /etc/ was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:43 archiso systemd[1]: Merge System Extension Images into /usr/ and /opt/ was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:43 archiso systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:43 archiso systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 21 11:33:43 archiso systemd[1]: Finished Load Kernel Module dm_mod.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@dm_mod comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
Jun 21 11:33:43 archiso systemd[1]: Finished Load Kernel Module efi_pstore.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@efi_pstore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 21 11:33:43 archiso systemd[1]: Finished Load Kernel Module loop.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@loop comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso systemd[1]: Platform Persistent Storage Archival was skipped because of an unmet condition check (ConditionDirectoryNotEmpty=/sys/fs/pstore).
Jun 21 11:33:43 archiso systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 21 11:33:43 archiso systemd-networkd[699]: enp0s31f6: Link UP
Jun 21 11:33:43 archiso kernel: intel_rapl_common: Found RAPL domain package
Jun 21 11:33:43 archiso kernel: intel_rapl_common: Found RAPL domain core
Jun 21 11:33:43 archiso kernel: intel_rapl_common: Found RAPL domain dram
Jun 21 11:33:43 archiso systemd[1]: Finished Wait for udev To Complete Device Initialization.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:43 archiso systemd[1]: Finished Virtual Console Setup.
Jun 21 11:33:43 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:45 archiso systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jun 21 11:33:45 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:45 archiso kernel: kauditd_printk_skb: 50 callbacks suppressed
Jun 21 11:33:45 archiso kernel: audit: type=1130 audit(1718969625.920:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:45 archiso systemd[1]: Starting Update is Completed...
Jun 21 11:33:45 archiso systemd[1]: Finished Update is Completed.
Jun 21 11:33:45 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:45 archiso systemd[1]: Reached target System Initialization.
Jun 21 11:33:45 archiso kernel: audit: type=1130 audit(1718969625.960:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:45 archiso systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 21 11:33:45 archiso systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 21 11:33:45 archiso systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jun 21 11:33:45 archiso systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jun 21 11:33:45 archiso systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jun 21 11:33:45 archiso systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jun 21 11:33:45 archiso systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jun 21 11:33:45 archiso systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jun 21 11:33:45 archiso systemd[1]: Listening on PC/SC Smart Card Daemon Activation Socket.
Jun 21 11:33:45 archiso systemd[1]: Reached target Socket Units.
Jun 21 11:33:45 archiso audit: BPF prog-id=35 op=LOAD
Jun 21 11:33:45 archiso systemd[1]: Starting D-Bus System Message Bus...
Jun 21 11:33:45 archiso systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:45 archiso kernel: audit: type=1334 audit(1718969625.976:64): prog-id=35 op=LOAD
Jun 21 11:33:46 archiso systemd[1]: Started D-Bus System Message Bus.
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus-broker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso systemd[1]: Reached target Basic System.
Jun 21 11:33:46 archiso kernel: audit: type=1130 audit(1718969626.026:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus-broker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso dbus-broker-launch[790]: Ready
Jun 21 11:33:46 archiso systemd[1]: Starting Save/Restore Sound Card State...
Jun 21 11:33:46 archiso systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Jun 21 11:33:46 archiso systemd[1]: Choose mirror from the kernel command line was skipped because of an unmet condition check (ConditionKernelCommandLine=mirror).
Jun 21 11:33:46 archiso systemd[1]: Hyper-V file copy service (FCOPY) was skipped because of an unmet condition check (ConditionPathExists=/dev/vmbus/hv_fcopy).
Jun 21 11:33:46 archiso systemd[1]: Hyper-V key-value pair (KVP) was skipped because of an unmet condition check (ConditionPathExists=/dev/vmbus/hv_kvp).
Jun 21 11:33:46 archiso systemd[1]: Hyper-V volume shadow copy service (VSS) was skipped because of an unmet condition check (ConditionPathExists=/dev/vmbus/hv_vss).
Jun 21 11:33:46 archiso alsactl[792]: /usr/bin/alsactl: load_state:1689: Cannot open /var/lib/alsa/asound.state for reading: No such file or directory
Jun 21 11:33:46 archiso audit: BPF prog-id=36 op=LOAD
Jun 21 11:33:46 archiso alsactl[792]: Found hardware: "HDA-Intel" "Realtek ALC1220" "HDA:10ec1220,10438735,00100003" "0x1043" "0x8735"
Jun 21 11:33:46 archiso alsactl[792]: Hardware is initialized using a generic method
Jun 21 11:33:46 archiso systemd[1]: Starting Wireless service...
Jun 21 11:33:46 archiso alsactl[792]: Found hardware: "HDA-Intel" "Nvidia GPU 9a HDMI/DP" "HDA:10de009a,1043882e,00100100" "0x1043" "0x882e"
Jun 21 11:33:46 archiso alsactl[792]: Hardware is initialized using a generic method
Jun 21 11:33:46 archiso kernel: audit: type=1334 audit(1718969626.056:66): prog-id=36 op=LOAD
Jun 21 11:33:46 archiso audit: BPF prog-id=37 op=LOAD
Jun 21 11:33:46 archiso alsactl[792]: Found hardware: "USB-Audio" "USB Mixer" "USB1235:8210" "" ""
Jun 21 11:33:46 archiso alsactl[792]: Hardware is initialized using a generic method
Jun 21 11:33:46 archiso systemd[1]: Starting Authorization Manager...
Jun 21 11:33:46 archiso systemd[1]: Starting SSH Key Generation...
Jun 21 11:33:46 archiso kernel: audit: type=1334 audit(1718969626.060:67): prog-id=37 op=LOAD
Jun 21 11:33:46 archiso audit: BPF prog-id=38 op=LOAD
Jun 21 11:33:46 archiso systemd[1]: Starting Home Area Manager...
Jun 21 11:33:46 archiso kernel: audit: type=1334 audit(1718969626.063:68): prog-id=38 op=LOAD
Jun 21 11:33:46 archiso audit: BPF prog-id=39 op=LOAD
Jun 21 11:33:46 archiso audit: BPF prog-id=40 op=LOAD
Jun 21 11:33:46 archiso audit: BPF prog-id=41 op=LOAD
Jun 21 11:33:46 archiso systemd[1]: Starting User Login Management...
Jun 21 11:33:46 archiso systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 21 11:33:46 archiso systemd[1]: VirtualBox Guest Service was skipped because of an unmet condition check (ConditionVirtualization=oracle).
Jun 21 11:33:46 archiso systemd[1]: Open Virtual Machine Tools (VMware Tools) was skipped because of an unmet condition check (ConditionVirtualization=vmware).
Jun 21 11:33:46 archiso systemd[1]: Open Virtual Machine Tools (vmware-vmblock-fuse) was skipped because of an unmet condition check (ConditionVirtualization=vmware).
Jun 21 11:33:46 archiso systemd[1]: Finished Save/Restore Sound Card State.
Jun 21 11:33:46 archiso kernel: audit: type=1334 audit(1718969626.066:69): prog-id=39 op=LOAD
Jun 21 11:33:46 archiso kernel: audit: type=1334 audit(1718969626.066:70): prog-id=40 op=LOAD
Jun 21 11:33:46 archiso kernel: audit: type=1334 audit(1718969626.066:71): prog-id=41 op=LOAD
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso systemd[1]: Reached target Sound Card.
Jun 21 11:33:46 archiso systemd[1]: Unmute All Sound Card Controls For Use With The Live Arch Environment was skipped because of an unmet condition check (ConditionKernelCommandLine=accessibility=on).
Jun 21 11:33:46 archiso systemd[1]: Screen reader service was skipped because of an unmet condition check (ConditionKernelCommandLine=accessibility=on).
Jun 21 11:33:46 archiso kernel: NET: Registered PF_ALG protocol family
Jun 21 11:33:46 archiso polkitd[794]: Started polkitd version 124
Jun 21 11:33:46 archiso ssh-keygen[795]: ssh-keygen: generating new host keys: RSA ECDSA ED25519
Jun 21 11:33:46 archiso systemd[1]: Finished SSH Key Generation.
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshdgenkeys comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso systemd-homed[796]: Watching /home.
Jun 21 11:33:46 archiso systemd-logind[797]: New seat seat0.
Jun 21 11:33:46 archiso polkitd[794]: Loading rules from directory /etc/polkit-1/rules.d
Jun 21 11:33:46 archiso systemd-logind[797]: Watching system buttons on /dev/input/event2 (Power Button)
Jun 21 11:33:46 archiso systemd-logind[797]: Watching system buttons on /dev/input/event1 (Power Button)
Jun 21 11:33:46 archiso systemd-logind[797]: Watching system buttons on /dev/input/event0 (Sleep Button)
Jun 21 11:33:46 archiso polkitd[794]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 21 11:33:46 archiso systemd-logind[797]: Watching system buttons on /dev/input/event4 (Logitech K780)
Jun 21 11:33:46 archiso systemd-logind[797]: Watching system buttons on /dev/input/event3 (Logitech MX Master 2S)
Jun 21 11:33:46 archiso systemd-logind[797]: Watching system buttons on /dev/input/event5 (Logitech MX Anywhere 2S)
Jun 21 11:33:46 archiso systemd-logind[797]: Watching system buttons on /dev/input/event7 (SONiX USB DEVICE)
Jun 21 11:33:46 archiso systemd-logind[797]: Watching system buttons on /dev/input/event8 (SONiX USB DEVICE Keyboard)
Jun 21 11:33:46 archiso systemd[1]: Started Home Area Manager.
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-homed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso systemd[1]: Finished Home Area Activation.
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-homed-activate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso systemd[1]: Started User Login Management.
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso polkitd[794]: Finished loading, compiling and executing 4 rules
Jun 21 11:33:46 archiso systemd[1]: Started Authorization Manager.
Jun 21 11:33:46 archiso polkitd[794]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso systemd[1]: Starting Modem Manager...
Jun 21 11:33:46 archiso ModemManager[845]: <msg> ModemManager (version 1.22.0-1) starting in system bus...
Jun 21 11:33:46 archiso iwd[793]: Wireless daemon version 2.17
Jun 21 11:33:46 archiso systemd[1]: Started Wireless service.
Jun 21 11:33:46 archiso iwd[793]: station: Network configuration is disabled.
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso systemd[1]: Reached target Network.
Jun 21 11:33:46 archiso kernel: NET: Registered PF_QIPCRTR protocol family
Jun 21 11:33:46 archiso systemd[1]: Started OpenSSH Daemon.
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso systemd[1]: Starting Permit User Sessions...
Jun 21 11:33:46 archiso systemd[1]: Started Modem Manager.
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ModemManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso systemd[1]: Finished Permit User Sessions.
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso systemd[1]: Started Getty on tty1.
Jun 21 11:33:46 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:46 archiso systemd[1]: Reached target Login Prompts.
Jun 21 11:33:46 archiso sshd[915]: Server listening on 0.0.0.0 port 22.
Jun 21 11:33:46 archiso sshd[915]: Server listening on :: port 22.
Jun 21 11:33:47 archiso systemd-networkd[699]: enp0s31f6: Gained carrier
Jun 21 11:33:47 archiso kernel: e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
Jun 21 11:33:48 archiso systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jun 21 11:33:48 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:48 archiso systemd-networkd[699]: enp0s31f6: Gained IPv6LL
Jun 21 11:33:50 archiso ModemManager[845]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:1f.6': not supported by any plugin
Jun 21 11:33:51 archiso systemd-networkd[699]: enp0s31f6: DHCPv4 address 192.168.0.25/24, gateway 192.168.0.1 acquired from 192.168.0.1
Jun 21 11:33:51 archiso systemd-timesyncd[696]: Network configuration changed, trying to establish connection.
Jun 21 11:33:51 archiso systemd-timesyncd[696]: Network configuration changed, trying to establish connection.
Jun 21 11:33:51 archiso systemd[1]: Finished Wait for Network to be Configured.
Jun 21 11:33:51 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:51 archiso kernel: kauditd_printk_skb: 12 callbacks suppressed
Jun 21 11:33:51 archiso kernel: audit: type=1130 audit(1718969631.256:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:51 archiso systemd[1]: Reached target Network is Online.
Jun 21 11:33:51 archiso audit: BPF prog-id=42 op=LOAD
Jun 21 11:33:51 archiso kernel: audit: type=1334 audit(1718969631.260:85): prog-id=42 op=LOAD
Jun 21 11:33:51 archiso systemd[1]: Starting Refresh Pacman mirrorlist with Reflector....
Jun 21 11:33:51 archiso audit: BPF prog-id=43 op=LOAD
Jun 21 11:33:51 archiso audit: BPF prog-id=44 op=LOAD
Jun 21 11:33:51 archiso audit: BPF prog-id=45 op=LOAD
Jun 21 11:33:51 archiso kernel: audit: type=1334 audit(1718969631.310:86): prog-id=43 op=LOAD
Jun 21 11:33:51 archiso kernel: audit: type=1334 audit(1718969631.310:87): prog-id=44 op=LOAD
Jun 21 11:33:51 archiso kernel: audit: type=1334 audit(1718969631.310:88): prog-id=45 op=LOAD
Jun 21 11:33:51 archiso systemd[1]: Starting Hostname Service...
Jun 21 11:33:51 archiso systemd[1]: Started Hostname Service.
Jun 21 11:33:51 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:51 archiso kernel: audit: type=1130 audit(1718969631.393:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:51 archiso systemd-hostnamed[923]: Hostname set to <archiso> (static)
Jun 21 11:33:51 archiso systemd-timesyncd[696]: Network configuration changed, trying to establish connection.
Jun 21 11:33:51 archiso agetty[919]: failed to open credentials directory
Jun 21 11:33:52 archiso audit[919]: USER_ACCT pid=919 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Jun 21 11:33:52 archiso kernel: audit: type=1101 audit(1718969632.053:90): pid=919 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Jun 21 11:33:52 archiso audit[919]: CRED_ACQ pid=919 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Jun 21 11:33:52 archiso audit[919]: SYSCALL arch=c000003e syscall=1 success=yes exit=1 a0=4 a1=7ffc476ff6b0 a2=1 a3=0 items=0 ppid=1 pid=919 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D66002D2D
Jun 21 11:33:52 archiso kernel: audit: type=1103 audit(1718969632.083:91): pid=919 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Jun 21 11:33:52 archiso kernel: audit: type=1006 audit(1718969632.083:92): pid=919 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
Jun 21 11:33:52 archiso kernel: audit: type=1300 audit(1718969632.083:92): arch=c000003e syscall=1 success=yes exit=1 a0=4 a1=7ffc476ff6b0 a2=1 a3=0 items=0 ppid=1 pid=919 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jun 21 11:33:52 archiso login[919]: pam_unix(login:session): session opened for user root(uid=0) by root(uid=0)
Jun 21 11:33:52 archiso systemd-logind[797]: New session 1 of user root.
Jun 21 11:33:52 archiso systemd[1]: Created slice User Slice of UID 0.
Jun 21 11:33:52 archiso systemd[1]: Starting User Runtime Directory /run/user/0...
Jun 21 11:33:52 archiso systemd[1]: Finished User Runtime Directory /run/user/0.
Jun 21 11:33:52 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:52 archiso systemd[1]: Starting User Manager for UID 0...
Jun 21 11:33:52 archiso audit[931]: USER_ACCT pid=931 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:52 archiso audit[931]: CRED_ACQ pid=931 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=failed'
Jun 21 11:33:52 archiso (systemd)[931]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=1 success=yes exit=1 a0=9 a1=7ffe91ea41e0 a2=1 a3=0 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd-executor" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso (systemd)[931]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
Jun 21 11:33:52 archiso audit[931]: USER_START pid=931 uid=0 auid=0 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_umask,pam_systemd,pam_env acct="root" exe="/usr/lib/systemd/systemd-executor" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:52 archiso audit: BPF prog-id=46 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffda402f8a0 a2=90 a3=0 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=46 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=8 a1=7ffda402f990 a2=90 a3=200000008 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=47 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffda402f950 a2=90 a3=0 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=47 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=8 a1=7ffda402f950 a2=0 a3=0 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=48 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffda402e710 a2=74 a3=2 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=48 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=8 a1=7ffda402e710 a2=74 a3=2 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=49 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffda402e850 a2=94 a3=7ffda402e930 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=49 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=8 a1=7ffda402e850 a2=0 a3=7ffda402e930 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=50 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=10 a0=5 a1=7ffda402f6a0 a2=94 a3=2 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=50 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=a a1=7ffda402f6a0 a2=0 a3=2 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=51 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=11 a0=5 a1=7ffda402f400 a2=40 a3=4 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=51 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=b a1=7ffda402f400 a2=40 a3=4 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=52 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=11 a0=5 a1=7ffda402f530 a2=94 a3=7ffda402f610 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=52 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=b a1=7ffda402f530 a2=0 a3=7ffda402f610 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=53 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=11 a0=5 a1=7ffda402ecc0 a2=94 a3=52 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=54 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=12 a0=5 a1=7ffda402ecc0 a2=94 a3=52 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=53 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=b a1=9 a2=0 a3=0 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=54 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=c a1=5c7a152f51f0 a2=19 a3=5c7a152f5200 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=55 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffda402e850 a2=94 a3=2 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=55 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=8 a1=7ffda402e850 a2=0 a3=2 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=56 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=10 a0=5 a1=7ffda402f660 a2=94 a3=2 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=56 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=a a1=7ffda402f660 a2=0 a3=2 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=57 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=12 a0=5 a1=7ffda402f310 a2=94 a3=5 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=57 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=c a1=7ffda402f310 a2=0 a3=5 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=58 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=11 a0=5 a1=7ffda402eb40 a2=94 a3=2 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=58 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=b a1=7ffda402eb40 a2=0 a3=2 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=59 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=11 a0=5 a1=7ffda402ec80 a2=94 a3=13 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=60 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=13 a0=5 a1=7ffda402ead0 a2=94 a3=2 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=60 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=d a1=7ffda402eb00 a2=0 a3=7ffda402ebf0 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=61 op=LOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=321 success=yes exit=12 a0=5 a1=7ffda402ec80 a2=94 a3=13 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=59 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=b a1=9 a2=0 a3=0 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso audit: BPF prog-id=61 op=UNLOAD
Jun 21 11:33:52 archiso audit[931]: SYSCALL arch=c000003e syscall=3 success=yes exit=0 a0=c a1=5c7a152f21b0 a2=19 a3=5c7a152f21c0 items=0 ppid=1 pid=931 auid=0 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 21 11:33:52 archiso audit: PROCTITLE proctitle="(systemd)"
Jun 21 11:33:52 archiso systemd[931]: Queued start job for default target Main User Target.
Jun 21 11:33:52 archiso systemd[931]: Created slice User Application Slice.
Jun 21 11:33:52 archiso systemd[931]: Reached target Paths.
Jun 21 11:33:52 archiso systemd[931]: Reached target Timers.
Jun 21 11:33:52 archiso systemd[931]: Starting D-Bus User Message Bus Socket...
Jun 21 11:33:52 archiso systemd[931]: Listening on GnuPG network certificate management daemon.
Jun 21 11:33:52 archiso systemd[931]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 21 11:33:52 archiso systemd[931]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 21 11:33:52 archiso systemd[931]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 21 11:33:52 archiso systemd[931]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 21 11:33:52 archiso systemd[931]: Listening on GnuPG public key management service.
Jun 21 11:33:52 archiso systemd[931]: Listening on p11-kit server.
Jun 21 11:33:52 archiso systemd[931]: Listening on D-Bus User Message Bus Socket.
Jun 21 11:33:52 archiso systemd[931]: Reached target Sockets.
Jun 21 11:33:52 archiso systemd[931]: Reached target Basic System.
Jun 21 11:33:52 archiso systemd[931]: Reached target Main User Target.
Jun 21 11:33:52 archiso systemd[931]: Startup finished in 463ms.
Jun 21 11:33:52 archiso systemd[1]: Started User Manager for UID 0.
Jun 21 11:33:52 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:33:52 archiso systemd[1]: Started Session 1 of User root.
Jun 21 11:33:52 archiso audit[919]: USER_START pid=919 uid=0 auid=0 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_umask,pam_systemd,pam_env acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Jun 21 11:33:52 archiso audit[919]: CRED_REFR pid=919 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/login" hostname=archiso addr=? terminal=/dev/tty1 res=success'
Jun 21 11:33:52 archiso login[919]: ROOT LOGIN ON tty1
Jun 21 11:34:08 archiso reflector[922]: [2024-06-21 11:34:08] WARNING: failed to rate http(s) download (https://mirrors.neusoft.edu.cn/archlinux/extra/os/x86_64/extra.db): Download timed out after 5 second(s).
Jun 21 11:34:21 archiso systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jun 21 11:34:21 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:34:21 archiso kernel: kauditd_printk_skb: 107 callbacks suppressed
Jun 21 11:34:21 archiso kernel: audit: type=1131 audit(1718969661.510:133): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 11:34:21 archiso audit: BPF prog-id=45 op=UNLOAD
Jun 21 11:34:21 archiso audit: BPF prog-id=44 op=UNLOAD
Jun 21 11:34:21 archiso audit: BPF prog-id=43 op=UNLOAD
Jun 21 11:34:21 archiso kernel: audit: type=1334 audit(1718969661.633:134): prog-id=45 op=UNLOAD
Jun 21 11:34:21 archiso kernel: audit: type=1334 audit(1718969661.633:135): prog-id=44 op=UNLOAD
Jun 21 11:34:21 archiso kernel: audit: type=1334 audit(1718969661.633:136): prog-id=43 op=UNLOAD
Jun 21 10:34:22 archiso systemd-resolved[695]: Clock change detected. Flushing caches.
Jun 21 10:34:22 archiso systemd-journald[600]: Time jumped backwards, rotating.
Jun 21 10:34:22 archiso systemd-time-wait-sync[604]: adjtime state 0 status 2000 time Fri 2024-06-21 10:34:22.894643 UTC
Jun 21 10:34:22 archiso systemd-timesyncd[696]: Contacted time server [2a03:b0c0:1:d0::1f9:f001]:123 (2.arch.pool.ntp.org).
Jun 21 10:34:22 archiso systemd-timesyncd[696]: Initial clock synchronization to Fri 2024-06-21 10:34:22.894482 UTC.
Jun 21 10:34:22 archiso systemd[1]: Finished Wait Until Kernel Time Synchronized.
Jun 21 10:34:22 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-time-wait-sync comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 10:34:22 archiso systemd[1]: Reached target System Time Synchronized.
Jun 21 10:34:22 archiso systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jun 21 10:34:22 archiso systemd[1]: Started Daily man-db regeneration.
Jun 21 10:34:22 archiso kernel: audit: type=1130 audit(1718966062.907:137): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-time-wait-sync comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 10:34:22 archiso systemd[1]: Started Daily verification of password and group files.
Jun 21 10:34:22 archiso systemd[1]: Reached target Timer Units.
Jun 21 10:34:22 archiso systemd[1]: Starting Initializes Pacman keyring...
Jun 21 10:34:23 archiso pacman-key[996]: gpg: /etc/pacman.d/gnupg/trustdb.gpg: trustdb created
Jun 21 10:34:23 archiso pacman-key[996]: gpg: no ultimately trusted keys found
Jun 21 10:34:23 archiso pacman-key[1014]: gpg: starting migration from earlier GnuPG versions
Jun 21 10:34:23 archiso pacman-key[1014]: gpg: porting secret keys from '/etc/pacman.d/gnupg/secring.gpg' to gpg-agent
Jun 21 10:34:23 archiso pacman-key[1014]: gpg: migration succeeded
Jun 21 10:34:23 archiso pacman-key[991]: ==> Generating pacman master key. This may take some time.
Jun 21 10:34:23 archiso pacman-key[1020]: gpg: Generating pacman keyring master key...
Jun 21 10:34:24 archiso pacman-key[1020]: gpg: directory '/etc/pacman.d/gnupg/openpgp-revocs.d' created
Jun 21 10:34:24 archiso pacman-key[1020]: gpg: revocation certificate stored as '/etc/pacman.d/gnupg/openpgp-revocs.d/E1058A26976866F03D0E69D5D364D171536FDA95.rev'
Jun 21 10:34:24 archiso pacman-key[1020]: gpg: Done
Jun 21 10:34:24 archiso pacman-key[991]: ==> Updating trust database...
Jun 21 10:34:24 archiso pacman-key[1023]: gpg: marginals needed: 3  completes needed: 1  trust model: pgp
Jun 21 10:34:24 archiso pacman-key[1023]: gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
Jun 21 10:34:24 archiso pacman-key[1024]: ==> Appending keys from archlinux.gpg...
Jun 21 10:34:28 archiso pacman-key[1024]: ==> Locally signing trusted keys in keyring...
Jun 21 10:34:32 archiso pacman-key[1024]:   -> Locally signed 5 keys.
Jun 21 10:34:32 archiso pacman-key[1024]: ==> Importing owner trust values...
Jun 21 10:34:32 archiso pacman-key[1122]: gpg: setting ownertrust to 4
Jun 21 10:34:32 archiso pacman-key[1122]: gpg: setting ownertrust to 4
Jun 21 10:34:32 archiso pacman-key[1122]: gpg: setting ownertrust to 4
Jun 21 10:34:32 archiso pacman-key[1122]: gpg: inserting ownertrust of 4
Jun 21 10:34:32 archiso pacman-key[1122]: gpg: setting ownertrust to 4
Jun 21 10:34:32 archiso pacman-key[1024]: ==> Disabling revoked keys in keyring...
Jun 21 10:34:32 archiso pacman-key[1024]:   -> Disabled 45 keys.
Jun 21 10:34:32 archiso pacman-key[1024]: ==> Updating trust database...
Jun 21 10:34:33 archiso pacman-key[1261]: gpg: Note: third-party key signatures using the SHA1 algorithm are rejected
Jun 21 10:34:33 archiso pacman-key[1261]: gpg: (use option "--allow-weak-key-signatures" to override)
Jun 21 10:34:33 archiso reflector[922]: [2024-06-21 10:34:33] WARNING: failed to rate http(s) download (https://archlinux.thaller.ws/extra/os/x86_64/extra.db): Download timed out after 5 second(s).
Jun 21 10:34:33 archiso pacman-key[1261]: gpg: marginals needed: 3  completes needed: 1  trust model: pgp
Jun 21 10:34:33 archiso pacman-key[1261]: gpg: depth: 0  valid:   1  signed:   5  trust: 0-, 0q, 0n, 0m, 0f, 1u
Jun 21 10:34:33 archiso pacman-key[1261]: gpg: depth: 1  valid:   5  signed: 100  trust: 0-, 0q, 0n, 5m, 0f, 0u
Jun 21 10:34:33 archiso pacman-key[1261]: gpg: depth: 2  valid:  75  signed:  23  trust: 75-, 0q, 0n, 0m, 0f, 0u
Jun 21 10:34:33 archiso pacman-key[1261]: gpg: next trustdb check due at 2024-06-29
Jun 21 10:34:33 archiso systemd[1]: Finished Initializes Pacman keyring.
Jun 21 10:34:33 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 10:34:33 archiso kernel: audit: type=1130 audit(1718966073.977:138): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=pacman-init comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 10:34:39 archiso reflector[922]: [2024-06-21 10:34:39] WARNING: failed to rate http(s) download (https://mirror.telepoint.bg/archlinux/extra/os/x86_64/extra.db): Download timed out after 5 second(s).
Jun 21 10:34:48 archiso systemd[1]: reflector.service: Deactivated successfully.
Jun 21 10:34:48 archiso systemd[1]: Finished Refresh Pacman mirrorlist with Reflector..
Jun 21 10:34:48 archiso audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 10:34:48 archiso audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 10:34:48 archiso systemd[1]: reflector.service: Consumed 4.289s CPU time.
Jun 21 10:34:48 archiso systemd[1]: Reached target Multi-User System.
Jun 21 10:34:48 archiso systemd[1]: Reached target Graphical Interface.
Jun 21 10:34:48 archiso systemd[1]: Startup finished in 26.409s (kernel) + 1min 9.183s (userspace) = 1min 35.592s.
Jun 21 10:34:48 archiso kernel: audit: type=1130 audit(1718966088.437:139): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 10:34:48 archiso kernel: audit: type=1131 audit(1718966088.437:140): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=reflector comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 21 10:34:48 archiso audit: BPF prog-id=42 op=UNLOAD
Jun 21 10:34:48 archiso kernel: audit: type=1334 audit(1718966088.471:141): prog-id=42 op=UNLOAD
Jun 21 10:34:52 archiso kernel: EXT4-fs (nvme0n1p2): mounted filesystem c3c63d6b-3022-416c-9787-140ce73aef73 r/w with ordered data mode. Quota mode: none.
Jun 21 10:35:09 archiso kernel: EXT4-fs (sdg1): mounted filesystem e32b8f09-4eb2-461a-a406-b62e59babe0f r/w with ordered data mode. Quota mode: none.

This is the journal from this boot with the Arch live usb, was this what you wanted?

Many thanks

Offline

#4 2024-06-21 11:02:18

speeder1987
Member
Registered: 2022-08-19
Posts: 28

Re: [Solved] System failing to load kernel

I missed one of your questions, I have not tried to move the bootloader or kernel onto the ESP

Last edited by speeder1987 (2024-06-21 11:02:36)

Offline

#5 2024-06-21 16:07:01

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,946

Re: [Solved] System failing to load kernel

That's the journal from the install iso - that's pointless.

journalctl -D /mnt/var/log/journal -b

It'll show what you're actually currently booting.
And it looks like you've two ESPs…

Online

#6 2024-06-22 07:54:34

speeder1987
Member
Registered: 2022-08-19
Posts: 28

Re: [Solved] System failing to load kernel

Thanks for the quick reply and for helping.

Here is the requested system journal file as oposed to the iso after using:

journalctl -D /mnt/var/log/journal -b

It was too large to post here (or put in a pastebin) due to there being lots of duplicated lines. Therefore I have processed the file to remove any duplicated lines leaving the first instance of the duplicated lines in the log. I have also provided a list of the lines which were duplicated in the log along with the counts in brackets of how many times these were seen. If you want the whole log, and know of a way of me posting it that I am unaware of let me know and I can do this.

The log with duplicate lines removed:

Jun 17 06:39:43 archlinux kernel: Linux version 6.9.3-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Fri, 31 May 2024 15:14:45 +0000
Jun 17 06:39:43 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c3c63d6b-3022-416c-9787-140ce73aef73 rw rootfstype=ext4 loglevel=3 quiet
Jun 17 06:39:43 archlinux kernel: BIOS-provided physical RAM map:
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009c3ff] usable
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x000000000009c400-0x000000000009ffff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x000000007faecfff] usable
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x000000007faed000-0x000000007faedfff] ACPI NVS
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x000000007faee000-0x000000007faeefff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x000000007faef000-0x000000008c86dfff] usable
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x000000008c86e000-0x000000008e12cfff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x000000008e12d000-0x000000008e172fff] ACPI data
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x000000008e173000-0x000000008e5a0fff] ACPI NVS
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x000000008e5a1000-0x000000008f7a0fff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x000000008f7a1000-0x000000008f7fefff] usable
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x000000008f7ff000-0x000000008fffffff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 17 06:39:43 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000106effffff] usable
Jun 17 06:39:43 archlinux kernel: NX (Execute Disable) protection: active
Jun 17 06:39:43 archlinux kernel: APIC: Static calls initialized
Jun 17 06:39:43 archlinux kernel: SMBIOS 3.0 present.
Jun 17 06:39:43 archlinux kernel: DMI: System manufacturer System Product Name/ROG MAXIMUS X HERO, BIOS 0802 11/01/2017
Jun 17 06:39:43 archlinux kernel: tsc: Detected 3700.000 MHz processor
Jun 17 06:39:43 archlinux kernel: tsc: Detected 3699.850 MHz TSC
Jun 17 06:39:43 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 17 06:39:43 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 17 06:39:43 archlinux kernel: last_pfn = 0x106f000 max_arch_pfn = 0x400000000
Jun 17 06:39:43 archlinux kernel: MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
Jun 17 06:39:43 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 17 06:39:43 archlinux kernel: last_pfn = 0x8f7ff max_arch_pfn = 0x400000000
Jun 17 06:39:43 archlinux kernel: found SMP MP-table at [mem 0x000fce40-0x000fce4f]
Jun 17 06:39:43 archlinux kernel: Using GB pages for direct mapping
Jun 17 06:39:43 archlinux kernel: RAMDISK: [mem 0x35dd1000-0x36edffff]
Jun 17 06:39:43 archlinux kernel: ACPI: Early table checksum verification disabled
Jun 17 06:39:43 archlinux kernel: ACPI: RSDP 0x00000000000F05B0 000024 (v02 ALASKA)
Jun 17 06:39:43 archlinux kernel: ACPI: XSDT 0x000000008E13B0A8 0000CC (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 17 06:39:43 archlinux kernel: ACPI: FACP 0x000000008E166160 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Jun 17 06:39:43 archlinux kernel: ACPI: DSDT 0x000000008E13B210 02AF4D (v02 ALASKA A M I    01072009 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: FACS 0x000000008E570F00 000040
Jun 17 06:39:43 archlinux kernel: ACPI: APIC 0x000000008E166278 0000F4 (v03 ALASKA A M I    01072009 AMI  00010013)
Jun 17 06:39:43 archlinux kernel: ACPI: FPDT 0x000000008E166370 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 17 06:39:43 archlinux kernel: ACPI: FIDT 0x000000008E1663B8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 17 06:39:43 archlinux kernel: ACPI: WSMT 0x000000008E171DB8 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 17 06:39:43 archlinux kernel: ACPI: MCFG 0x000000008E1664B0 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0x000000008E1664F0 0003A3 (v01 SataRe SataTabl 00001000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0x000000008E166898 003156 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0x000000008E1699F0 002611 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: HPET 0x000000008E16C008 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0x000000008E16C040 000B13 (v02 INTEL  xh_rvp08 00000000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: UEFI 0x000000008E16CB58 000042 (v01 ALASKA A M I    00000002      01000013)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0x000000008E16CBA0 0017AE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: LPIT 0x000000008E16E350 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0x000000008E16E3E8 000141 (v02 INTEL  HdaDsp   00000000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0x000000008E16E530 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0x000000008E16E7D0 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0x000000008E1717D8 000517 (v02 INTEL  TbtTypeC 00000000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: DBGP 0x000000008E171CF0 000034 (v01 INTEL           00000002 MSFT 0000005F)
Jun 17 06:39:43 archlinux kernel: ACPI: DBG2 0x000000008E171D28 000054 (v00 INTEL           00000002 MSFT 0000005F)
Jun 17 06:39:43 archlinux kernel: ACPI: TPM2 0x000000008E171D80 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x8e166160-0x8e166273]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x8e13b210-0x8e16615c]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x8e570f00-0x8e570f3f]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x8e166278-0x8e16636b]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x8e166370-0x8e1663b3]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x8e1663b8-0x8e166453]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x8e171db8-0x8e171ddf]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x8e1664b0-0x8e1664eb]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8e1664f0-0x8e166892]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8e166898-0x8e1699ed]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8e1699f0-0x8e16c000]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x8e16c008-0x8e16c03f]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8e16c040-0x8e16cb52]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving UEFI table memory at [mem 0x8e16cb58-0x8e16cb99]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8e16cba0-0x8e16e34d]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x8e16e350-0x8e16e3e3]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8e16e3e8-0x8e16e528]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8e16e530-0x8e16e7ce]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8e16e7d0-0x8e1717d1]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x8e1717d8-0x8e171cee]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x8e171cf0-0x8e171d23]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x8e171d28-0x8e171d7b]
Jun 17 06:39:43 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0x8e171d80-0x8e171db3]
Jun 17 06:39:43 archlinux kernel: No NUMA configuration found
Jun 17 06:39:43 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000106effffff]
Jun 17 06:39:43 archlinux kernel: NODE_DATA(0) allocated [mem 0x106effb000-0x106effffff]
Jun 17 06:39:43 archlinux kernel: Zone ranges:
Jun 17 06:39:43 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 17 06:39:43 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 17 06:39:43 archlinux kernel:   Normal   [mem 0x0000000100000000-0x000000106effffff]
Jun 17 06:39:43 archlinux kernel:   Device   empty
Jun 17 06:39:43 archlinux kernel: Movable zone start for each node
Jun 17 06:39:43 archlinux kernel: Early memory node ranges
Jun 17 06:39:43 archlinux kernel:   node   0: [mem 0x0000000000001000-0x000000000009bfff]
Jun 17 06:39:43 archlinux kernel:   node   0: [mem 0x0000000000100000-0x000000007faecfff]
Jun 17 06:39:43 archlinux kernel:   node   0: [mem 0x000000007faef000-0x000000008c86dfff]
Jun 17 06:39:43 archlinux kernel:   node   0: [mem 0x000000008f7a1000-0x000000008f7fefff]
Jun 17 06:39:43 archlinux kernel:   node   0: [mem 0x0000000100000000-0x000000106effffff]
Jun 17 06:39:43 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000106effffff]
Jun 17 06:39:43 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 17 06:39:43 archlinux kernel: On node 0, zone DMA: 100 pages in unavailable ranges
Jun 17 06:39:43 archlinux kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Jun 17 06:39:43 archlinux kernel: On node 0, zone DMA32: 12083 pages in unavailable ranges
Jun 17 06:39:43 archlinux kernel: On node 0, zone Normal: 2049 pages in unavailable ranges
Jun 17 06:39:43 archlinux kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Jun 17 06:39:43 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jun 17 06:39:43 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jun 17 06:39:43 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 17 06:39:43 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 17 06:39:43 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 17 06:39:43 archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jun 17 06:39:43 archlinux kernel: TSC deadline timer available
Jun 17 06:39:43 archlinux kernel: CPU topo: Max. logical packages:   1
Jun 17 06:39:43 archlinux kernel: CPU topo: Max. logical dies:       1
Jun 17 06:39:43 archlinux kernel: CPU topo: Max. dies per package:   1
Jun 17 06:39:43 archlinux kernel: CPU topo: Max. threads per core:   2
Jun 17 06:39:43 archlinux kernel: CPU topo: Num. cores per package:     6
Jun 17 06:39:43 archlinux kernel: CPU topo: Num. threads per package:  12
Jun 17 06:39:43 archlinux kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000dffff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x7faed000-0x7faedfff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x7faee000-0x7faeefff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8c86e000-0x8e12cfff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8e12d000-0x8e172fff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8e173000-0x8e5a0fff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8e5a1000-0x8f7a0fff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8f7ff000-0x8fffffff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x90000000-0xdfffffff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Jun 17 06:39:43 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jun 17 06:39:43 archlinux kernel: [mem 0x90000000-0xdfffffff] available for PCI devices
Jun 17 06:39:43 archlinux kernel: Booting paravirtualized kernel on bare hardware
Jun 17 06:39:43 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 17 06:39:43 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Jun 17 06:39:43 archlinux kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Jun 17 06:39:43 archlinux kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Jun 17 06:39:43 archlinux kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Jun 17 06:39:43 archlinux kernel: pcpu-alloc: [0] 08 09 10 11 
Jun 17 06:39:43 archlinux kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c3c63d6b-3022-416c-9787-140ce73aef73 rw rootfstype=ext4 loglevel=3 quiet
Jun 17 06:39:43 archlinux kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Jun 17 06:39:43 archlinux kernel: random: crng init done
Jun 17 06:39:43 archlinux kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Jun 17 06:39:43 archlinux kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jun 17 06:39:43 archlinux kernel: Fallback order for Node 0: 0 
Jun 17 06:39:43 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 16496870
Jun 17 06:39:43 archlinux kernel: Policy zone: Normal
Jun 17 06:39:43 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 17 06:39:43 archlinux kernel: software IO TLB: area num 16.
Jun 17 06:39:43 archlinux kernel: Memory: 65751120K/67035540K available (18432K kernel code, 2164K rwdata, 13224K rodata, 3412K init, 3624K bss, 1284160K reserved, 0K cma-reserved)
Jun 17 06:39:43 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Jun 17 06:39:43 archlinux kernel: Kernel/User page tables isolation: enabled
Jun 17 06:39:43 archlinux kernel: ftrace: allocating 49854 entries in 195 pages
Jun 17 06:39:43 archlinux kernel: ftrace: allocated 195 pages with 4 groups
Jun 17 06:39:43 archlinux kernel: Dynamic Preempt: full
Jun 17 06:39:43 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 17 06:39:43 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=12.
Jun 17 06:39:43 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jun 17 06:39:43 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
Jun 17 06:39:43 archlinux kernel:         Rude variant of Tasks RCU enabled.
Jun 17 06:39:43 archlinux kernel:         Tracing variant of Tasks RCU enabled.
Jun 17 06:39:43 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 17 06:39:43 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Jun 17 06:39:43 archlinux kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jun 17 06:39:43 archlinux kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jun 17 06:39:43 archlinux kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
Jun 17 06:39:43 archlinux kernel: NR_IRQS: 20736, nr_irqs: 2152, preallocated irqs: 16
Jun 17 06:39:43 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jun 17 06:39:43 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 17 06:39:43 archlinux kernel: Console: colour dummy device 80x25
Jun 17 06:39:43 archlinux kernel: printk: legacy console [tty0] enabled
Jun 17 06:39:43 archlinux kernel: ACPI: Core revision 20230628
Jun 17 06:39:43 archlinux kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
Jun 17 06:39:43 archlinux kernel: APIC: Switch to symmetric I/O mode setup
Jun 17 06:39:43 archlinux kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Jun 17 06:39:43 archlinux kernel: APIC: Switched APIC routing to: physical flat
Jun 17 06:39:43 archlinux kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 17 06:39:43 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6aa99074b1c, max_idle_ns: 881590506587 ns
Jun 17 06:39:43 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7402.02 BogoMIPS (lpj=12332833)
Jun 17 06:39:43 archlinux kernel: x86/cpu: SGX disabled by BIOS.
Jun 17 06:39:43 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 17 06:39:43 archlinux kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Jun 17 06:39:43 archlinux kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Jun 17 06:39:43 archlinux kernel: process: using mwait in idle threads
Jun 17 06:39:43 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 17 06:39:43 archlinux kernel: Spectre V2 : Mitigation: IBRS
Jun 17 06:39:43 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 17 06:39:43 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jun 17 06:39:43 archlinux kernel: RETBleed: Mitigation: IBRS
Jun 17 06:39:43 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 17 06:39:43 archlinux kernel: Spectre V2 : User space: Mitigation: STIBP via prctl
Jun 17 06:39:43 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jun 17 06:39:43 archlinux kernel: MDS: Mitigation: Clear CPU buffers
Jun 17 06:39:43 archlinux kernel: TAA: Mitigation: TSX disabled
Jun 17 06:39:43 archlinux kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Jun 17 06:39:43 archlinux kernel: SRBDS: Mitigation: Microcode
Jun 17 06:39:43 archlinux kernel: GDS: Mitigation: Microcode
Jun 17 06:39:43 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 17 06:39:43 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 17 06:39:43 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 17 06:39:43 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Jun 17 06:39:43 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Jun 17 06:39:43 archlinux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun 17 06:39:43 archlinux kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
Jun 17 06:39:43 archlinux kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
Jun 17 06:39:43 archlinux kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Jun 17 06:39:43 archlinux kernel: Freeing SMP alternatives memory: 40K
Jun 17 06:39:43 archlinux kernel: pid_max: default: 32768 minimum: 301
Jun 17 06:39:43 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Jun 17 06:39:43 archlinux kernel: landlock: Up and running.
Jun 17 06:39:43 archlinux kernel: Yama: becoming mindful.
Jun 17 06:39:43 archlinux kernel: LSM support for eBPF active
Jun 17 06:39:43 archlinux kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 17 06:39:43 archlinux kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 17 06:39:43 archlinux kernel: smpboot: CPU0: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz (family: 0x6, model: 0x9e, stepping: 0xa)
Jun 17 06:39:43 archlinux kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Jun 17 06:39:43 archlinux kernel: ... version:                4
Jun 17 06:39:43 archlinux kernel: ... bit width:              48
Jun 17 06:39:43 archlinux kernel: ... generic registers:      4
Jun 17 06:39:43 archlinux kernel: ... value mask:             0000ffffffffffff
Jun 17 06:39:43 archlinux kernel: ... max period:             00007fffffffffff
Jun 17 06:39:43 archlinux kernel: ... fixed-purpose events:   3
Jun 17 06:39:43 archlinux kernel: ... event mask:             000000070000000f
Jun 17 06:39:43 archlinux kernel: signal: max sigframe size: 2032
Jun 17 06:39:43 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1217
Jun 17 06:39:43 archlinux kernel: rcu: Hierarchical SRCU implementation.
Jun 17 06:39:43 archlinux kernel: rcu:         Max phase no-delay instances is 1000.
Jun 17 06:39:43 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 17 06:39:43 archlinux kernel: smp: Bringing up secondary CPUs ...
Jun 17 06:39:43 archlinux kernel: smpboot: x86: Booting SMP configuration:
Jun 17 06:39:43 archlinux kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11
Jun 17 06:39:43 archlinux kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Jun 17 06:39:43 archlinux 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.
Jun 17 06:39:43 archlinux kernel: smp: Brought up 1 node, 12 CPUs
Jun 17 06:39:43 archlinux kernel: smpboot: Total of 12 processors activated (88831.24 BogoMIPS)
Jun 17 06:39:43 archlinux kernel: devtmpfs: initialized
Jun 17 06:39:43 archlinux kernel: x86/mm: Memory block size: 2048MB
Jun 17 06:39:43 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x7faed000-0x7faedfff] (4096 bytes)
Jun 17 06:39:43 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8e173000-0x8e5a0fff] (4382720 bytes)
Jun 17 06:39:43 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 17 06:39:43 archlinux kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jun 17 06:39:43 archlinux kernel: pinctrl core: initialized pinctrl subsystem
Jun 17 06:39:43 archlinux kernel: PM: RTC time: 06:39:38, date: 2024-06-17
Jun 17 06:39:43 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 17 06:39:43 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jun 17 06:39:43 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 17 06:39:43 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 17 06:39:43 archlinux kernel: audit: initializing netlink subsys (disabled)
Jun 17 06:39:43 archlinux kernel: audit: type=2000 audit(1718606378.059:1): state=initialized audit_enabled=0 res=1
Jun 17 06:39:43 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 17 06:39:43 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 17 06:39:43 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 17 06:39:43 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 17 06:39:43 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 17 06:39:43 archlinux kernel: cpuidle: using governor ladder
Jun 17 06:39:43 archlinux kernel: cpuidle: using governor menu
Jun 17 06:39:43 archlinux kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Jun 17 06:39:43 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 17 06:39:43 archlinux kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
Jun 17 06:39:43 archlinux kernel: PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as E820 entry
Jun 17 06:39:43 archlinux kernel: PCI: Using configuration type 1 for base access
Jun 17 06:39:43 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 17 06:39:43 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jun 17 06:39:43 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jun 17 06:39:43 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jun 17 06:39:43 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jun 17 06:39:43 archlinux kernel: Demotion targets for Node 0: null
Jun 17 06:39:43 archlinux kernel: ACPI: Added _OSI(Module Device)
Jun 17 06:39:43 archlinux kernel: ACPI: Added _OSI(Processor Device)
Jun 17 06:39:43 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 17 06:39:43 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 17 06:39:43 archlinux kernel: ACPI: 10 ACPI AML tables successfully acquired and loaded
Jun 17 06:39:43 archlinux kernel: ACPI: Dynamic OEM Table Load:
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0xFFFF94F100ED9000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0xFFFF94F10199F800 00077A (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0xFFFF94F100EE4000 000D14 (v02 PmRef  ApIst    00003000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0xFFFF94F100EDFC00 000317 (v02 PmRef  ApHwp    00003000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: SSDT 0xFFFF94F100EDD000 00030A (v02 PmRef  ApCst    00003000 INTL 20160422)
Jun 17 06:39:43 archlinux kernel: ACPI: _OSC evaluated successfully for all CPUs
Jun 17 06:39:43 archlinux kernel: ACPI: EC: EC started
Jun 17 06:39:43 archlinux kernel: ACPI: EC: interrupt blocked
Jun 17 06:39:43 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 17 06:39:43 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
Jun 17 06:39:43 archlinux kernel: ACPI: Interpreter enabled
Jun 17 06:39:43 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jun 17 06:39:43 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
Jun 17 06:39:43 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 17 06:39:43 archlinux kernel: PCI: Using E820 reservations for host bridge windows
Jun 17 06:39:43 archlinux kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
Jun 17 06:39:43 archlinux kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Jun 17 06:39:43 archlinux kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Jun 17 06:39:43 archlinux kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Jun 17 06:39:43 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jun 17 06:39:43 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 17 06:39:43 archlinux kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
Jun 17 06:39:43 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
Jun 17 06:39:43 archlinux kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Jun 17 06:39:43 archlinux kernel: PCI host bridge to bus 0000:00
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:00.0: [8086:3ec2] type 00 class 0x060000 conventional PCI endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Jun 17 06:39:43 archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jun 17 06:39:43 archlinux kernel: pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330 conventional PCI endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:00:14.0: BAR 0 [mem 0xdf630000-0xdf63ffff 64bit]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun 17 06:39:43 archlinux kernel: pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000 conventional PCI endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:00:16.0: BAR 0 [mem 0xdf64d000-0xdf64dfff 64bit]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
Jun 17 06:39:43 archlinux kernel: pci 0000:00:17.0: [8086:a282] type 00 class 0x010601 conventional PCI endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:00:17.0: BAR 0 [mem 0xdf648000-0xdf649fff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:17.0: BAR 1 [mem 0xdf64c000-0xdf64c0ff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:17.0: BAR 2 [io  0xf050-0xf057]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:17.0: BAR 3 [io  0xf040-0xf043]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:17.0: BAR 4 [io  0xf020-0xf03f]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:17.0: BAR 5 [mem 0xdf64b000-0xdf64b7ff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1b.0: [8086:a2e7] type 01 class 0x060400 PCIe Root Port
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1b.0:   bridge window [mem 0xdf500000-0xdf5fffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1b.6: [8086:a2ed] type 01 class 0x060400 PCIe Root Port
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1b.6: PCI bridge to [bus 03]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1b.6:   bridge window [io  0xd000-0xdfff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1b.6:   bridge window [mem 0xdf400000-0xdf4fffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1b.6: PME# supported from D0 D3hot D3cold
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0: [8086:a290] type 01 class 0x060400 PCIe Root Port
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.4: [8086:a294] type 01 class 0x060400 PCIe Root Port
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.4:   bridge window [mem 0xdf300000-0xdf3fffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.6: [8086:a296] type 01 class 0x060400 PCIe Root Port
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.6: PCI bridge to [bus 06]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.6:   bridge window [mem 0xdf200000-0xdf2fffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1d.0: [8086:a298] type 01 class 0x060400 PCIe Root Port
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0xdf100000-0xdf1fffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.0: [8086:a2c9] type 00 class 0x060100 conventional PCI endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000 conventional PCI endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.2: BAR 0 [mem 0xdf644000-0xdf647fff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.3: [8086:a2f0] type 00 class 0x040300 conventional PCI endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.3: BAR 0 [mem 0xdf640000-0xdf643fff 64bit]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.3: BAR 4 [mem 0xdf620000-0xdf62ffff 64bit]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500 conventional PCI endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.4: BAR 0 [mem 0xdf64a000-0xdf64a0ff 64bit]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.4: BAR 4 [io  0xf000-0xf01f]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000 conventional PCI endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.6: BAR 0 [mem 0xdf600000-0xdf61ffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.0: [10de:2216] type 00 class 0x030000 PCIe Legacy Endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.0: BAR 0 [mem 0xde000000-0xdeffffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.0: BAR 1 [mem 0xc0000000-0xcfffffff 64bit pref]
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.0: BAR 3 [mem 0xd0000000-0xd1ffffff 64bit pref]
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.0: BAR 5 [io  0xe000-0xe07f]
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.0: ROM [mem 0xdf000000-0xdf07ffff pref]
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Jun 17 06:39:43 archlinux 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)
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.1: [10de:1aef] type 00 class 0x040300 PCIe Endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.1: BAR 0 [mem 0xdf080000-0xdf083fff]
Jun 17 06:39:43 archlinux kernel: pci 0000:02:00.0: [144d:a80a] type 00 class 0x010802 PCIe Endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:02:00.0: BAR 0 [mem 0xdf500000-0xdf503fff 64bit]
Jun 17 06:39:43 archlinux kernel: pci 0000:02:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1b.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Jun 17 06:39:43 archlinux kernel: pci 0000:03:00.0: [1b4b:9215] type 00 class 0x010601 PCIe Legacy Endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:03:00.0: BAR 0 [io  0xd050-0xd057]
Jun 17 06:39:43 archlinux kernel: pci 0000:03:00.0: BAR 1 [io  0xd040-0xd043]
Jun 17 06:39:43 archlinux kernel: pci 0000:03:00.0: BAR 2 [io  0xd030-0xd037]
Jun 17 06:39:43 archlinux kernel: pci 0000:03:00.0: BAR 3 [io  0xd020-0xd023]
Jun 17 06:39:43 archlinux kernel: pci 0000:03:00.0: BAR 4 [io  0xd000-0xd01f]
Jun 17 06:39:43 archlinux kernel: pci 0000:03:00.0: BAR 5 [mem 0xdf440000-0xdf4407ff]
Jun 17 06:39:43 archlinux kernel: pci 0000:03:00.0: ROM [mem 0xdf400000-0xdf43ffff pref]
Jun 17 06:39:43 archlinux kernel: pci 0000:03:00.0: Enabling fixed DMA alias to 00.1
Jun 17 06:39:43 archlinux kernel: pci 0000:03:00.0: PME# supported from D3hot
Jun 17 06:39:43 archlinux kernel: pci 0000:05:00.0: [1b21:2142] type 00 class 0x0c0330 PCIe Legacy Endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:05:00.0: BAR 0 [mem 0xdf300000-0xdf307fff 64bit]
Jun 17 06:39:43 archlinux kernel: pci 0000:05:00.0: enabling Extended Tags
Jun 17 06:39:43 archlinux kernel: pci 0000:05:00.0: PME# supported from D0
Jun 17 06:39:43 archlinux kernel: pci 0000:06:00.0: [1b21:2142] type 00 class 0x0c0330 PCIe Legacy Endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:06:00.0: BAR 0 [mem 0xdf200000-0xdf207fff 64bit]
Jun 17 06:39:43 archlinux kernel: pci 0000:06:00.0: enabling Extended Tags
Jun 17 06:39:43 archlinux kernel: pci 0000:06:00.0: PME# supported from D0
Jun 17 06:39:43 archlinux kernel: pci 0000:07:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:07:00.0: BAR 0 [mem 0xdf100000-0xdf103fff 64bit]
Jun 17 06:39:43 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Jun 17 06:39:43 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Jun 17 06:39:43 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Jun 17 06:39:43 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Jun 17 06:39:43 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Jun 17 06:39:43 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Jun 17 06:39:43 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Jun 17 06:39:43 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Jun 17 06:39:43 archlinux kernel: ACPI: EC: interrupt unblocked
Jun 17 06:39:43 archlinux kernel: ACPI: EC: event unblocked
Jun 17 06:39:43 archlinux kernel: ACPI: EC: GPE=0x16
Jun 17 06:39:43 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC initialization complete
Jun 17 06:39:43 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Jun 17 06:39:43 archlinux kernel: iommu: Default domain type: Translated
Jun 17 06:39:43 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jun 17 06:39:43 archlinux kernel: SCSI subsystem initialized
Jun 17 06:39:43 archlinux kernel: libata version 3.00 loaded.
Jun 17 06:39:43 archlinux kernel: ACPI: bus type USB registered
Jun 17 06:39:43 archlinux kernel: usbcore: registered new interface driver usbfs
Jun 17 06:39:43 archlinux kernel: usbcore: registered new interface driver hub
Jun 17 06:39:43 archlinux kernel: usbcore: registered new device driver usb
Jun 17 06:39:43 archlinux kernel: EDAC MC: Ver: 3.0.0
Jun 17 06:39:43 archlinux kernel: NetLabel: Initializing
Jun 17 06:39:43 archlinux kernel: NetLabel:  domain hash size = 128
Jun 17 06:39:43 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 17 06:39:43 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
Jun 17 06:39:43 archlinux kernel: mctp: management component transport protocol core
Jun 17 06:39:43 archlinux kernel: NET: Registered PF_MCTP protocol family
Jun 17 06:39:43 archlinux kernel: PCI: Using ACPI for IRQ routing
Jun 17 06:39:43 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 17 06:39:43 archlinux kernel: e820: reserve RAM buffer [mem 0x0009c400-0x0009ffff]
Jun 17 06:39:43 archlinux kernel: e820: reserve RAM buffer [mem 0x7faed000-0x7fffffff]
Jun 17 06:39:43 archlinux kernel: e820: reserve RAM buffer [mem 0x8c86e000-0x8fffffff]
Jun 17 06:39:43 archlinux kernel: e820: reserve RAM buffer [mem 0x8f7ff000-0x8fffffff]
Jun 17 06:39:43 archlinux kernel: e820: reserve RAM buffer [mem 0x106f000000-0x106fffffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 17 06:39:43 archlinux kernel: vgaarb: loaded
Jun 17 06:39:43 archlinux kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 17 06:39:43 archlinux kernel: hpet0: 8 comparators, 64-bit 24.000000 MHz counter
Jun 17 06:39:43 archlinux kernel: clocksource: Switched to clocksource tsc-early
Jun 17 06:39:43 archlinux kernel: VFS: Disk quotas dquot_6.6.0
Jun 17 06:39:43 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 17 06:39:43 archlinux kernel: pnp: PnP ACPI init
Jun 17 06:39:43 archlinux kernel: system 00:00: [io  0x0290-0x029f] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:01: [io  0xffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:01: [io  0x1800-0x18fe] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:02: [io  0x0800-0x087f] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:04: [io  0x1854-0x1857] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
Jun 17 06:39:43 archlinux kernel: system 00:05: [mem 0xdffe0000-0xdfffffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:06: [mem 0xfd000000-0xfdabffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:06: [mem 0xfdad0000-0xfdadffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:06: [mem 0xfdac0000-0xfdacffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:06: [mem 0xfdae0000-0xfdaeffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:06: [mem 0xfdaf0000-0xfdafffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:06: [mem 0xfdb00000-0xfdffffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Jun 17 06:39:43 archlinux kernel: system 00:06: [mem 0xfe036000-0xfe03bfff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:06: [mem 0xfe03d000-0xfe3fffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:06: [mem 0xfe410000-0xfe7fffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:07: [io  0xfe00-0xfefe] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
Jun 17 06:39:43 archlinux kernel: system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
Jun 17 06:39:43 archlinux kernel: pnp: PnP ACPI: found 9 devices
Jun 17 06:39:43 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.1: [8086:a2a0] type 00 class 0x058000 conventional PCI endpoint
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1f.1: BAR 0 [mem 0xfd000000-0xfdffffff 64bit]
Jun 17 06:39:43 archlinux kernel: NET: Registered PF_INET protocol family
Jun 17 06:39:43 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 17 06:39:43 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Jun 17 06:39:43 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jun 17 06:39:43 archlinux kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Jun 17 06:39:43 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jun 17 06:39:43 archlinux kernel: TCP: Hash tables configured (established 524288 bind 65536)
Jun 17 06:39:43 archlinux kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Jun 17 06:39:43 archlinux kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Jun 17 06:39:43 archlinux kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Jun 17 06:39:43 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 17 06:39:43 archlinux kernel: NET: Registered PF_XDP protocol family
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 04] add_size 1000
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0: bridge window [mem 0x90000000-0x901fffff]: assigned
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0: bridge window [mem 0x90200000-0x903fffff 64bit pref]: assigned
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0: bridge window [io  0x2000-0x2fff]: assigned
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x90000000-0x901fffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0x90200000-0x903fffff 64bit pref]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0xdf500000-0xdf5fffff]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0xdf400000-0xdf4fffff]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:04: resource 0 [io  0x2000-0x2fff]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:04: resource 1 [mem 0x90000000-0x901fffff]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:04: resource 2 [mem 0x90200000-0x903fffff 64bit pref]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:05: resource 1 [mem 0xdf300000-0xdf3fffff]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:06: resource 1 [mem 0xdf200000-0xdf2fffff]
Jun 17 06:39:43 archlinux kernel: pci_bus 0000:07: resource 1 [mem 0xdf100000-0xdf1fffff]
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Jun 17 06:39:43 archlinux kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jun 17 06:39:43 archlinux kernel: pci 0000:05:00.0: PME# does not work under D0, disabling it
Jun 17 06:39:43 archlinux kernel: pci 0000:06:00.0: PME# does not work under D0, disabling it
Jun 17 06:39:43 archlinux kernel: PCI: CLS 64 bytes, default 64
Jun 17 06:39:43 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 17 06:39:43 archlinux kernel: software IO TLB: mapped [mem 0x000000008886e000-0x000000008c86e000] (64MB)
Jun 17 06:39:43 archlinux kernel: Trying to unpack rootfs image as initramfs...
Jun 17 06:39:43 archlinux kernel: Initialise system trusted keyrings
Jun 17 06:39:43 archlinux kernel: Key type blacklist registered
Jun 17 06:39:43 archlinux kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Jun 17 06:39:43 archlinux kernel: zbud: loaded
Jun 17 06:39:43 archlinux kernel: fuse: init (API version 7.40)
Jun 17 06:39:43 archlinux kernel: integrity: Platform Keyring initialized
Jun 17 06:39:43 archlinux kernel: integrity: Machine keyring initialized
Jun 17 06:39:43 archlinux kernel: Key type asymmetric registered
Jun 17 06:39:43 archlinux kernel: Asymmetric key parser 'x509' registered
Jun 17 06:39:43 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jun 17 06:39:43 archlinux kernel: io scheduler mq-deadline registered
Jun 17 06:39:43 archlinux kernel: io scheduler kyber registered
Jun 17 06:39:43 archlinux kernel: io scheduler bfq registered
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1b.0: AER: enabled with IRQ 121
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1b.6: AER: enabled with IRQ 122
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1c.4: AER: enabled with IRQ 124
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1c.6: AER: enabled with IRQ 125
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 126
Jun 17 06:39:43 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 17 06:39:43 archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Jun 17 06:39:43 archlinux kernel: ACPI: button: Sleep Button [SLPB]
Jun 17 06:39:43 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jun 17 06:39:43 archlinux kernel: ACPI: button: Power Button [PWRB]
Jun 17 06:39:43 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Jun 17 06:39:43 archlinux kernel: ACPI: button: Power Button [PWRF]
Jun 17 06:39:43 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 17 06:39:43 archlinux kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jun 17 06:39:43 archlinux kernel: Non-volatile memory driver v1.3
Jun 17 06:39:43 archlinux kernel: Linux agpgart interface v0.103
Jun 17 06:39:43 archlinux kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x201] vs fed40080 f80
Jun 17 06:39:43 archlinux kernel: ACPI: bus type drm_connector registered
Jun 17 06:39:43 archlinux kernel: ahci 0000:00:17.0: version 3.0
Jun 17 06:39:43 archlinux kernel: Freeing initrd memory: 17468K
Jun 17 06:39:43 archlinux kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Jun 17 06:39:43 archlinux kernel: ahci 0000:00:17.0: 4/4 ports implemented (port mask 0xf)
Jun 17 06:39:43 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst 
Jun 17 06:39:43 archlinux kernel: scsi host0: ahci
Jun 17 06:39:43 archlinux kernel: scsi host1: ahci
Jun 17 06:39:43 archlinux kernel: scsi host2: ahci
Jun 17 06:39:43 archlinux kernel: scsi host3: ahci
Jun 17 06:39:43 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0xdf64b000 port 0xdf64b100 irq 127 lpm-pol 3
Jun 17 06:39:43 archlinux kernel: ata2: SATA max UDMA/133 abar m2048@0xdf64b000 port 0xdf64b180 irq 127 lpm-pol 3
Jun 17 06:39:43 archlinux kernel: ata3: SATA max UDMA/133 abar m2048@0xdf64b000 port 0xdf64b200 irq 127 lpm-pol 3
Jun 17 06:39:43 archlinux kernel: ata4: SATA max UDMA/133 abar m2048@0xdf64b000 port 0xdf64b280 irq 127 lpm-pol 3
Jun 17 06:39:43 archlinux kernel: ahci 0000:03:00.0: AHCI vers 0001.0000, 32 command slots, 6 Gbps, SATA mode
Jun 17 06:39:43 archlinux kernel: ahci 0000:03:00.0: 4/4 ports implemented (port mask 0xf)
Jun 17 06:39:43 archlinux kernel: ahci 0000:03:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
Jun 17 06:39:43 archlinux kernel: scsi host4: ahci
Jun 17 06:39:43 archlinux kernel: scsi host5: ahci
Jun 17 06:39:43 archlinux kernel: scsi host6: ahci
Jun 17 06:39:43 archlinux kernel: scsi host7: ahci
Jun 17 06:39:43 archlinux kernel: ata5: SATA max UDMA/133 abar m2048@0xdf440000 port 0xdf440100 irq 128 lpm-pol 0
Jun 17 06:39:43 archlinux kernel: ata6: SATA max UDMA/133 abar m2048@0xdf440000 port 0xdf440180 irq 128 lpm-pol 0
Jun 17 06:39:43 archlinux kernel: ata7: SATA max UDMA/133 abar m2048@0xdf440000 port 0xdf440200 irq 128 lpm-pol 0
Jun 17 06:39:43 archlinux kernel: ata8: SATA max UDMA/133 abar m2048@0xdf440000 port 0xdf440280 irq 128 lpm-pol 0
Jun 17 06:39:43 archlinux kernel: usbcore: registered new interface driver usbserial_generic
Jun 17 06:39:43 archlinux kernel: usbserial: USB Serial support registered for generic
Jun 17 06:39:43 archlinux kernel: rtc_cmos 00:03: RTC can wake from S4
Jun 17 06:39:43 archlinux kernel: rtc_cmos 00:03: registered as rtc0
Jun 17 06:39:43 archlinux kernel: rtc_cmos 00:03: setting system clock to 2024-06-17T06:39:39 UTC (1718606379)
Jun 17 06:39:43 archlinux kernel: rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram
Jun 17 06:39:43 archlinux kernel: intel_pstate: Intel P-state driver initializing
Jun 17 06:39:43 archlinux kernel: intel_pstate: Disabling energy efficiency optimization
Jun 17 06:39:43 archlinux kernel: intel_pstate: HWP enabled
Jun 17 06:39:43 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 17 06:39:43 archlinux kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Jun 17 06:39:43 archlinux kernel: fbcon: Deferring console take-over
Jun 17 06:39:43 archlinux kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jun 17 06:39:43 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 17 06:39:43 archlinux kernel: drop_monitor: Initializing network drop monitor service
Jun 17 06:39:43 archlinux kernel: NET: Registered PF_INET6 protocol family
Jun 17 06:39:43 archlinux kernel: Segment Routing with IPv6
Jun 17 06:39:43 archlinux kernel: RPL Segment Routing with IPv6
Jun 17 06:39:43 archlinux kernel: In-situ OAM (IOAM) with IPv6
Jun 17 06:39:43 archlinux kernel: NET: Registered PF_PACKET protocol family
Jun 17 06:39:43 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun 17 06:39:43 archlinux kernel: microcode: Current revision: 0x000000f6
Jun 17 06:39:43 archlinux kernel: microcode: Updated early from: 0x0000006e
Jun 17 06:39:43 archlinux kernel: IPI shorthand broadcast: enabled
Jun 17 06:39:43 archlinux kernel: sched_clock: Marking stable (574462819, 388951)->(625044771, -50193001)
Jun 17 06:39:43 archlinux kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Jun 17 06:39:43 archlinux kernel: registered taskstats version 1
Jun 17 06:39:43 archlinux kernel: Loading compiled-in X.509 certificates
Jun 17 06:39:43 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a4353263ac24ac3008ebe1401c28f462f35d83c'
Jun 17 06:39:43 archlinux kernel: zswap: loaded using pool zstd/zsmalloc
Jun 17 06:39:43 archlinux kernel: Key type .fscrypt registered
Jun 17 06:39:43 archlinux kernel: Key type fscrypt-provisioning registered
Jun 17 06:39:43 archlinux kernel: PM:   Magic number: 12:45:671
Jun 17 06:39:43 archlinux kernel: workqueue scsi_tmf_1: hash matches
Jun 17 06:39:43 archlinux kernel: RAS: Correctable Errors collector initialized.
Jun 17 06:39:43 archlinux kernel: clk: Disabling unused clocks
Jun 17 06:39:43 archlinux kernel: PM: genpd: Disabling unused power domains
Jun 17 06:39:43 archlinux kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 17 06:39:43 archlinux kernel: ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 17 06:39:43 archlinux kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 17 06:39:43 archlinux kernel: ata1: SATA link down (SStatus 4 SControl 300)
Jun 17 06:39:43 archlinux kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 17 06:39:43 archlinux kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 17 06:39:43 archlinux kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 17 06:39:43 archlinux kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 17 06:39:43 archlinux kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Jun 17 06:39:43 archlinux kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Jun 17 06:39:43 archlinux kernel: ata3.00: supports DRM functions and may not be fully accessible
Jun 17 06:39:43 archlinux kernel: ata3.00: ATA-9: Crucial_CT256MX100SSD1, MU01, max UDMA/133
Jun 17 06:39:43 archlinux kernel: ata2.00: ATA-8: WDC WD6402AAEX-00Y9A0, 01.01V01, max UDMA/133
Jun 17 06:39:43 archlinux kernel: ata2.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 17 06:39:43 archlinux kernel: ata4.00: ATA-8: WDC WD6402AAEX-00Z3A0, 05.01D05, max UDMA/133
Jun 17 06:39:43 archlinux kernel: ata4.00: 1250263728 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 17 06:39:43 archlinux kernel: ata2.00: configured for UDMA/133
Jun 17 06:39:43 archlinux kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC WD6402AAEX-0 1V01 PQ: 0 ANSI: 5
Jun 17 06:39:43 archlinux kernel: ata4.00: configured for UDMA/133
Jun 17 06:39:43 archlinux kernel: sd 1:0:0:0: [sda] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
Jun 17 06:39:43 archlinux kernel: sd 1:0:0:0: [sda] Write Protect is off
Jun 17 06:39:43 archlinux kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 17 06:39:43 archlinux kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 17 06:39:43 archlinux kernel: sd 1:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Jun 17 06:39:43 archlinux kernel: ata3.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 32), AA
Jun 17 06:39:43 archlinux kernel:  sda: sda1
Jun 17 06:39:43 archlinux kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Jun 17 06:39:43 archlinux kernel: ata3.00: Features: Trust Dev-Sleep NCQ-sndrcv NCQ-prio
Jun 17 06:39:43 archlinux kernel: ata3.00: configured for UDMA/133
Jun 17 06:39:43 archlinux kernel: ahci 0000:00:17.0: port does not support device sleep
Jun 17 06:39:43 archlinux kernel: scsi 2:0:0:0: Direct-Access     ATA      Crucial_CT256MX1 MU01 PQ: 0 ANSI: 5
Jun 17 06:39:43 archlinux kernel: ata3.00: Enabling discard_zeroes_data
Jun 17 06:39:43 archlinux kernel: sd 2:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 GB/238 GiB)
Jun 17 06:39:43 archlinux kernel: sd 2:0:0:0: [sdb] 4096-byte physical blocks
Jun 17 06:39:43 archlinux kernel: sd 2:0:0:0: [sdb] Write Protect is off
Jun 17 06:39:43 archlinux kernel: sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Jun 17 06:39:43 archlinux kernel: sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 17 06:39:43 archlinux kernel: sd 2:0:0:0: [sdb] Preferred minimum I/O size 4096 bytes
Jun 17 06:39:43 archlinux kernel: scsi 3:0:0:0: Direct-Access     ATA      WDC WD6402AAEX-0 1D05 PQ: 0 ANSI: 5
Jun 17 06:39:43 archlinux kernel:  sdb: sdb1
Jun 17 06:39:43 archlinux kernel: sd 3:0:0:0: [sdc] 1250263728 512-byte logical blocks: (640 GB/596 GiB)
Jun 17 06:39:43 archlinux kernel: sd 3:0:0:0: [sdc] Write Protect is off
Jun 17 06:39:43 archlinux kernel: sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Jun 17 06:39:43 archlinux kernel: sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 17 06:39:43 archlinux kernel: sd 2:0:0:0: [sdb] supports TCG Opal
Jun 17 06:39:43 archlinux kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
Jun 17 06:39:43 archlinux kernel: sd 3:0:0:0: [sdc] Preferred minimum I/O size 512 bytes
Jun 17 06:39:43 archlinux kernel:  sdc: sdc1
Jun 17 06:39:43 archlinux kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
Jun 17 06:39:43 archlinux kernel: ata7: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 17 06:39:43 archlinux kernel: ata8: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun 17 06:39:43 archlinux kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 17 06:39:43 archlinux kernel: ata5.00: ATA-8: ST2000DL003-9VT166, CC32, max UDMA/133
Jun 17 06:39:43 archlinux kernel: ata5.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32)
Jun 17 06:39:43 archlinux kernel: ata8.00: ATAPI: TSSTcorp DVDWBD SH-B123L, SB04, max UDMA/100
Jun 17 06:39:43 archlinux kernel: ata5.00: configured for UDMA/133
Jun 17 06:39:43 archlinux kernel: scsi 4:0:0:0: Direct-Access     ATA      ST2000DL003-9VT1 CC32 PQ: 0 ANSI: 5
Jun 17 06:39:43 archlinux kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 17 06:39:43 archlinux kernel: ata8.00: configured for UDMA/100
Jun 17 06:39:43 archlinux kernel: sd 4:0:0:0: [sdd] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Jun 17 06:39:43 archlinux kernel: sd 4:0:0:0: [sdd] Write Protect is off
Jun 17 06:39:43 archlinux kernel: sd 4:0:0:0: [sdd] Mode Sense: 00 3a 00 00
Jun 17 06:39:43 archlinux kernel: sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 17 06:39:43 archlinux kernel: sd 4:0:0:0: [sdd] Preferred minimum I/O size 512 bytes
Jun 17 06:39:43 archlinux kernel: ata6.00: ATA-9: WDC WD20EZRX-00D8PB0, 80.00A80, max UDMA/133
Jun 17 06:39:43 archlinux kernel: ata6.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 32), AA
Jun 17 06:39:43 archlinux kernel: ata6.00: configured for UDMA/133
Jun 17 06:39:43 archlinux kernel: scsi 5:0:0:0: Direct-Access     ATA      WDC WD20EZRX-00D 0A80 PQ: 0 ANSI: 5
Jun 17 06:39:43 archlinux kernel: sd 5:0:0:0: [sde] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Jun 17 06:39:43 archlinux kernel: sd 5:0:0:0: [sde] 4096-byte physical blocks
Jun 17 06:39:43 archlinux kernel: sd 5:0:0:0: [sde] Write Protect is off
Jun 17 06:39:43 archlinux kernel: sd 5:0:0:0: [sde] Mode Sense: 00 3a 00 00
Jun 17 06:39:43 archlinux kernel: sd 5:0:0:0: [sde] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 17 06:39:43 archlinux kernel: sd 5:0:0:0: [sde] Preferred minimum I/O size 4096 bytes
Jun 17 06:39:43 archlinux kernel: ata7.00: ATA-8: WDC WD7502AAEX-00Y9A0, 05.01D05, max UDMA/133
Jun 17 06:39:43 archlinux kernel: ata7.00: 1465149168 sectors, multi 0: LBA48 NCQ (depth 32), AA
Jun 17 06:39:43 archlinux kernel: ata7.00: configured for UDMA/133
Jun 17 06:39:43 archlinux kernel: scsi 6:0:0:0: Direct-Access     ATA      WDC WD7502AAEX-0 1D05 PQ: 0 ANSI: 5
Jun 17 06:39:43 archlinux kernel:  sdd: sdd1
Jun 17 06:39:43 archlinux kernel: sd 4:0:0:0: [sdd] Attached SCSI removable disk
Jun 17 06:39:43 archlinux kernel: sd 6:0:0:0: [sdf] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
Jun 17 06:39:43 archlinux kernel: sd 6:0:0:0: [sdf] Write Protect is off
Jun 17 06:39:43 archlinux kernel: sd 6:0:0:0: [sdf] Mode Sense: 00 3a 00 00
Jun 17 06:39:43 archlinux kernel: sd 6:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 17 06:39:43 archlinux kernel: sd 6:0:0:0: [sdf] Preferred minimum I/O size 512 bytes
Jun 17 06:39:43 archlinux kernel: scsi 7:0:0:0: CD-ROM            TSSTcorp DVDWBD SH-B123L  SB04 PQ: 0 ANSI: 5
Jun 17 06:39:43 archlinux kernel:  sdf: sdf1
Jun 17 06:39:43 archlinux kernel: sd 6:0:0:0: [sdf] Attached SCSI removable disk
Jun 17 06:39:43 archlinux kernel: tsc: Refined TSC clocksource calibration: 3695.998 MHz
Jun 17 06:39:43 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a8d2284b57, max_idle_ns: 881590451434 ns
Jun 17 06:39:43 archlinux kernel: clocksource: Switched to clocksource tsc
Jun 17 06:39:43 archlinux kernel:  sde: sde1
Jun 17 06:39:43 archlinux kernel: sd 5:0:0:0: [sde] Attached SCSI removable disk
Jun 17 06:39:43 archlinux kernel: Freeing unused decrypted memory: 2028K
Jun 17 06:39:43 archlinux kernel: Freeing unused kernel image (initmem) memory: 3412K
Jun 17 06:39:43 archlinux kernel: Write protecting the kernel read-only data: 32768k
Jun 17 06:39:43 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1112K
Jun 17 06:39:43 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 17 06:39:43 archlinux kernel: rodata_test: all tests were successful
Jun 17 06:39:43 archlinux kernel: x86/mm: Checking user space page tables
Jun 17 06:39:43 archlinux kernel: Run /init as init process
Jun 17 06:39:43 archlinux kernel:   with arguments:
Jun 17 06:39:43 archlinux kernel:     /init
Jun 17 06:39:43 archlinux kernel:   with environment:
Jun 17 06:39:43 archlinux kernel:     HOME=/
Jun 17 06:39:43 archlinux kernel:     TERM=linux
Jun 17 06:39:43 archlinux kernel:     BOOT_IMAGE=/vmlinuz-linux
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Jun 17 06:39:43 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 17 06:39:43 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 17 06:39:43 archlinux kernel: usb usb1: Product: xHCI Host Controller
Jun 17 06:39:43 archlinux kernel: usb usb1: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 17 06:39:43 archlinux kernel: usb usb1: SerialNumber: 0000:00:14.0
Jun 17 06:39:43 archlinux kernel: hub 1-0:1.0: USB hub found
Jun 17 06:39:43 archlinux kernel: hub 1-0:1.0: 16 ports detected
Jun 17 06:39:43 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jun 17 06:39:43 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 17 06:39:43 archlinux kernel: usb usb2: Product: xHCI Host Controller
Jun 17 06:39:43 archlinux kernel: usb usb2: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 17 06:39:43 archlinux kernel: usb usb2: SerialNumber: 0000:00:14.0
Jun 17 06:39:43 archlinux kernel: hub 2-0:1.0: USB hub found
Jun 17 06:39:43 archlinux kernel: hub 2-0:1.0: 10 ports detected
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 3
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1c.4: AER: Correctable error message received from 0000:00:1c.4
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1c.4: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1c.4:   device [8086:a294] error status/mask=00000001/00002000
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1c.4:    [ 0] RxErr                  (First)
Jun 17 06:39:43 archlinux kernel: nvme nvme0: pci function 0000:02:00.0
Jun 17 06:39:43 archlinux kernel: nvme nvme1: pci function 0000:07:00.0
Jun 17 06:39:43 archlinux kernel: nvme nvme1: missing or invalid SUBNQN field.
Jun 17 06:39:43 archlinux kernel: nvme nvme1: D3 entry latency set to 8 seconds
Jun 17 06:39:43 archlinux kernel: nvme nvme0: D3 entry latency set to 10 seconds
Jun 17 06:39:43 archlinux kernel: nvme nvme0: 12/0/0 default/read/poll queues
Jun 17 06:39:43 archlinux kernel:  nvme0n1: p1 p2 p3 p4
Jun 17 06:39:43 archlinux kernel: nvme nvme1: 12/0/0 default/read/poll queues
Jun 17 06:39:43 archlinux kernel:  nvme1n1: p1 p2 p3 p4
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:05:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 4
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:05:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jun 17 06:39:43 archlinux kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 17 06:39:43 archlinux kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 17 06:39:43 archlinux kernel: usb usb3: Product: xHCI Host Controller
Jun 17 06:39:43 archlinux kernel: usb usb3: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 17 06:39:43 archlinux kernel: usb usb3: SerialNumber: 0000:05:00.0
Jun 17 06:39:43 archlinux kernel: hub 3-0:1.0: USB hub found
Jun 17 06:39:43 archlinux kernel: hub 3-0:1.0: 2 ports detected
Jun 17 06:39:43 archlinux kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 17 06:39:43 archlinux kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jun 17 06:39:43 archlinux kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 17 06:39:43 archlinux kernel: usb usb4: Product: xHCI Host Controller
Jun 17 06:39:43 archlinux kernel: usb usb4: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 17 06:39:43 archlinux kernel: usb usb4: SerialNumber: 0000:05:00.0
Jun 17 06:39:43 archlinux kernel: hub 4-0:1.0: USB hub found
Jun 17 06:39:43 archlinux kernel: hub 4-0:1.0: 2 ports detected
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:06:00.0: xHCI Host Controller
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 5
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1c.6: AER: Correctable error message received from 0000:00:1c.6
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1c.6: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1c.6:   device [8086:a296] error status/mask=00000001/00002000
Jun 17 06:39:43 archlinux kernel: pcieport 0000:00:1c.6:    [ 0] RxErr                  (First)
Jun 17 06:39:43 archlinux kernel: sr 7:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
Jun 17 06:39:43 archlinux kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:06:00.0: hcc params 0x0200ef80 hci version 0x110 quirks 0x0000000000800010
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 6
Jun 17 06:39:43 archlinux kernel: xhci_hcd 0000:06:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jun 17 06:39:43 archlinux kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 17 06:39:43 archlinux kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 17 06:39:43 archlinux kernel: usb usb5: Product: xHCI Host Controller
Jun 17 06:39:43 archlinux kernel: usb usb5: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 17 06:39:43 archlinux kernel: usb usb5: SerialNumber: 0000:06:00.0
Jun 17 06:39:43 archlinux kernel: hub 5-0:1.0: USB hub found
Jun 17 06:39:43 archlinux kernel: hub 5-0:1.0: 2 ports detected
Jun 17 06:39:43 archlinux kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 17 06:39:43 archlinux kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jun 17 06:39:43 archlinux kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 17 06:39:43 archlinux kernel: usb usb6: Product: xHCI Host Controller
Jun 17 06:39:43 archlinux kernel: usb usb6: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 17 06:39:43 archlinux kernel: usb usb6: SerialNumber: 0000:06:00.0
Jun 17 06:39:43 archlinux kernel: hub 6-0:1.0: USB hub found
Jun 17 06:39:43 archlinux kernel: hub 6-0:1.0: 2 ports detected
Jun 17 06:39:43 archlinux kernel: usb: port power management may be unreliable
Jun 17 06:39:43 archlinux kernel: sr 7:0:0:0: Attached scsi CD-ROM sr0
Jun 17 06:39:43 archlinux kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Jun 17 06:39:43 archlinux kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.07
Jun 17 06:39:43 archlinux kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 17 06:39:43 archlinux kernel: usb 1-2: Product: USB Receiver
Jun 17 06:39:43 archlinux kernel: usb 1-2: Manufacturer: Logitech
Jun 17 06:39:43 archlinux kernel: usbcore: registered new interface driver usbhid
Jun 17 06:39:43 archlinux kernel: usbhid: USB HID core driver
Jun 17 06:39:43 archlinux kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C52B.0001/input/input3
Jun 17 06:39:43 archlinux kernel: hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-2/input0
Jun 17 06:39:43 archlinux kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input4
Jun 17 06:39:43 archlinux kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input5
Jun 17 06:39:43 archlinux kernel: usb 1-3: new high-speed USB device number 3 using xhci_hcd
Jun 17 06:39:43 archlinux kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C52B.0002/input/input6
Jun 17 06:39:43 archlinux kernel: hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-2/input1
Jun 17 06:39:43 archlinux kernel: hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
Jun 17 06:39:43 archlinux kernel: usb 1-3: New USB device found, idVendor=1235, idProduct=8210, bcdDevice= 6.45
Jun 17 06:39:43 archlinux kernel: usb 1-3: New USB device strings: Mfr=1, Product=3, SerialNumber=2
Jun 17 06:39:43 archlinux kernel: usb 1-3: Product: Scarlett 2i2 USB
Jun 17 06:39:43 archlinux kernel: usb 1-3: Manufacturer: Focusrite
Jun 17 06:39:43 archlinux kernel: usb 1-3: SerialNumber: Y8M726N0C64C40
Jun 17 06:39:43 archlinux kernel: usb 1-4: new high-speed USB device number 4 using xhci_hcd
Jun 17 06:39:43 archlinux kernel: logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-2/input2
Jun 17 06:39:43 archlinux kernel: usb 1-4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.52
Jun 17 06:39:43 archlinux kernel: usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jun 17 06:39:43 archlinux kernel: usb 1-4: Product: USB2.0 Hub
Jun 17 06:39:43 archlinux kernel: hub 1-4:1.0: USB hub found
Jun 17 06:39:43 archlinux kernel: hub 1-4:1.0: 4 ports detected
Jun 17 06:39:43 archlinux kernel: input: Logitech Wireless Device PID:4069 Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input8
Jun 17 06:39:43 archlinux kernel: input: Logitech Wireless Device PID:4069 Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input9
Jun 17 06:39:43 archlinux kernel: hid-generic 0003:046D:4069.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:4069] on usb-0000:00:14.0-2/input2:1
Jun 17 06:39:43 archlinux kernel: input: Logitech Wireless Device PID:405b Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:405B.0005/input/input13
Jun 17 06:39:43 archlinux kernel: hid-generic 0003:046D:405B.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:405b] on usb-0000:00:14.0-2/input2:2
Jun 17 06:39:43 archlinux kernel: input: Logitech Wireless Device PID:406a Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406A.0006/input/input17
Jun 17 06:39:43 archlinux kernel: input: Logitech Wireless Device PID:406a Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406A.0006/input/input18
Jun 17 06:39:43 archlinux kernel: hid-generic 0003:046D:406A.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Device PID:406a] on usb-0000:00:14.0-2/input2:3
Jun 17 06:39:43 archlinux kernel: usb 1-11: new full-speed USB device number 5 using xhci_hcd
Jun 17 06:39:43 archlinux kernel: usb 1-11: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Jun 17 06:39:43 archlinux kernel: usb 1-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 17 06:39:43 archlinux kernel: input: Logitech MX Master 2S as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:4069.0004/input/input22
Jun 17 06:39:43 archlinux kernel: logitech-hidpp-device 0003:046D:4069.0004: input,hidraw1: USB HID v1.11 Keyboard [Logitech MX Master 2S] on usb-0000:00:14.0-2/input2:1
Jun 17 06:39:43 archlinux kernel: usb 1-4.1: new full-speed USB device number 6 using xhci_hcd
Jun 17 06:39:43 archlinux kernel: usb 1-4.1: New USB device found, idVendor=0c45, idProduct=652f, bcdDevice= 1.08
Jun 17 06:39:43 archlinux kernel: usb 1-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 17 06:39:43 archlinux kernel: usb 1-4.1: Product: USB DEVICE
Jun 17 06:39:43 archlinux kernel: usb 1-4.1: Manufacturer: SONiX
Jun 17 06:39:43 archlinux kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.0/0003:0C45:652F.0007/input/input23
Jun 17 06:39:43 archlinux kernel: input: Logitech K780 as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:405B.0005/input/input24
Jun 17 06:39:43 archlinux kernel: hid-generic 0003:0C45:652F.0007: input,hidraw2: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-4.1/input0
Jun 17 06:39:43 archlinux kernel: logitech-hidpp-device 0003:046D:405B.0005: input,hidraw4: USB HID v1.11 Keyboard [Logitech K780] on usb-0000:00:14.0-2/input2:2
Jun 17 06:39:43 archlinux kernel: usb 1-14: new full-speed USB device number 7 using xhci_hcd
Jun 17 06:39:43 archlinux kernel: input: SONiX USB DEVICE Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.1/0003:0C45:652F.0008/input/input25
Jun 17 06:39:43 archlinux kernel: usb 1-14: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
Jun 17 06:39:43 archlinux kernel: usb 1-14: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 17 06:39:43 archlinux kernel: usb 1-14: Product: AURA LED Controller
Jun 17 06:39:43 archlinux kernel: usb 1-14: Manufacturer: AsusTek Computer Inc.
Jun 17 06:39:43 archlinux kernel: usb 1-14: SerialNumber: 00000000001A
Jun 17 06:39:43 archlinux kernel: hid-generic 0003:0B05:1872.0009: hiddev97,hidraw5: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:00:14.0-14/input0
Jun 17 06:39:43 archlinux kernel: input: SONiX USB DEVICE Wireless Radio Control as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.1/0003:0C45:652F.0008/input/input26
Jun 17 06:39:43 archlinux kernel: input: SONiX USB DEVICE as /devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1/1-4.1:1.1/0003:0C45:652F.0008/input/input27
Jun 17 06:39:43 archlinux kernel: hid-generic 0003:0C45:652F.0008: input,hiddev98,hidraw3: USB HID v1.11 Keyboard [SONiX USB DEVICE] on usb-0000:00:14.0-4.1/input1
Jun 17 06:39:43 archlinux kernel: input: Logitech MX Anywhere 2S as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.2/0003:046D:C52B.0003/0003:046D:406A.0006/input/input28
Jun 17 06:39:43 archlinux kernel: logitech-hidpp-device 0003:046D:406A.0006: input,hidraw6: USB HID v1.11 Keyboard [Logitech MX Anywhere 2S] on usb-0000:00:14.0-2/input2:3
Jun 17 06:39:43 archlinux kernel: usb 1-4.4: new high-speed USB device number 8 using xhci_hcd
Jun 17 06:39:43 archlinux kernel: fbcon: Taking over console
Jun 17 06:39:43 archlinux kernel: Console: switching to colour frame buffer device 80x30
Jun 17 06:39:43 archlinux kernel: usb 1-4.4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.52
Jun 17 06:39:43 archlinux kernel: usb 1-4.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jun 17 06:39:43 archlinux kernel: usb 1-4.4: Product: USB2.0 Hub
Jun 17 06:39:43 archlinux kernel: hub 1-4.4:1.0: USB hub found
Jun 17 06:39:43 archlinux kernel: hub 1-4.4:1.0: 4 ports detected
Jun 17 06:39:43 archlinux kernel: EXT4-fs (nvme0n1p2): mounted filesystem c3c63d6b-3022-416c-9787-140ce73aef73 r/w with ordered data mode. Quota mode: none.
Jun 17 06:39:43 archlinux systemd[1]: systemd 255.7-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jun 17 06:39:43 archlinux systemd[1]: Detected architecture x86-64.
Jun 17 06:39:43 archlinux systemd[1]: bpf-lsm: LSM BPF program attached
Jun 17 06:39:43 archlinux systemd-fstab-generator[326]: Mount point  is not a valid path, ignoring.
Jun 17 06:39:43 archlinux kernel: zram: Added device: zram0
Jun 17 06:39:43 archlinux systemd[1]: Queued start job for default target Graphical Interface.
Jun 17 06:39:43 archlinux systemd[1]: Created slice Slice /system/dirmngr.
Jun 17 06:39:43 archlinux systemd[1]: Created slice Slice /system/getty.
Jun 17 06:39:43 archlinux systemd[1]: Created slice Slice /system/gpg-agent.
Jun 17 06:39:43 archlinux systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jun 17 06:39:43 archlinux systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jun 17 06:39:43 archlinux systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jun 17 06:39:43 archlinux systemd[1]: Created slice Slice /system/keyboxd.
Jun 17 06:39:43 archlinux systemd[1]: Created slice Slice /system/modprobe.
Jun 17 06:39:43 archlinux systemd[1]: Created slice Slice /system/systemd-fsck.
Jun 17 06:39:43 archlinux systemd[1]: Created slice Slice /system/systemd-zram-setup.
Jun 17 06:39:43 archlinux systemd[1]: Created slice User and Session Slice.
Jun 17 06:39:43 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 17 06:39:43 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 17 06:39:43 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 17 06:39:43 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/65c25c94-e494-49ad-9c32-79d86c272691...
Jun 17 06:39:43 archlinux systemd[1]: Expecting device /dev/disk/by-uuid/77B5-4DB7...
Jun 17 06:39:43 archlinux systemd[1]: Expecting device /dev/zram0...
Jun 17 06:39:43 archlinux systemd[1]: Reached target Local Encrypted Volumes.
Jun 17 06:39:43 archlinux systemd[1]: Reached target Login Prompts.
Jun 17 06:39:43 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 17 06:39:43 archlinux systemd[1]: Reached target Path Units.
Jun 17 06:39:43 archlinux systemd[1]: Reached target Remote File Systems.
Jun 17 06:39:43 archlinux systemd[1]: Reached target Slice Units.
Jun 17 06:39:43 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
Jun 17 06:39:43 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 17 06:39:43 archlinux systemd[1]: Listening on LVM2 poll daemon socket.
Jun 17 06:39:43 archlinux systemd[1]: Listening on Process Core Dump Socket.
Jun 17 06:39:43 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
Jun 17 06:39:43 archlinux systemd[1]: Listening on Journal Socket.
Jun 17 06:39:43 archlinux systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 17 06:39:43 archlinux systemd[1]: Listening on udev Control Socket.
Jun 17 06:39:43 archlinux systemd[1]: Listening on udev Kernel Socket.
Jun 17 06:39:43 archlinux systemd[1]: Mounting Huge Pages File System...
Jun 17 06:39:43 archlinux systemd[1]: Mounting POSIX Message Queue File System...
Jun 17 06:39:43 archlinux systemd[1]: Mounting Kernel Debug File System...
Jun 17 06:39:43 archlinux systemd[1]: Mounting Kernel Trace File System...
Jun 17 06:39:43 archlinux systemd[1]: Starting Create List of Static Device Nodes...
Jun 17 06:39:43 archlinux systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 17 06:39:43 archlinux systemd[1]: Starting Load Kernel Module configfs...
Jun 17 06:39:43 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
Jun 17 06:39:43 archlinux systemd[1]: Starting Load Kernel Module drm...
Jun 17 06:39:43 archlinux systemd[1]: Starting Load Kernel Module fuse...
Jun 17 06:39:43 archlinux systemd[1]: Starting Load Kernel Module loop...
Jun 17 06:39:43 archlinux systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jun 17 06:39:43 archlinux systemd[1]: Starting Journal Service...
Jun 17 06:39:43 archlinux systemd[1]: Starting Load Kernel Modules...
Jun 17 06:39:43 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 17 06:39:43 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 17 06:39:43 archlinux systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 17 06:39:43 archlinux systemd[1]: Starting Coldplug All udev Devices...
Jun 17 06:39:43 archlinux systemd[1]: Mounted Huge Pages File System.
Jun 17 06:39:43 archlinux systemd[1]: Mounted POSIX Message Queue File System.
Jun 17 06:39:43 archlinux systemd[1]: Mounted Kernel Debug File System.
Jun 17 06:39:43 archlinux systemd[1]: Mounted Kernel Trace File System.
Jun 17 06:39:43 archlinux systemd[1]: Finished Create List of Static Device Nodes.
Jun 17 06:39:43 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 17 06:39:43 archlinux systemd[1]: Finished Load Kernel Module configfs.
Jun 17 06:39:43 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 17 06:39:43 archlinux systemd[1]: Finished Load Kernel Module drm.
Jun 17 06:39:43 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 17 06:39:43 archlinux systemd[1]: Finished Load Kernel Module fuse.
Jun 17 06:39:43 archlinux systemd[1]: Mounting FUSE Control File System...
Jun 17 06:39:43 archlinux systemd[1]: Mounting Kernel Configuration File System...
Jun 17 06:39:43 archlinux systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jun 17 06:39:43 archlinux kernel: device-mapper: uevent: version 1.0.3
Jun 17 06:39:43 archlinux kernel: loop: module loaded
Jun 17 06:39:43 archlinux kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Jun 17 06:39:43 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 17 06:39:43 archlinux systemd[1]: Finished Load Kernel Module loop.
Jun 17 06:39:43 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 17 06:39:43 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
Jun 17 06:39:43 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 17 06:39:43 archlinux systemd[1]: Mounted FUSE Control File System.
Jun 17 06:39:43 archlinux systemd[1]: Mounted Kernel Configuration File System.
Jun 17 06:39:43 archlinux kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
Jun 17 06:39:43 archlinux kernel: sd 2:0:0:0: Attached scsi generic sg1 type 0
Jun 17 06:39:43 archlinux kernel: sd 3:0:0:0: Attached scsi generic sg2 type 0
Jun 17 06:39:43 archlinux kernel: sd 4:0:0:0: Attached scsi generic sg3 type 0
Jun 17 06:39:43 archlinux kernel: sd 5:0:0:0: Attached scsi generic sg4 type 0
Jun 17 06:39:43 archlinux kernel: sd 6:0:0:0: Attached scsi generic sg5 type 0
Jun 17 06:39:43 archlinux kernel: sr 7:0:0:0: Attached scsi generic sg6 type 5
Jun 17 06:39:43 archlinux systemd-journald[352]: Collecting audit messages is disabled.
Jun 17 06:39:43 archlinux kernel: i2c_dev: i2c /dev entries driver
Jun 17 06:39:43 archlinux systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jun 17 06:39:43 archlinux kernel: EXT4-fs (nvme0n1p2): re-mounted c3c63d6b-3022-416c-9787-140ce73aef73 r/w. Quota mode: none.
Jun 17 06:39:43 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 17 06:39:43 archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jun 17 06:39:43 archlinux systemd[1]: Starting Load/Save OS Random Seed...
Jun 17 06:39:43 archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jun 17 06:39:43 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 17 06:39:43 archlinux systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 17 06:39:43 archlinux systemd-journald[352]: Journal started
Jun 17 06:39:43 archlinux systemd-journald[352]: Runtime Journal (/run/log/journal/02ed8169c7d84155bf885f8204ce5175) is 8.0M, max 3.1G, 3.1G free.
Jun 17 06:39:43 archlinux systemd-modules-load[353]: Inserted module 'crypto_user'
Jun 17 06:39:43 archlinux systemd[1]: Started Journal Service.
Jun 17 06:39:43 archlinux systemd-modules-load[353]: Inserted module 'sg'
Jun 17 06:39:43 archlinux systemd-modules-load[353]: Inserted module 'i2c_dev'
Jun 17 06:39:43 archlinux systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 17 06:39:43 archlinux systemd-journald[352]: Time spent on flushing to /var/log/journal/02ed8169c7d84155bf885f8204ce5175 is 53.757ms for 1049 entries.
Jun 17 06:39:43 archlinux systemd-journald[352]: System Journal (/var/log/journal/02ed8169c7d84155bf885f8204ce5175) is 3.9G, max 4.0G, 50.7M free.
Jun 17 06:39:44 archlinux systemd-journald[352]: Received client request to flush runtime journal.
Jun 17 06:39:44 archlinux systemd-journald[352]: /var/log/journal/02ed8169c7d84155bf885f8204ce5175/system.journal: Journal file uses a different sequence number ID, rotating.
Jun 17 06:39:44 archlinux systemd-journald[352]: Rotating system journal.
Jun 17 06:39:44 archlinux kernel: zram0: detected capacity change from 0 to 8388608
Jun 17 06:39:44 archlinux kernel: resource: resource sanity check: requesting [mem 0x00000000fdffe800-0x00000000fe0007ff], which spans more than pnp 00:06 [mem 0xfdb00000-0xfdffffff]
Jun 17 06:39:44 archlinux kernel: caller get_primary_reg_base+0x4d/0xb0 [intel_pmc_core] mapping multiple BARs
Jun 17 06:39:44 archlinux kernel: intel_pmc_core INT33A1:00:  initialized
Jun 17 06:39:44 archlinux kernel: EDAC ie31200: No ECC support
Jun 17 06:39:44 archlinux kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jun 17 06:39:44 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 17 06:39:44 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 17 06:39:44 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input29
Jun 17 06:39:44 archlinux kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jun 17 06:39:44 archlinux kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jun 17 06:39:44 archlinux kernel: PTP clock support registered
Jun 17 06:39:44 archlinux kernel: i2c i2c-0: Successfully instantiated SPD at 0x51
Jun 17 06:39:44 archlinux kernel: i2c i2c-0: Successfully instantiated SPD at 0x53
Jun 17 06:39:44 archlinux kernel: e1000e: Intel(R) PRO/1000 Network Driver
Jun 17 06:39:44 archlinux kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Jun 17 06:39:44 archlinux kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Jun 17 06:39:44 archlinux kernel: iTCO_vendor_support: vendor-support=0
Jun 17 06:39:44 archlinux kernel: ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
Jun 17 06:39:44 archlinux kernel: ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Jun 17 06:39:44 archlinux kernel: mousedev: PS/2 mouse device common for all mice
Jun 17 06:39:44 archlinux kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Jun 17 06:39:44 archlinux kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Jun 17 06:39:44 archlinux kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jun 17 06:39:44 archlinux kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jun 17 06:39:44 archlinux kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Jun 17 06:39:44 archlinux kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jun 17 06:39:44 archlinux kernel: i8042: PNP: No PS/2 controller found.
Jun 17 06:39:44 archlinux kernel: cryptd: max_cpu_qlen set to 1000
Jun 17 06:39:44 archlinux kernel: asus_wmi: ASUS WMI generic driver loaded
Jun 17 06:39:44 archlinux kernel: mc: Linux media interface: v0.10
Jun 17 06:39:44 archlinux kernel: asus_wmi: Initialization: 0x0
Jun 17 06:39:44 archlinux kernel: asus_wmi: BIOS WMI version: 0.9
Jun 17 06:39:44 archlinux kernel: asus_wmi: SFUN value: 0x0
Jun 17 06:39:44 archlinux kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Jun 17 06:39:44 archlinux kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input30
Jun 17 06:39:44 archlinux kernel: Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSDsc
Jun 17 06:39:44 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
Jun 17 06:39:44 archlinux kernel: AES CTR mode by8 optimization enabled
Jun 17 06:39:44 archlinux kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jun 17 06:39:44 archlinux kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jun 17 06:39:44 archlinux kernel: EXT4-fs (nvme0n1p3): mounted filesystem 65c25c94-e494-49ad-9c32-79d86c272691 r/w with ordered data mode. Quota mode: none.
Jun 17 06:39:44 archlinux kernel: Bluetooth: Core ver 2.22
Jun 17 06:39:44 archlinux kernel: NET: Registered PF_BLUETOOTH protocol family
Jun 17 06:39:44 archlinux kernel: Bluetooth: HCI device and connection manager initialized
Jun 17 06:39:44 archlinux kernel: Bluetooth: HCI socket layer initialized
Jun 17 06:39:44 archlinux kernel: Bluetooth: L2CAP socket layer initialized
Jun 17 06:39:44 archlinux kernel: Bluetooth: SCO socket layer initialized
Jun 17 06:39:44 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input31
Jun 17 06:39:44 archlinux kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Jun 17 06:39:44 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input32
Jun 17 06:39:44 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input33
Jun 17 06:39:44 archlinux kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input34
Jun 17 06:39:44 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Jun 17 06:39:44 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 17 06:39:44 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Jun 17 06:39:44 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jun 17 06:39:44 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
Jun 17 06:39:44 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jun 17 06:39:44 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:      Front Mic=0x19
Jun 17 06:39:44 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:      Rear Mic=0x18
Jun 17 06:39:44 archlinux kernel: snd_hda_codec_realtek hdaudioC0D0:      Line=0x1a
Jun 17 06:39:44 archlinux kernel: usbcore: registered new interface driver btusb
Jun 17 06:39:44 archlinux kernel: Bluetooth: hci0: unexpected event for opcode 0x0000
Jun 17 06:39:44 archlinux kernel: Bluetooth: hci0: CSR: Setting up dongle with HCI ver=6 rev=22bb
Jun 17 06:39:44 archlinux kernel: Bluetooth: hci0: LMP ver=6 subver=22bb; manufacturer=10
Jun 17 06:39:44 archlinux kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input35
Jun 17 06:39:44 archlinux kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input36
Jun 17 06:39:44 archlinux kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input37
Jun 17 06:39:44 archlinux kernel: input: HDA Intel PCH Line Out Front as /devices/pci0000:00/0000:00:1f.3/sound/card0/input38
Jun 17 06:39:44 archlinux kernel: input: HDA Intel PCH Line Out Surround as /devices/pci0000:00/0000:00:1f.3/sound/card0/input39
Jun 17 06:39:44 archlinux kernel: input: HDA Intel PCH Line Out CLFE as /devices/pci0000:00/0000:00:1f.3/sound/card0/input40
Jun 17 06:39:44 archlinux kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input41
Jun 17 06:39:44 archlinux kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) b0:6e:bf:82:d2:e0
Jun 17 06:39:44 archlinux kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Jun 17 06:39:44 archlinux kernel: e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
Jun 17 06:39:44 archlinux kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Jun 17 06:39:44 archlinux kernel: intel_tcc_cooling: Programmable TCC Offset detected
Jun 17 06:39:44 archlinux kernel: nvidia: loading out-of-tree module taints kernel.
Jun 17 06:39:44 archlinux kernel: nvidia: module license 'NVIDIA' taints kernel.
Jun 17 06:39:44 archlinux kernel: Disabling lock debugging due to kernel taint
Jun 17 06:39:44 archlinux kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jun 17 06:39:44 archlinux kernel: nvidia: module license taints kernel.
Jun 17 06:39:44 archlinux kernel: usb 1-3: Focusrite Scarlett Gen 3 Mixer Driver enabled (pid=0x8210); report any issues to https://github.com/geoffreybennett/scarlett-gen2/issues
Jun 17 06:39:44 archlinux kernel: usb 1-3: Firmware version 1605
Jun 17 06:39:44 archlinux kernel: usbcore: registered new interface driver snd-usb-audio
Jun 17 06:39:43 archlinux mtp-probe[454]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2"
Jun 17 06:39:43 archlinux systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 17 06:39:43 archlinux mtp-probe[454]: bus: 1, device: 2 was not an MTP device
Jun 17 06:39:43 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 17 06:39:43 archlinux mtp-probe[467]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.1"
Jun 17 06:39:43 archlinux systemd[1]: Reached target Preparation for Local File Systems.
Jun 17 06:39:43 archlinux mtp-probe[467]: bus: 1, device: 6 was not an MTP device
Jun 17 06:39:43 archlinux systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jun 17 06:39:43 archlinux mtp-probe[479]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14"
Jun 17 06:39:43 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 17 06:39:43 archlinux mtp-probe[478]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3"
Jun 17 06:39:44 archlinux systemd-fsck[587]: /dev/nvme0n1p3: clean, 3312024/52576256 files, 192174655/210275584 blocks
Jun 17 06:39:43 archlinux systemd[1]: Finished Load/Save OS Random Seed.
Jun 17 06:39:43 archlinux mtp-probe[479]: bus: 1, device: 7 was not an MTP device
Jun 17 06:39:44 archlinux systemd-fsck[583]: fsck.fat 4.2 (2021-01-31)
Jun 17 06:39:44 archlinux systemd-fsck[583]: /dev/nvme0n1p1: 385 files, 250558/403266 clusters
Jun 17 06:39:43 archlinux systemd-udevd[383]: Using default interface naming scheme 'v255'.
Jun 17 06:39:43 archlinux mtp-probe[478]: bus: 1, device: 3 was not an MTP device
Jun 17 06:39:43 archlinux systemd[1]: Finished Coldplug All udev Devices.
Jun 17 06:39:43 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 17 06:39:43 archlinux systemd[1]: Found device /dev/zram0.
Jun 17 06:39:43 archlinux systemd[1]: Starting Create swap on /dev/zram0...
Jun 17 06:39:43 archlinux systemd-makefs[435]: /dev/zram0 successfully formatted as swap (label "zram0", uuid d12bc7f2-c36f-48ad-bf8e-2b9abcd33d9b)
Jun 17 06:39:43 archlinux systemd[1]: Finished Create swap on /dev/zram0.
Jun 17 06:39:43 archlinux systemd[1]: Found device Samsung SSD 980 PRO 1TB 1.
Jun 17 06:39:43 archlinux systemd[1]: Found device Samsung SSD 980 PRO 1TB 3.
Jun 17 06:39:43 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 17 06:39:43 archlinux systemd[1]: Activating swap Compressed Swap on /dev/zram0...
Jun 17 06:39:43 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/65c25c94-e494-49ad-9c32-79d86c272691...
Jun 17 06:39:43 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/77B5-4DB7...
Jun 17 06:39:43 archlinux systemd[1]: Starting Virtual Console Setup...
Jun 17 06:39:43 archlinux systemd[1]: Finished Virtual Console Setup.
Jun 17 06:39:43 archlinux systemd[1]: Activated swap Compressed Swap on /dev/zram0.
Jun 17 06:39:43 archlinux systemd[1]: Reached target Swaps.
Jun 17 06:39:43 archlinux systemd[1]: Mounting Temporary Directory /tmp...
Jun 17 06:39:43 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/65c25c94-e494-49ad-9c32-79d86c272691.
Jun 17 06:39:43 archlinux systemd[1]: Mounting /home...
Jun 17 06:39:43 archlinux systemd[1]: Mounted Temporary Directory /tmp.
Jun 17 06:39:43 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/77B5-4DB7.
Jun 17 06:39:43 archlinux systemd[1]: Mounting /boot...
Jun 17 06:39:43 archlinux systemd[1]: Mounted /home.
Jun 17 06:39:43 archlinux systemd[1]: Mounted /boot.
Jun 17 06:39:43 archlinux systemd[1]: Reached target Local File Systems.
Jun 17 06:39:43 archlinux systemd[1]: Listening on System Extension Image Management (Varlink).
Jun 17 06:39:43 archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jun 17 06:39:43 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jun 17 06:39:43 archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 17 06:39:44 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun 17 06:39:44 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
Jun 17 06:39:44 archlinux systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 17 06:39:44 archlinux systemd[1]: Starting Create Volatile Files and Directories...
Jun 17 06:39:44 archlinux systemd[1]: Finished Create Volatile Files and Directories.
Jun 17 06:39:44 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 17 06:39:44 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 17 06:39:44 archlinux systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jun 17 06:39:44 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jun 17 06:39:44 archlinux systemd[1]: Starting Network Time Synchronization...
Jun 17 06:39:44 archlinux systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jun 17 06:39:44 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 17 06:39:44 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 17 06:39:44 archlinux kernel: intel_rapl_common: Found RAPL domain package
Jun 17 06:39:44 archlinux kernel: intel_rapl_common: Found RAPL domain core
Jun 17 06:39:44 archlinux kernel: intel_rapl_common: Found RAPL domain dram
Jun 17 06:39:44 archlinux kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 236
Jun 17 06:39:44 archlinux kernel: 
Jun 17 06:39:44 archlinux kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
Jun 17 06:39:44 archlinux systemd[1]: Started Network Time Synchronization.
Jun 17 06:39:44 archlinux systemd[1]: Reached target System Time Set.
Jun 17 06:39:44 archlinux kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  550.78  Sun Apr 14 06:35:45 UTC 2024
Jun 17 06:39:44 archlinux (udev-worker)[419]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jun 17 06:39:44 archlinux (udev-worker)[428]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Jun 17 06:39:44 archlinux (udev-worker)[428]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Jun 17 06:39:44 archlinux (udev-worker)[419]: nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Jun 17 06:39:44 archlinux kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  550.78  Sun Apr 14 06:23:31 UTC 2024
Jun 17 06:39:44 archlinux (udev-worker)[419]: nvidia_modeset: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-modeset c $(grep nvidia /proc/devices | cut -d \  -f 1) 254'' failed with exit code 1.
Jun 17 06:39:44 archlinux kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Jun 17 06:39:44 archlinux kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jun 17 06:39:44 archlinux kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Jun 17 06:39:44 archlinux systemd-modules-load[353]: Inserted module 'nvidia_uvm'
Jun 17 06:39:44 archlinux kernel: nvidia-uvm: Loaded the UVM driver, major device number 234.
Jun 17 06:39:44 archlinux systemd-modules-load[353]: Inserted module 'pkcs8_key_parser'
Jun 17 06:39:44 archlinux kernel: Asymmetric key parser 'pkcs8' registered
Jun 17 06:39:44 archlinux kernel: vboxdrv: Found 12 processor cores/threads
Jun 17 06:39:44 archlinux systemd-modules-load[353]: Inserted module 'vboxdrv'
Jun 17 06:39:44 archlinux systemd-modules-load[353]: Inserted module 'vboxnetadp'
Jun 17 06:39:44 archlinux kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3695998351 Hz
Jun 17 06:39:44 archlinux kernel: vboxdrv: Successfully loaded version 7.0.18 r162988 (interface 0x00330004)
Jun 17 06:39:44 archlinux kernel: VBoxNetAdp: Successfully started.
Jun 17 06:39:44 archlinux systemd-modules-load[353]: Inserted module 'vboxnetflt'
Jun 17 06:39:44 archlinux kernel: VBoxNetFlt: Successfully started.
Jun 17 06:39:44 archlinux systemd-modules-load[353]: Inserted module 'vmw_vmci'
Jun 17 06:39:44 archlinux systemd-modules-load[353]: Failed to find module 'vmmon'
Jun 17 06:39:44 archlinux systemd[1]: Finished Load Kernel Modules.
Jun 17 06:39:44 archlinux kernel: Guest personality initialized and is inactive
Jun 17 06:39:44 archlinux kernel: VMCI host device registered (name=vmci, major=10, minor=120)
Jun 17 06:39:44 archlinux kernel: Initialized host personality
Jun 17 06:39:44 archlinux systemd[1]: Starting Apply Kernel Variables...
Jun 17 06:39:44 archlinux systemd[1]: Finished Apply Kernel Variables.
Jun 17 06:39:44 archlinux systemd[1]: Reached target System Initialization.
Jun 17 06:39:44 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jun 17 06:39:44 archlinux systemd[1]: Started Discard unused filesystem blocks once a week.
Jun 17 06:39:44 archlinux systemd[1]: Started Daily man-db regeneration.
Jun 17 06:39:44 archlinux systemd[1]: Started Daily verification of password and group files.
Jun 17 06:39:44 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 17 06:39:44 archlinux systemd[1]: Reached target Timer Units.
Jun 17 06:39:44 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 17 06:39:44 archlinux systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jun 17 06:39:44 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jun 17 06:39:44 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jun 17 06:39:44 archlinux systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jun 17 06:39:44 archlinux systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jun 17 06:39:44 archlinux systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jun 17 06:39:44 archlinux systemd[1]: Reached target Socket Units.
Jun 17 06:39:44 archlinux systemd[1]: Starting D-Bus System Message Bus...
Jun 17 06:39:44 archlinux systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 17 06:39:44 archlinux dbus-broker-launch[718]: Looking up NSS user entry for 'pulse'...
Jun 17 06:39:44 archlinux dbus-broker-launch[718]: NSS returned no entry for 'pulse'
Jun 17 06:39:44 archlinux dbus-broker-launch[718]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Jun 17 06:39:44 archlinux systemd[1]: Started D-Bus System Message Bus.
Jun 17 06:39:44 archlinux systemd[1]: Reached target Basic System.
Jun 17 06:39:44 archlinux systemd[1]: Starting Network Manager...
Jun 17 06:39:44 archlinux systemd[1]: Starting Save/Restore Sound Card State...
Jun 17 06:39:44 archlinux systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Jun 17 06:39:44 archlinux systemd[1]: Starting Bluetooth service...
Jun 17 06:39:44 archlinux systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Jun 17 06:39:44 archlinux systemd[1]: Starting User Login Management...
Jun 17 06:39:44 archlinux systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 17 06:39:44 archlinux (uetoothd)[722]: bluetooth.service: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Jun 17 06:39:44 archlinux systemd[1]: Finished Save/Restore Sound Card State.
Jun 17 06:39:44 archlinux systemd[1]: Reached target Sound Card.
Jun 17 06:39:44 archlinux dbus-broker-launch[718]: Ready
Jun 17 06:39:44 archlinux bluetoothd[722]: Bluetooth daemon 5.76
Jun 17 06:39:44 archlinux systemd[1]: Started Bluetooth service.
Jun 17 06:39:44 archlinux systemd[1]: Reached target Bluetooth Support.
Jun 17 06:39:44 archlinux bluetoothd[722]: Starting SDP server
Jun 17 06:39:44 archlinux kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jun 17 06:39:44 archlinux kernel: Bluetooth: BNEP filters: protocol multicast
Jun 17 06:39:44 archlinux kernel: Bluetooth: BNEP socket layer initialized
Jun 17 06:39:44 archlinux bluetoothd[722]: src/plugin.c:init_plugin() System does not support bap plugin
Jun 17 06:39:44 archlinux bluetoothd[722]: src/plugin.c:init_plugin() System does not support bass plugin
Jun 17 06:39:44 archlinux bluetoothd[722]: src/plugin.c:init_plugin() System does not support mcp plugin
Jun 17 06:39:44 archlinux bluetoothd[722]: src/plugin.c:init_plugin() System does not support vcp plugin
Jun 17 06:39:44 archlinux bluetoothd[722]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Jun 17 06:39:44 archlinux bluetoothd[722]: src/plugin.c:init_plugin() System does not support micp plugin
Jun 17 06:39:44 archlinux bluetoothd[722]: src/plugin.c:init_plugin() System does not support ccp plugin
Jun 17 06:39:44 archlinux bluetoothd[722]: src/plugin.c:init_plugin() System does not support csip plugin
Jun 17 06:39:44 archlinux bluetoothd[722]: Bluetooth management interface 1.22 initialized
Jun 17 06:39:44 archlinux bluetoothd[722]: Battery Provider Manager created
Jun 17 06:39:44 archlinux NetworkManager[720]: <info>  [1718606384.9571] NetworkManager (version 1.46.0-2) is starting... (boot:eca88876-04aa-4bfb-b0a3-9c4e965d9dea)
Jun 17 06:39:44 archlinux NetworkManager[720]: <info>  [1718606384.9571] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jun 17 06:39:44 archlinux systemd-logind[723]: New seat seat0.
Jun 17 06:39:44 archlinux systemd[1]: Starting Hostname Service...
Jun 17 06:39:44 archlinux kernel: Bluetooth: MGMT ver 1.22
Jun 17 06:39:44 archlinux NetworkManager[720]: <info>  [1718606384.9614] manager[0x5a7af6c888d0]: monitoring kernel firmware directory '/lib/firmware'.
Jun 17 06:39:44 archlinux systemd-logind[723]: Watching system buttons on /dev/input/event2 (Power Button)
Jun 17 06:39:44 archlinux systemd-logind[723]: Watching system buttons on /dev/input/event1 (Power Button)
Jun 17 06:39:44 archlinux systemd-logind[723]: Watching system buttons on /dev/input/event0 (Sleep Button)
Jun 17 06:39:44 archlinux kernel: NET: Registered PF_ALG protocol family
Jun 17 06:39:44 archlinux systemd-logind[723]: Watching system buttons on /dev/input/event5 (Logitech K780)
Jun 17 06:39:44 archlinux systemd-logind[723]: Watching system buttons on /dev/input/event3 (Logitech MX Master 2S)
Jun 17 06:39:44 archlinux systemd-logind[723]: Watching system buttons on /dev/input/event9 (Logitech MX Anywhere 2S)
Jun 17 06:39:44 archlinux systemd-logind[723]: Watching system buttons on /dev/input/event4 (SONiX USB DEVICE)
Jun 17 06:39:44 archlinux systemd-logind[723]: Watching system buttons on /dev/input/event6 (SONiX USB DEVICE Keyboard)
Jun 17 06:39:44 archlinux systemd[1]: Started User Login Management.
Jun 17 06:39:44 archlinux bluetoothd[722]: src/device.c:device_set_wake_support() Unable to set wake_support without RPA resolution
Jun 17 06:39:44 archlinux systemd[1]: Started Hostname Service.
Jun 17 06:39:44 archlinux NetworkManager[720]: <info>  [1718606384.9908] hostname: hostname: using hostnamed
Jun 17 06:39:44 archlinux NetworkManager[720]: <info>  [1718606384.9908] hostname: static hostname changed from (none) to "archlinux"
Jun 17 06:39:44 archlinux NetworkManager[720]: <info>  [1718606384.9911] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jun 17 06:39:44 archlinux NetworkManager[720]: <info>  [1718606384.9917] manager[0x5a7af6c888d0]: rfkill: Wi-Fi hardware radio set enabled
Jun 17 06:39:44 archlinux NetworkManager[720]: <info>  [1718606384.9917] manager[0x5a7af6c888d0]: rfkill: WWAN hardware radio set enabled
Jun 17 06:39:44 archlinux NetworkManager[720]: <info>  [1718606384.9952] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-wifi.so)
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0096] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-team.so)
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0101] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-ovs.so)
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0120] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-wwan.so)
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0123] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-bluetooth.so)
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0126] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-adsl.so)
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0129] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0129] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0130] manager: Networking is enabled by state file
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0133] settings: Loaded settings plugin: keyfile (internal)
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0141] dhcp: init: Using DHCP client 'internal'
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0143] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0151] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0155] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0158] device (lo): Activation: starting connection 'lo' (8d418e6d-67dc-4f03-a7fe-77744c369540)
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0164] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0170] settings: (enp0s31f6): created default wired connection 'Wired connection 1'
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.0170] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 17 06:39:45 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 17 06:39:45 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 17 06:39:45 archlinux systemd[1]: Started Network Manager.
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.2184] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 17 06:39:45 archlinux systemd[1]: Reached target Network.
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.2216] ovsdb: disconnected from ovsdb
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.2219] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.2226] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.2231] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.2247] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.2288] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.2292] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jun 17 06:39:45 archlinux NetworkManager[720]: <info>  [1718606385.2303] device (lo): Activation: successful, device activated.
Jun 17 06:39:45 archlinux systemd[1]: Started OpenSSH Daemon.
Jun 17 06:39:45 archlinux systemd[1]: Starting Permit User Sessions...
Jun 17 06:39:45 archlinux systemd[1]: Starting xrdp session manager...
Jun 17 06:39:45 archlinux (p-sesman)[774]: xrdp-sesman.service: Referenced but unset environment variable evaluates to an empty string: SESMAN_OPTIONS
Jun 17 06:39:45 archlinux systemd[1]: Started xrdp session manager.
Jun 17 06:39:45 archlinux systemd[1]: Starting xrdp daemon...
Jun 17 06:39:45 archlinux xrdp-sesman[774]: [INFO ] starting xrdp-sesman with pid 774
Jun 17 06:39:45 archlinux systemd[1]: Finished Permit User Sessions.
Jun 17 06:39:45 archlinux sshd[772]: Server listening on 0.0.0.0 port 22.
Jun 17 06:39:45 archlinux sshd[772]: Server listening on :: port 22.
Jun 17 06:39:45 archlinux systemd[1]: Started Simple Desktop Display Manager.
Jun 17 06:39:45 archlinux xrdp-sesman[774]: [INFO ] Sesman now listening on /var/run/xrdp/sesman.socket
Jun 17 06:39:45 archlinux (xrdp)[775]: xrdp.service: Referenced but unset environment variable evaluates to an empty string: XRDP_OPTIONS
Jun 17 06:39:45 archlinux systemd[1]: Started xrdp daemon.
Jun 17 06:39:45 archlinux systemd[1]: Reached target Multi-User System.
Jun 17 06:39:45 archlinux systemd[1]: Reached target Graphical Interface.
Jun 17 06:39:45 archlinux systemd[1]: Startup finished in 3.808s (kernel) + 2.560s (userspace) = 6.368s.
Jun 17 06:39:45 archlinux xrdp[775]: [INFO ] starting xrdp with pid 775
Jun 17 06:39:45 archlinux xrdp[775]: [INFO ] address [0.0.0.0] port [3389] mode 1
Jun 17 06:39:45 archlinux xrdp[775]: [INFO ] listening to port 3389 on 0.0.0.0
Jun 17 06:39:45 archlinux sddm[777]: Initializing...
Jun 17 06:39:45 archlinux sddm[777]: Starting...
Jun 17 06:39:45 archlinux xrdp[775]: [INFO ] xrdp_listen_pp done
Jun 17 06:39:45 archlinux sddm[777]: Logind interface found
Jun 17 06:39:45 archlinux sddm[777]: Adding new display...
Jun 17 06:39:45 archlinux sddm[777]: Loaded empty theme configuration
Jun 17 06:39:45 archlinux sddm[777]: Xauthority path: "/run/sddm/xauth_dWVRtf"
Jun 17 06:39:45 archlinux sddm[777]: Using VT 2
Jun 17 06:39:45 archlinux sddm[777]: Display server starting...
Jun 17 06:39:45 archlinux sddm[777]: Writing cookie to "/run/sddm/xauth_dWVRtf"
Jun 17 06:39:45 archlinux sddm[777]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_dWVRtf -noreset -displayfd 16
Jun 17 06:39:47 archlinux sddm[777]: Setting default cursor
Jun 17 06:39:47 archlinux sddm[777]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Jun 17 06:39:47 archlinux sddm[777]: Display server started.
Jun 17 06:39:47 archlinux sddm[777]: Socket server starting...
Jun 17 06:39:47 archlinux sddm[777]: Socket server started.
Jun 17 06:39:47 archlinux sddm[777]: Greeter starting...
Jun 17 06:39:47 archlinux sddm-helper[788]: [PAM] Starting...
Jun 17 06:39:47 archlinux sddm-helper[788]: [PAM] Authenticating...
Jun 17 06:39:47 archlinux sddm-helper[788]: [PAM] returning.
Jun 17 06:39:47 archlinux sddm-helper[788]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=973) by (uid=0)
Jun 17 06:39:47 archlinux systemd-logind[723]: New session c1 of user sddm.
Jun 17 06:39:47 archlinux systemd[1]: Created slice User Slice of UID 973.
Jun 17 06:39:47 archlinux systemd[1]: Starting User Runtime Directory /run/user/973...
Jun 17 06:39:47 archlinux systemd[1]: Finished User Runtime Directory /run/user/973.
Jun 17 06:39:47 archlinux systemd[1]: Starting User Manager for UID 973...
Jun 17 06:39:47 archlinux dbus-broker-launch[718]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jun 17 06:39:47 archlinux (systemd)[792]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Jun 17 06:39:47 archlinux (systemd)[792]: pam_unix(systemd-user:session): session opened for user sddm(uid=973) by sddm(uid=0)
Jun 17 06:39:47 archlinux systemd[792]: Queued start job for default target Main User Target.
Jun 17 06:39:47 archlinux systemd[792]: Created slice User Application Slice.
Jun 17 06:39:47 archlinux systemd[792]: Started Submitting pending crash events.
Jun 17 06:39:47 archlinux systemd[792]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
Jun 17 06:39:47 archlinux systemd[792]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/drkonqi/sentry-envelopes/*).
Jun 17 06:39:47 archlinux systemd[792]: Reached target Paths.
Jun 17 06:39:47 archlinux systemd[792]: Reached target Timers.
Jun 17 06:39:47 archlinux systemd[792]: Starting D-Bus User Message Bus Socket...
Jun 17 06:39:47 archlinux systemd[792]: Listening on GnuPG network certificate management daemon.
Jun 17 06:39:47 archlinux systemd[792]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Jun 17 06:39:47 archlinux systemd[792]: Starting GCR ssh-agent wrapper...
Jun 17 06:39:47 archlinux systemd[792]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 17 06:39:47 archlinux systemd[792]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 17 06:39:47 archlinux systemd[792]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 17 06:39:47 archlinux systemd[792]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 17 06:39:47 archlinux systemd[792]: Listening on GnuPG public key management service.
Jun 17 06:39:47 archlinux systemd[792]: Listening on p11-kit server.
Jun 17 06:39:47 archlinux systemd[792]: Listening on PipeWire Multimedia System Sockets.
Jun 17 06:39:47 archlinux systemd[792]: Listening on Sound System.
Jun 17 06:39:47 archlinux systemd[792]: Listening on D-Bus User Message Bus Socket.
Jun 17 06:39:47 archlinux systemd[792]: Listening on GCR ssh-agent wrapper.
Jun 17 06:39:47 archlinux systemd[792]: Reached target Sockets.
Jun 17 06:39:47 archlinux systemd[792]: Reached target Basic System.
Jun 17 06:39:47 archlinux systemd[1]: Started User Manager for UID 973.
Jun 17 06:39:47 archlinux systemd[792]: Starting Update XDG user dir configuration...
Jun 17 06:39:47 archlinux systemd[1]: Started Session c1 of User sddm.
Jun 17 06:39:47 archlinux sddm-helper[788]: Writing cookie to "/tmp/xauth_slhojc"
Jun 17 06:39:47 archlinux sddm-helper[788]: Starting X11 session: "" "/usr/bin/sddm-greeter-qt6 --socket /tmp/sddm-:0-KXlUvN"
Jun 17 06:39:47 archlinux sddm[777]: Greeter session started successfully
Jun 17 06:39:47 archlinux systemd[792]: Finished Update XDG user dir configuration.
Jun 17 06:39:47 archlinux systemd[792]: Reached target Main User Target.
Jun 17 06:39:47 archlinux systemd[792]: Startup finished in 260ms.
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: High-DPI autoscaling Enabled
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: Reading from "/usr/local/share/wayland-sessions/plasma.desktop"
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: Reading from "/usr/share/wayland-sessions/plasma.desktop"
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: Reading from "/usr/local/share/xsessions/plasmax11.desktop"
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: Loading theme configuration from "qrc:/theme/theme.conf"
Jun 17 06:39:47 archlinux systemd[792]: Created slice User Core Session Slice.
Jun 17 06:39:47 archlinux systemd[792]: Starting D-Bus User Message Bus...
Jun 17 06:39:47 archlinux dbus-broker-launch[808]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Jun 17 06:39:47 archlinux dbus-broker-launch[808]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Jun 17 06:39:47 archlinux dbus-broker-launch[808]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jun 17 06:39:47 archlinux dbus-broker-launch[808]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jun 17 06:39:47 archlinux dbus-broker-launch[808]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jun 17 06:39:47 archlinux systemd[792]: Started D-Bus User Message Bus.
Jun 17 06:39:47 archlinux dbus-broker-launch[808]: Ready
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: Connected to the daemon.
Jun 17 06:39:47 archlinux sddm[777]: Message received from greeter: Connect
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: Loading qrc:/theme/Main.qml...
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: file:///usr/lib/qt6/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: file:///usr/lib/qt6/qml/SddmComponents/ComboBox.qml:105:9: QML Image: Cannot open: file:///usr/lib/qt6/qml/SddmComponents/angle-down.png
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: qrc:/theme/Main.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 17 06:39:47 archlinux sddm-greeter-qt6[804]: Adding view for "DP-0" QRect(0,0 3840x2160)
Jun 17 06:39:48 archlinux sddm-greeter-qt6[804]: Message received from daemon: Capabilities
Jun 17 06:39:48 archlinux sddm-greeter-qt6[804]: Message received from daemon: HostName
Jun 17 06:39:48 archlinux NetworkManager[720]: <info>  [1718606388.7796] device (enp0s31f6): carrier: link connected
Jun 17 06:39:48 archlinux kernel: e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
Jun 17 06:39:48 archlinux NetworkManager[720]: <info>  [1718606388.7802] device (enp0s31f6): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jun 17 06:39:48 archlinux NetworkManager[720]: <info>  [1718606388.7813] policy: auto-activating connection 'Wired connection 1' (13e158c3-7e90-336c-b4a1-03ceeaf537f9)
Jun 17 06:39:48 archlinux NetworkManager[720]: <info>  [1718606388.7822] device (enp0s31f6): Activation: starting connection 'Wired connection 1' (13e158c3-7e90-336c-b4a1-03ceeaf537f9)
Jun 17 06:39:48 archlinux NetworkManager[720]: <info>  [1718606388.7825] device (enp0s31f6): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 17 06:39:48 archlinux NetworkManager[720]: <info>  [1718606388.7830] manager: NetworkManager state is now CONNECTING
Jun 17 06:39:48 archlinux NetworkManager[720]: <info>  [1718606388.7834] device (enp0s31f6): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 17 06:39:48 archlinux NetworkManager[720]: <info>  [1718606388.7846] device (enp0s31f6): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 17 06:39:48 archlinux NetworkManager[720]: <info>  [1718606388.7849] dhcp4 (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
Jun 17 06:39:49 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jun 17 06:39:50 archlinux NetworkManager[720]: <info>  [1718606390.6019] dhcp6 (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
Jun 17 06:39:50 archlinux NetworkManager[720]: <info>  [1718606390.6029] policy: set 'Wired connection 1' (enp0s31f6) as default for IPv6 routing and DNS
Jun 17 06:39:50 archlinux dbus-broker-launch[718]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Jun 17 06:39:50 archlinux NetworkManager[720]: <info>  [1718606390.6273] dhcp6 (enp0s31f6): state changed new lease
Jun 17 06:39:50 archlinux NetworkManager[720]: <info>  [1718606390.8031] dhcp4 (enp0s31f6): state changed new lease, address=192.168.0.17, acd pending
Jun 17 06:39:50 archlinux NetworkManager[720]: <info>  [1718606390.9799] dhcp4 (enp0s31f6): state changed new lease, address=192.168.0.17
Jun 17 06:39:50 archlinux NetworkManager[720]: <info>  [1718606390.9806] policy: set 'Wired connection 1' (enp0s31f6) as default for IPv4 routing and DNS
Jun 17 06:39:51 archlinux NetworkManager[720]: <info>  [1718606391.0199] device (enp0s31f6): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 17 06:39:51 archlinux NetworkManager[720]: <info>  [1718606391.0242] device (enp0s31f6): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 17 06:39:51 archlinux NetworkManager[720]: <info>  [1718606391.0246] device (enp0s31f6): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 17 06:39:51 archlinux NetworkManager[720]: <info>  [1718606391.0254] manager: NetworkManager state is now CONNECTED_SITE
Jun 17 06:39:51 archlinux NetworkManager[720]: <info>  [1718606391.0260] device (enp0s31f6): Activation: successful, device activated.
Jun 17 06:39:51 archlinux NetworkManager[720]: <info>  [1718606391.0277] manager: startup complete
Jun 17 06:39:51 archlinux NetworkManager[720]: <info>  [1718606391.1556] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 17 06:39:55 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 17 06:39:55 archlinux sddm-greeter-qt6[804]: file:///usr/lib/qt6/qml/SddmComponents/PictureBox.qml:106:13 Parameter "event" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
Jun 17 06:39:57 archlinux sddm[777]: Message received from greeter: Login
Jun 17 06:39:57 archlinux sddm[777]: Reading from "/usr/share/xsessions/plasmax11.desktop"
Jun 17 06:39:57 archlinux sddm[777]: Session "/usr/share/xsessions/plasmax11.desktop" selected, command: "/usr/bin/startplasma-x11" for VT 2
Jun 17 06:39:57 archlinux sddm-helper[828]: [PAM] Starting...
Jun 17 06:39:57 archlinux sddm-helper[828]: [PAM] Authenticating...
Jun 17 06:39:57 archlinux sddm-helper[828]: [PAM] Preparing to converse...
Jun 17 06:39:57 archlinux sddm-helper[828]: [PAM] Conversation with 1 messages
Jun 17 06:39:57 archlinux sddm-helper[828]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Jun 17 06:39:57 archlinux sddm-helper[828]: [PAM] returning.
Jun 17 06:39:57 archlinux sddm[777]: Authentication for user  "john"  successful
Jun 17 06:39:57 archlinux sddm-greeter-qt6[804]: Message received from daemon: LoginSucceeded
Jun 17 06:39:57 archlinux sddm-helper[828]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Jun 17 06:39:57 archlinux sddm-helper[828]: pam_unix(sddm:session): session opened for user john(uid=1000) by john(uid=0)
Jun 17 06:39:58 archlinux systemd-logind[723]: New session 2 of user john.
Jun 17 06:39:58 archlinux systemd[1]: Created slice User Slice of UID 1000.
Jun 17 06:39:58 archlinux sddm-helper[788]: [PAM] Closing session
Jun 17 06:39:58 archlinux sddm-helper[788]: pam_unix(sddm-greeter:session): session closed for user sddm
Jun 17 06:39:58 archlinux sddm-helper[788]: [PAM] Ended.
Jun 17 06:39:58 archlinux sddm[777]: Auth: sddm-helper exited successfully
Jun 17 06:39:58 archlinux sddm[777]: Greeter stopped. SDDM::Auth::HELPER_SUCCESS
Jun 17 06:39:58 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 17 06:39:58 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
Jun 17 06:39:58 archlinux systemd-logind[723]: Session c1 logged out. Waiting for processes to exit.
Jun 17 06:39:58 archlinux systemd-logind[723]: Removed session c1.
Jun 17 06:39:58 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 17 06:39:58 archlinux systemd[1]: Starting User Manager for UID 1000...
Jun 17 06:39:58 archlinux (systemd)[834]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[john] ruser=[<unknown>] rhost=[<unknown>]
Jun 17 06:39:58 archlinux (systemd)[834]: pam_unix(systemd-user:session): session opened for user john(uid=1000) by john(uid=0)
Jun 17 06:39:58 archlinux systemd[834]: Queued start job for default target Main User Target.
Jun 17 06:39:58 archlinux systemd-journald[352]: /var/log/journal/02ed8169c7d84155bf885f8204ce5175/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Jun 17 06:39:58 archlinux sddm-helper[828]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Jun 17 06:39:58 archlinux systemd[834]: Created slice User Application Slice.
Jun 17 06:39:58 archlinux systemd[834]: Started Submitting pending crash events.
Jun 17 06:39:58 archlinux systemd[834]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/john/.cache/kcrash-metadata/*.ini).
Jun 17 06:39:58 archlinux systemd[834]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/john/.cache/drkonqi/sentry-envelopes/*).
Jun 17 06:39:58 archlinux systemd[834]: Reached target Paths.
Jun 17 06:39:58 archlinux systemd[834]: Reached target Timers.
Jun 17 06:39:58 archlinux systemd[834]: Starting D-Bus User Message Bus Socket...
Jun 17 06:39:58 archlinux systemd[834]: Listening on GnuPG network certificate management daemon.
Jun 17 06:39:58 archlinux systemd[834]: Listening on Socket to launch DrKonqi for a systemd-coredump crash.
Jun 17 06:39:58 archlinux systemd[834]: Starting GCR ssh-agent wrapper...
Jun 17 06:39:58 archlinux systemd[834]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 17 06:39:58 archlinux systemd[834]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 17 06:39:58 archlinux systemd[834]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 17 06:39:58 archlinux systemd[834]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 17 06:39:58 archlinux systemd[834]: Listening on GnuPG public key management service.
Jun 17 06:39:58 archlinux systemd[834]: Listening on p11-kit server.
Jun 17 06:39:58 archlinux systemd[834]: Listening on PipeWire Multimedia System Sockets.
Jun 17 06:39:58 archlinux systemd[834]: Listening on Sound System.
Jun 17 06:39:58 archlinux systemd[834]: Listening on D-Bus User Message Bus Socket.
Jun 17 06:39:58 archlinux systemd[834]: Listening on GCR ssh-agent wrapper.
Jun 17 06:39:58 archlinux systemd[834]: Reached target Sockets.
Jun 17 06:39:58 archlinux systemd[834]: Reached target Basic System.
Jun 17 06:39:58 archlinux systemd[1]: Started User Manager for UID 1000.
Jun 17 06:39:58 archlinux systemd[834]: Starting Update XDG user dir configuration...
Jun 17 06:39:58 archlinux systemd[1]: Started Session 2 of User john.
Jun 17 06:39:58 archlinux systemd[834]: Finished Update XDG user dir configuration.
Jun 17 06:39:58 archlinux systemd[834]: Reached target Main User Target.
Jun 17 06:39:58 archlinux systemd[834]: Startup finished in 254ms.
Jun 17 06:39:58 archlinux sddm-helper[851]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Jun 17 06:39:58 archlinux sddm-helper[828]: Writing cookie to "/tmp/xauth_gCYkZG"
Jun 17 06:39:58 archlinux sddm-helper[828]: Starting X11 session: "" "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Jun 17 06:39:58 archlinux sddm[777]: Session started true
Jun 17 06:39:58 archlinux systemd[834]: Created slice User Core Session Slice.
Jun 17 06:39:58 archlinux systemd[834]: Starting D-Bus User Message Bus...
Jun 17 06:39:58 archlinux dbus-broker-launch[860]: Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Jun 17 06:39:58 archlinux dbus-broker-launch[860]: Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Jun 17 06:39:58 archlinux dbus-broker-launch[860]: Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jun 17 06:39:58 archlinux dbus-broker-launch[860]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jun 17 06:39:58 archlinux dbus-broker-launch[860]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jun 17 06:39:58 archlinux systemd[834]: Started D-Bus User Message Bus.
Jun 17 06:39:58 archlinux dbus-broker-launch[860]: Ready
Jun 17 06:39:58 archlinux systemd[834]: Reloading requested from client PID 853 ('startplasma-x11')...
Jun 17 06:39:58 archlinux systemd[834]: Reloading...
Jun 17 06:39:58 archlinux systemd[834]: Reloading finished in 184 ms.
Jun 17 06:39:58 archlinux systemd[834]: Created slice User Background Tasks Slice.
Jun 17 06:39:58 archlinux systemd[834]: Reached target Session services which should run early before the graphical session is brought up.
Jun 17 06:39:58 archlinux systemd[834]: Starting KDE Config Module Initialization...
Jun 17 06:39:58 archlinux systemd[834]: Starting KDE Global Shortcuts Server...
Jun 17 06:39:58 archlinux systemd[834]: Starting Baloo File Indexer Daemon...
Jun 17 06:39:58 archlinux systemd[834]: Starting Portal service...
Jun 17 06:39:58 archlinux systemd[834]: Starting flatpak document portal service...
Jun 17 06:39:58 archlinux systemd[834]: Started Baloo File Indexer Daemon.
Jun 17 06:39:58 archlinux systemd[1]: Starting Disk Manager...
Jun 17 06:39:58 archlinux systemd[834]: Started KDE Global Shortcuts Server.
Jun 17 06:39:58 archlinux systemd[834]: Starting sandboxed app permission store...
Jun 17 06:39:58 archlinux udisksd[893]: udisks daemon version 2.10.1 starting
Jun 17 06:39:58 archlinux systemd[834]: Started sandboxed app permission store.
Jun 17 06:39:58 archlinux systemd[834]: Started flatpak document portal service.
Jun 17 06:39:58 archlinux kcminit_startup[879]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Jun 17 06:39:58 archlinux systemd[1]: Starting Authorization Manager...
Jun 17 06:39:58 archlinux systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jun 17 06:39:58 archlinux systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jun 17 06:39:58 archlinux rtkit-daemon[915]: Successfully called chroot.
Jun 17 06:39:58 archlinux rtkit-daemon[915]: Successfully dropped privileges.
Jun 17 06:39:58 archlinux rtkit-daemon[915]: Successfully limited resources.
Jun 17 06:39:58 archlinux rtkit-daemon[915]: Canary thread running.
Jun 17 06:39:58 archlinux rtkit-daemon[915]: Running.
Jun 17 06:39:58 archlinux rtkit-daemon[915]: Watchdog thread running.
Jun 17 06:39:58 archlinux rtkit-daemon[915]: Supervising 0 threads of 0 processes of 0 users.
Jun 17 06:39:58 archlinux polkitd[913]: Started polkitd version 124
Jun 17 06:39:58 archlinux polkitd[913]: Loading rules from directory /etc/polkit-1/rules.d
Jun 17 06:39:58 archlinux polkitd[913]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 17 06:39:58 archlinux polkitd[913]: Finished loading, compiling and executing 6 rules
Jun 17 06:39:58 archlinux systemd[1]: Started Authorization Manager.
Jun 17 06:39:58 archlinux polkitd[913]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 17 06:39:58 archlinux kcminit_startup[879]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Jun 17 06:39:58 archlinux kcminit_startup[879]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Jun 17 06:39:58 archlinux systemd[834]: Started KDE Config Module Initialization.
Jun 17 06:39:59 archlinux systemd[834]: Starting KDE Session Management Server...
Jun 17 06:39:59 archlinux systemd[834]: Started Unlock kwallet from pam credentials.
Jun 17 06:39:59 archlinux systemd[834]: Starting KDE Daemon 6...
Jun 17 06:39:59 archlinux systemd[834]: Starting KDE Window Manager...
Jun 17 06:39:59 archlinux pam_kwallet_init[940]: 2024/06/17 07:39:59 socat[940] W address is opened in read-write mode but only supports read-only
Jun 17 06:39:59 archlinux systemd[1]: Started Disk Manager.
Jun 17 06:39:59 archlinux udisksd[893]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun 17 06:39:59 archlinux systemd[1]: Starting Daemon for power management...
Jun 17 06:39:59 archlinux systemd[1]: Started Daemon for power management.
Jun 17 06:39:59 archlinux systemd[834]: Started KDE Daemon 6.
Jun 17 06:39:59 archlinux kded6[937]: QDBusObjectPath: invalid path "/modules/kded_plasma-welcome"
Jun 17 06:39:59 archlinux kded6[937]: kf.dbusaddons: The kded module name "kded_plasma-welcome" is invalid!
Jun 17 06:39:59 archlinux systemd[834]: Starting KDE Configuration Module Initialization (Phase 1)...
Jun 17 06:39:59 archlinux systemd[834]: Starting KActivityManager Activity manager Service...
Jun 17 06:39:59 archlinux kcminit_startup[879]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Jun 17 06:39:59 archlinux kcminit_startup[879]: kcm_touchpad: Using X11 backend
Jun 17 06:39:59 archlinux kcminit_startup[879]: Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_kgamma.so"
Jun 17 06:39:59 archlinux systemd[834]: Finished KDE Configuration Module Initialization (Phase 1).
Jun 17 06:39:59 archlinux baloo_file[881]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.23'
Jun 17 06:39:59 archlinux baloo_file[881]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.29'
Jun 17 06:39:59 archlinux systemd[834]: Started KActivityManager Activity manager Service.
Jun 17 06:39:59 archlinux ksmserver[935]: Failed to write ice auth file entry
Jun 17 06:39:59 archlinux ksmserver[935]: Failed to write xsmp ice auth file entry
Jun 17 06:39:59 archlinux systemd[834]: Started KDE Window Manager.
Jun 17 06:39:59 archlinux systemd[834]: Started KDE Session Management Server.
Jun 17 06:39:59 archlinux kded6[937]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
Jun 17 06:39:59 archlinux kded6[937]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
Jun 17 06:39:59 archlinux kded6[937]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
Jun 17 06:39:59 archlinux kded6[937]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
Jun 17 06:39:59 archlinux systemd[834]: Starting KDE Plasma Workspace...
Jun 17 06:39:59 archlinux systemd[834]: Starting User preferences database...
Jun 17 06:39:59 archlinux systemd[834]: Started User preferences database.
Jun 17 06:40:00 archlinux kded6[937]: kcm_touchpad: Using X11 backend
Jun 17 06:40:00 archlinux NetworkManager[720]: <info>  [1718606400.2861] agent-manager: agent[0b232d306d3feca3,:1.32/org.kde.plasma.networkmanagement/1000]: agent registered
Jun 17 06:40:00 archlinux kwin_x11[938]: OpenGL vendor string:                   NVIDIA Corporation
Jun 17 06:40:00 archlinux kwin_x11[938]: OpenGL renderer string:                 NVIDIA GeForce RTX 3080/PCIe/SSE2
Jun 17 06:40:00 archlinux kwin_x11[938]: OpenGL version string:                  3.1.0 NVIDIA 550.78
Jun 17 06:40:00 archlinux kwin_x11[938]: OpenGL shading language version string: 1.40 NVIDIA via Cg compiler
Jun 17 06:40:00 archlinux kwin_x11[938]: Driver:                                 NVIDIA
Jun 17 06:40:00 archlinux kwin_x11[938]: Driver version:                         550.78
Jun 17 06:40:00 archlinux kwin_x11[938]: GPU class:                              Unknown
Jun 17 06:40:00 archlinux kwin_x11[938]: OpenGL version:                         3.1
Jun 17 06:40:00 archlinux kwin_x11[938]: GLSL version:                           1.40
Jun 17 06:40:00 archlinux kwin_x11[938]: Requires strict binding:                no
Jun 17 06:40:00 archlinux kwin_x11[938]: Virtual Machine:                        no
Jun 17 06:40:00 archlinux kwin_x11[938]: Timer query support:                    yes
Jun 17 06:40:00 archlinux kded6[937]: org.kde.plasma.printmanager.kded: unable to register service to dbus
Jun 17 06:40:00 archlinux kded6[937]: 
Jun 17 06:40:00 archlinux dbus-broker-launch[718]: Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
Jun 17 06:40:00 archlinux kded6[937]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner" 
                                       "Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"
Jun 17 06:40:00 archlinux plasmashell[982]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 06:40:00 archlinux kded6[1013]: xsettingsd: Loaded 14 settings from /home/john/.config/xsettingsd/xsettingsd.conf
Jun 17 06:40:00 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.kded.smart.
Jun 17 06:40:00 archlinux systemd[1]: Started dbus-:1.2-org.kde.kded.smart@0.service.
Jun 17 06:40:00 archlinux kded6[1013]: xsettingsd: Created window 0x1e00001 on screen 0 with timestamp 21597
Jun 17 06:40:00 archlinux kded6[1013]: xsettingsd: Selection _XSETTINGS_S0 is owned by 0x0
Jun 17 06:40:00 archlinux kded6[1013]: xsettingsd: Took ownership of selection _XSETTINGS_S0
Jun 17 06:40:00 archlinux kded6[937]: Known activities: QList("9ac645ba-1d95-446f-891a-5a72810eaea8")
Jun 17 06:40:00 archlinux kded6[937]: kf.bluezqt: PendingCall Error: "The name is not activatable"
Jun 17 06:40:00 archlinux systemd[834]: Started KDE Plasma Workspace.
Jun 17 06:40:00 archlinux systemd[834]: Reached target KDE Plasma Workspace Core.
Jun 17 06:40:00 archlinux systemd[834]: Started Consume pending crashes using DrKonqi.
Jun 17 06:40:00 archlinux systemd[834]: Started Proxies GTK DBus menus to a Plasma readable format.
Jun 17 06:40:00 archlinux systemd[834]: Starting KDE PolicyKit Authentication Agent...
Jun 17 06:40:00 archlinux systemd[834]: Starting Powerdevil...
Jun 17 06:40:00 archlinux systemd[834]: Starting Xdg Desktop Portal For KDE...
Jun 17 06:40:00 archlinux systemd[834]: Started Handle legacy xembed system tray icons.
Jun 17 06:40:01 archlinux gmenudbusmenuproxy[1036]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 06:40:01 archlinux xembedsniproxy[1040]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 06:40:01 archlinux systemd[834]: Started Xdg Desktop Portal For KDE.
Jun 17 06:40:01 archlinux systemd[834]: Started PipeWire Multimedia Service.
Jun 17 06:40:01 archlinux systemd[834]: Started PipeWire Media Session Manager.
Jun 17 06:40:01 archlinux rtkit-daemon[915]: Successfully made thread 1078 of process 1078 owned by '1000' high priority at nice level -11.
Jun 17 06:40:01 archlinux rtkit-daemon[915]: Supervising 1 threads of 1 processes of 1 users.
Jun 17 06:40:01 archlinux rtkit-daemon[915]: Successfully made thread 1084 of process 1078 owned by '1000' RT at priority 20.
Jun 17 06:40:01 archlinux rtkit-daemon[915]: Supervising 2 threads of 1 processes of 1 users.
Jun 17 06:40:01 archlinux xdg-desktop-por[884]: Choosing kwallet.portal for org.freedesktop.impl.portal.Secret via the deprecated UseIn key
Jun 17 06:40:01 archlinux xdg-desktop-por[884]: The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file
Jun 17 06:40:01 archlinux rtkit-daemon[915]: Successfully made thread 1082 of process 1079 owned by '1000' RT at priority 20.
Jun 17 06:40:01 archlinux rtkit-daemon[915]: Supervising 3 threads of 2 processes of 1 users.
Jun 17 06:40:01 archlinux systemd[834]: Started Portal service.
Jun 17 06:40:02 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.discretegpuhelper.
Jun 17 06:40:02 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service.
Jun 17 06:40:02 archlinux plasmashell[982]: kf.plasma.quick: Applet preload policy set to 1
Jun 17 06:40:02 archlinux plasmashell[982]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:196:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Jun 17 06:40:02 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.chargethresholdhelper.
Jun 17 06:40:02 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service.
Jun 17 06:40:02 archlinux systemd[1]: Created slice Slice /system/dbus-:1.2-org.kde.powerdevil.backlighthelper.
Jun 17 06:40:02 archlinux systemd[1]: Started dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service.
Jun 17 06:40:02 archlinux backlighthelper[1104]: org.kde.powerdevil: no kernel backlight interface found
Jun 17 06:40:02 archlinux polkit-kde-authentication-agent-1[1037]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 06:40:02 archlinux org_kde_powerdevil[1038]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
Jun 17 06:40:02 archlinux systemd[834]: Started KDE PolicyKit Authentication Agent.
Jun 17 06:40:02 archlinux polkit-kde-authentication-agent-1[1037]: New PolkitAgentListener  0x578abd9efd80
Jun 17 06:40:02 archlinux polkit-kde-authentication-agent-1[1037]: Adding new listener  PolkitQt1::Agent::Listener(0x578abd9ef6b0) for  0x578abd9efd80
Jun 17 06:40:02 archlinux polkit-kde-authentication-agent-1[1037]: Listener online
Jun 17 06:40:02 archlinux org_kde_powerdevil[1038]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Jun 17 06:40:02 archlinux org_kde_powerdevil[1038]: Initializing libddcutil.  ddcutil version: 2.1.4, shared library: /usr/lib/libddcutil.so.5.1.2
Jun 17 06:40:02 archlinux org_kde_powerdevil[1038]: Options passed from client:
Jun 17 06:40:02 archlinux org_kde_powerdevil[1038]: Applying combined options:
Jun 17 06:40:02 archlinux polkitd[913]: Registered Authentication Agent for unix-session:2 (system bus name :1.59 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
Jun 17 06:40:02 archlinux polkit-kde-authentication-agent-1[1037]: Authentication agent result: true
Jun 17 06:40:02 archlinux systemd[834]: Starting KScreen...
Jun 17 06:40:02 archlinux systemd[834]: Started KScreen.
Jun 17 06:40:02 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Connected output 444 to CRTC 440
Jun 17 06:40:02 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper: Detected XRandR 1.6
Jun 17 06:40:02 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper: Event Base:  89
Jun 17 06:40:02 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper: Event Error:  147
Jun 17 06:40:03 archlinux org_kde_powerdevil[1038]: Library initialization complete.
Jun 17 06:40:03 archlinux org_kde_powerdevil[1038]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Jun 17 06:40:03 archlinux plasmashell[982]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
Jun 17 06:40:03 archlinux systemd[834]: Starting Sound Service...
Jun 17 06:40:03 archlinux systemd[834]: Started Powerdevil.
Jun 17 06:40:03 archlinux systemd[834]: Reached target KDE Plasma Workspace.
Jun 17 06:40:03 archlinux systemd[834]: Reached target Current graphical user session.
Jun 17 06:40:03 archlinux systemd[834]: Reached target plasma-workspace-x11.target.
Jun 17 06:40:03 archlinux systemd[834]: Starting AT-SPI D-Bus Bus...
Jun 17 06:40:03 archlinux systemd[834]: Starting Blueman Applet...
Jun 17 06:40:03 archlinux systemd[834]: Starting Dropbox...
Jun 17 06:40:03 archlinux systemd[834]: Starting Geoclue Demo agent...
Jun 17 06:40:03 archlinux systemd[834]: Starting Accessibility...
Jun 17 06:40:03 archlinux systemd[834]: Starting KMix...
Jun 17 06:40:03 archlinux systemd[834]: Starting NetworkManager Applet...
Jun 17 06:40:03 archlinux systemd[834]: Starting gnome-disk-utility notification plugin for GNOME Settings Daemon...
Jun 17 06:40:03 archlinux systemd[834]: Starting Discover...
Jun 17 06:40:03 archlinux systemd[834]: Starting PulseAudio Sound System...
Jun 17 06:40:03 archlinux systemd[834]: Starting Restore Mixer Volumes...
Jun 17 06:40:03 archlinux systemd[834]: Starting Slack...
Jun 17 06:40:03 archlinux systemd[834]: Starting Microsoft Teams - Preview...
Jun 17 06:40:03 archlinux systemd[834]: Starting KSplash "ready" Stage...
Jun 17 06:40:03 archlinux systemd[834]: Starting KDE Session Restoration...
Jun 17 06:40:03 archlinux systemd[834]: app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Jun 17 06:40:03 archlinux systemd[834]: Condition check resulted in AT-SPI D-Bus Bus being skipped.
Jun 17 06:40:03 archlinux rtkit-daemon[915]: Successfully made thread 1148 of process 1148 owned by '1000' high priority at nice level -11.
Jun 17 06:40:03 archlinux rtkit-daemon[915]: Supervising 4 threads of 3 processes of 1 users.
Jun 17 06:40:03 archlinux systemd[834]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
Jun 17 06:40:03 archlinux systemd[834]: Condition check resulted in NetworkManager Applet being skipped.
Jun 17 06:40:03 archlinux systemd[834]: app-org.gnome.SettingsDaemon.DiskUtilityNotify@autostart.service: Skipped due to 'exec-condition'.
Jun 17 06:40:03 archlinux systemd[834]: Condition check resulted in gnome-disk-utility notification plugin for GNOME Settings Daemon being skipped.
Jun 17 06:40:03 archlinux systemd[834]: Started Microsoft Teams - Preview.
Jun 17 06:40:03 archlinux systemd[834]: Started Slack.
Jun 17 06:40:03 archlinux systemd[834]: Started Blueman Applet.
Jun 17 06:40:03 archlinux systemd[834]: Started Dropbox.
Jun 17 06:40:03 archlinux systemd[834]: Started Accessibility.
Jun 17 06:40:03 archlinux systemd[834]: Started Geoclue Demo agent.
Jun 17 06:40:03 archlinux systemd[834]: Started PulseAudio Sound System.
Jun 17 06:40:03 archlinux systemd[834]: Started Discover.
Jun 17 06:40:03 archlinux kwin_x11[938]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Jun 17 06:40:03 archlinux kwin_x11[938]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Jun 17 06:40:03 archlinux systemd[834]: Finished KSplash "ready" Stage.
Jun 17 06:40:03 archlinux systemd[834]: Started KMix.
Jun 17 06:40:03 archlinux kaccess[1181]: Xlib XKB extension major= 1  minor= 0
Jun 17 06:40:03 archlinux systemd[834]: Started Restore Mixer Volumes.
Jun 17 06:40:03 archlinux systemd[834]: Started firefox.
Jun 17 06:40:03 archlinux systemd[834]: Reached target Startup of XDG autostart applications.
Jun 17 06:40:03 archlinux systemd[834]: Finished KDE Session Restoration.
Jun 17 06:40:03 archlinux systemd[834]: Started Terminator.
Jun 17 06:40:03 archlinux plasmashell[982]: qml: SystemTray ItemLoader: Invalid state, cannot determine source!
Jun 17 06:40:03 archlinux kmix[1203]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 06:40:03 archlinux kmix[1203]: percent 5 -> divisor 20
Jun 17 06:40:04 archlinux baloo_file_extractor[1251]: kf.idletime: Could not find any system poller plugin
Jun 17 06:40:04 archlinux baloo_file_extractor[1251]: qt.core.qobject.connect: QObject::connect(KAbstractIdleTimePoller, KIdleTime): invalid nullptr parameter
Jun 17 06:40:04 archlinux rtkit-daemon[915]: Successfully made thread 1254 of process 1148 owned by '1000' RT at priority 5.
Jun 17 06:40:04 archlinux rtkit-daemon[915]: Supervising 5 threads of 3 processes of 1 users.
Jun 17 06:40:04 archlinux rtkit-daemon[915]: Successfully made thread 1256 of process 1148 owned by '1000' RT at priority 5.
Jun 17 06:40:04 archlinux rtkit-daemon[915]: Supervising 6 threads of 3 processes of 1 users.
Jun 17 06:40:04 archlinux rtkit-daemon[915]: Successfully made thread 1258 of process 1148 owned by '1000' RT at priority 5.
Jun 17 06:40:04 archlinux rtkit-daemon[915]: Supervising 7 threads of 3 processes of 1 users.
Jun 17 06:40:04 archlinux rtkit-daemon[915]: Successfully made thread 1260 of process 1148 owned by '1000' RT at priority 5.
Jun 17 06:40:04 archlinux rtkit-daemon[915]: Supervising 8 threads of 3 processes of 1 users.
Jun 17 06:40:04 archlinux dropbox[1157]: dropbox: load fq extension '/opt/dropbox/cryptography.hazmat.bindings._openssl.abi3.so'
Jun 17 06:40:04 archlinux dropbox[1157]: dropbox: load fq extension '/opt/dropbox/cryptography.hazmat.bindings._padding.abi3.so'
Jun 17 06:40:04 archlinux dropbox[1157]: dropbox: load fq extension '/opt/dropbox/apex._apex.abi3.so'
Jun 17 06:40:04 archlinux dropbox[1157]: dropbox: load fq extension '/opt/dropbox/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:04 archlinux dropbox[1157]: dropbox: load fq extension '/opt/dropbox/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:04 archlinux dropbox[1157]: dropbox: load fq extension '/opt/dropbox/google._upb._message.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:04 archlinux slack[1168]: Initializing local storage instance
Jun 17 06:40:04 archlinux rtkit-daemon[915]: Successfully made thread 1293 of process 1148 owned by '1000' RT at priority 5.
Jun 17 06:40:04 archlinux rtkit-daemon[915]: Supervising 9 threads of 3 processes of 1 users.
Jun 17 06:40:04 archlinux DiscoverNotifier[1187]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 06:40:04 archlinux DiscoverNotifier[1187]: couldn't load "/usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt6/plugins/discover-notifier/DiscoverPackageKitNotifier.so: libpackagekitqt6.so.1: cannot open shared object file: No such file or directory"
Jun 17 06:40:04 archlinux DiscoverNotifier[1187]: couldn't load "/usr/lib/qt6/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt6/plugins/discover-notifier/FlatpakNotifier.so: libflatpak.so.0: cannot open shared object file: No such file or directory"
Jun 17 06:40:04 archlinux DiscoverNotifier[1187]: couldn't find any notifier backend QList("/usr/lib/qt6/plugins", "/usr/lib")
Jun 17 06:40:04 archlinux systemd[834]: Started Sound Service.
Jun 17 06:40:04 archlinux bluetoothd[722]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc
Jun 17 06:40:04 archlinux bluetoothd[722]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc
Jun 17 06:40:04 archlinux bluetoothd[722]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Jun 17 06:40:04 archlinux bluetoothd[722]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Jun 17 06:40:04 archlinux bluetoothd[722]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Jun 17 06:40:04 archlinux bluetoothd[722]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Jun 17 06:40:04 archlinux bluetoothd[722]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Jun 17 06:40:04 archlinux bluetoothd[722]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Jun 17 06:40:04 archlinux bluetoothd[722]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSink/faststream
Jun 17 06:40:04 archlinux bluetoothd[722]: Endpoint registered: sender=:1.73 path=/MediaEndpoint/A2DPSource/faststream
Jun 17 06:40:04 archlinux kernel: Bluetooth: RFCOMM TTY layer initialized
Jun 17 06:40:04 archlinux kernel: Bluetooth: RFCOMM socket layer initialized
Jun 17 06:40:04 archlinux kernel: Bluetooth: RFCOMM ver 1.11
Jun 17 06:40:04 archlinux slack[1168]: (electron) Sending uncompressed crash reports is deprecated and will be removed in a future version of Electron. Set { compress: true } to opt-in to the new behavior. Crash reports will be uploaded gzipped, which most crash reporting servers support.
Jun 17 06:40:04 archlinux kaccess[1181]: X server XKB extension major= 1  minor= 0
Jun 17 06:40:04 archlinux kmix[1203]: org.kde.kmix: no mix devices and not dynamic
Jun 17 06:40:04 archlinux kmix[1203]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Devices.1.default"
Jun 17 06:40:04 archlinux kmixctrl[1205]: org.kde.kmix: no mix devices and not dynamic
Jun 17 06:40:04 archlinux kmix[1203]: org.kde.kmix: No such icon "audio-card-pci"
Jun 17 06:40:04 archlinux systemd[834]: Starting Accessibility services bus...
Jun 17 06:40:04 archlinux kmix[1203]: org.kde.kmix: No such icon "audio-card-usb"
Jun 17 06:40:04 archlinux kmix[1203]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Devices.1.default"
Jun 17 06:40:04 archlinux kmix[1203]: org.kde.kmix: Cannot load profile "PulseAudio.Playback_Streams.1.default"
Jun 17 06:40:04 archlinux kmix[1203]: org.kde.kmix: Cannot load profile "PulseAudio.Capture_Streams.1.default"
Jun 17 06:40:04 archlinux systemd[834]: Started Accessibility services bus.
Jun 17 06:40:04 archlinux at-spi-bus-launcher[1345]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Jun 17 06:40:04 archlinux at-spi-bus-launcher[1345]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Jun 17 06:40:04 archlinux dbus-broker-launch[1345]: Ready
Jun 17 06:40:04 archlinux kmix[1203]: adding 4 mixers
Jun 17 06:40:04 archlinux kmix[1203]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
Jun 17 06:40:04 archlinux kmix[1203]: PulseAudio adding 3 devices
Jun 17 06:40:04 archlinux kmix[1203]: adding "alsa_output.pci-0000_01_00.1.hdmi-stereo" "GA102 High Definition Audio Controller Digital Stereo (HDMI)"
Jun 17 06:40:04 archlinux kmix[1203]: adding "alsa_output.usb-Focusrite_Scarlett_2i2_USB_Y8M726N0C64C40-00.HiFi__Line1__sink" "Scarlett 2i2 3rd Gen Headphones / Line 1-2"
Jun 17 06:40:04 archlinux kmix[1203]: adding "alsa_output.pci-0000_00_1f.3.analog-stereo" "Built-in Audio Analog Stereo"
Jun 17 06:40:04 archlinux kmix[1203]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
Jun 17 06:40:04 archlinux kmix[1203]: PulseAudio adding 2 devices
Jun 17 06:40:04 archlinux kmix[1203]: adding "alsa_input.usb-Focusrite_Scarlett_2i2_USB_Y8M726N0C64C40-00.HiFi__Mic2__source" "Scarlett 2i2 3rd Gen Input 2 Mic/Inst/Line"
Jun 17 06:40:04 archlinux kmix[1203]: adding "alsa_input.usb-Focusrite_Scarlett_2i2_USB_Y8M726N0C64C40-00.HiFi__Mic1__source" "Scarlett 2i2 3rd Gen Input 1 Mic/Inst/Line"
Jun 17 06:40:04 archlinux kmix[1203]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
Jun 17 06:40:04 archlinux kmix[1203]: PulseAudio adding 0 devices
Jun 17 06:40:04 archlinux kmix[1203]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
Jun 17 06:40:04 archlinux systemd[834]: Created slice Slice /app/dbus-:1.2-org.kde.kded5.
Jun 17 06:40:04 archlinux blueman-applet[1156]: blueman-applet 07.40.04 WARNING  PluginManager:150 __load_plugin: Not loading DhcpClient because its conflict has higher priority
Jun 17 06:40:04 archlinux blueman-applet[1156]: blueman-applet 07.40.04 WARNING  PluginManager:150 __load_plugin: Not loading PPPSupport because its conflict has higher priority
Jun 17 06:40:04 archlinux systemd[834]: Started dbus-:1.2-org.kde.kded5@0.service.
Jun 17 06:40:04 archlinux systemd[834]: Created slice Slice /app/dbus-:1.46-org.a11y.atspi.Registry.
Jun 17 06:40:04 archlinux systemd[834]: Started dbus-:1.46-org.a11y.atspi.Registry@0.service.
Jun 17 06:40:04 archlinux at-spi2-registryd[1379]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 17 06:40:04 archlinux plasmashell[982]: qt.dbus.integration: Could not connect "org.cups.cupsd.Notifier" to PrinterFinishingsChanged(QString, QString, QString, uint, QString, bool) :
Jun 17 06:40:05 archlinux kded6[937]: Registering ":1.50/StatusNotifierItem" to system tray
Jun 17 06:40:05 archlinux dropbox[1157]: dropbox: load fq extension '/opt/dropbox/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:05 archlinux kmix[1203]: PulseAudio adding 1 devices
Jun 17 06:40:05 archlinux systemd[834]: Started VTE child process 1523 launched by terminator process 1207.
Jun 17 06:40:05 archlinux systemd[1]: Starting Time & Date Service...
Jun 17 06:40:05 archlinux plasmashell[1326]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 06:40:05 archlinux systemd[1]: Started Time & Date Service.
Jun 17 06:40:05 archlinux kded6[937]: Registering ":1.65/org/ayatana/NotificationItem/Microsoft_Teams___Preview1" to system tray
Jun 17 06:40:05 archlinux pulseaudio[1148]: Failed to open connection to session manager: None of the authentication protocols specified are supported
Jun 17 06:40:05 archlinux pulseaudio[1148]: Failed to load module "module-x11-xsmp" (argument: "display=:0 xauthority=/tmp/xauth_gCYkZG session_manager=local/archlinux:@/tmp/.ICE-unix/935,unix/archlinux:/tmp/.ICE-unix/935"): initialization failed.
Jun 17 06:40:05 archlinux start-pulseaudio-x11[1643]: Failure: Module initialization failed
Jun 17 06:40:05 archlinux systemd[834]: app-pulseaudio@autostart.service: Main process exited, code=exited, status=1/FAILURE
Jun 17 06:40:05 archlinux systemd[834]: app-pulseaudio@autostart.service: Failed with result 'exit-code'.
Jun 17 06:40:05 archlinux kded6[937]: Registering ":1.66/org/blueman/sni" to system tray
Jun 17 06:40:05 archlinux kmix[1203]: org.kde.kmix: No such icon "chromium-browser"
Jun 17 06:40:05 archlinux plasmashell[982]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Jun 17 06:40:05 archlinux kded6[937]: Registering ":1.67/StatusNotifierItem" to system tray
Jun 17 06:40:05 archlinux plasmashell[982]: qrc:/qt/qml/org/kde/kirigamiaddons/components/Avatar.qml:201:9: QML QQuickImage: Error decoding: qrc:/qt/qml/org/kde/kirigamiaddons/components/Avatar.qml?timestamp=1718606405810: Unsupported image format
Jun 17 06:40:05 archlinux rtkit-daemon[915]: Successfully made thread 1774 of process 1206 owned by '1000' RT at priority 10.
Jun 17 06:40:05 archlinux rtkit-daemon[915]: Supervising 10 threads of 4 processes of 1 users.
Jun 17 06:40:06 archlinux plasmashell[982]: file:///usr/share/plasma/plasmoids/org.kde.plasma.battery/contents/ui/CompactRepresentation.qml:62:17: Unable to assign [undefined] to int
Jun 17 06:40:07 archlinux dropbox[1157]: dropbox: load fq extension '/opt/dropbox/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:08 archlinux systemd[1]: Stopping User Manager for UID 973...
Jun 17 06:40:08 archlinux systemd[792]: Activating special unit Exit the Session...
Jun 17 06:40:08 archlinux systemd[792]: Stopped target Main User Target.
Jun 17 06:40:08 archlinux systemd[792]: Stopped target Basic System.
Jun 17 06:40:08 archlinux systemd[792]: Stopped target Paths.
Jun 17 06:40:08 archlinux systemd[792]: Stopped Submitting pending crash events.
Jun 17 06:40:08 archlinux systemd[792]: Stopped target Sockets.
Jun 17 06:40:08 archlinux systemd[792]: Stopped target Timers.
Jun 17 06:40:08 archlinux systemd[792]: Closed GnuPG network certificate management daemon.
Jun 17 06:40:08 archlinux systemd[792]: Closed Socket to launch DrKonqi for a systemd-coredump crash.
Jun 17 06:40:08 archlinux systemd[792]: Closed GCR ssh-agent wrapper.
Jun 17 06:40:08 archlinux systemd[792]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 17 06:40:08 archlinux systemd[792]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 17 06:40:08 archlinux systemd[792]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 17 06:40:08 archlinux systemd[792]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 17 06:40:08 archlinux systemd[792]: Closed GnuPG public key management service.
Jun 17 06:40:08 archlinux systemd[792]: Closed p11-kit server.
Jun 17 06:40:08 archlinux systemd[792]: Closed PipeWire Multimedia System Sockets.
Jun 17 06:40:08 archlinux systemd[792]: Closed Sound System.
Jun 17 06:40:08 archlinux dbus-broker[809]: Dispatched 178 messages @ 2(±6)μs / message.
Jun 17 06:40:08 archlinux systemd[792]: Stopping D-Bus User Message Bus...
Jun 17 06:40:08 archlinux systemd[792]: Stopped D-Bus User Message Bus.
Jun 17 06:40:08 archlinux systemd[792]: Removed slice User Core Session Slice.
Jun 17 06:40:08 archlinux systemd[792]: Closed D-Bus User Message Bus Socket.
Jun 17 06:40:08 archlinux systemd[792]: Removed slice User Application Slice.
Jun 17 06:40:08 archlinux systemd[792]: Reached target Shutdown.
Jun 17 06:40:08 archlinux systemd[792]: Finished Exit the Session.
Jun 17 06:40:08 archlinux systemd[792]: Reached target Exit the Session.
Jun 17 06:40:08 archlinux (sd-pam)[794]: pam_unix(systemd-user:session): session closed for user sddm
Jun 17 06:40:08 archlinux systemd[1]: user@973.service: Deactivated successfully.
Jun 17 06:40:08 archlinux systemd[1]: Stopped User Manager for UID 973.
Jun 17 06:40:08 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/cryptography.hazmat.bindings._openssl.abi3.so'
Jun 17 06:40:08 archlinux systemd[1]: Stopping User Runtime Directory /run/user/973...
Jun 17 06:40:08 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/cryptography.hazmat.bindings._padding.abi3.so'
Jun 17 06:40:08 archlinux systemd[1]: run-user-973.mount: Deactivated successfully.
Jun 17 06:40:08 archlinux systemd[1]: user-runtime-dir@973.service: Deactivated successfully.
Jun 17 06:40:08 archlinux systemd[1]: Stopped User Runtime Directory /run/user/973.
Jun 17 06:40:08 archlinux systemd[1]: Removed slice User Slice of UID 973.
Jun 17 06:40:08 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/apex._apex.abi3.so'
Jun 17 06:40:08 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:08 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:08 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/google._upb._message.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:09 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:11 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:11 archlinux kmix[1203]: PulseAudio adding 4 devices
Jun 17 06:40:11 archlinux systemd[834]: app-dropbox@autostart.service: Main process exited, code=killed, status=9/KILL
Jun 17 06:40:11 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/PyQt5.QtCore.so'
Jun 17 06:40:11 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/PyQt5.sip.so'
Jun 17 06:40:11 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/PyQt5.QtGui.so'
Jun 17 06:40:11 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/PyQt5.QtWidgets.so'
Jun 17 06:40:11 archlinux systemd[1]: dbus-:1.2-org.kde.kded.smart@0.service: Deactivated successfully.
Jun 17 06:40:11 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
Jun 17 06:40:11 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
Jun 17 06:40:12 archlinux dropbox[1929]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-200.4.7134/PyQt5.QtDBus.so'
Jun 17 06:40:12 archlinux kded6[937]: Registering ":1.76/org/ayatana/NotificationItem/dropbox_client_1929" to system tray
Jun 17 06:40:13 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 2126 (AUTHENTICATE)
Jun 17 06:40:13 archlinux systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jun 17 06:40:13 archlinux systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jun 17 06:40:13 archlinux systemd[1]: dbus-:1.2-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
Jun 17 06:40:14 archlinux slack[1168]: Error occurred in handler for 'GET_MEDIA_ACCESS_STATUS': TypeError: te.systemPreferences.getMediaAccessStatus is not a function
Jun 17 06:40:14 archlinux slack[1168]:     at /usr/lib/slack/resources/app.asar/dist/main.bundle.js:197:43210
Jun 17 06:40:14 archlinux slack[1168]:     at Sc (/usr/lib/slack/resources/app.asar/dist/main.bundle.js:107:6156)
Jun 17 06:40:14 archlinux slack[1168]:     at /usr/lib/slack/resources/app.asar/dist/main.bundle.js:107:6877
Jun 17 06:40:14 archlinux slack[1168]:     at WebContents.<anonymous> (node:electron/js2c/browser_init:2:77758)
Jun 17 06:40:14 archlinux slack[1168]:     at WebContents.emit (node:events:517:28)
Jun 17 06:40:14 archlinux slack[1168]:     at WebContents.emit (node:domain:489:12)
Jun 17 06:40:14 archlinux slack[1168]:     at t.emit (/usr/lib/slack/resources/app.asar/dist/main.bundle.js:81:10596)
Jun 17 06:40:14 archlinux systemd-timesyncd[662]: Contacted time server [2a02:6b66:675f::]:123 (2.arch.pool.ntp.org).
Jun 17 06:40:14 archlinux systemd-timesyncd[662]: Initial clock synchronization to Mon 2024-06-17 07:40:14.465412 BST.
Jun 17 06:40:15 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jun 17 06:40:34 archlinux dropbox[2472]: dropbox: load fq extension '/tmp/.dropbox-dist-new-mm8wm2w5/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/cryptography.hazmat.bindings._openssl.abi3.so'
Jun 17 06:40:34 archlinux dropbox[2472]: dropbox: load fq extension '/tmp/.dropbox-dist-new-mm8wm2w5/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/cryptography.hazmat.bindings._padding.abi3.so'
Jun 17 06:40:34 archlinux dropbox[2472]: dropbox: load fq extension '/tmp/.dropbox-dist-new-mm8wm2w5/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/apex._apex.abi3.so'
Jun 17 06:40:35 archlinux dropbox[2472]: dropbox: load fq extension '/tmp/.dropbox-dist-new-mm8wm2w5/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:35 archlinux dropbox[2472]: dropbox: load fq extension '/tmp/.dropbox-dist-new-mm8wm2w5/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:35 archlinux dropbox[2472]: dropbox: load fq extension '/tmp/.dropbox-dist-new-mm8wm2w5/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/google._upb._message.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:35 archlinux dropbox[2472]: dropbox: load fq extension '/tmp/.dropbox-dist-new-mm8wm2w5/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:35 archlinux systemd[1]: systemd-timedated.service: Deactivated successfully.
Jun 17 06:40:36 archlinux dropbox[2472]: dropbox: load fq extension '/tmp/.dropbox-dist-new-mm8wm2w5/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:37 archlinux kded6[937]: Service  ":1.76" unregistered
Jun 17 06:40:37 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/cryptography.hazmat.bindings._openssl.abi3.so'
Jun 17 06:40:37 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/cryptography.hazmat.bindings._padding.abi3.so'
Jun 17 06:40:37 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/apex._apex.abi3.so'
Jun 17 06:40:37 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/psutil._psutil_linux.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:37 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/psutil._psutil_posix.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:37 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/google._upb._message.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:38 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/tornado.speedups.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:39 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/wrapt._wrappers.cpython-38-x86_64-linux-gnu.so'
Jun 17 06:40:39 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/PyQt5.QtCore.so'
Jun 17 06:40:39 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/PyQt5.sip.so'
Jun 17 06:40:39 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/PyQt5.QtGui.so'
Jun 17 06:40:39 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/PyQt5.QtWidgets.so'
Jun 17 06:40:40 archlinux dropbox[2614]: dropbox: load fq extension '/home/john/.dropbox-dist/dropbox-lnx.x86_64-201.4.5552/PyQt5.QtDBus.so'
Jun 17 06:40:40 archlinux kded6[937]: Registering ":1.80/org/ayatana/NotificationItem/dropbox_client_2614" to system tray
Jun 17 06:42:04 archlinux slack[1408]: Warning: loader_scanned_icd_add: Could not get 'vkCreateInstance' via 'vk_icdGetInstanceProcAddr' for ICD libGLX_nvidia.so.0
Jun 17 06:42:04 archlinux slack[1408]: Warning: vkCreateInstance: Found no drivers!
Jun 17 06:42:04 archlinux slack[1408]: Warning: vkCreateInstance failed with VK_ERROR_INCOMPATIBLE_DRIVER
Jun 17 06:42:04 archlinux slack[1408]:     at CheckVkSuccessImpl (../../third_party/dawn/src/dawn/native/vulkan/VulkanError.cpp:101)
Jun 17 06:42:04 archlinux slack[1408]:     at CreateVkInstance (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:493)
Jun 17 06:42:04 archlinux slack[1408]:     at Initialize (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:379)
Jun 17 06:42:04 archlinux slack[1408]:     at Create (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:301)
Jun 17 06:42:04 archlinux slack[1408]:     at operator() (../../third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp:556)
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  325877
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  476
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Property:  "EDID"
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         State (newValue, Deleted):  1
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Property:  "CTM"
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         State (newValue, Deleted):  0
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper: RRNotify_OutputChange
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  6408
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         CRTC:  0
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Mode:  0
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Connection:  "Disconnected"
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Subpixel Order:  0
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper: RRScreenChangeNotify
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  326418
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Window: 44040198
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Root: 485
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Size ID: 0
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Size:  3840 2160
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         SizeMM:  633 361
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 476 update 
                                                                   m_connected: 0 
                                                                   m_crtc QObject(0x0) 
                                                                   CRTC: 0 
                                                                   MODE: 0 
                                                                   Connection: 1
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 476 : connected = false , enabled = false
                                                                   m_connected: 1 
Jun 17 06:45:05 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Emitting configChanged()
Jun 17 06:45:06 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  327157
Jun 17 06:45:06 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Connection:  "Connected"
Jun 17 06:45:06 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  327343
                                                                   Connection: 0
Jun 17 06:45:06 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 476 : connected = true , enabled = false
Jun 17 06:45:06 archlinux kscreenlocker_greet[2958]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
Jun 17 06:54:38 archlinux systemd[1]: Starting Cleanup of Temporary Directories...
Jun 17 06:54:39 archlinux systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Jun 17 06:54:39 archlinux systemd[1]: Finished Cleanup of Temporary Directories.
Jun 17 06:55:15 archlinux kernel: logitech-hidpp-device 0003:046D:4069.0004: HID++ 4.5 device connected.
Jun 17 06:55:17 archlinux rtkit-daemon[915]: Supervising 9 threads of 4 processes of 1 users.
Jun 17 06:55:17 archlinux rtkit-daemon[915]: Successfully made thread 3203 of process 1148 owned by '1000' RT at priority 5.
Jun 17 06:55:31 archlinux systemd[834]: Started Display Configuration.
Jun 17 06:55:32 archlinux systemsettings[3241]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 06:55:33 archlinux systemsettings[3241]: file:///usr/lib/qt6/qml/org/kde/kirigami/Dialog.qml:334:18: QML ScrollView: Binding loop detected for property "calculatedImplicitWidth"
Jun 17 06:55:33 archlinux systemsettings[3241]: qml: Page SubCategoryPage_QMLTYPE_2(0x5d928ee61770) is already in the PageRow
Jun 17 06:55:33 archlinux systemsettings[3241]: qml: Pushed pages do not conform to the rules. Please check the documentation.
Jun 17 06:55:33 archlinux systemsettings[3241]: qml: push (file:///usr/lib/qt6/qml/org/kde/kirigami/PageRow.qml:223)
                                                onActiveSubCategoryRowChanged (qrc:/qt/qml/org/kde/systemsettings/SubCategoryPage.qml:165)
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandR::setConfig
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Requested screen size is QSize(7680, 2160)
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Needed CRTCs:  2
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Actions to perform:
                                                                   Priorities: true
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr:         Output 444 
                                                                           Old: "0" 
                                                                           New: "1"
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr:         Output 476 
                                                                           New: "2"
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr:         Change Screen Size: true
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr:                 Old: QSize(3840, 2160) 
                                                                           Intermediate: QSize(7680, 2160) 
                                                                           New: QSize(7680, 2160)
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr:         Disable outputs: false
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr:         Change outputs: false
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr:         Enable outputs: true
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr:                  QList(476)
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: RRSetScreenSize 
                                                                   DPI: 151.978 
                                                                   Size: QSize(7680, 2160) 
                                                                   SizeMM: QSize(1283, 361)
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: QMap((440, XRandRCrtc(0x63f32b8e6200))(441, XRandRCrtc(0x63f32b8a4cc0))(442, XRandRCrtc(0x63f32b8e6040))(443, XRandRCrtc(0x63f32b8e6190)))
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Testing CRTC 440 
                                                                   Free: false 
                                                                   Mode: 445 
                                                                   Possible outputs: QList(444, 474, 475, 476, 477, 478, 479, 480) 
                                                                   Connected outputs: QList(444) 
                                                                   Geometry: QRect(0,0 3840x2160)
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Testing CRTC 441 
                                                                   Free: true 
                                                                   Mode: 0 
                                                                   Connected outputs: QList() 
                                                                   Geometry: QRect(0,0 0x0)
Jun 17 06:55:39 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: RRSetCrtcConfig (enable output) 
                                                                   Output: 476 ( "DP-2" ) 
                                                                   New CRTC: 441 
                                                                   Pos: QPoint(3840,0) 
                                                                   Mode: KScreen::Mode(Id: "445" , Size: QSize(3840, 2160) @ 59.9966 ) Preferred: "445" 
                                                                   Rotation: KScreen::Output::None
Jun 17 06:55:40 archlinux rtkit-daemon[915]: Successfully made thread 3264 of process 1148 owned by '1000' RT at priority 5.
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandRCrtc  441  m_timestamp update  0  =>  961065
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr:         Result:  0  timestamp:  961065
                                                                   CRTC: 441 
                                                                   MODE: 445 
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Connected output 476 to CRTC 441
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: RRSetOutputPrimary 
                                                                   New priority: 1
                                                                   New priority: 0
                                                                   New priority: 2
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandR::setConfig done!
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Size ID: 65535
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Size:  7680 2160
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         SizeMM:  1283 361
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper: RRNotify_CrtcChange
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         CRTC:  441
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Mode:  445
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Geometry:  3840 0 3840 2160
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  961435
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Property:  "_KDE_SCREEN_INDEX"
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  961436
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  444
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  961065
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         CRTC:  440
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Geometry:  0 0 3840 2160
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         CRTC:  442
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Geometry:  0 0 0 0
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         CRTC:  443
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  474
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  475
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  477
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  478
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  479
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  480
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandRCrtc  441  m_configTimestamp update 0  =>  6408
                                                                   m_crtc XRandRCrtc(0x63f32b8a4cc0) 
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 476 : connected = true , enabled = true
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandRCrtc  440  m_configTimestamp update 0  =>  961065
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandRCrtc  441  m_configTimestamp update 6408  =>  961065
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandRCrtc  442  m_configTimestamp update 0  =>  961065
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandRCrtc  443  m_configTimestamp update 0  =>  961065
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 444 update 
                                                                   m_crtc XRandRCrtc(0x63f32b8e6200) 
                                                                   CRTC: 440 
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 444 : connected = true , enabled = true
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 474 update 
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 474 : connected = false , enabled = false
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 475 update 
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 475 : connected = false , enabled = false
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 477 update 
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 477 : connected = false , enabled = false
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 478 update 
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 478 : connected = false , enabled = false
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 479 update 
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 479 : connected = false , enabled = false
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 480 update 
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 480 : connected = false , enabled = false
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  961717
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  961784
Jun 17 06:55:40 archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 476 : connected = false , enabled = true
Jun 17 06:55:41 archlinux systemd[834]: Created slice Slice /app/dbus-:1.2-org.kde.KSplash.
Jun 17 06:55:41 archlinux systemd[834]: Started dbus-:1.2-org.kde.KSplash@0.service.
Jun 17 06:55:41 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  962573
Jun 17 06:55:41 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  962729
Jun 17 06:55:49 archlinux systemd[834]: app-systemsettings-be33e17e12af4a0bac95acc7503e3cce.scope: Consumed 3.478s CPU time.
Jun 17 06:56:40 archlinux plasma_waitforname[3272]: org.kde.knotifications: WaitForName: Service was not registered within timeout
Jun 17 06:56:40 archlinux systemd[834]: dbus-:1.2-org.kde.KSplash@0.service: Main process exited, code=exited, status=1/FAILURE
Jun 17 06:56:40 archlinux systemd[834]: dbus-:1.2-org.kde.KSplash@0.service: Failed with result 'exit-code'.
Jun 17 07:00:51 archlinux rtkit-daemon[915]: Successfully made thread 3402 of process 1148 owned by '1000' RT at priority 5.
Jun 17 07:00:55 archlinux kscreenlocker_greet[3370]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
Jun 17 07:01:57 archlinux rtkit-daemon[915]: Successfully made thread 3418 of process 1148 owned by '1000' RT at priority 5.
Jun 17 07:02:06 archlinux systemd[834]: Started PyCharm Professional Edition.
Jun 17 07:02:06 archlinux plasmashell[3431]: CompileCommand: exclude com/intellij/openapi/vfs/impl/FilePartNodeRoot.trieDescend bool exclude = true
Jun 17 07:02:06 archlinux plasmashell[3431]: 2024-06-17 08:02:06,835 [    325]   WARN - #c.i.s.ComponentManagerImpl - com.tabnine.general.GettingStartedManager <clinit> requests com.tabnine.general.BrowserUtilsService instance. Class initialization must not depend on services. Consider using instance of the service on-demand instead.
Jun 17 07:02:06 archlinux plasmashell[3431]: 2024-06-17 08:02:06,897 [    387]   WARN - #c.i.s.ComponentManagerImpl - com.tabnineCommon.general.StaticConfig <clinit> requests com.intellij.ide.plugins.PluginUtil instance. Class initialization must not depend on services. Consider using instance of the service on-demand instead.
Jun 17 07:02:07 archlinux plasmashell[3431]: 2024-06-17 08:02:07,606 [   1096]   WARN - #c.i.i.u.UITheme - *.separatorColor has numeric value but specified as string
Jun 17 07:02:07 archlinux plasmashell[3431]: 2024-06-17 08:02:07,614 [   1104]   WARN - #c.i.i.u.l.LafManagerImpl - VersionControl.Log.Commit.rowHeight = null in LookAndFeelThemeAdapter; it may lead to performance degradation
Jun 17 07:02:07 archlinux plasmashell[3431]: 2024-06-17 08:02:07,719 [   1209]   WARN - #c.i.i.u.UIThemeBean - Do not set theme id in JSON (value=f92a0fa7-1a98-47cd-b5cb-78ff67e6f4f3)
Jun 17 07:02:07 archlinux plasmashell[3431]: 2024-06-17 08:02:07,732 [   1222]   WARN - #c.i.i.u.UIThemeBean - Do not set theme id in JSON (value=1a92aa6f-c2f1-4994-ae01-6a78e43eeb24)
Jun 17 07:02:07 archlinux plasmashell[3431]: 2024-06-17 08:02:07,743 [   1233]   WARN - #c.i.i.u.UIThemeBean - Do not set theme id in JSON (value=4b6007f7-b596-4ee2-96f9-968d3d3eb392)
Jun 17 07:02:07 archlinux plasmashell[3431]: 2024-06-17 08:02:07,755 [   1245]   WARN - #c.i.i.u.UIThemeBean - Do not set theme id in JSON (value=4f556d32-83cb-4b8b-9932-c4eccc4ce3af)
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,170 [   1660]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,177 [   1667]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,179 [   1669]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,185 [   1675]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,187 [   1677]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,189 [   1679]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,192 [   1682]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,195 [   1685]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,197 [   1687]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,199 [   1689]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,201 [   1691]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,204 [   1694]   WARN - #c.i.e.t.TargetBasedSdks - SDK target configuration data is absent
Jun 17 07:02:08 archlinux plasmashell[3431]: 2024-06-17 08:02:08,692 [   2182]   WARN - #com.tabnine.statusBar.TabnineStatusBarWidget - Failed to update the status bar
Jun 17 07:02:09 archlinux plasmashell[3431]: 2024-06-17 08:02:09,110 [   2600]   WARN - #c.i.s.ComponentManagerImpl - com.jetbrains.python.PyElementTypes <clinit> requests com.jetbrains.python.PyElementTypesFacade instance. Class initialization must not depend on services. Consider using instance of the service on-demand instead.
Jun 17 07:02:13 archlinux plasmashell[3431]: 2024-06-17 08:02:13,979 [   7469]   WARN - #c.i.i.s.i.StartupManagerImpl - Migrate com.tabnine.Initializer to ProjectActivity [Plugin: com.tabnine.TabNine]
Jun 17 07:02:13 archlinux plasmashell[3431]: com.intellij.diagnostic.PluginException: Migrate com.tabnine.Initializer to ProjectActivity [Plugin: com.tabnine.TabNine]
Jun 17 07:02:13 archlinux plasmashell[3431]:         at com.intellij.ide.startup.impl.StartupManagerImpl.runPostStartupActivities(StartupManagerImpl.kt:275)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at com.intellij.ide.startup.impl.StartupManagerImpl.access$runPostStartupActivities(StartupManagerImpl.kt:68)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invokeSuspend(StartupManagerImpl.kt:191)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invoke(StartupManagerImpl.kt)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:78)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:167)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3.invokeSuspend(StartupManagerImpl.kt:190)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlinx.coroutines.UndispatchedCoroutine.afterResume(CoroutineContext.kt:270)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:102)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:584)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:793)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:697)
Jun 17 07:02:13 archlinux plasmashell[3431]:         at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:684)
Jun 17 07:02:23 archlinux plasmashell[3431]: 2024-06-17 08:02:23,512 [  17002]   WARN - #c.i.o.v.i.l.NativeFileWatcherImpl - inotify_add_watch(/home/john/Documents/precision_medicine/Work Packages/KidsBrainIT3/Results/Classification/Static/Finalmodelling_earlystopping_True_stratified_True_reduction_nestedCV_imputed_True/Medical_demographic/prediction_amount_24/los_static_4day/XGBoost_20240419_035901/results_20240419_050823/train): No space left on device
Jun 17 07:02:23 archlinux plasmashell[3431]: 2024-06-17 08:02:23,513 [  17003]   WARN - #c.i.o.v.i.l.NativeFileWatcherImpl - The current <b>inotify</b>(7) watch limit is too low. <a href="https://intellij.com/inotify-watches">More details.</a>
Jun 17 07:02:23 archlinux plasmashell[3431]: 2024-06-17 08:02:23,513 [  17003]   WARN - #c.i.o.v.i.l.FileWatcher - The current <b>inotify</b>(7) watch limit is too low. <a href="https://intellij.com/inotify-watches">More details.</a>
Jun 17 07:02:23 archlinux plasmashell[3431]: 2024-06-17 08:02:23,715 [  17205]   WARN - #c.i.o.v.i.l.NativeFileWatcherImpl - watch root '/home/john/Documents/precision_medicine/Work Packages/KidsBrainIT3' cannot be watched: -2
Jun 17 07:02:26 archlinux kde-open[4040]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 07:02:26 archlinux systemd[834]: Started Firefox Web Browser - Web Browser.
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,640 [  22130]   WARN - #c.j.p.s.s.PySkeletonRefresher - Some skeletons failed to generate
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,640 [  22130]   WARN - #c.j.p.s.s.PySkeletonRefresher - llvmlite.binding.libllvmlite
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,640 [  22130]   WARN - #c.j.p.s.s.PySkeletonRefresher - numpy.core._umath_tests
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._boost.ncf_ufunc
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._boost.nct_ufunc
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._boost.ncx2_ufunc
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._boost.skewnorm_ufunc
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._levy_stable.levyst
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._mvn
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._qmc_cy
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._rcont.rcont
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._sobol
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._stats
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._stats_pythran
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - scipy.stats._unuran.unuran_wrapper
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - sklearn.__check_build._check_build
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - sklearn._isotonic
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - sklearn._loss._loss
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - sklearn.cluster._dbscan_inner
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - sklearn.cluster._hdbscan._linkage
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - sklearn.cluster._hdbscan._reachability
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - sklearn.cluster._hdbscan._tree
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,641 [  22131]   WARN - #c.j.p.s.s.PySkeletonRefresher - sklearn.cluster._hierarchical_fast
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torch.lib.libc10
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torch.lib.libc10_cuda
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torch.lib.libcaffe2_nvrtc
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torch.lib.libshm
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torch.lib.libtorch
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torch.lib.libtorch_cpu
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torch.lib.libtorch_cuda
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torch.lib.libtorch_cuda_linalg
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torch.lib.libtorch_global_deps
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torch.lib.libtorch_python
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torchaudio.lib.libctc_prefix_decoder
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torchaudio.lib.libtorchaudio
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torchaudio.lib.libtorchaudio_sox
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torchaudio.lib.pybind11_prefixctc
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torchvision._C
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torchvision.image
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torchvision.video_reader
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torio.lib._torio_ffmpeg4
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,642 [  22132]   WARN - #c.j.p.s.s.PySkeletonRefresher - torio.lib._torio_ffmpeg5
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,643 [  22133]   WARN - #c.j.p.s.s.PySkeletonRefresher - torio.lib._torio_ffmpeg6
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,643 [  22133]   WARN - #c.j.p.s.s.PySkeletonRefresher - torio.lib.libtorio_ffmpeg4
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,643 [  22133]   WARN - #c.j.p.s.s.PySkeletonRefresher - torio.lib.libtorio_ffmpeg5
Jun 17 07:02:28 archlinux plasmashell[3431]: 2024-06-17 08:02:28,643 [  22133]   WARN - #c.j.p.s.s.PySkeletonRefresher - torio.lib.libtorio_ffmpeg6
Jun 17 07:02:32 archlinux kmix[1203]: org.kde.kmix: No such icon "mixer-front"
Jun 17 07:02:39 archlinux kde-open[4443]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 07:02:42 archlinux rtkit-daemon[915]: Successfully made thread 4742 of process 4359 owned by '1000' RT at priority 10.
Jun 17 07:02:42 archlinux rtkit-daemon[915]: Supervising 11 threads of 5 processes of 1 users.
Jun 17 07:02:43 archlinux plasmashell[3431]: 2024-06-17 08:02:43,931 [  37421]   WARN - #c.i.o.v.i.l.FileWatcher - PyCharm cannot receive filesystem event notifications for the project. Is it on a network drive?
Jun 17 07:10:00 archlinux systemd[834]: drkonqi-coredump-pickup.service: Service reached runtime time limit. Stopping.
Jun 17 07:10:00 archlinux systemd[834]: drkonqi-coredump-pickup.service: Failed with result 'timeout'.
Jun 17 07:12:06 archlinux plasmashell[3431]: 2024-06-17 08:12:06,821 [ 600311]   WARN - #c.i.o.a.ExperimentalFeatureImpl - Feature 'typescript.compiler.evaluation' is disabled in Release. Set 'percentOfUsers' to 100% to enable in Release.
Jun 17 07:12:06 archlinux plasmashell[3431]: 2024-06-17 08:12:06,826 [ 600316]   WARN - #c.i.u.x.Binding - No accessors for com.intellij.platform.feedback.impl.state.DontShowAgainFeedbackState. This means that state class cannot be serialized properly. Please see https://jb.gg/ij-psoc
Jun 17 07:12:06 archlinux plasmashell[3431]: 2024-06-17 08:12:06,826 [ 600316]   WARN - #c.i.u.x.Binding - No accessors for com.intellij.toolWindow.ToolWindowLayoutStorageManagerState. This means that state class cannot be serialized properly. Please see https://jb.gg/ij-psoc
Jun 17 07:12:06 archlinux plasmashell[3431]: 2024-06-17 08:12:06,828 [ 600318]   WARN - #c.i.u.x.Binding - No accessors for com.intellij.platform.feedback.impl.state.CommonFeedbackSurveysState. This means that state class cannot be serialized properly. Please see https://jb.gg/ij-psoc
Jun 17 07:27:13 archlinux kscreenlocker_greet[5438]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
Jun 17 07:27:13 archlinux kscreenlocker_greet[5438]: pam_unix(kde:auth): authentication failure; logname=john uid=1000 euid=1000 tty= ruser= rhost=  user=john
Jun 17 07:27:23 archlinux rtkit-daemon[915]: Successfully made thread 5587 of process 5222 owned by '1000' RT at priority 10.
Jun 17 07:27:23 archlinux rtkit-daemon[915]: Supervising 12 threads of 6 processes of 1 users.
Jun 17 07:27:34 archlinux rtkit-daemon[915]: Successfully made thread 5687 of process 5490 owned by '1000' RT at priority 10.
Jun 17 07:27:34 archlinux rtkit-daemon[915]: Supervising 13 threads of 7 processes of 1 users.
Jun 17 07:27:52 archlinux kwin_x11[938]: kwin_core: XCB error: 152 (BadDamage), sequence: 17910, resource id: 21064984, major code: 143 (DAMAGE), minor code: 2 (Destroy)
Jun 17 07:27:52 archlinux kwin_x11[938]: kwin_core: XCB error: 3 (BadWindow), sequence: 17911, resource id: 52429055, major code: 129 (SHAPE), minor code: 6 (Input)
Jun 17 07:28:12 archlinux rtkit-daemon[915]: Successfully made thread 5790 of process 5603 owned by '1000' RT at priority 10.
Jun 17 07:28:33 archlinux rtkit-daemon[915]: Successfully made thread 5901 of process 5696 owned by '1000' RT at priority 10.
Jun 17 07:35:21 archlinux plasmashell[3431]: 2024-06-17 08:35:21,026 [1994516]   WARN - #com.tabnineCommon.binary.BinaryProcessRequesterProvider - Tabnine is in invalid state, it is being restarted.
Jun 17 07:35:21 archlinux plasmashell[3431]: java.lang.RuntimeException: restartAttemptCounter: 1
Jun 17 07:35:21 archlinux plasmashell[3431]: Binary is dead
Jun 17 07:35:21 archlinux plasmashell[3431]:         at com.tabnineCommon.binary.BinaryProcessRequesterProvider.onDead(BinaryProcessRequesterProvider.java:76)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at com.tabnineCommon.binary.BinaryRequestFacade.executeRequest(BinaryRequestFacade.java:49)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at com.tabnineCommon.binary.BinaryRequestFacade.executeRequest(BinaryRequestFacade.java:26)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at com.tabnineCommon.lifecycle.BinaryStateService.updateState(BinaryStateService.java:27)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:275)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
Jun 17 07:35:21 archlinux plasmashell[3431]:         at java.base/java.lang.Thread.run(Thread.java:840)
Jun 17 07:48:58 archlinux kde-open[6726]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 07:55:23 archlinux systemd[834]: Starting Dolphin file manager...
Jun 17 07:55:24 archlinux dolphin[7016]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 07:55:24 archlinux systemd[834]: Started Dolphin file manager.
Jun 17 07:55:24 archlinux systemd[834]: Started Dolphin.
Jun 17 07:55:24 archlinux dolphin[7019]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 07:55:26 archlinux dolphin[7019]: Cannot initialize model with data QJsonObject(). missing: QJsonValue(string, "urls")
Jun 17 07:55:28 archlinux systemd[834]: Started Kate - Advanced Text Editor.
Jun 17 07:55:28 archlinux kate[7071]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 07:55:29 archlinux kate[7071]: kf.sonnet.core: No language dictionaries for the language: "en_US"
Jun 17 07:55:33 archlinux systemd[834]: app-org.kde.kate-9b3f5ba641d04a63a4de7fa7edc2b05d.scope: Consumed 1.095s CPU time.
Jun 17 07:55:33 archlinux kioworker[7049]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 17 08:01:45 archlinux ksmserver[1206]: [libprotobuf ERROR /usr/src/debug/firefox/firefox-126.0.1/toolkit/components/protobuf/src/google/protobuf/message_lite.cc:134] Can't parse message of type "mozilla.cookieBanner.GoogleSOCSCookie" because it is missing required fields: (cannot determine missing fields for lite message)
Jun 17 08:03:52 archlinux plasmashell[3431]: 2024-06-17 09:03:52,183 [3705673]   WARN - #com.tabnineCommon.binary.BinaryProcessRequesterImpl - Binary returned illegal response: null for EmptyResponse
Jun 17 08:03:52 archlinux plasmashell[3431]: com.tabnineCommon.binary.exceptions.TabNineInvalidResponseException: Binary returned illegal response: null for EmptyResponse
Jun 17 08:03:52 archlinux plasmashell[3431]:         at com.tabnineCommon.binary.ParsedBinaryIO.readResponse(ParsedBinaryIO.java:37)
Jun 17 08:03:52 archlinux plasmashell[3431]:         at com.tabnineCommon.binary.BinaryProcessRequesterImpl.readResult(BinaryProcessRequesterImpl.java:63)
Jun 17 08:03:52 archlinux plasmashell[3431]:         at com.tabnineCommon.binary.BinaryProcessRequesterImpl.request(BinaryProcessRequesterImpl.java:42)
Jun 17 08:03:52 archlinux plasmashell[3431]:         at com.tabnineCommon.binary.BinaryRequestFacade.lambda$executeRequest$0(BinaryRequestFacade.java:36)
Jun 17 08:03:52 archlinux plasmashell[3431]:         at com.intellij.util.concurrency.ContextCallable.call(ContextCallable.java:32)
Jun 17 08:03:52 archlinux plasmashell[3431]:         at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
Jun 17 08:03:52 archlinux plasmashell[3431]: Caused by: com.tabnineCommon.binary.exceptions.TabNineInvalidResponseException: Binary returned null as a response for EmptyResponse
Jun 17 08:03:52 archlinux plasmashell[3431]:         at com.tabnineCommon.binary.ParsedBinaryIO.lambda$readResponse$0(ParsedBinaryIO.java:32)
Jun 17 08:03:52 archlinux plasmashell[3431]:         at java.base/java.util.Optional.orElseThrow(Optional.java:403)
Jun 17 08:03:52 archlinux plasmashell[3431]:         at com.tabnineCommon.binary.ParsedBinaryIO.readResponse(ParsedBinaryIO.java:29)
Jun 17 08:03:52 archlinux plasmashell[3431]:         ... 13 more
Jun 17 08:05:11 archlinux plasmashell[3431]: 2024-06-17 09:05:11,693 [3785183]   WARN - #c.i.u.x.Binding - No accessors for org.jetbrains.security.package.Package. This means that state class cannot be serialized properly. Please see https://jb.gg/ij-psoc
Jun 17 08:06:28 archlinux plasmashell[3431]: 2024-06-17 09:06:28,409 [3861899]   WARN - #c.i.e.p.BaseOSProcessHandler - Process hasn't generated any output for a long time.
Jun 17 08:06:28 archlinux plasmashell[3431]: If it's a long-running mostly idle daemon process, consider overriding OSProcessHandler#readerOptions with 'BaseOutputReader.Options.forMostlySilentProcess()' to reduce CPU usage.
Jun 17 08:06:28 archlinux plasmashell[3431]: Command line: /home/john/miniforge-pypy3/envs/kidsbrainit2/bin/python /home/john/Documents/precision_medicine/Work Packages/KidsBrainIT3/Experiments/HeirarchicalModelling/nestedcv_all.py
Jun 17 08:06:28 archlinux plasmashell[3431]: java.lang.Throwable: Process creation:
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.intellij.execution.process.BaseOSProcessHandler.<init>(BaseOSProcessHandler.java:32)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.intellij.execution.process.OSProcessHandler.<init>(OSProcessHandler.java:78)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.intellij.execution.process.KillableProcessHandler.<init>(KillableProcessHandler.java:77)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.intellij.execution.process.KillableProcessHandler.<init>(KillableProcessHandler.java:70)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.jetbrains.python.run.PythonProcessHandler.<init>(PythonProcessHandler.java:27)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.jetbrains.python.run.PythonCommandLineState.createProcessHandler(PythonCommandLineState.java:506)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.jetbrains.python.run.PythonCommandLineState.createPtyAwaredProcessHandler(PythonCommandLineState.java:488)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.jetbrains.python.run.PythonCommandLineState.doStartProcess(PythonCommandLineState.java:426)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.jetbrains.python.run.PythonCommandLineState.startProcess(PythonCommandLineState.java:355)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.jetbrains.python.run.PythonCommandLineState.execute(PythonCommandLineState.java:238)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.jetbrains.python.run.PythonScriptCommandLineState.execute(PythonScriptCommandLineState.java:148)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.jetbrains.python.run.PythonCommandLineState.execute(PythonCommandLineState.java:184)
Jun 17 08:06:28 archlinux plasmashell[3431]:         at com.jetbrains.python.run.PythonRunner.lambda$execute$2(PythonRunner.java:69)
Jun 17 08:11:15 archlinux rtkit-daemon[915]: Successfully made thread 9994 of process 1148 owned by '1000' RT at priority 5.
Jun 17 08:11:19 archlinux kscreenlocker_greet[9962]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
Jun 17 08:11:25 archlinux plasmashell[3431]: 2024-06-17 09:11:25,292 [4158782]   WARN - #c.i.u.x.Binding - No accessors for com.intellij.openapi.projectRoots.Sdk. This means that state class cannot be serialized properly. Please see https://jb.gg/ij-psoc
Jun 17 08:23:04 archlinux rtkit-daemon[915]: Successfully made thread 10295 of process 1148 owned by '1000' RT at priority 5.
Jun 17 08:23:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  6206517
Jun 17 08:23:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  6206524
Jun 17 08:23:06 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  6207286
Jun 17 08:23:06 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  6207395
Jun 17 08:27:03 archlinux plasmashell[3431]: 2024-06-17 09:27:03,279 [5096769]   WARN - #c.j.p.d.PyStructuredDocstringFormatter - Python SDK for input formatter EPYTEXT is not found
Jun 17 08:33:31 archlinux rtkit-daemon[915]: Successfully made thread 10702 of process 1148 owned by '1000' RT at priority 5.
Jun 17 08:33:35 archlinux kscreenlocker_greet[10670]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
Jun 17 08:40:19 archlinux kernel: perf: interrupt took too long (2502 > 2500), lowering kernel.perf_event_max_sample_rate to 79800
Jun 17 08:45:53 archlinux rtkit-daemon[915]: Successfully made thread 10959 of process 1148 owned by '1000' RT at priority 5.
Jun 17 08:45:53 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  7574966
Jun 17 08:45:53 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  7574979
Jun 17 08:45:54 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  7575829
Jun 17 08:45:54 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  7575921
Jun 17 08:48:00 archlinux kde-open[11120]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 17 08:48:00 archlinux rtkit-daemon[915]: Successfully made thread 11179 of process 10072 owned by '1000' RT at priority 10.
Jun 17 08:56:28 archlinux rtkit-daemon[915]: Successfully made thread 11499 of process 1148 owned by '1000' RT at priority 5.
Jun 17 08:56:32 archlinux kscreenlocker_greet[11462]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
Jun 17 08:59:42 archlinux rtkit-daemon[915]: Successfully made thread 11573 of process 7816 owned by '1000' RT at priority 10.
Jun 17 08:59:42 archlinux rtkit-daemon[915]: Supervising 10 threads of 5 processes of 1 users.
Jun 17 12:31:06 archlinux plasmashell[982]: org.kde.plasma.notificationmanager: Notification to send to backend contains invalid XML:  "Unexpected '<'." line 1 col 122
Jun 17 12:58:04 archlinux rtkit-daemon[915]: Successfully made thread 16039 of process 1148 owned by '1000' RT at priority 5.
Jun 17 12:58:04 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  22705594
Jun 17 12:58:04 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  22705595
Jun 17 12:58:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  22706441
Jun 17 12:58:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  22706541
Jun 17 12:59:05 archlinux rtkit-daemon[915]: Successfully made thread 16087 of process 1148 owned by '1000' RT at priority 5.
Jun 17 14:58:13 archlinux rtkit-daemon[915]: Successfully made thread 18105 of process 1148 owned by '1000' RT at priority 5.
Jun 17 14:58:13 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  29914761
Jun 17 14:58:13 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  29914778
Jun 17 14:58:14 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  29915622
Jun 17 14:58:14 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  29915731
Jun 17 14:59:13 archlinux rtkit-daemon[915]: Successfully made thread 18159 of process 1148 owned by '1000' RT at priority 5.
Jun 17 15:16:16 archlinux rtkit-daemon[915]: Successfully made thread 18426 of process 1148 owned by '1000' RT at priority 5.
Jun 17 15:16:16 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  30997578
Jun 17 15:16:16 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  30997612
Jun 17 15:16:17 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  30998478
Jun 17 15:16:17 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  30998540
Jun 17 15:17:16 archlinux rtkit-daemon[915]: Successfully made thread 18455 of process 1148 owned by '1000' RT at priority 5.
Jun 17 15:35:13 archlinux systemd[1]: Starting Daily man-db regeneration...
Jun 17 15:35:14 archlinux systemd[1]: man-db.service: Deactivated successfully.
Jun 17 15:35:14 archlinux systemd[1]: Finished Daily man-db regeneration.
Jun 17 19:26:42 archlinux kernel: pcieport 0000:00:1c.6: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID)
Jun 17 19:26:42 archlinux kernel: pcieport 0000:00:1c.6:   device [8086:a296] error status/mask=00000080/00002000
Jun 17 19:26:42 archlinux kernel: pcieport 0000:00:1c.6:    [ 7] BadDLLP               
Jun 17 21:00:35 archlinux kwin_x11[938]: kwin_core: XCB error: 3 (BadWindow), sequence: 1650, resource id: 6292035, major code: 129 (SHAPE), minor code: 3 (Combine)
Jun 17 21:00:35 archlinux kwin_x11[938]: kwin_core: XCB error: 3 (BadWindow), sequence: 1651, resource id: 6292035, major code: 129 (SHAPE), minor code: 3 (Combine)
Jun 17 21:01:36 archlinux kernel: perf: interrupt took too long (3146 > 3127), lowering kernel.perf_event_max_sample_rate to 63300
Jun 17 23:00:00 archlinux systemd[1]: Started Verify integrity of password and group files.
Jun 17 23:00:00 archlinux systemd[1]: shadow.service: Deactivated successfully.
Jun 18 03:46:43 archlinux kernel: perf: interrupt took too long (3952 > 3932), lowering kernel.perf_event_max_sample_rate to 50400
Jun 18 06:39:50 archlinux NetworkManager[720]: <info>  [1718692790.8138] dhcp4 (enp0s31f6): state changed new lease, address=192.168.0.17
Jun 18 06:39:58 archlinux systemd[1]: Started dbus-:1.2-org.kde.kded.smart@1.service.
Jun 18 06:40:10 archlinux systemd[1]: dbus-:1.2-org.kde.kded.smart@1.service: Deactivated successfully.
Jun 18 07:12:07 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  88348501
Jun 18 07:12:07 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  88348502
Jun 18 07:12:08 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  88349360
Jun 18 07:12:08 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  88349438
Jun 18 10:24:14 archlinux rtkit-daemon[915]: Successfully made thread 37698 of process 1148 owned by '1000' RT at priority 5.
Jun 18 10:24:14 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  99875681
Jun 18 10:24:14 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  99875681
Jun 18 10:24:15 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  99876520
Jun 18 10:24:15 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  99876599
Jun 18 10:44:51 archlinux rtkit-daemon[915]: Successfully made thread 38150 of process 1148 owned by '1000' RT at priority 5.
Jun 18 10:45:06 archlinux rtkit-daemon[915]: Successfully made thread 38157 of process 1148 owned by '1000' RT at priority 5.
Jun 18 10:46:21 archlinux rtkit-daemon[915]: Successfully made thread 38190 of process 1148 owned by '1000' RT at priority 5.
Jun 18 11:54:11 archlinux rtkit-daemon[915]: Successfully made thread 39418 of process 1148 owned by '1000' RT at priority 5.
Jun 18 11:54:12 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  105273109
Jun 18 11:54:12 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  105273110
Jun 18 11:54:12 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  105273928
Jun 18 11:54:12 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  105273991
Jun 18 11:55:38 archlinux rtkit-daemon[915]: Successfully made thread 39477 of process 1148 owned by '1000' RT at priority 5.
Jun 19 04:04:24 archlinux NetworkManager[720]: <info>  [1718769864.8252] dhcp4 (enp0s31f6): state changed new lease, address=192.168.0.17
Jun 19 06:39:58 archlinux systemd[1]: Started dbus-:1.2-org.kde.kded.smart@2.service.
Jun 19 06:40:10 archlinux systemd[1]: dbus-:1.2-org.kde.kded.smart@2.service: Deactivated successfully.
Jun 19 06:56:57 archlinux kernel: usb 1-4.2: new full-speed USB device number 9 using xhci_hcd
Jun 19 06:56:57 archlinux kernel: usb 1-4.2: New USB device found, idVendor=05a7, idProduct=40fe, bcdDevice= 1.00
Jun 19 06:56:57 archlinux kernel: usb 1-4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 19 06:56:57 archlinux kernel: usb 1-4.2: Product: Bose SoundLink Mini II
Jun 19 06:56:57 archlinux kernel: usb 1-4.2: Manufacturer: Bose Corporation
Jun 19 06:56:57 archlinux kernel: usb 1-4.2: SerialNumber: 00000000000000000000000
Jun 19 06:56:57 archlinux kernel: hid-generic 0003:05A7:40FE.000A: hiddev99,hidraw7: USB HID v1.11 Device [Bose Corporation Bose SoundLink Mini II] on usb-0000:00:14.0-4.2/input0
Jun 19 06:56:57 archlinux mtp-probe[58301]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2"
Jun 19 06:56:57 archlinux mtp-probe[58301]: bus: 1, device: 9 was not an MTP device
Jun 19 06:56:57 archlinux mtp-probe[58323]: checking bus 1, device 9: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4.2"
Jun 19 06:56:57 archlinux mtp-probe[58323]: bus: 1, device: 9 was not an MTP device
Jun 19 07:12:07 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  174747790
Jun 19 07:12:07 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  174748526
Jun 19 07:12:08 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  174749006
Jun 19 07:12:08 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  174749470
Jun 19 09:07:04 archlinux rtkit-daemon[915]: Successfully made thread 60521 of process 1148 owned by '1000' RT at priority 5.
Jun 19 09:07:04 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  181645621
Jun 19 09:07:04 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  181645622
Jun 19 09:07:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  181646353
Jun 19 09:07:05 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  181646478
Jun 19 09:09:57 archlinux kde-open[60631]: Qt: Session management error: None of the authentication protocols specified are supported
Jun 19 09:13:15 archlinux kioworker[60810]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:14:36 archlinux kioworker[60897]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:15:22 archlinux kioworker[60955]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:15:26 archlinux kioworker[61011]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:15:27 archlinux kioworker[61046]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:15:28 archlinux kioworker[61055]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:15:40 archlinux kioworker[61099]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:15:42 archlinux kioworker[61116]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:15:43 archlinux kioworker[61135]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:16:19 archlinux kioworker[61150]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:16:30 archlinux systemd[834]: Started LibreOffice Calc - Spreadsheet.
Jun 19 09:16:51 archlinux systemd[834]: app-libreoffice\x2dcalc-d94ef2c8183a43ba835be7301c542435.scope: Consumed 5.020s CPU time.
Jun 19 09:17:38 archlinux kwin_x11[938]: kwin_core: XCB error: 152 (BadDamage), sequence: 19085, resource id: 22707571, major code: 143 (DAMAGE), minor code: 2 (Destroy)
Jun 19 09:17:38 archlinux kwin_x11[938]: kwin_core: XCB error: 3 (BadWindow), sequence: 19086, resource id: 104857680, major code: 129 (SHAPE), minor code: 6 (Input)
Jun 19 09:17:38 archlinux kioworker[61199]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:17:41 archlinux kioworker[61530]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:17:48 archlinux kioworker[61559]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:17:48 archlinux kioworker[61571]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:17:50 archlinux kioworker[61582]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:17:55 archlinux kioworker[61615]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:17:56 archlinux kioworker[61709]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:00 archlinux kioworker[61805]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:07 archlinux kioworker[61941]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:11 archlinux kioworker[61957]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:14 archlinux kioworker[61981]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:16 archlinux kioworker[62030]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:17 archlinux kioworker[62053]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:28 archlinux kioworker[62069]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:31 archlinux kioworker[62187]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:34 archlinux kioworker[62207]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:37 archlinux kioworker[62256]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:41 archlinux kioworker[62280]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:43 archlinux kioworker[62349]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:45 archlinux kioworker[62379]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:18:49 archlinux kioworker[62460]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:19:09 archlinux kioworker[62600]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:19:22 archlinux kioworker[62624]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:19:24 archlinux kioworker[62683]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:19:25 archlinux kioworker[62697]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:19:27 archlinux kioworker[62727]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:19:28 archlinux kioworker[62737]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:19:31 archlinux kioworker[62750]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:19:48 archlinux kioworker[62868]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:19:50 archlinux kioworker[62896]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:19:52 archlinux kioworker[62926]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:19:54 archlinux kioworker[62971]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:05 archlinux kioworker[62985]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:06 archlinux kioworker[63105]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:21 archlinux kioworker[63115]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:29 archlinux kioworker[63167]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:31 archlinux kioworker[63204]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:34 archlinux kioworker[63230]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:35 archlinux kioworker[63239]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:39 archlinux kioworker[63257]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:44 archlinux systemd[834]: app-libreoffice\x2dcalc-9e15f7f4ef1b4f1cbf4c2ff9698fca3e.scope: Consumed 1.125s CPU time.
Jun 19 09:20:44 archlinux kioworker[63307]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:48 archlinux kioworker[63362]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:55 archlinux kioworker[63388]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:58 archlinux kioworker[63494]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:20:59 archlinux kioworker[63524]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:21:03 archlinux kioworker[63538]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:21:12 archlinux kioworker[63565]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:21:22 archlinux kioworker[63687]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:21:42 archlinux kioworker[63719]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:21:47 archlinux kioworker[63740]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:21:52 archlinux kioworker[63801]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:21:53 archlinux kioworker[63864]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:21:54 archlinux kioworker[63874]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 09:27:00 archlinux rtkit-daemon[915]: Successfully made thread 64071 of process 1148 owned by '1000' RT at priority 5.
Jun 19 09:27:04 archlinux kscreenlocker_greet[64026]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
Jun 19 10:01:29 archlinux rtkit-daemon[915]: Successfully made thread 64668 of process 1148 owned by '1000' RT at priority 5.
Jun 19 10:01:30 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  184910758
Jun 19 10:01:30 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  184910759
Jun 19 10:01:30 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  184911511
Jun 19 10:01:30 archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  184911673
Jun 19 10:01:39 archlinux kioworker[64694]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 10:02:03 archlinux rtkit-daemon[915]: Successfully made thread 64781 of process 51512 owned by '1000' RT at priority 10.
Jun 19 10:02:27 archlinux rtkit-daemon[915]: Successfully made thread 64899 of process 60689 owned by '1000' RT at priority 10.
Jun 19 10:03:43 archlinux rtkit-daemon[915]: Successfully made thread 64996 of process 64795 owned by '1000' RT at priority 10.
Jun 19 10:05:16 archlinux kioworker[64710]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 10:05:17 archlinux kioworker[65245]: kf.kio.core: An error occurred during write. The worker terminates now.
Jun 19 10:08:01 archlinux systemd[834]: Created slice Slice /app/dbus-:1.2-org.kde.LogoutPrompt.
Jun 19 10:08:01 archlinux systemd[834]: Started dbus-:1.2-org.kde.LogoutPrompt@0.service.
Jun 19 10:08:03 archlinux systemd[834]: Created slice Slice /app/dbus-:1.2-org.kde.Shutdown.
Jun 19 10:08:03 archlinux systemd[834]: Started dbus-:1.2-org.kde.Shutdown@0.service.
Jun 19 10:08:04 archlinux systemd[834]: Stopped target plasma-workspace-x11.target.
Jun 19 10:08:04 archlinux systemd[834]: Stopped target KDE Plasma Workspace.
Jun 19 10:08:04 archlinux systemd[834]: Stopped target Startup of XDG autostart applications.
Jun 19 10:08:04 archlinux systemd[834]: Stopping Blueman Applet...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Dropbox...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Geoclue Demo agent...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Accessibility...
Jun 19 10:08:04 archlinux systemd[834]: Stopping KMix...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Discover...
Jun 19 10:08:04 archlinux kded6[937]: Service  ":1.66" unregistered
Jun 19 10:08:04 archlinux systemd[834]: Stopping Slack...
Jun 19 10:08:04 archlinux kded6[937]: Service  ":1.50" unregistered
Jun 19 10:08:04 archlinux systemd[834]: Stopping Microsoft Teams - Preview...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Accessibility services bus...
Jun 19 10:08:04 archlinux dbus-broker[1347]: Dispatched 6111 messages @ 4(±3)μs / message.
Jun 19 10:08:04 archlinux systemd[834]: Stopping Proxies GTK DBus menus to a Plasma readable format...
Jun 19 10:08:04 archlinux systemd[834]: Stopping KDE Global Shortcuts Server...
Jun 19 10:08:04 archlinux systemd[834]: Stopping KScreen...
Jun 19 10:08:04 archlinux systemd[834]: Stopping KDE Window Manager...
Jun 19 10:08:04 archlinux systemd[834]: Stopping KDE PolicyKit Authentication Agent...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Powerdevil...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Xdg Desktop Portal For KDE...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Handle legacy xembed system tray icons...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Portal service...
Jun 19 10:08:04 archlinux systemd[834]: Stopping flatpak document portal service...
Jun 19 10:08:04 archlinux systemd[834]: Stopping sandboxed app permission store...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Baloo File Indexer Daemon...
Jun 19 10:08:04 archlinux systemd[1]: run-user-1000-doc.mount: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[834]: Stopped sandboxed app permission store.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Handle legacy xembed system tray icons.
Jun 19 10:08:04 archlinux systemd[834]: plasma-xembedsniproxy.service: Consumed 4min 45.953s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped KScreen.
Jun 19 10:08:04 archlinux systemd[834]: plasma-kscreen.service: Consumed 4min 47.815s CPU time.
Jun 19 10:08:04 archlinux polkitd[913]: Unregistered Authentication Agent for unix-session:2 (system bus name :1.59, object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8) (disconnected from bus)
Jun 19 10:08:04 archlinux systemd[834]: Stopped Blueman Applet.
Jun 19 10:08:04 archlinux systemd[834]: app-blueman@autostart.service: Consumed 1min 54.769s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Geoclue Demo agent.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Accessibility.
Jun 19 10:08:04 archlinux systemd[834]: app-kaccess@autostart.service: Consumed 8min 48.007s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Discover.
Jun 19 10:08:04 archlinux systemd[834]: app-org.kde.discover.notifier@autostart.service: Consumed 4min 47.101s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped KDE Global Shortcuts Server.
Jun 19 10:08:04 archlinux systemd[834]: plasma-kglobalaccel.service: Consumed 1.395s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Portal service.
Jun 19 10:08:04 archlinux systemd[834]: xdg-desktop-portal.service: Consumed 3.002s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Proxies GTK DBus menus to a Plasma readable format.
Jun 19 10:08:04 archlinux systemd[834]: plasma-gmenudbusmenuproxy.service: Consumed 4min 46.683s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped KDE PolicyKit Authentication Agent.
Jun 19 10:08:04 archlinux systemd[834]: plasma-polkit-agent.service: Consumed 4min 42.458s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped KMix.
Jun 19 10:08:04 archlinux systemd[834]: app-kmix_autostart@autostart.service: Consumed 9min 36.418s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped flatpak document portal service.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Xdg Desktop Portal For KDE.
Jun 19 10:08:04 archlinux systemd[834]: plasma-xdg-desktop-portal-kde.service: Consumed 4min 49.054s CPU time.
Jun 19 10:08:04 archlinux kded6[937]: Service  ":1.80" unregistered
Jun 19 10:08:04 archlinux systemd-logind[723]: The system will reboot now!
Jun 19 10:08:04 archlinux systemd[834]: app-dropbox@autostart.service: Failed with result 'signal'.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Dropbox.
Jun 19 10:08:04 archlinux systemd[834]: app-dropbox@autostart.service: Consumed 14min 14.563s CPU time.
Jun 19 10:08:04 archlinux systemd-logind[723]: System is rebooting.
Jun 19 10:08:04 archlinux kded6[937]: Service  ":1.67" unregistered
Jun 19 10:08:04 archlinux systemd[834]: Stopped Powerdevil.
Jun 19 10:08:04 archlinux systemd[834]: plasma-powerdevil.service: Consumed 5min 24.019s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped target KDE Plasma Workspace Core.
Jun 19 10:08:04 archlinux systemd[834]: Stopping KDE Daemon 6...
Jun 19 10:08:04 archlinux systemd[834]: Stopping KDE Plasma Workspace...
Jun 19 10:08:04 archlinux systemd[1]: Stopping Session 2 of User john...
Jun 19 10:08:04 archlinux systemd[1]: Removed slice Slice /system/dbus-:1.2-org.kde.kded.smart.
Jun 19 10:08:04 archlinux systemd[1]: system-dbus\x2d:1.2\x2dorg.kde.kded.smart.slice: Consumed 1.207s CPU time.
Jun 19 10:08:04 archlinux systemd[1]: Removed slice Slice /system/dbus-:1.2-org.kde.powerdevil.backlighthelper.
Jun 19 10:08:04 archlinux sddm[777]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
Jun 19 10:08:04 archlinux sddm[777]: Auth: sddm-helper (--socket /tmp/sddm-auth-925d8bc3-00e5-4fe2-ae53-2aa37513e4bc --id 1 --start /usr/bin/startplasma-x11 --user john) crashed (exit code 1)
Jun 19 10:08:04 archlinux sddm[777]: Auth: sddm-helper exited with 1
Jun 19 10:08:04 archlinux systemd[1]: Removed slice Slice /system/dbus-:1.2-org.kde.powerdevil.chargethresholdhelper.
Jun 19 10:08:04 archlinux systemd[1]: Removed slice Slice /system/dbus-:1.2-org.kde.powerdevil.discretegpuhelper.
Jun 19 10:08:04 archlinux systemd[1]: Removed slice Slice /system/getty.
Jun 19 10:08:04 archlinux systemd[1]: Removed slice Slice /system/modprobe.
Jun 19 10:08:04 archlinux systemd[1]: Stopped target Bluetooth Support.
Jun 19 10:08:04 archlinux systemd[1]: Stopped target Graphical Interface.
Jun 19 10:08:04 archlinux systemd[1]: Stopped target Multi-User System.
Jun 19 10:08:04 archlinux systemd[1]: Stopped target Login Prompts.
Jun 19 10:08:04 archlinux systemd[1]: Stopped target Sound Card.
Jun 19 10:08:04 archlinux systemd[1]: Stopped target Timer Units.
Jun 19 10:08:04 archlinux systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Jun 19 10:08:04 archlinux systemd[1]: fstrim.timer: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped Discard unused filesystem blocks once a week.
Jun 19 10:08:04 archlinux systemd[1]: man-db.timer: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped Daily man-db regeneration.
Jun 19 10:08:04 archlinux systemd[1]: shadow.timer: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped Daily verification of password and group files.
Jun 19 10:08:04 archlinux systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jun 19 10:08:04 archlinux systemd[1]: Stopped target System Time Set.
Jun 19 10:08:04 archlinux systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Closed LVM2 poll daemon socket.
Jun 19 10:08:04 archlinux systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 19 10:08:04 archlinux kded6[937]: kf.notifications: Playing audio notification failed: Destroyed
Jun 19 10:08:04 archlinux kded6[937]: kf.notifications: Had queued notifications on destruction. Was the eventloop running?
Jun 19 10:08:04 archlinux systemd[1]: Stopping Save/Restore Sound Card State...
Jun 19 10:08:04 archlinux systemd[834]: Stopped Slack.
Jun 19 10:08:04 archlinux systemd[1]: Stopping Bluetooth service...
Jun 19 10:08:04 archlinux systemd[834]: app-slack@autostart.service: Consumed 2h 21.995s CPU time.
Jun 19 10:08:04 archlinux bluetoothd[722]: Terminating
Jun 19 10:08:04 archlinux systemd[834]: Stopped KDE Daemon 6.
Jun 19 10:08:04 archlinux systemd[834]: plasma-kded6.service: Consumed 5min 46.139s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Accessibility services bus.
Jun 19 10:08:04 archlinux systemd[1]: Starting Generate shutdown-ramfs...
Jun 19 10:08:04 archlinux systemd[1]: Stopping Authorization Manager...
Jun 19 10:08:04 archlinux systemd[834]: dbus-:1.2-org.kde.LogoutPrompt@0.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 10:08:04 archlinux systemd[834]: dbus-:1.2-org.kde.LogoutPrompt@0.service: Failed with result 'exit-code'.
Jun 19 10:08:04 archlinux systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Jun 19 10:08:04 archlinux sddm[777]: Signal received: SIGTERM
Jun 19 10:08:04 archlinux systemd[1]: Stopping Simple Desktop Display Manager...
Jun 19 10:08:04 archlinux sshd[772]: Received signal 15; terminating.
Jun 19 10:08:04 archlinux bluetoothd[722]: Endpoint unregistered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc
Jun 19 10:08:04 archlinux systemd[1]: Stopping OpenSSH Daemon...
Jun 19 10:08:04 archlinux bluetoothd[722]: Endpoint unregistered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc
Jun 19 10:08:04 archlinux bluetoothd[722]: Endpoint unregistered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Jun 19 10:08:04 archlinux bluetoothd[722]: Endpoint unregistered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Jun 19 10:08:04 archlinux bluetoothd[722]: Endpoint unregistered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Jun 19 10:08:04 archlinux bluetoothd[722]: Endpoint unregistered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Jun 19 10:08:04 archlinux bluetoothd[722]: Endpoint unregistered: sender=:1.73 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Jun 19 10:08:04 archlinux bluetoothd[722]: Endpoint unregistered: sender=:1.73 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Jun 19 10:08:04 archlinux bluetoothd[722]: Endpoint unregistered: sender=:1.73 path=/MediaEndpoint/A2DPSink/faststream
Jun 19 10:08:04 archlinux bluetoothd[722]: Endpoint unregistered: sender=:1.73 path=/MediaEndpoint/A2DPSource/faststream
Jun 19 10:08:04 archlinux systemd[1]: Stopping Load/Save OS Random Seed...
Jun 19 10:08:04 archlinux systemd[1]: Stopping Disk Manager...
Jun 19 10:08:04 archlinux systemd[1]: Stopping Daemon for power management...
Jun 19 10:08:04 archlinux sddm[777]: Socket server stopping...
Jun 19 10:08:04 archlinux xrdp[775]: [INFO ] Received termination signal, stopping the server accept new connections thread
Jun 19 10:08:04 archlinux sddm[777]: Socket server stopped.
Jun 19 10:08:04 archlinux sddm[777]: Display server stopping...
Jun 19 10:08:04 archlinux systemd[1]: Stopping xrdp daemon...
Jun 19 10:08:04 archlinux bluetoothd[722]: Battery Provider Manager destroyed
Jun 19 10:08:04 archlinux bluetoothd[722]: Stopping SDP server
Jun 19 10:08:04 archlinux bluetoothd[722]: Exit
Jun 19 10:08:04 archlinux systemd[1]: sshd.service: Deactivated successfully.
Jun 19 10:08:04 archlinux pulseaudio[1148]: org.bluez.BatteryProviderManager1.UnregisterBatteryProvider() Failed: org.freedesktop.DBus.Error.NoReply:Remote peer disconnected
Jun 19 10:08:04 archlinux systemd[1]: Stopped OpenSSH Daemon.
Jun 19 10:08:04 archlinux systemd[1]: alsa-restore.service: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped Save/Restore Sound Card State.
Jun 19 10:08:04 archlinux systemd[1]: session-2.scope: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped Session 2 of User john.
Jun 19 10:08:04 archlinux systemd[1]: session-2.scope: Consumed 4min 17.137s CPU time.
Jun 19 10:08:04 archlinux systemd-logind[723]: Session 2 logged out. Waiting for processes to exit.
Jun 19 10:08:04 archlinux systemd[1]: Stopping User Manager for UID 1000...
Jun 19 10:08:04 archlinux systemd-logind[723]: Removed session 2.
Jun 19 10:08:04 archlinux systemd[834]: Activating special unit Exit the Session...
Jun 19 10:08:04 archlinux systemd[1]: xrdp.service: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped xrdp daemon.
Jun 19 10:08:04 archlinux xrdp-sesman[774]: [INFO ] sesman_main_loop: sesman asked to terminate
Jun 19 10:08:04 archlinux systemd[1]: Stopping xrdp session manager...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Dolphin...
Jun 19 10:08:04 archlinux systemd[834]: Stopping firefox...
Jun 19 10:08:04 archlinux systemd[834]: Stopping PyCharm Professional Edition...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Terminator...
Jun 19 10:08:04 archlinux systemd[834]: Stopped VTE child process 1523 launched by terminator process 1207.
Jun 19 10:08:04 archlinux systemd[834]: Removed slice Slice /app/dbus-:1.2-org.kde.KSplash.
Jun 19 10:08:04 archlinux systemd[834]: Removed slice Slice /app/dbus-:1.2-org.kde.LogoutPrompt.
Jun 19 10:08:04 archlinux systemd[834]: Stopped target Main User Target.
Jun 19 10:08:04 archlinux systemd[834]: Closed Socket to launch DrKonqi for a systemd-coredump crash.
Jun 19 10:08:04 archlinux systemd[834]: Stopping dbus-:1.2-org.kde.Shutdown@0.service...
Jun 19 10:08:04 archlinux systemd[834]: Stopping dbus-:1.2-org.kde.kded5@0.service...
Jun 19 10:08:04 archlinux systemd[834]: Stopping dbus-:1.46-org.a11y.atspi.Registry@0.service...
Jun 19 10:08:04 archlinux systemd[834]: Stopping User preferences database...
Jun 19 10:08:04 archlinux systemd[834]: Stopping PipeWire Media Session Manager...
Jun 19 10:08:04 archlinux systemd[834]: Stopping Sound Service...
Jun 19 10:08:04 archlinux systemd[834]: Stopped dbus-:1.46-org.a11y.atspi.Registry@0.service.
Jun 19 10:08:04 archlinux systemd[834]: dbus-:1.46-org.a11y.atspi.Registry@0.service: Consumed 4min 27.276s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped dbus-:1.2-org.kde.Shutdown@0.service.
Jun 19 10:08:04 archlinux systemd[834]: Stopped User preferences database.
Jun 19 10:08:04 archlinux systemd[834]: Removed slice Slice /app/dbus-:1.2-org.kde.Shutdown.
Jun 19 10:08:04 archlinux systemd[834]: Removed slice Slice /app/dbus-:1.46-org.a11y.atspi.Registry.
Jun 19 10:08:04 archlinux systemd[834]: app-dbus\x2d:1.46\x2dorg.a11y.atspi.Registry.slice: Consumed 4min 27.276s CPU time.
Jun 19 10:08:04 archlinux systemd[1]: xrdp-sesman.service: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped xrdp session manager.
Jun 19 10:08:04 archlinux systemd[1]: systemd-random-seed.service: Deactivated successfully.
Jun 19 10:08:04 archlinux plasmashell[3431]: 2024-06-19 11:08:04,305 [183957795]   WARN - #c.i.o.v.i.l.NativeFileWatcherImpl - Watcher terminated with exit code 143
Jun 19 10:08:04 archlinux systemd[1]: Stopped Load/Save OS Random Seed.
Jun 19 10:08:04 archlinux plasmashell[982]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:136: TypeError: Cannot read property 'screenGeometry' of null
Jun 19 10:08:04 archlinux udisksd[893]: udisks daemon version 2.10.1 exiting
Jun 19 10:08:04 archlinux systemd[834]: Stopped PipeWire Media Session Manager.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Terminator.
Jun 19 10:08:04 archlinux ksmserver[935]: The X11 connection broke (error 1). Did the X11 server die?
Jun 19 10:08:04 archlinux systemd[834]: app-terminator-ab3158b6fe7e4d4c84c63b4f72628aa7.scope: Consumed 1.126s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopping PipeWire Multimedia Service...
Jun 19 10:08:04 archlinux kactivitymanagerd[958]: The X11 connection broke (error 1). Did the X11 server die?
Jun 19 10:08:04 archlinux systemd[834]: Stopped PipeWire Multimedia Service.
Jun 19 10:08:04 archlinux pulseaudio[1148]: PulseAudio information vanished from X11!
Jun 19 10:08:04 archlinux pulseaudio[1148]: X11 I/O error handler called
Jun 19 10:08:04 archlinux pulseaudio[1148]: Xlib: request 60 length 8 would exceed buffer size.
Jun 19 10:08:04 archlinux pulseaudio[1148]: Xlib: request 43 length 4 would exceed buffer size.
Jun 19 10:08:04 archlinux pulseaudio[1148]: X11 I/O error exit handler called, preparing to tear down X11 modules
Jun 19 10:08:04 archlinux systemd[1]: udisks2.service: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped Disk Manager.
Jun 19 10:08:04 archlinux systemd[1]: udisks2.service: Consumed 1min 21.474s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: plasma-ksmserver.service: Main process exited, code=exited, status=1/FAILURE
Jun 19 10:08:04 archlinux systemd[834]: plasma-ksmserver.service: Failed with result 'exit-code'.
Jun 19 10:08:04 archlinux systemd[834]: Stopped KDE Session Management Server.
Jun 19 10:08:04 archlinux systemd[834]: plasma-ksmserver.service: Consumed 1h 11min 13.091s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped KActivityManager Activity manager Service.
Jun 19 10:08:04 archlinux systemd[834]: plasma-kactivitymanagerd.service: Consumed 8min 58.828s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped dbus-:1.2-org.kde.kded5@0.service.
Jun 19 10:08:04 archlinux systemd[834]: dbus-:1.2-org.kde.kded5@0.service: Consumed 5min 33.375s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Removed slice Slice /app/dbus-:1.2-org.kde.kded5.
Jun 19 10:08:04 archlinux systemd[834]: app-dbus\x2d:1.2\x2dorg.kde.kded5.slice: Consumed 5min 33.375s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Sound Service.
Jun 19 10:08:04 archlinux systemd[834]: pulseaudio.service: Consumed 2h 17min 47.047s CPU time.
Jun 19 10:08:04 archlinux systemd[1]: bluetooth.service: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped Bluetooth service.
Jun 19 10:08:04 archlinux systemd[1]: rtkit-daemon.service: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Jun 19 10:08:04 archlinux systemd[1]: rtkit-daemon.service: Consumed 1.537s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: plasma-kwin_x11.service: Main process exited, code=exited, status=15/n/a
Jun 19 10:08:04 archlinux systemd[834]: plasma-kwin_x11.service: Failed with result 'exit-code'.
Jun 19 10:08:04 archlinux systemd[834]: Stopped KDE Window Manager.
Jun 19 10:08:04 archlinux systemd[834]: plasma-kwin_x11.service: Consumed 5h 59min 2.679s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Dolphin.
Jun 19 10:08:04 archlinux systemd[834]: app-dolphin-d270815771314fa3a507c99ed3efd104.scope: Consumed 11min 57.592s CPU time.
Jun 19 10:08:04 archlinux mkinitcpio[65408]: ==> Starting build: 'none'
Jun 19 10:08:04 archlinux mkinitcpio[65408]:   -> Running build hook: [sd-shutdown]
Jun 19 10:08:04 archlinux systemd[834]: Stopped Microsoft Teams - Preview.
Jun 19 10:08:04 archlinux systemd[834]: app-teams@autostart.service: Consumed 1h 5min 49.192s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped target Current graphical user session.
Jun 19 10:08:04 archlinux systemd[834]: Stopped target Session services which should run early before the graphical session is brought up.
Jun 19 10:08:04 archlinux systemd[1]: upower.service: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped Daemon for power management.
Jun 19 10:08:04 archlinux systemd[1]: upower.service: Consumed 4.210s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped firefox.
Jun 19 10:08:04 archlinux systemd[834]: app-firefox-3881ca7955b54c7ba3aef32eec1e4dab.scope: Consumed 1h 30min 39.126s CPU time.
Jun 19 10:08:04 archlinux plasmashell[982]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml:250: TypeError: Cannot read property 'plasmoid' of undefined
Jun 19 10:08:04 archlinux systemd[1]: polkit.service: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped Authorization Manager.
Jun 19 10:08:04 archlinux mkinitcpio[65408]: ==> Build complete.
Jun 19 10:08:04 archlinux systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Finished Generate shutdown-ramfs.
Jun 19 10:08:04 archlinux systemd[834]: Stopped KDE Plasma Workspace.
Jun 19 10:08:04 archlinux systemd[834]: plasma-plasmashell.service: Consumed 13min 25.295s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Baloo File Indexer Daemon.
Jun 19 10:08:04 archlinux systemd[834]: kde-baloo.service: Consumed 3h 36min 17.292s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Removed slice User Background Tasks Slice.
Jun 19 10:08:04 archlinux systemd[834]: background.slice: Consumed 4h 9min 44.701s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Stopped target Basic System.
Jun 19 10:08:04 archlinux systemd[834]: Stopped target Paths.
Jun 19 10:08:04 archlinux systemd[834]: Stopped Submitting pending crash events.
Jun 19 10:08:04 archlinux systemd[834]: Stopped target Sockets.
Jun 19 10:08:04 archlinux systemd[834]: Stopped target Timers.
Jun 19 10:08:04 archlinux systemd[834]: Closed GnuPG network certificate management daemon.
Jun 19 10:08:04 archlinux systemd[834]: Closed GCR ssh-agent wrapper.
Jun 19 10:08:04 archlinux systemd[834]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 19 10:08:04 archlinux systemd[834]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 19 10:08:04 archlinux systemd[834]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 19 10:08:04 archlinux systemd[834]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 19 10:08:04 archlinux systemd[834]: Closed GnuPG public key management service.
Jun 19 10:08:04 archlinux systemd[834]: Closed p11-kit server.
Jun 19 10:08:04 archlinux systemd[834]: Closed PipeWire Multimedia System Sockets.
Jun 19 10:08:04 archlinux systemd[834]: Closed Sound System.
Jun 19 10:08:04 archlinux dbus-broker[861]: Dispatched 17307 messages @ 5(±7)μs / message.
Jun 19 10:08:04 archlinux systemd[834]: Stopping D-Bus User Message Bus...
Jun 19 10:08:04 archlinux systemd[834]: Stopped D-Bus User Message Bus.
Jun 19 10:08:04 archlinux systemd[834]: Removed slice User Core Session Slice.
Jun 19 10:08:04 archlinux systemd[834]: session.slice: Consumed 9h 52min 7.642s CPU time, 1.2M memory peak, 0B memory swap peak.
Jun 19 10:08:04 archlinux systemd[834]: Closed D-Bus User Message Bus Socket.
Jun 19 10:08:04 archlinux systemd[834]: Stopped PyCharm Professional Edition.
Jun 19 10:08:04 archlinux systemd[834]: app-pycharm\x2dprofessional-614a1dad8f9c4ad48f2e1168fc484204.scope: Consumed 1d 17h 35min 1.406s CPU time.
Jun 19 10:08:04 archlinux systemd[834]: Removed slice User Application Slice.
Jun 19 10:08:04 archlinux systemd[834]: app.slice: Consumed 1d 23h 13min 41.265s CPU time, 2.5M memory peak, 0B memory swap peak.
Jun 19 10:08:04 archlinux systemd[834]: Reached target Shutdown.
Jun 19 10:08:04 archlinux systemd[834]: Finished Exit the Session.
Jun 19 10:08:04 archlinux systemd[834]: Reached target Exit the Session.
Jun 19 10:08:04 archlinux (sd-pam)[836]: pam_unix(systemd-user:session): session closed for user john
Jun 19 10:08:04 archlinux systemd[1]: user@1000.service: Deactivated successfully.
Jun 19 10:08:04 archlinux systemd[1]: Stopped User Manager for UID 1000.
Jun 19 10:08:04 archlinux systemd[1]: user@1000.service: Consumed 2d 13h 46min 8.952s CPU time.
Jun 19 10:08:05 archlinux sddm[777]: Display server stopped.
Jun 19 10:08:05 archlinux sddm[777]: Running display stop script  QList("/usr/share/sddm/scripts/Xstop")
Jun 19 10:08:05 archlinux systemd[1]: sddm.service: Deactivated successfully.
Jun 19 10:08:05 archlinux systemd[1]: Stopped Simple Desktop Display Manager.
Jun 19 10:08:05 archlinux systemd[1]: sddm.service: Consumed 3h 48min 56.692s CPU time.
Jun 19 10:08:05 archlinux systemd[1]: Stopping User Login Management...
Jun 19 10:08:05 archlinux systemd[1]: Stopping Permit User Sessions...
Jun 19 10:08:05 archlinux systemd[1]: Stopping User Runtime Directory /run/user/1000...
Jun 19 10:08:05 archlinux systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Jun 19 10:08:05 archlinux systemd[1]: Stopped Permit User Sessions.
Jun 19 10:08:05 archlinux systemd[1]: Stopped target Network.
Jun 19 10:08:05 archlinux systemd[1]: Stopped target Remote File Systems.
Jun 19 10:08:05 archlinux NetworkManager[720]: <info>  [1718791685.7325] caught SIGTERM, shutting down normally.
Jun 19 10:08:05 archlinux systemd[1]: Stopping Network Manager...
Jun 19 10:08:05 archlinux NetworkManager[720]: <info>  [1718791685.7329] dhcp4 (enp0s31f6): canceled DHCP transaction
Jun 19 10:08:05 archlinux NetworkManager[720]: <info>  [1718791685.7329] dhcp4 (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
Jun 19 10:08:05 archlinux NetworkManager[720]: <info>  [1718791685.7330] dhcp4 (enp0s31f6): state changed no lease
Jun 19 10:08:05 archlinux NetworkManager[720]: <info>  [1718791685.7331] dhcp6 (enp0s31f6): canceled DHCP transaction
Jun 19 10:08:05 archlinux NetworkManager[720]: <info>  [1718791685.7331] dhcp6 (enp0s31f6): activation: beginning transaction (timeout in 45 seconds)
Jun 19 10:08:05 archlinux NetworkManager[720]: <info>  [1718791685.7332] dhcp6 (enp0s31f6): state changed no lease
Jun 19 10:08:05 archlinux NetworkManager[720]: <info>  [1718791685.7334] manager: NetworkManager state is now CONNECTED_SITE
Jun 19 10:08:05 archlinux dbus-broker-launch[718]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Jun 19 10:08:05 archlinux systemd[1]: run-user-1000.mount: Deactivated successfully.
Jun 19 10:08:05 archlinux systemd[1]: Unmounted /run/user/1000.
Jun 19 10:08:05 archlinux NetworkManager[720]: <info>  [1718791685.7672] exiting (success)
Jun 19 10:08:05 archlinux systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Jun 19 10:08:05 archlinux systemd[1]: Stopped User Runtime Directory /run/user/1000.
Jun 19 10:08:05 archlinux systemd[1]: Removed slice User Slice of UID 1000.
Jun 19 10:08:05 archlinux systemd[1]: user-1000.slice: Consumed 2d 13h 50min 26.101s CPU time.
Jun 19 10:08:06 archlinux systemd[1]: systemd-logind.service: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Stopped User Login Management.
Jun 19 10:08:06 archlinux systemd[1]: NetworkManager.service: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Stopped Network Manager.
Jun 19 10:08:06 archlinux systemd[1]: NetworkManager.service: Consumed 8.946s CPU time.
Jun 19 10:08:06 archlinux systemd[1]: Stopped target Basic System.
Jun 19 10:08:06 archlinux systemd[1]: Stopped target Path Units.
Jun 19 10:08:06 archlinux systemd[1]: Stopped target Slice Units.
Jun 19 10:08:06 archlinux systemd[1]: Removed slice User and Session Slice.
Jun 19 10:08:06 archlinux systemd[1]: user.slice: Consumed 2d 13h 50min 26.870s CPU time.
Jun 19 10:08:06 archlinux systemd[1]: Stopped target Socket Units.
Jun 19 10:08:06 archlinux systemd[1]: dirmngr@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Closed GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jun 19 10:08:06 archlinux systemd[1]: Removed slice Slice /system/dirmngr.
Jun 19 10:08:06 archlinux systemd[1]: gpg-agent-browser@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jun 19 10:08:06 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-browser.
Jun 19 10:08:06 archlinux systemd[1]: gpg-agent-extra@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jun 19 10:08:06 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-extra.
Jun 19 10:08:06 archlinux systemd[1]: gpg-agent-ssh@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Closed GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jun 19 10:08:06 archlinux systemd[1]: Removed slice Slice /system/gpg-agent-ssh.
Jun 19 10:08:06 archlinux systemd[1]: gpg-agent@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Closed GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jun 19 10:08:06 archlinux systemd[1]: Removed slice Slice /system/gpg-agent.
Jun 19 10:08:06 archlinux systemd[1]: keyboxd@etc-pacman.d-gnupg.socket: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Closed GnuPG public key management service for /etc/pacman.d/gnupg.
Jun 19 10:08:06 archlinux systemd[1]: Removed slice Slice /system/keyboxd.
Jun 19 10:08:06 archlinux dbus-broker[719]: Dispatched 19752 messages @ 12(±11)μs / message.
Jun 19 10:08:06 archlinux systemd[1]: Stopping D-Bus System Message Bus...
Jun 19 10:08:06 archlinux systemd[1]: dbus-broker.service: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Stopped D-Bus System Message Bus.
Jun 19 10:08:06 archlinux systemd[1]: dbus-broker.service: Consumed 1.641s CPU time.
Jun 19 10:08:06 archlinux systemd[1]: dbus.socket: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Closed D-Bus System Message Bus Socket.
Jun 19 10:08:06 archlinux systemd[1]: Stopped target System Initialization.
Jun 19 10:08:06 archlinux systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Jun 19 10:08:06 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
Jun 19 10:08:06 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Jun 19 10:08:06 archlinux systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Jun 19 10:08:06 archlinux systemd[1]: Stopped target Local Integrity Protected Volumes.
Jun 19 10:08:06 archlinux systemd[1]: Stopped target Local Verity Protected Volumes.
Jun 19 10:08:06 archlinux systemd[1]: systemd-sysctl.service: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Stopped Apply Kernel Variables.
Jun 19 10:08:06 archlinux systemd[1]: systemd-coredump.socket: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Closed Process Core Dump Socket.
Jun 19 10:08:06 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Stopped Load Kernel Modules.
Jun 19 10:08:06 archlinux systemd[1]: systemd-modules-load.service: Consumed 1.367s CPU time.
Jun 19 10:08:06 archlinux systemd[1]: Stopping Network Time Synchronization...
Jun 19 10:08:06 archlinux systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Jun 19 10:08:06 archlinux systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Jun 19 10:08:06 archlinux systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Jun 19 10:08:07 archlinux systemd[1]: systemd-timesyncd.service: Deactivated successfully.
Jun 19 10:08:07 archlinux systemd[1]: Stopped Network Time Synchronization.
Jun 19 10:08:07 archlinux systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Jun 19 10:08:07 archlinux systemd[1]: Stopped Create Volatile Files and Directories.
Jun 19 10:08:07 archlinux systemd[1]: Stopped target Local File Systems.
Jun 19 10:08:07 archlinux systemd[1]: Unmounting /boot...
Jun 19 10:08:07 archlinux systemd[1]: Unmounting /home...
Jun 19 10:08:07 archlinux systemd[1]: Unmounting Temporary Directory /tmp...
Jun 19 10:08:08 archlinux systemd[1]: tmp.mount: Deactivated successfully.
Jun 19 10:08:08 archlinux systemd[1]: Unmounted Temporary Directory /tmp.
Jun 19 10:08:08 archlinux systemd[1]: Stopped target Swaps.
Jun 19 10:08:08 archlinux systemd[1]: Deactivating swap Compressed Swap on /dev/zram0...
Jun 19 10:08:08 archlinux systemd[1]: dev-zram0.swap: Deactivated successfully.
Jun 19 10:08:08 archlinux systemd[1]: Deactivated swap Compressed Swap on /dev/zram0.
Jun 19 10:08:08 archlinux systemd[1]: Stopping Create swap on /dev/zram0...
Jun 19 10:08:08 archlinux systemd[1]: boot.mount: Deactivated successfully.
Jun 19 10:08:08 archlinux systemd[1]: Unmounted /boot.
Jun 19 10:08:08 archlinux systemd[1]: systemd-fsck@dev-disk-by\x2duuid-77B5\x2d4DB7.service: Deactivated successfully.
Jun 19 10:08:08 archlinux systemd[1]: Stopped File System Check on /dev/disk/by-uuid/77B5-4DB7.
Jun 19 10:08:08 archlinux kernel: zram0: detected capacity change from 8388608 to 0
Jun 19 10:08:08 archlinux systemd[1]: systemd-zram-setup@zram0.service: Deactivated successfully.
Jun 19 10:08:08 archlinux systemd[1]: Stopped Create swap on /dev/zram0.
Jun 19 10:08:08 archlinux systemd[1]: Removed slice Slice /system/systemd-zram-setup.
Jun 19 10:08:11 archlinux kernel: EXT4-fs (nvme0n1p3): unmounting filesystem 65c25c94-e494-49ad-9c32-79d86c272691.
Jun 19 10:08:11 archlinux systemd[1]: home.mount: Deactivated successfully.
Jun 19 10:08:11 archlinux systemd[1]: Unmounted /home.
Jun 19 10:08:11 archlinux systemd[1]: home.mount: Consumed 3.435s CPU time.
Jun 19 10:08:11 archlinux systemd[1]: Reached target Unmount All Filesystems.
Jun 19 10:08:11 archlinux systemd[1]: systemd-fsck@dev-disk-by\x2duuid-65c25c94\x2de494\x2d49ad\x2d9c32\x2d79d86c272691.service: Deactivated successfully.
Jun 19 10:08:11 archlinux systemd[1]: Stopped File System Check on /dev/disk/by-uuid/65c25c94-e494-49ad-9c32-79d86c272691.
Jun 19 10:08:11 archlinux systemd[1]: Removed slice Slice /system/systemd-fsck.
Jun 19 10:08:11 archlinux systemd[1]: Stopped target Preparation for Local File Systems.
Jun 19 10:08:12 archlinux systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 19 10:08:12 archlinux systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Jun 19 10:08:12 archlinux systemd[1]: Stopped Remount Root and Kernel File Systems.
Jun 19 10:08:12 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Jun 19 10:08:12 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
Jun 19 10:08:12 archlinux systemd[1]: systemd-tmpfiles-setup-dev-early.service: Deactivated successfully.
Jun 19 10:08:12 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev gracefully.
Jun 19 10:08:12 archlinux systemd[1]: lvm2-monitor.service: Deactivated successfully.
Jun 19 10:08:12 archlinux systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 19 10:08:12 archlinux systemd[1]: Reached target System Shutdown.
Jun 19 10:08:12 archlinux systemd[1]: Reached target Late Shutdown Services.
Jun 19 10:08:12 archlinux systemd[1]: systemd-reboot.service: Deactivated successfully.
Jun 19 10:08:12 archlinux systemd[1]: Finished System Reboot.
Jun 19 10:08:12 archlinux systemd[1]: Reached target System Reboot.
Jun 19 10:08:12 archlinux systemd[1]: Shutting down.
Jun 19 10:08:12 archlinux systemd[1]: Using hardware watchdog 'iTCO_wdt', version 4, device /dev/watchdog0
Jun 19 10:08:12 archlinux systemd[1]: Watchdog running with a hardware timeout of 10min.
Jun 19 10:08:12 archlinux kernel: watchdog: watchdog0: watchdog did not stop!
Jun 19 10:08:12 archlinux systemd-shutdown[1]: Using hardware watchdog 'iTCO_wdt', version 4, device /dev/watchdog0
Jun 19 10:08:12 archlinux systemd-shutdown[1]: Watchdog running with a hardware timeout of 10min.
Jun 19 10:08:12 archlinux systemd-shutdown[1]: Syncing filesystems and block devices.
Jun 19 10:08:12 archlinux systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Jun 19 10:08:12 archlinux systemd-journald[352]: Received SIGTERM from PID 1 (systemd-shutdow).
Jun 19 10:08:12 archlinux systemd-journald[352]: Journal stopped

The duplicated lines in the log. The (n) prefix counts how many times this line was observed in the log

(5) archlinux kernel: ACPI: Dynamic OEM Table Load:
(3) archlinux kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
(3) archlinux kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
(3) archlinux kernel: pci 0000:00:1b.6: PCI bridge to [bus 03]
(3) archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 04]
(3) archlinux kernel: pci 0000:00:1c.4: PCI bridge to [bus 05]
(3) archlinux kernel: pci 0000:00:1c.6: PCI bridge to [bus 06]
(3) archlinux kernel: pci 0000:00:1d.0: PCI bridge to [bus 07]
(2) archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
(3) archlinux kernel: system 00:01: [io  0xffff] has been reserved
(2) archlinux kernel: pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
(2) archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
(2) archlinux kernel: pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
(2) archlinux kernel: pci 0000:00:1b.0:   bridge window [mem 0xdf500000-0xdf5fffff]
(2) archlinux kernel: pci 0000:00:1b.6:   bridge window [io  0xd000-0xdfff]
(2) archlinux kernel: pci 0000:00:1b.6:   bridge window [mem 0xdf400000-0xdf4fffff]
(2) archlinux kernel: pci 0000:00:1c.4:   bridge window [mem 0xdf300000-0xdf3fffff]
(2) archlinux kernel: pci 0000:00:1c.6:   bridge window [mem 0xdf200000-0xdf2fffff]
(2) archlinux kernel: pci 0000:00:1d.0:   bridge window [mem 0xdf100000-0xdf1fffff]
(2) archlinux kernel: tpm_crb MSFT0101:00: [Firmware Bug]: ACPI region does not cover the entire command/response buffer. [mem 0xfed40000-0xfed4087f flags 0x201] vs fed40080 f80
(2) archlinux kernel: ata2.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
(2) archlinux kernel: ata2.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
(2) archlinux kernel: ata4.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
(2) archlinux kernel: ata4.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
(2) archlinux kernel: ata3.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
(2) archlinux kernel: ata3.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
(2) archlinux kernel: ata3.00: supports DRM functions and may not be fully accessible
(2) archlinux kernel: ata3.00: Enabling discard_zeroes_data
(2) archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
(2) archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
(2) archlinux kernel: xhci_hcd 0000:05:00.0: xHCI Host Controller
(2) archlinux kernel: xhci_hcd 0000:06:00.0: xHCI Host Controller
(3) archlinux systemd-fstab-generator[326]: Mount point  is not a valid path, ignoring.
(2) archlinux kernel: EDAC ie31200: No ECC support
(4) archlinux systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
(4) archlinux systemd[1]: Starting Load Kernel Module dm_mod...
(4) archlinux systemd[1]: Starting Load Kernel Module loop...
(4) archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
(4) archlinux systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
(4) archlinux systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
(4) archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
(4) archlinux systemd[1]: Create System Users was skipped because no trigger condition checks were met.
(4) archlinux systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
(4) archlinux systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
(4) archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
(4) archlinux systemd[1]: Finished Load Kernel Module dm_mod.
(4) archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
(4) archlinux systemd[1]: Finished Load Kernel Module loop.
(4) archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
(2) archlinux sddm[777]: Loaded empty theme configuration
(2) archlinux systemd[792]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/var/lib/sddm/.cache/kcrash-metadata/*.ini).
(2) archlinux sddm-greeter-qt6[804]: file:///usr/lib/qt6/qml/SddmComponents/ComboBox.qml:105:9: QML Image: Cannot open: file:///usr/lib/qt6/qml/SddmComponents/angle-down.png
(2) archlinux sddm-greeter-qt6[804]: Reading from "/usr/share/xsessions/plasmax11.desktop"
(2) archlinux systemd[834]: Cleanup lingering KCrash metadata was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/john/.cache/kcrash-metadata/*.ini).
(2) archlinux systemd[834]: Submitting pending crash events was skipped because of an unmet condition check (ConditionPathExistsGlob=/home/john/.cache/drkonqi/sentry-envelopes/*).
(8) archlinux rtkit-daemon[915]: Supervising 0 threads of 0 processes of 0 users.
(2) archlinux ksmserver[935]: Failed to write ice auth file entry
(2) archlinux ksmserver[935]: Failed to write xsmp ice auth file entry
(2) archlinux rtkit-daemon[915]: Supervising 1 threads of 1 processes of 1 users.
(2) archlinux plasmashell[982]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
(2) archlinux org_kde_powerdevil[1038]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
(2) archlinux baloo_file_extractor[1251]: qt.core.qobject.connect: QObject::connect(KAbstractIdleTimePoller, KIdleTime): invalid nullptr parameter
(2) archlinux rtkit-daemon[915]: Supervising 4 threads of 3 processes of 1 users.
(2) archlinux rtkit-daemon[915]: Supervising 5 threads of 3 processes of 1 users.
(2) archlinux rtkit-daemon[915]: Supervising 6 threads of 3 processes of 1 users.
(2) archlinux rtkit-daemon[915]: Supervising 7 threads of 3 processes of 1 users.
(2) archlinux rtkit-daemon[915]: Supervising 8 threads of 3 processes of 1 users.
(16) archlinux kmix[1203]: org.kde.kmix: no mix devices and not dynamic
(16) archlinux kmixctrl[1205]: org.kde.kmix: no mix devices and not dynamic
(507) archlinux kmix[1203]: org.kde.kmix: No such icon "audio-card-pci"
(962) archlinux kmix[1203]: org.kde.kmix: No such icon "audio-card-usb"
(312) archlinux kmix[1203]: PulseAudio adding 0 devices
(311) archlinux kmix[1203]: adding 4 mixers
(311) archlinux kmix[1203]: mixer "PulseAudio::Playback_Devices:1" "Playback Devices"
(294) archlinux kmix[1203]: PulseAudio adding 3 devices
(155) archlinux kmix[1203]: adding "alsa_output.pci-0000_01_00.1.hdmi-stereo" "GA102 High Definition Audio Controller Digital Stereo (HDMI)"
(311) archlinux kmix[1203]: adding "alsa_output.usb-Focusrite_Scarlett_2i2_USB_Y8M726N0C64C40-00.HiFi__Line1__sink" "Scarlett 2i2 3rd Gen Headphones / Line 1-2"
(311) archlinux kmix[1203]: adding "alsa_output.pci-0000_00_1f.3.analog-stereo" "Built-in Audio Analog Stereo"
(311) archlinux kmix[1203]: mixer "PulseAudio::Capture_Devices:1" "Capture Devices"
(608) archlinux kmix[1203]: PulseAudio adding 2 devices
(311) archlinux kmix[1203]: adding "alsa_input.usb-Focusrite_Scarlett_2i2_USB_Y8M726N0C64C40-00.HiFi__Mic2__source" "Scarlett 2i2 3rd Gen Input 2 Mic/Inst/Line"
(311) archlinux kmix[1203]: adding "alsa_input.usb-Focusrite_Scarlett_2i2_USB_Y8M726N0C64C40-00.HiFi__Mic1__source" "Scarlett 2i2 3rd Gen Input 1 Mic/Inst/Line"
(311) archlinux kmix[1203]: mixer "PulseAudio::Playback_Streams:1" "Playback Streams"
(311) archlinux kmix[1203]: mixer "PulseAudio::Capture_Streams:1" "Capture Streams"
(99) archlinux kmix[1203]: org.kde.kmix: No such icon "chromium-browser"
(3) archlinux plasmashell[982]: qrc:/qt/qml/org/kde/kirigamiaddons/components/Avatar.qml:201:9: QML QQuickImage: Error decoding: qrc:/qt/qml/org/kde/kirigamiaddons/components/Avatar.qml?timestamp=1718606405810: Unsupported image format
(5) archlinux rtkit-daemon[915]: Supervising 9 threads of 3 processes of 1 users.
(48) archlinux rtkit-daemon[915]: Supervising 10 threads of 4 processes of 1 users.
(8564) archlinux kernel: pcieport 0000:00:1c.6: AER: Correctable error message received from 0000:00:1c.6
(8562) archlinux kernel: pcieport 0000:00:1c.6: PCIe Bus Error: severity=Correctable, type=Physical Layer, (Receiver ID)
(8562) archlinux kernel: pcieport 0000:00:1c.6:   device [8086:a296] error status/mask=00000001/00002000
(8562) archlinux kernel: pcieport 0000:00:1c.6:    [ 0] RxErr                  (First)
(3) archlinux slack[1168]: Error occurred in handler for 'GET_MEDIA_ACCESS_STATUS': TypeError: te.systemPreferences.getMediaAccessStatus is not a function
(3) archlinux slack[1168]:     at /usr/lib/slack/resources/app.asar/dist/main.bundle.js:197:43210
(3) archlinux slack[1168]:     at Sc (/usr/lib/slack/resources/app.asar/dist/main.bundle.js:107:6156)
(3) archlinux slack[1168]:     at /usr/lib/slack/resources/app.asar/dist/main.bundle.js:107:6877
(3) archlinux slack[1168]:     at WebContents.<anonymous> (node:electron/js2c/browser_init:2:77758)
(3) archlinux slack[1168]:     at WebContents.emit (node:events:517:28)
(3) archlinux slack[1168]:     at WebContents.emit (node:domain:489:12)
(3) archlinux slack[1168]:     at t.emit (/usr/lib/slack/resources/app.asar/dist/main.bundle.js:81:10596)
(10) archlinux kmix[1203]: PulseAudio adding 1 devices
(82) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper: RRNotify_OutputProperty (ignored)
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  325877
(154) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  476
(26) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Property:  "EDID"
(26) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         State (newValue, Deleted):  1
(52) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Property:  "CTM"
(56) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         State (newValue, Deleted):  0
(12) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  6408
(135) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Rotation:  "Rotate_0"
(88) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper: RRNotify_OutputChange
(16) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         CRTC:  0
(20) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Mode:  0
(38) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Connection:  "Disconnected"
(88) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Subpixel Order:  0
(75) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 476 update 
(17)                                                    m_crtc QObject(0x0) 
(16)                                                    CRTC: 0 
(16)                                                    MODE: 0 
(38)                                                    Connection: 1
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 476 : connected = false , enabled = false
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  327157
(37) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper: RRScreenChangeNotify
(37) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Window: 44040198
(37) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Root: 485
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Size ID: 0
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Size:  3840 2160
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         SizeMM:  633 361
(50) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Connection:  "Connected"
(38)                                                    m_connected: 1 
(51)                                                    m_connected: 0 
(51)                                                    Connection: 0
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 476 : connected = true , enabled = false
(26) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Emitting configChanged()
(2)                                                            Old: "0" 
(2)                                                    Possible outputs: QList(444, 474, 475, 476, 477, 478, 479, 480) 
(13) archlinux rtkit-daemon[915]: Supervising 9 threads of 4 processes of 1 users.
(8) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: RRSetOutputPrimary 
(6)                                                    New priority: 0
(2) archlinux plasmashell[982]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:196:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
(3) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  327343
(74) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         CRTC:  441
(78) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Mode:  445
(35) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Size ID: 65535
(35) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Size:  7680 2160
(35) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         SizeMM:  1283 361
(10) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper: RRNotify_CrtcChange
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Geometry:  3840 0 3840 2160
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  961435
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Property:  "_KDE_SCREEN_INDEX"
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  961436
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  444
(123) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  961065
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Geometry:  0 0 0 0
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         CRTC:  440
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Geometry:  0 0 3840 2160
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         CRTC:  442
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         CRTC:  443
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  474
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  475
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  477
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  478
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  479
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Output:  480
(71)                                                    CRTC: 441 
(73)                                                    MODE: 445 
(70)                                                    m_crtc XRandRCrtc(0x63f32b8a4cc0) 
(46) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 476 : connected = true , enabled = true
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 444 update 
(2)                                                    m_crtc XRandRCrtc(0x63f32b8e6200) 
(2)                                                    CRTC: 440 
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 444 : connected = true , enabled = true
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 474 update 
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 474 : connected = false , enabled = false
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 475 update 
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 475 : connected = false , enabled = false
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 477 update 
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 477 : connected = false , enabled = false
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 478 update 
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 478 : connected = false , enabled = false
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 479 update 
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 479 : connected = false , enabled = false
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: XRandROutput 480 update 
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 480 : connected = false , enabled = false
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  961717
(24) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Output 476 : connected = false , enabled = true
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  962573
(13) archlinux kscreen_backend_launcher[1123]: kscreen.xrandr: Connected output 476 to CRTC 441
(2) archlinux kscreenlocker_greet[3370]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  962729
(2) archlinux plasmashell[3431]:         at com.intellij.ide.startup.impl.StartupManagerImpl$runPostStartupActivities$3$2.invoke(StartupManagerImpl.kt)
(570) archlinux kmix[1203]: org.kde.kmix: No such icon "mixer-front"
(5) archlinux systemd[834]: Started Firefox Web Browser - Web Browser.
(55) archlinux rtkit-daemon[915]: Supervising 11 threads of 5 processes of 1 users.
(2) archlinux kscreenlocker_greet[5438]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
(24) archlinux rtkit-daemon[915]: Supervising 12 threads of 6 processes of 1 users.
(25) archlinux rtkit-daemon[915]: Supervising 13 threads of 7 processes of 1 users.
(20) archlinux kmix[1203]: PulseAudio adding 4 devices
(5) archlinux kate[7071]: kf.sonnet.core: No language dictionaries for the language: "en_US"
(3) archlinux plasmashell[3431]:         at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
(3) archlinux plasmashell[3431]:         at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
(3) archlinux plasmashell[3431]:         at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
(3) archlinux plasmashell[3431]:         at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
(3) archlinux plasmashell[3431]:         at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
(3) archlinux plasmashell[3431]:         at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
(3) archlinux plasmashell[3431]:         at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
(3) archlinux plasmashell[3431]:         at java.base/java.lang.Thread.run(Thread.java:840)
(2) archlinux kscreenlocker_greet[9962]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  6206517
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  6207286
(2) archlinux kscreenlocker_greet[10670]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  6207395
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  7574966
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  7575829
(2) archlinux kscreenlocker_greet[11462]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
(116) archlinux rtkit-daemon[915]: Supervising 10 threads of 5 processes of 1 users.
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  7575921
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  22705594
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  22706441
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  22706541
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  29914761
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  29915622
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  29915731
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  30997578
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  30998478
(3) archlinux systemd[1]: Starting Daily man-db regeneration...
(3) archlinux systemd[1]: man-db.service: Deactivated successfully.
(3) archlinux systemd[1]: Finished Daily man-db regeneration.
(3) archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
(3) archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
(3) archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
(3) archlinux systemd[1]: Starting Cleanup of Temporary Directories...
(3) archlinux systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
(3) archlinux systemd[1]: Finished Cleanup of Temporary Directories.
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  88348501
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  88349360
(2) archlinux kernel: pcieport 0000:00:1c.6: PCIe Bus Error: severity=Correctable, type=Data Link Layer, (Receiver ID)
(2) archlinux kernel: pcieport 0000:00:1c.6:   device [8086:a296] error status/mask=00000080/00002000
(2) archlinux kernel: pcieport 0000:00:1c.6:    [ 7] BadDLLP               
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  88349438
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  99875681
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  99876520
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  99876599
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  105273109
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  105273928
(2) archlinux systemd[1]: Started Verify integrity of password and group files.
(2) archlinux systemd[1]: shadow.service: Deactivated successfully.
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  174747790
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  174749006
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  174749470
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  181645621
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  181646353
(25) archlinux systemd[834]: Started LibreOffice Calc - Spreadsheet.
(2) archlinux kscreenlocker_greet[64026]: qt.virtualkeyboard.hunspell: Hunspell dictionary is missing for "en_GB". Search paths QList("/usr/share/qt6/qtvirtualkeyboard/hunspell", "/usr/share/hunspell", "/usr/share/myspell/dicts")
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Config_timestamp:  181646478
(4) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  184910758
(2) archlinux kscreen_backend_launcher[1123]: kscreen.xcb.helper:         Timestamp:  184911511
(2) archlinux sddm[777]: Authentication error: SDDM::Auth::ERROR_INTERNAL "Process crashed"
(2) archlinux pulseaudio[1148]: Xlib: request 43 length 4 would exceed buffer size.
(3) archlinux pulseaudio[1148]: X11 I/O error handler called
(3) archlinux pulseaudio[1148]: X11 I/O error exit handler called, preparing to tear down X11 modules

To confirm which are the two ESP? nvme0n1p1 and the other is nvme1n1p1?

Offline

#7 2024-06-22 08:23:37

Funny0facer
Member
From: Germany
Registered: 2022-12-03
Posts: 159

Re: [Solved] System failing to load kernel

replying to your initial statement:
Why did you not mount your boot partition?

What I would do: (grub & ESP on /boot)
- mount your future root on /mnt
- rm -rf /mnt/boot
- mount your ESP on /mnt/boot
- archchroot into /mnt
- install linux
- grub-install and grub-mkconfig with your favorite options

Offline

#8 2024-06-22 17:27:19

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 75,946

Re: [Solved] System failing to load kernel

The only line that really matters atm is

Jun 17 06:39:43 archlinux kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c3c63d6b-3022-416c-9787-140ce73aef73 rw rootfstype=ext4 loglevel=3 quiet

You're currently booting from a boot partition, not the root partition.

Online

#9 2024-06-24 09:00:35

speeder1987
Member
Registered: 2022-08-19
Posts: 28

Re: [Solved] System failing to load kernel

Thanks for the help, I will mark this as solved as I reinstalled linux to the ESP and the system now boots. However, I need to sort my system out as it is a mess ...

Last edited by speeder1987 (2024-06-24 10:43:45)

Offline

Board footer

Powered by FluxBB