You are not logged in.

#1 2022-11-02 09:36:05

reavey
Member
Registered: 2022-01-26
Posts: 9

dmesg output on login screen and on shutdown/reboot

Hello, i'm getting dmesg output on my login screen and also when trying to shutdown / reboot (but it halts and i have to physically shut it down using the buttons).
The output of this command:

 cat /proc/sys/kernel/printk 

is "15 4 1 4" instead of default "4 4 1 4".
I tried changing it using:

 sudo sysctl kernel.printk="4 4 1 4" 

but it gets reverted (to "15 4 1 4") on the next boot.

I found this on a similar post that says 15 means that there is a kernel fault.

man 2 syslog wrote:

   /proc/sys/kernel/printk
       /proc/sys/kernel/printk is a writable file containing four integer val‐
       ues that influence kernel printk() behavior when  printing  or  logging
       error messages.  The four values are:

  console_loglevel
       Only  messages  with  a  log level lower than this value will be
       printed to the console.  The default value  for  this  field  is
       DEFAULT_CONSOLE_LOGLEVEL  (7),  but it is set to 4 if the kernel
       command line contains the word "quiet", 10 if the kernel command
       line  contains  the  word "debug", and to 15 in case of a kernel
       fault (the 10 and 15 are just silly, and equivalent to 8).   The
       value  of  console_loglevel  can be set (to a value in the range
       1–8) by a syslog() call with a type of 8.

Some more information you may find useful:

Output of the command:

 journalctl -b 
Nov 02 10:05:14 archPC kernel: Linux version 6.0.6-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Sat, 29 Oct 2022 14:08:39 +0000
Nov 02 10:05:14 archPC kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=54772378-77cd-421f-8c82-82e206e6e325 rw loglevel=3 quiet
Nov 02 10:05:14 archPC kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 02 10:05:14 archPC kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 02 10:05:14 archPC kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 02 10:05:14 archPC kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Nov 02 10:05:14 archPC kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Nov 02 10:05:14 archPC kernel: signal: max sigframe size: 1776
Nov 02 10:05:14 archPC kernel: BIOS-provided physical RAM map:
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009e0ffff] usable
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x0000000009e10000-0x0000000009ffffff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000cf4c5fff] usable
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000cf4c6000-0x00000000cf4dffff] ACPI data
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000cf4e0000-0x00000000da6fefff] usable
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000da6ff000-0x00000000da7ecfff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000da7ed000-0x00000000da7f7fff] ACPI data
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000da7f8000-0x00000000da8fdfff] usable
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000da8fe000-0x00000000dacb6fff] ACPI NVS
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000dacb7000-0x00000000db712fff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000db713000-0x00000000db7b4fff] type 20
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000db7b5000-0x00000000ddffffff] usable
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000de000000-0x00000000dfffffff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 02 10:05:14 archPC kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
Nov 02 10:05:14 archPC kernel: NX (Execute Disable) protection: active
Nov 02 10:05:14 archPC kernel: efi: EFI v2.60 by American Megatrends
Nov 02 10:05:14 archPC kernel: efi: ACPI 2.0=0xcf4c6000 ACPI=0xcf4c6000 SMBIOS=0xdb681000 SMBIOS 3.0=0xdb680000 ESRT=0xd8337998 MEMATTR=0xd8047018 
Nov 02 10:05:14 archPC kernel: SMBIOS 3.1.1 present.
Nov 02 10:05:14 archPC kernel: DMI: System manufacturer System Product Name/PRIME B350M-K, BIOS 5007 06/18/2019
Nov 02 10:05:14 archPC kernel: tsc: Fast TSC calibration using PIT
Nov 02 10:05:14 archPC kernel: tsc: Detected 3493.527 MHz processor
Nov 02 10:05:14 archPC kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 02 10:05:14 archPC kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 02 10:05:14 archPC kernel: last_pfn = 0x41f380 max_arch_pfn = 0x400000000
Nov 02 10:05:14 archPC kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Nov 02 10:05:14 archPC kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Nov 02 10:05:14 archPC kernel: last_pfn = 0xde000 max_arch_pfn = 0x400000000
Nov 02 10:05:14 archPC kernel: esrt: Reserving ESRT space from 0x00000000d8337998 to 0x00000000d83379d0.
Nov 02 10:05:14 archPC kernel: e820: update [mem 0xd8337000-0xd8337fff] usable ==> reserved
Nov 02 10:05:14 archPC kernel: Using GB pages for direct mapping
Nov 02 10:05:14 archPC kernel: Secure boot disabled
Nov 02 10:05:14 archPC kernel: RAMDISK: [mem 0x36f09000-0x3777bfff]
Nov 02 10:05:14 archPC kernel: ACPI: Early table checksum verification disabled
Nov 02 10:05:14 archPC kernel: ACPI: RSDP 0x00000000CF4C6000 000024 (v02 ALASKA)
Nov 02 10:05:14 archPC kernel: ACPI: XSDT 0x00000000CF4C6098 0000AC (v01 ALASKA A M I    01072009 AMI  00010013)
Nov 02 10:05:14 archPC kernel: ACPI: FACP 0x00000000CF4D1418 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Nov 02 10:05:14 archPC kernel: ACPI: DSDT 0x00000000CF4C61E0 00B233 (v02 ALASKA A M I    01072009 INTL 20120913)
Nov 02 10:05:14 archPC kernel: ACPI: FACS 0x00000000DAC9ED80 000040
Nov 02 10:05:14 archPC kernel: ACPI: APIC 0x00000000CF4D1530 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
Nov 02 10:05:14 archPC kernel: ACPI: FPDT 0x00000000CF4D1690 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Nov 02 10:05:14 archPC kernel: ACPI: FIDT 0x00000000CF4D16D8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Nov 02 10:05:14 archPC kernel: ACPI: SSDT 0x00000000CF4D1778 000060 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
Nov 02 10:05:14 archPC kernel: ACPI: SSDT 0x00000000CF4DFEB8 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
Nov 02 10:05:14 archPC kernel: ACPI: SSDT 0x00000000CF4D1830 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
Nov 02 10:05:14 archPC kernel: ACPI: SSDT 0x00000000CF4DA4C8 00322C (v01 AMD    AMD AOD  00000001 INTL 20120913)
Nov 02 10:05:14 archPC kernel: ACPI: MCFG 0x00000000CF4DD6F8 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
Nov 02 10:05:14 archPC kernel: ACPI: HPET 0x00000000CF4DD738 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
Nov 02 10:05:14 archPC kernel: ACPI: SSDT 0x00000000CF4DD770 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
Nov 02 10:05:14 archPC kernel: ACPI: UEFI 0x00000000CF4DD798 000042 (v01                 00000000      00000000)
Nov 02 10:05:14 archPC kernel: ACPI: BGRT 0x00000000CF4DD7E0 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Nov 02 10:05:14 archPC kernel: ACPI: IVRS 0x00000000CF4DD818 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
Nov 02 10:05:14 archPC kernel: ACPI: CRAT 0x00000000CF4DD8E8 000850 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
Nov 02 10:05:14 archPC kernel: ACPI: CDIT 0x00000000CF4DE138 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
Nov 02 10:05:14 archPC kernel: ACPI: SSDT 0x00000000CF4DE168 001D4A (v01 AMD    AmdTable 00000001 INTL 20120913)
Nov 02 10:05:14 archPC kernel: ACPI: Reserving FACP table memory at [mem 0xcf4d1418-0xcf4d152b]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving DSDT table memory at [mem 0xcf4c61e0-0xcf4d1412]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving FACS table memory at [mem 0xdac9ed80-0xdac9edbf]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving APIC table memory at [mem 0xcf4d1530-0xcf4d168d]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving FPDT table memory at [mem 0xcf4d1690-0xcf4d16d3]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving FIDT table memory at [mem 0xcf4d16d8-0xcf4d1773]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4d1778-0xcf4d17d7]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4dfeb8-0xcf4dff76]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4d1830-0xcf4da4c7]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4da4c8-0xcf4dd6f3]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving MCFG table memory at [mem 0xcf4dd6f8-0xcf4dd733]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving HPET table memory at [mem 0xcf4dd738-0xcf4dd76f]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4dd770-0xcf4dd793]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving UEFI table memory at [mem 0xcf4dd798-0xcf4dd7d9]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving BGRT table memory at [mem 0xcf4dd7e0-0xcf4dd817]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving IVRS table memory at [mem 0xcf4dd818-0xcf4dd8e7]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving CRAT table memory at [mem 0xcf4dd8e8-0xcf4de137]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving CDIT table memory at [mem 0xcf4de138-0xcf4de160]
Nov 02 10:05:14 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4de168-0xcf4dfeb1]
Nov 02 10:05:14 archPC kernel: system APIC only can use physical flat
Nov 02 10:05:14 archPC kernel: Setting APIC routing to physical flat.
Nov 02 10:05:14 archPC kernel: No NUMA configuration found
Nov 02 10:05:14 archPC kernel: Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
Nov 02 10:05:14 archPC kernel: NODE_DATA(0) allocated [mem 0x41f37c000-0x41f37ffff]
Nov 02 10:05:14 archPC kernel: Zone ranges:
Nov 02 10:05:14 archPC kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 02 10:05:14 archPC kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 02 10:05:14 archPC kernel:   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
Nov 02 10:05:14 archPC kernel:   Device   empty
Nov 02 10:05:14 archPC kernel: Movable zone start for each node
Nov 02 10:05:14 archPC kernel: Early memory node ranges
Nov 02 10:05:14 archPC kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Nov 02 10:05:14 archPC kernel:   node   0: [mem 0x0000000000100000-0x0000000009e0ffff]
Nov 02 10:05:14 archPC kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
Nov 02 10:05:14 archPC kernel:   node   0: [mem 0x000000000a20b000-0x000000000affffff]
Nov 02 10:05:14 archPC kernel:   node   0: [mem 0x000000000b020000-0x00000000cf4c5fff]
Nov 02 10:05:14 archPC kernel:   node   0: [mem 0x00000000cf4e0000-0x00000000da6fefff]
Nov 02 10:05:14 archPC kernel:   node   0: [mem 0x00000000da7f8000-0x00000000da8fdfff]
Nov 02 10:05:14 archPC kernel:   node   0: [mem 0x00000000db7b5000-0x00000000ddffffff]
Nov 02 10:05:14 archPC kernel:   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
Nov 02 10:05:14 archPC kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
Nov 02 10:05:14 archPC kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 02 10:05:14 archPC kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Nov 02 10:05:14 archPC kernel: On node 0, zone DMA32: 496 pages in unavailable ranges
Nov 02 10:05:14 archPC kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
Nov 02 10:05:14 archPC kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Nov 02 10:05:14 archPC kernel: On node 0, zone DMA32: 26 pages in unavailable ranges
Nov 02 10:05:14 archPC kernel: On node 0, zone DMA32: 249 pages in unavailable ranges
Nov 02 10:05:14 archPC kernel: On node 0, zone DMA32: 3767 pages in unavailable ranges
Nov 02 10:05:14 archPC kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Nov 02 10:05:14 archPC kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Nov 02 10:05:14 archPC kernel: ACPI: PM-Timer IO Port: 0x808
Nov 02 10:05:14 archPC kernel: system APIC only can use physical flat
Nov 02 10:05:14 archPC kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Nov 02 10:05:14 archPC kernel: IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
Nov 02 10:05:14 archPC kernel: IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
Nov 02 10:05:14 archPC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 02 10:05:14 archPC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Nov 02 10:05:14 archPC kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 02 10:05:14 archPC kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Nov 02 10:05:14 archPC kernel: e820: update [mem 0xd7526000-0xd756bfff] usable ==> reserved
Nov 02 10:05:14 archPC kernel: smpboot: Allowing 32 CPUs, 28 hotplug CPUs
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0x09e10000-0x09ffffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xcf4c6000-0xcf4dffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xd7526000-0xd756bfff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xd8337000-0xd8337fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xda6ff000-0xda7ecfff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xda7ed000-0xda7f7fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xda8fe000-0xdacb6fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xdacb7000-0xdb712fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xdb713000-0xdb7b4fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xde000000-0xdfffffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfe9fffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
Nov 02 10:05:14 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Nov 02 10:05:14 archPC kernel: [mem 0xe0000000-0xf7ffffff] available for PCI devices
Nov 02 10:05:14 archPC kernel: Booting paravirtualized kernel on bare hardware
Nov 02 10:05:14 archPC kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 02 10:05:14 archPC kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
Nov 02 10:05:14 archPC kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Nov 02 10:05:14 archPC kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Nov 02 10:05:14 archPC kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Nov 02 10:05:14 archPC kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
Nov 02 10:05:14 archPC kernel: Fallback order for Node 0: 0 
Nov 02 10:05:14 archPC kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4112788
Nov 02 10:05:14 archPC kernel: Policy zone: Normal
Nov 02 10:05:14 archPC kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=54772378-77cd-421f-8c82-82e206e6e325 rw loglevel=3 quiet
Nov 02 10:05:14 archPC kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Nov 02 10:05:14 archPC kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Nov 02 10:05:14 archPC kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Nov 02 10:05:14 archPC kernel: printk: log_buf_len min size: 131072 bytes
Nov 02 10:05:14 archPC kernel: printk: log_buf_len: 262144 bytes
Nov 02 10:05:14 archPC kernel: printk: early log buf free: 116528(88%)
Nov 02 10:05:14 archPC kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 02 10:05:14 archPC kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 02 10:05:14 archPC kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 02 10:05:14 archPC kernel: software IO TLB: area num 32.
Nov 02 10:05:14 archPC kernel: Memory: 16222652K/16712936K available (14343K kernel code, 2078K rwdata, 11324K rodata, 2124K init, 3540K bss, 490024K reserved, 0K cma-reserved)
Nov 02 10:05:14 archPC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Nov 02 10:05:14 archPC kernel: ftrace: allocating 45781 entries in 179 pages
Nov 02 10:05:14 archPC kernel: ftrace: allocated 179 pages with 5 groups
Nov 02 10:05:14 archPC kernel: Dynamic Preempt: full
Nov 02 10:05:14 archPC kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 02 10:05:14 archPC kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Nov 02 10:05:14 archPC kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Nov 02 10:05:14 archPC kernel:         Trampoline variant of Tasks RCU enabled.
Nov 02 10:05:14 archPC kernel:         Rude variant of Tasks RCU enabled.
Nov 02 10:05:14 archPC kernel:         Tracing variant of Tasks RCU enabled.
Nov 02 10:05:14 archPC kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 02 10:05:14 archPC kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Nov 02 10:05:14 archPC kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Nov 02 10:05:14 archPC kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 02 10:05:14 archPC kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 02 10:05:14 archPC kernel: random: crng init done
Nov 02 10:05:14 archPC kernel: Console: colour dummy device 80x25
Nov 02 10:05:14 archPC kernel: printk: console [tty0] enabled
Nov 02 10:05:14 archPC kernel: ACPI: Core revision 20220331
Nov 02 10:05:14 archPC kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Nov 02 10:05:14 archPC kernel: APIC: Switch to symmetric I/O mode setup
Nov 02 10:05:14 archPC kernel: AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
Nov 02 10:05:14 archPC kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 02 10:05:14 archPC kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x325b6e70197, max_idle_ns: 440795373082 ns
Nov 02 10:05:14 archPC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6989.18 BogoMIPS (lpj=11645090)
Nov 02 10:05:14 archPC kernel: pid_max: default: 32768 minimum: 301
Nov 02 10:05:14 archPC kernel: LSM: Security Framework initializing
Nov 02 10:05:14 archPC kernel: landlock: Up and running.
Nov 02 10:05:14 archPC kernel: Yama: becoming mindful.
Nov 02 10:05:14 archPC kernel: LSM support for eBPF active
Nov 02 10:05:14 archPC kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 02 10:05:14 archPC kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 02 10:05:14 archPC kernel: LVT offset 1 assigned for vector 0xf9
Nov 02 10:05:14 archPC kernel: LVT offset 2 assigned for vector 0xf4
Nov 02 10:05:14 archPC kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Nov 02 10:05:14 archPC kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Nov 02 10:05:14 archPC kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 02 10:05:14 archPC kernel: Spectre V2 : Mitigation: Retpolines
Nov 02 10:05:14 archPC kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 02 10:05:14 archPC kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Nov 02 10:05:14 archPC kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Nov 02 10:05:14 archPC kernel: RETBleed: Mitigation: untrained return thunk
Nov 02 10:05:14 archPC kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 02 10:05:14 archPC kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 02 10:05:14 archPC kernel: Freeing SMP alternatives memory: 36K
Nov 02 10:05:14 archPC kernel: smpboot: CPU0: AMD Ryzen 3 1200 Quad-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
Nov 02 10:05:14 archPC kernel: cblist_init_generic: Setting adjustable number of callback queues.
Nov 02 10:05:14 archPC kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Nov 02 10:05:14 archPC kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Nov 02 10:05:14 archPC kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Nov 02 10:05:14 archPC kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Nov 02 10:05:14 archPC kernel: ... version:                0
Nov 02 10:05:14 archPC kernel: ... bit width:              48
Nov 02 10:05:14 archPC kernel: ... generic registers:      6
Nov 02 10:05:14 archPC kernel: ... value mask:             0000ffffffffffff
Nov 02 10:05:14 archPC kernel: ... max period:             00007fffffffffff
Nov 02 10:05:14 archPC kernel: ... fixed-purpose events:   0
Nov 02 10:05:14 archPC kernel: ... event mask:             000000000000003f
Nov 02 10:05:14 archPC kernel: rcu: Hierarchical SRCU implementation.
Nov 02 10:05:14 archPC kernel: rcu:         Max phase no-delay instances is 1000.
Nov 02 10:05:14 archPC kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 02 10:05:14 archPC kernel: smp: Bringing up secondary CPUs ...
Nov 02 10:05:14 archPC kernel: x86: Booting SMP configuration:
Nov 02 10:05:14 archPC kernel: .... node  #0, CPUs:        #1  #2  #3
Nov 02 10:05:14 archPC kernel: smp: Brought up 1 node, 4 CPUs
Nov 02 10:05:14 archPC kernel: smpboot: Max logical packages: 8
Nov 02 10:05:14 archPC kernel: smpboot: Total of 4 processors activated (27959.72 BogoMIPS)
Nov 02 10:05:14 archPC kernel: devtmpfs: initialized
Nov 02 10:05:14 archPC kernel: x86/mm: Memory block size: 128MB
Nov 02 10:05:14 archPC kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
Nov 02 10:05:14 archPC kernel: ACPI: PM: Registering ACPI NVS region [mem 0xda8fe000-0xdacb6fff] (3903488 bytes)
Nov 02 10:05:14 archPC kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 02 10:05:14 archPC kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Nov 02 10:05:14 archPC kernel: pinctrl core: initialized pinctrl subsystem
Nov 02 10:05:14 archPC kernel: PM: RTC time: 08:04:45, date: 2022-11-02
Nov 02 10:05:14 archPC kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 02 10:05:14 archPC kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Nov 02 10:05:14 archPC kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 02 10:05:14 archPC kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 02 10:05:14 archPC kernel: audit: initializing netlink subsys (disabled)
Nov 02 10:05:14 archPC kernel: audit: type=2000 audit(1667376285.146:1): state=initialized audit_enabled=0 res=1
Nov 02 10:05:14 archPC kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 02 10:05:14 archPC kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 02 10:05:14 archPC kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 02 10:05:14 archPC kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 02 10:05:14 archPC kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 02 10:05:14 archPC kernel: cpuidle: using governor ladder
Nov 02 10:05:14 archPC kernel: cpuidle: using governor menu
Nov 02 10:05:14 archPC kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 02 10:05:14 archPC kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 02 10:05:14 archPC kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Nov 02 10:05:14 archPC kernel: PCI: Using configuration type 1 for base access
Nov 02 10:05:14 archPC kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 02 10:05:14 archPC kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 02 10:05:14 archPC kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 02 10:05:14 archPC kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 02 10:05:14 archPC kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 02 10:05:14 archPC kernel: ACPI: Added _OSI(Module Device)
Nov 02 10:05:14 archPC kernel: ACPI: Added _OSI(Processor Device)
Nov 02 10:05:14 archPC kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 02 10:05:14 archPC kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 02 10:05:14 archPC kernel: ACPI: Added _OSI(Linux-Dell-Video)
Nov 02 10:05:14 archPC kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Nov 02 10:05:14 archPC kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Nov 02 10:05:14 archPC kernel: ACPI: 7 ACPI AML tables successfully acquired and loaded
Nov 02 10:05:14 archPC kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 02 10:05:14 archPC kernel: ACPI: Interpreter enabled
Nov 02 10:05:14 archPC kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 02 10:05:14 archPC kernel: ACPI: Using IOAPIC for interrupt routing
Nov 02 10:05:14 archPC kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 02 10:05:14 archPC kernel: PCI: Using E820 reservations for host bridge windows
Nov 02 10:05:14 archPC kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Nov 02 10:05:14 archPC kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Nov 02 10:05:14 archPC kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 02 10:05:14 archPC kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
Nov 02 10:05:14 archPC kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
Nov 02 10:05:14 archPC kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Nov 02 10:05:14 archPC kernel: PCI host bridge to bus 0000:00
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Nov 02 10:05:14 archPC kernel: pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.3: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
Nov 02 10:05:14 archPC kernel: pci 0000:00:07.1: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
Nov 02 10:05:14 archPC kernel: pci 0000:00:08.1: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Nov 02 10:05:14 archPC kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.0: [1022:43bb] type 00 class 0x0c0330
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf66a0000-0xf66a7fff 64bit]
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.0: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.0: PME# supported from D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.1: [1022:43b7] type 00 class 0x010601
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.1: reg 0x24: [mem 0xf6680000-0xf669ffff]
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.1: reg 0x30: [mem 0xf6600000-0xf667ffff pref]
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.1: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.1: PME# supported from D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.2: [1022:43b2] type 01 class 0x060400
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.2: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.2: PME# supported from D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.3: PCI bridge to [bus 01-07]
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.3:   bridge window [mem 0xf6500000-0xf66fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:02:00.0: [1022:43b4] type 01 class 0x060400
Nov 02 10:05:14 archPC kernel: pci 0000:02:00.0: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:02:04.0: [1022:43b4] type 01 class 0x060400
Nov 02 10:05:14 archPC kernel: pci 0000:02:04.0: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:02:04.0: PME# supported from D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:02:05.0: [1022:43b4] type 01 class 0x060400
Nov 02 10:05:14 archPC kernel: pci 0000:02:05.0: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:02:05.0: PME# supported from D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:02:06.0: [1022:43b4] type 01 class 0x060400
Nov 02 10:05:14 archPC kernel: pci 0000:02:06.0: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:02:06.0: PME# supported from D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:02:07.0: [1022:43b4] type 01 class 0x060400
Nov 02 10:05:14 archPC kernel: pci 0000:02:07.0: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:02:07.0: PME# supported from D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.2: PCI bridge to [bus 02-07]
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.2:   bridge window [mem 0xf6500000-0xf65fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Nov 02 10:05:14 archPC kernel: pci 0000:02:04.0: PCI bridge to [bus 04]
Nov 02 10:05:14 archPC kernel: pci 0000:02:05.0: PCI bridge to [bus 05]
Nov 02 10:05:14 archPC kernel: pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
Nov 02 10:05:14 archPC kernel: pci 0000:06:00.0: reg 0x10: [io  0xf000-0xf0ff]
Nov 02 10:05:14 archPC kernel: pci 0000:06:00.0: reg 0x18: [mem 0xf6504000-0xf6504fff 64bit]
Nov 02 10:05:14 archPC kernel: pci 0000:06:00.0: reg 0x20: [mem 0xf6500000-0xf6503fff 64bit]
Nov 02 10:05:14 archPC kernel: pci 0000:06:00.0: supports D1 D2
Nov 02 10:05:14 archPC kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:02:06.0: PCI bridge to [bus 06]
Nov 02 10:05:14 archPC kernel: pci 0000:02:06.0:   bridge window [io  0xf000-0xffff]
Nov 02 10:05:14 archPC kernel: pci 0000:02:06.0:   bridge window [mem 0xf6500000-0xf65fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:02:07.0: PCI bridge to [bus 07]
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: [10de:1c02] type 00 class 0x030000
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: reg 0x24: [io  0xe000-0xe07f]
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: reg 0x30: [mem 0xf6000000-0xf607ffff pref]
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: BAR 3: assigned to efifb
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.1: [10de:10f1] type 00 class 0x040300
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.1: reg 0x10: [mem 0xf6080000-0xf6083fff]
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.1: PCI bridge to [bus 08]
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.1:   bridge window [mem 0xf5000000-0xf60fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.0: [1022:145a] type 00 class 0x130000
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.0: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.2: [1022:1456] type 00 class 0x108000
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.2: reg 0x18: [mem 0xf6300000-0xf63fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.2: reg 0x24: [mem 0xf6400000-0xf6401fff]
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.2: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.3: [1022:145c] type 00 class 0x0c0330
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.3: reg 0x10: [mem 0xf6200000-0xf62fffff 64bit]
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.3: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:00:07.1: PCI bridge to [bus 09]
Nov 02 10:05:14 archPC kernel: pci 0000:00:07.1:   bridge window [mem 0xf6200000-0xf64fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.0: [1022:1455] type 00 class 0x130000
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.0: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.2: [1022:7901] type 00 class 0x010601
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.2: reg 0x24: [mem 0xf6708000-0xf6708fff]
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.2: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.2: PME# supported from D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.3: [1022:1457] type 00 class 0x040300
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.3: reg 0x10: [mem 0xf6700000-0xf6707fff]
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.3: enabling Extended Tags
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
Nov 02 10:05:14 archPC kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Nov 02 10:05:14 archPC kernel: pci 0000:00:08.1:   bridge window [mem 0xf6700000-0xf67fffff]
Nov 02 10:05:14 archPC kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 02 10:05:14 archPC kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Nov 02 10:05:14 archPC kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Nov 02 10:05:14 archPC kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Nov 02 10:05:14 archPC kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 02 10:05:14 archPC kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 02 10:05:14 archPC kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Nov 02 10:05:14 archPC kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Nov 02 10:05:14 archPC kernel: iommu: Default domain type: Translated 
Nov 02 10:05:14 archPC kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Nov 02 10:05:14 archPC kernel: SCSI subsystem initialized
Nov 02 10:05:14 archPC kernel: libata version 3.00 loaded.
Nov 02 10:05:14 archPC kernel: ACPI: bus type USB registered
Nov 02 10:05:14 archPC kernel: usbcore: registered new interface driver usbfs
Nov 02 10:05:14 archPC kernel: usbcore: registered new interface driver hub
Nov 02 10:05:14 archPC kernel: usbcore: registered new device driver usb
Nov 02 10:05:14 archPC kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 02 10:05:14 archPC kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 02 10:05:14 archPC kernel: PTP clock support registered
Nov 02 10:05:14 archPC kernel: EDAC MC: Ver: 3.0.0
Nov 02 10:05:14 archPC kernel: Registered efivars operations
Nov 02 10:05:14 archPC kernel: NetLabel: Initializing
Nov 02 10:05:14 archPC kernel: NetLabel:  domain hash size = 128
Nov 02 10:05:14 archPC kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Nov 02 10:05:14 archPC kernel: NetLabel:  unlabeled traffic allowed by default
Nov 02 10:05:14 archPC kernel: mctp: management component transport protocol core
Nov 02 10:05:14 archPC kernel: NET: Registered PF_MCTP protocol family
Nov 02 10:05:14 archPC kernel: PCI: Using ACPI for IRQ routing
Nov 02 10:05:14 archPC kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 02 10:05:14 archPC kernel: e820: reserve RAM buffer [mem 0x09e10000-0x0bffffff]
Nov 02 10:05:14 archPC kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Nov 02 10:05:14 archPC kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Nov 02 10:05:14 archPC kernel: e820: reserve RAM buffer [mem 0xcf4c6000-0xcfffffff]
Nov 02 10:05:14 archPC kernel: e820: reserve RAM buffer [mem 0xd7526000-0xd7ffffff]
Nov 02 10:05:14 archPC kernel: e820: reserve RAM buffer [mem 0xd8337000-0xdbffffff]
Nov 02 10:05:14 archPC kernel: e820: reserve RAM buffer [mem 0xda6ff000-0xdbffffff]
Nov 02 10:05:14 archPC kernel: e820: reserve RAM buffer [mem 0xda8fe000-0xdbffffff]
Nov 02 10:05:14 archPC kernel: e820: reserve RAM buffer [mem 0xde000000-0xdfffffff]
Nov 02 10:05:14 archPC kernel: e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: vgaarb: setting as boot VGA device
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: vgaarb: bridge control possible
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 02 10:05:14 archPC kernel: vgaarb: loaded
Nov 02 10:05:14 archPC kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Nov 02 10:05:14 archPC kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Nov 02 10:05:14 archPC kernel: clocksource: Switched to clocksource tsc-early
Nov 02 10:05:14 archPC kernel: VFS: Disk quotas dquot_6.6.0
Nov 02 10:05:14 archPC kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 02 10:05:14 archPC kernel: pnp: PnP ACPI init
Nov 02 10:05:14 archPC kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:02: [io  0x0300-0x030f] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:02: [io  0x0230-0x023f] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:02: [io  0x0290-0x029f] has been reserved
Nov 02 10:05:14 archPC kernel: pnp 00:03: [dma 0 disabled]
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x040b] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x04d6] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0c00-0x0c01] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0c14] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0c50-0x0c51] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0c52] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0c6c] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0c6f] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0cd0-0x0cd1] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0cd2-0x0cd3] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0cd4-0x0cd5] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0cd6-0x0cd7] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0cd8-0x0cdf] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0800-0x089f] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0b00-0x0b0f] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0b20-0x0b3f] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0900-0x090f] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [io  0x0910-0x091f] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Nov 02 10:05:14 archPC kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Nov 02 10:05:14 archPC kernel: pnp: PnP ACPI: found 5 devices
Nov 02 10:05:14 archPC kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 02 10:05:14 archPC kernel: NET: Registered PF_INET protocol family
Nov 02 10:05:14 archPC kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 02 10:05:14 archPC kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Nov 02 10:05:14 archPC kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 02 10:05:14 archPC kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Nov 02 10:05:14 archPC kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Nov 02 10:05:14 archPC kernel: TCP: Hash tables configured (established 131072 bind 65536)
Nov 02 10:05:14 archPC kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Nov 02 10:05:14 archPC kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 02 10:05:14 archPC kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 02 10:05:14 archPC kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 02 10:05:14 archPC kernel: NET: Registered PF_XDP protocol family
Nov 02 10:05:14 archPC kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Nov 02 10:05:14 archPC kernel: pci 0000:02:04.0: PCI bridge to [bus 04]
Nov 02 10:05:14 archPC kernel: pci 0000:02:05.0: PCI bridge to [bus 05]
Nov 02 10:05:14 archPC kernel: pci 0000:02:06.0: PCI bridge to [bus 06]
Nov 02 10:05:14 archPC kernel: pci 0000:02:06.0:   bridge window [io  0xf000-0xffff]
Nov 02 10:05:14 archPC kernel: pci 0000:02:06.0:   bridge window [mem 0xf6500000-0xf65fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:02:07.0: PCI bridge to [bus 07]
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.2: PCI bridge to [bus 02-07]
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.2:   bridge window [mem 0xf6500000-0xf65fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.3: PCI bridge to [bus 01-07]
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.3:   bridge window [mem 0xf6500000-0xf66fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.1: PCI bridge to [bus 08]
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.1:   bridge window [mem 0xf5000000-0xf60fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
Nov 02 10:05:14 archPC kernel: pci 0000:00:07.1: PCI bridge to [bus 09]
Nov 02 10:05:14 archPC kernel: pci 0000:00:07.1:   bridge window [mem 0xf6200000-0xf64fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Nov 02 10:05:14 archPC kernel: pci 0000:00:08.1:   bridge window [mem 0xf6700000-0xf67fffff]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfec2ffff window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:01: resource 1 [mem 0xf6500000-0xf66fffff]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:02: resource 1 [mem 0xf6500000-0xf65fffff]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:06: resource 0 [io  0xf000-0xffff]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:06: resource 1 [mem 0xf6500000-0xf65fffff]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:08: resource 1 [mem 0xf5000000-0xf60fffff]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:08: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:09: resource 1 [mem 0xf6200000-0xf64fffff]
Nov 02 10:05:14 archPC kernel: pci_bus 0000:0a: resource 1 [mem 0xf6700000-0xf67fffff]
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
Nov 02 10:05:14 archPC kernel: PCI: CLS 64 bytes, default 64
Nov 02 10:05:14 archPC kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.0: Adding to iommu group 0
Nov 02 10:05:14 archPC kernel: pci 0000:00:01.3: Adding to iommu group 1
Nov 02 10:05:14 archPC kernel: pci 0000:00:02.0: Adding to iommu group 2
Nov 02 10:05:14 archPC kernel: Trying to unpack rootfs image as initramfs...
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.0: Adding to iommu group 3
Nov 02 10:05:14 archPC kernel: pci 0000:00:03.1: Adding to iommu group 4
Nov 02 10:05:14 archPC kernel: pci 0000:00:04.0: Adding to iommu group 5
Nov 02 10:05:14 archPC kernel: pci 0000:00:07.0: Adding to iommu group 6
Nov 02 10:05:14 archPC kernel: pci 0000:00:07.1: Adding to iommu group 7
Nov 02 10:05:14 archPC kernel: pci 0000:00:08.0: Adding to iommu group 8
Nov 02 10:05:14 archPC kernel: pci 0000:00:08.1: Adding to iommu group 9
Nov 02 10:05:14 archPC kernel: pci 0000:00:14.0: Adding to iommu group 10
Nov 02 10:05:14 archPC kernel: pci 0000:00:14.3: Adding to iommu group 10
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.0: Adding to iommu group 11
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.1: Adding to iommu group 11
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.2: Adding to iommu group 11
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.3: Adding to iommu group 11
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.4: Adding to iommu group 11
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.5: Adding to iommu group 11
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.6: Adding to iommu group 11
Nov 02 10:05:14 archPC kernel: pci 0000:00:18.7: Adding to iommu group 11
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.0: Adding to iommu group 12
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.1: Adding to iommu group 12
Nov 02 10:05:14 archPC kernel: pci 0000:01:00.2: Adding to iommu group 12
Nov 02 10:05:14 archPC kernel: pci 0000:02:00.0: Adding to iommu group 12
Nov 02 10:05:14 archPC kernel: pci 0000:02:04.0: Adding to iommu group 12
Nov 02 10:05:14 archPC kernel: pci 0000:02:05.0: Adding to iommu group 12
Nov 02 10:05:14 archPC kernel: pci 0000:02:06.0: Adding to iommu group 12
Nov 02 10:05:14 archPC kernel: pci 0000:02:07.0: Adding to iommu group 12
Nov 02 10:05:14 archPC kernel: pci 0000:06:00.0: Adding to iommu group 12
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.0: Adding to iommu group 13
Nov 02 10:05:14 archPC kernel: pci 0000:08:00.1: Adding to iommu group 13
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.0: Adding to iommu group 14
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.2: Adding to iommu group 15
Nov 02 10:05:14 archPC kernel: pci 0000:09:00.3: Adding to iommu group 16
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.0: Adding to iommu group 17
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.2: Adding to iommu group 18
Nov 02 10:05:14 archPC kernel: pci 0000:0a:00.3: Adding to iommu group 19
Nov 02 10:05:14 archPC kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Nov 02 10:05:14 archPC kernel: AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Nov 02 10:05:14 archPC kernel: AMD-Vi: Interrupt remapping enabled
Nov 02 10:05:14 archPC kernel: AMD-Vi: Virtual APIC enabled
Nov 02 10:05:14 archPC kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 02 10:05:14 archPC kernel: software IO TLB: mapped [mem 0x00000000d3526000-0x00000000d7526000] (64MB)
Nov 02 10:05:14 archPC kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Nov 02 10:05:14 archPC kernel: Initialise system trusted keyrings
Nov 02 10:05:14 archPC kernel: Key type blacklist registered
Nov 02 10:05:14 archPC kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Nov 02 10:05:14 archPC kernel: zbud: loaded
Nov 02 10:05:14 archPC kernel: integrity: Platform Keyring initialized
Nov 02 10:05:14 archPC kernel: integrity: Machine keyring initialized
Nov 02 10:05:14 archPC kernel: Key type asymmetric registered
Nov 02 10:05:14 archPC kernel: Asymmetric key parser 'x509' registered
Nov 02 10:05:14 archPC kernel: Freeing initrd memory: 8652K
Nov 02 10:05:14 archPC kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Nov 02 10:05:14 archPC kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Nov 02 10:05:14 archPC kernel: io scheduler mq-deadline registered
Nov 02 10:05:14 archPC kernel: io scheduler kyber registered
Nov 02 10:05:14 archPC kernel: io scheduler bfq registered
Nov 02 10:05:14 archPC kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 26
Nov 02 10:05:14 archPC kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 27
Nov 02 10:05:14 archPC kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 28
Nov 02 10:05:14 archPC kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 30
Nov 02 10:05:14 archPC kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 02 10:05:14 archPC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Nov 02 10:05:14 archPC kernel: ACPI: button: Power Button [PWRB]
Nov 02 10:05:14 archPC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Nov 02 10:05:14 archPC kernel: ACPI: button: Power Button [PWRF]
Nov 02 10:05:14 archPC kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 02 10:05:14 archPC kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Nov 02 10:05:14 archPC kernel: Non-volatile memory driver v1.3
Nov 02 10:05:14 archPC kernel: Linux agpgart interface v0.103
Nov 02 10:05:14 archPC kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Nov 02 10:05:14 archPC kernel: ACPI: bus type drm_connector registered
Nov 02 10:05:14 archPC kernel: ahci 0000:01:00.1: version 3.0
Nov 02 10:05:14 archPC kernel: ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
Nov 02 10:05:14 archPC kernel: ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
Nov 02 10:05:14 archPC kernel: ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
Nov 02 10:05:14 archPC kernel: scsi host0: ahci
Nov 02 10:05:14 archPC kernel: scsi host1: ahci
Nov 02 10:05:14 archPC kernel: scsi host2: ahci
Nov 02 10:05:14 archPC kernel: scsi host3: ahci
Nov 02 10:05:14 archPC kernel: scsi host4: ahci
Nov 02 10:05:14 archPC kernel: scsi host5: ahci
Nov 02 10:05:14 archPC kernel: scsi host6: ahci
Nov 02 10:05:14 archPC kernel: scsi host7: ahci
Nov 02 10:05:14 archPC kernel: ata1: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680100 irq 40
Nov 02 10:05:14 archPC kernel: ata2: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680180 irq 40
Nov 02 10:05:14 archPC kernel: ata3: DUMMY
Nov 02 10:05:14 archPC kernel: ata4: DUMMY
Nov 02 10:05:14 archPC kernel: ata5: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680300 irq 40
Nov 02 10:05:14 archPC kernel: ata6: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680380 irq 40
Nov 02 10:05:14 archPC kernel: ata7: DUMMY
Nov 02 10:05:14 archPC kernel: ata8: DUMMY
Nov 02 10:05:14 archPC kernel: ahci 0000:0a:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Nov 02 10:05:14 archPC kernel: ahci 0000:0a:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Nov 02 10:05:14 archPC kernel: scsi host8: ahci
Nov 02 10:05:14 archPC kernel: ata9: SATA max UDMA/133 abar m4096@0xf6708000 port 0xf6708100 irq 42
Nov 02 10:05:14 archPC kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Nov 02 10:05:14 archPC kernel: ehci-pci: EHCI PCI platform driver
Nov 02 10:05:14 archPC kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Nov 02 10:05:14 archPC kernel: ohci-pci: OHCI PCI platform driver
Nov 02 10:05:14 archPC kernel: uhci_hcd: USB Universal Host Controller Interface driver
Nov 02 10:05:14 archPC kernel: usbcore: registered new interface driver usbserial_generic
Nov 02 10:05:14 archPC kernel: usbserial: USB Serial support registered for generic
Nov 02 10:05:14 archPC kernel: rtc_cmos 00:01: RTC can wake from S4
Nov 02 10:05:14 archPC kernel: rtc_cmos 00:01: registered as rtc0
Nov 02 10:05:14 archPC kernel: rtc_cmos 00:01: setting system clock to 2022-11-02T08:04:46 UTC (1667376286)
Nov 02 10:05:14 archPC kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Nov 02 10:05:14 archPC kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 02 10:05:14 archPC kernel: efifb: probing for efifb
Nov 02 10:05:14 archPC kernel: efifb: showing boot graphics
Nov 02 10:05:14 archPC kernel: efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
Nov 02 10:05:14 archPC kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Nov 02 10:05:14 archPC kernel: efifb: scrolling: redraw
Nov 02 10:05:14 archPC kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Nov 02 10:05:14 archPC kernel: fbcon: Deferring console take-over
Nov 02 10:05:14 archPC kernel: fb0: EFI VGA frame buffer device
Nov 02 10:05:14 archPC kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 02 10:05:14 archPC kernel: drop_monitor: Initializing network drop monitor service
Nov 02 10:05:14 archPC kernel: Initializing XFRM netlink socket
Nov 02 10:05:14 archPC kernel: NET: Registered PF_INET6 protocol family
Nov 02 10:05:14 archPC kernel: Segment Routing with IPv6
Nov 02 10:05:14 archPC kernel: RPL Segment Routing with IPv6
Nov 02 10:05:14 archPC kernel: In-situ OAM (IOAM) with IPv6
Nov 02 10:05:14 archPC kernel: NET: Registered PF_PACKET protocol family
Nov 02 10:05:14 archPC kernel: microcode: CPU0: patch_level=0x08001138
Nov 02 10:05:14 archPC kernel: microcode: CPU1: patch_level=0x08001138
Nov 02 10:05:14 archPC kernel: microcode: CPU2: patch_level=0x08001138
Nov 02 10:05:14 archPC kernel: microcode: CPU3: patch_level=0x08001138
Nov 02 10:05:14 archPC kernel: microcode: Microcode Update Driver: v2.2.
Nov 02 10:05:14 archPC kernel: IPI shorthand broadcast: enabled
Nov 02 10:05:14 archPC kernel: sched_clock: Marking stable (405084405, 338313)->(413380067, -7957349)
Nov 02 10:05:14 archPC kernel: registered taskstats version 1
Nov 02 10:05:14 archPC kernel: Loading compiled-in X.509 certificates
Nov 02 10:05:14 archPC kernel: Loaded X.509 cert 'Build time autogenerated kernel key: d5fbdc968feb0e8004bf0fee52ec424ebaaaede8'
Nov 02 10:05:14 archPC kernel: zswap: loaded using pool lz4/z3fold
Nov 02 10:05:14 archPC kernel: Key type ._fscrypt registered
Nov 02 10:05:14 archPC kernel: Key type .fscrypt registered
Nov 02 10:05:14 archPC kernel: Key type fscrypt-provisioning registered
Nov 02 10:05:14 archPC kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 02 10:05:14 archPC kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Nov 02 10:05:14 archPC kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 02 10:05:14 archPC kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Nov 02 10:05:14 archPC kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 02 10:05:14 archPC kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Nov 02 10:05:14 archPC kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 02 10:05:14 archPC kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Nov 02 10:05:14 archPC kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 02 10:05:14 archPC kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Nov 02 10:05:14 archPC kernel: PM:   Magic number: 14:539:67
Nov 02 10:05:14 archPC kernel: memory memory95: hash matches
Nov 02 10:05:14 archPC kernel: RAS: Correctable Errors collector initialized.
Nov 02 10:05:14 archPC kernel: ata1: SATA link down (SStatus 0 SControl 300)
Nov 02 10:05:14 archPC kernel: ata9: SATA link down (SStatus 0 SControl 300)
Nov 02 10:05:14 archPC kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 02 10:05:14 archPC kernel: ata2.00: ATA-10: WDC WD10EZEX-08WN4A0, 02.01A02, max UDMA/100
Nov 02 10:05:14 archPC kernel: ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Nov 02 10:05:14 archPC kernel: ata2.00: Features: NCQ-prio
Nov 02 10:05:14 archPC kernel: ata2.00: configured for UDMA/100
Nov 02 10:05:14 archPC kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC WD10EZEX-08W 1A02 PQ: 0 ANSI: 5
Nov 02 10:05:14 archPC kernel: sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Nov 02 10:05:14 archPC kernel: sd 1:0:0:0: [sda] 4096-byte physical blocks
Nov 02 10:05:14 archPC kernel: sd 1:0:0:0: [sda] Write Protect is off
Nov 02 10:05:14 archPC kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 02 10:05:14 archPC kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 02 10:05:14 archPC kernel: sd 1:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Nov 02 10:05:14 archPC kernel:  sda: sda1 sda2 sda3
Nov 02 10:05:14 archPC kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Nov 02 10:05:14 archPC kernel: tsc: Refined TSC clocksource calibration: 3493.435 MHz
Nov 02 10:05:14 archPC kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325b17c40e7, max_idle_ns: 440795347064 ns
Nov 02 10:05:14 archPC kernel: clocksource: Switched to clocksource tsc
Nov 02 10:05:14 archPC kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 02 10:05:14 archPC kernel: ata5.00: ATA-9: SanDisk SDSSDA120G, Z33130RL, max UDMA/133
Nov 02 10:05:14 archPC kernel: ata5.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 02 10:05:14 archPC kernel: ata5.00: Features: Dev-Sleep
Nov 02 10:05:14 archPC kernel: ata5.00: configured for UDMA/133
Nov 02 10:05:14 archPC kernel: scsi 4:0:0:0: Direct-Access     ATA      SanDisk SDSSDA12 30RL PQ: 0 ANSI: 5
Nov 02 10:05:14 archPC kernel: sd 4:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
Nov 02 10:05:14 archPC kernel: sd 4:0:0:0: [sdb] Write Protect is off
Nov 02 10:05:14 archPC kernel: sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Nov 02 10:05:14 archPC kernel: sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 02 10:05:14 archPC kernel: sd 4:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
Nov 02 10:05:14 archPC kernel:  sdb: sdb1 sdb2 sdb3
Nov 02 10:05:14 archPC kernel: sd 4:0:0:0: [sdb] Attached SCSI disk
Nov 02 10:05:14 archPC kernel: ata6: SATA link down (SStatus 0 SControl 300)
Nov 02 10:05:14 archPC kernel: Freeing unused decrypted memory: 2036K
Nov 02 10:05:14 archPC kernel: Freeing unused kernel image (initmem) memory: 2124K
Nov 02 10:05:14 archPC kernel: Write protecting the kernel read-only data: 28672k
Nov 02 10:05:14 archPC kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Nov 02 10:05:14 archPC kernel: Freeing unused kernel image (rodata/data gap) memory: 964K
Nov 02 10:05:14 archPC kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 02 10:05:14 archPC kernel: rodata_test: all tests were successful
Nov 02 10:05:14 archPC kernel: Run /init as init process
Nov 02 10:05:14 archPC kernel:   with arguments:
Nov 02 10:05:14 archPC kernel:     /init
Nov 02 10:05:14 archPC kernel:   with environment:
Nov 02 10:05:14 archPC kernel:     HOME=/
Nov 02 10:05:14 archPC kernel:     TERM=linux
Nov 02 10:05:14 archPC kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Nov 02 10:05:14 archPC kernel: fbcon: Taking over console
Nov 02 10:05:14 archPC kernel: Console: switching to colour frame buffer device 128x48
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000010048000410
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 02 10:05:14 archPC kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
Nov 02 10:05:14 archPC kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 02 10:05:14 archPC kernel: usb usb1: Product: xHCI Host Controller
Nov 02 10:05:14 archPC kernel: usb usb1: Manufacturer: Linux 6.0.6-arch1-1 xhci-hcd
Nov 02 10:05:14 archPC kernel: usb usb1: SerialNumber: 0000:01:00.0
Nov 02 10:05:14 archPC kernel: hub 1-0:1.0: USB hub found
Nov 02 10:05:14 archPC kernel: hub 1-0:1.0: 10 ports detected
Nov 02 10:05:14 archPC kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 02 10:05:14 archPC kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
Nov 02 10:05:14 archPC kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 02 10:05:14 archPC kernel: usb usb2: Product: xHCI Host Controller
Nov 02 10:05:14 archPC kernel: usb usb2: Manufacturer: Linux 6.0.6-arch1-1 xhci-hcd
Nov 02 10:05:14 archPC kernel: usb usb2: SerialNumber: 0000:01:00.0
Nov 02 10:05:14 archPC kernel: hub 2-0:1.0: USB hub found
Nov 02 10:05:14 archPC kernel: hub 2-0:1.0: 4 ports detected
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:09:00.3: xHCI Host Controller
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 3
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:09:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000040000410
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:09:00.3: xHCI Host Controller
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 4
Nov 02 10:05:14 archPC kernel: xhci_hcd 0000:09:00.3: Host supports USB 3.0 SuperSpeed
Nov 02 10:05:14 archPC kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
Nov 02 10:05:14 archPC kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 02 10:05:14 archPC kernel: usb usb3: Product: xHCI Host Controller
Nov 02 10:05:14 archPC kernel: usb usb3: Manufacturer: Linux 6.0.6-arch1-1 xhci-hcd
Nov 02 10:05:14 archPC kernel: usb usb3: SerialNumber: 0000:09:00.3
Nov 02 10:05:14 archPC kernel: hub 3-0:1.0: USB hub found
Nov 02 10:05:14 archPC kernel: hub 3-0:1.0: 4 ports detected
Nov 02 10:05:14 archPC kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 02 10:05:14 archPC kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
Nov 02 10:05:14 archPC kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 02 10:05:14 archPC kernel: usb usb4: Product: xHCI Host Controller
Nov 02 10:05:14 archPC kernel: usb usb4: Manufacturer: Linux 6.0.6-arch1-1 xhci-hcd
Nov 02 10:05:14 archPC kernel: usb usb4: SerialNumber: 0000:09:00.3
Nov 02 10:05:14 archPC kernel: hub 4-0:1.0: USB hub found
Nov 02 10:05:14 archPC kernel: hub 4-0:1.0: 4 ports detected
Nov 02 10:05:14 archPC kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Nov 02 10:05:14 archPC kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Nov 02 10:05:14 archPC kernel: usb 3-3: New USB device found, idVendor=046d, idProduct=c092, bcdDevice=52.00
Nov 02 10:05:14 archPC kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 02 10:05:14 archPC kernel: usb 3-3: Product: G102 LIGHTSYNC Gaming Mouse
Nov 02 10:05:14 archPC kernel: usb 3-3: Manufacturer: Logitech
Nov 02 10:05:14 archPC kernel: usb 3-3: SerialNumber: 206D314A4143
Nov 02 10:05:14 archPC kernel: input: Logitech G102 LIGHTSYNC Gaming Mouse as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-3/3-3:1.0/0003:046D:C092.0001/input/input2
Nov 02 10:05:14 archPC kernel: hid-generic 0003:046D:C092.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:09:00.3-3/input0
Nov 02 10:05:14 archPC kernel: input: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-3/3-3:1.1/0003:046D:C092.0002/input/input3
Nov 02 10:05:14 archPC kernel: hid-generic 0003:046D:C092.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:09:00.3-3/input1
Nov 02 10:05:14 archPC kernel: usbcore: registered new interface driver usbhid
Nov 02 10:05:14 archPC kernel: usbhid: USB HID core driver
Nov 02 10:05:14 archPC kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
Nov 02 10:05:14 archPC kernel: usb 3-4: New USB device found, idVendor=1532, idProduct=0235, bcdDevice= 2.00
Nov 02 10:05:14 archPC kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 02 10:05:14 archPC kernel: usb 3-4: Product: Razer BlackWidow Lite
Nov 02 10:05:14 archPC kernel: usb 3-4: Manufacturer: Razer
Nov 02 10:05:14 archPC kernel: input: Razer Razer BlackWidow Lite as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.0/0003:1532:0235.0003/input/input6
Nov 02 10:05:14 archPC kernel: hid-generic 0003:1532:0235.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer BlackWidow Lite] on usb-0000:09:00.3-4/input0
Nov 02 10:05:14 archPC kernel: input: Razer Razer BlackWidow Lite Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.1/0003:1532:0235.0004/input/input7
Nov 02 10:05:14 archPC kernel: input: Razer Razer BlackWidow Lite as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.1/0003:1532:0235.0004/input/input8
Nov 02 10:05:14 archPC kernel: hid-generic 0003:1532:0235.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer BlackWidow Lite] on usb-0000:09:00.3-4/input1
Nov 02 10:05:14 archPC kernel: input: Razer Razer BlackWidow Lite as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.2/0003:1532:0235.0005/input/input9
Nov 02 10:05:14 archPC kernel: hid-generic 0003:1532:0235.0005: input,hidraw4: USB HID v1.11 Mouse [Razer Razer BlackWidow Lite] on usb-0000:09:00.3-4/input2
Nov 02 10:05:14 archPC kernel: usb 1-1: New USB device found, idVendor=046d, idProduct=085c, bcdDevice= 0.16
Nov 02 10:05:14 archPC kernel: usb 1-1: New USB device strings: Mfr=0, Product=2, SerialNumber=1
Nov 02 10:05:14 archPC kernel: usb 1-1: Product: C922 Pro Stream Webcam
Nov 02 10:05:14 archPC kernel: usb 1-1: SerialNumber: 8645B7BF
Nov 02 10:05:14 archPC kernel: usb 1-2: new full-speed USB device number 3 using xhci_hcd
Nov 02 10:05:14 archPC kernel: usb 1-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Nov 02 10:05:14 archPC kernel: usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Nov 02 10:05:14 archPC kernel: usb 1-2: Product: CSR8510 A10
Nov 02 10:05:14 archPC kernel: usb 1-9: new full-speed USB device number 4 using xhci_hcd
Nov 02 10:05:14 archPC kernel: usb 1-9: New USB device found, idVendor=1532, idProduct=0520, bcdDevice= 0.90
Nov 02 10:05:14 archPC kernel: usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 02 10:05:14 archPC kernel: usb 1-9: Product: Razer USB Audio Controller
Nov 02 10:05:14 archPC kernel: usb 1-9: Manufacturer: Razer
Nov 02 10:05:14 archPC kernel: usb 1-9: SerialNumber: 000000000000000000000000
Nov 02 10:05:14 archPC kernel: input: Razer Razer USB Audio Controller Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-9/1-9:1.5/0003:1532:0520.0006/input/input10
Nov 02 10:05:14 archPC kernel: input: Razer Razer USB Audio Controller as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-9/1-9:1.5/0003:1532:0520.0006/input/input11
Nov 02 10:05:14 archPC kernel: hid-generic 0003:1532:0520.0006: input,hiddev97,hidraw5: USB HID v1.11 Device [Razer Razer USB Audio Controller] on usb-0000:01:00.0-9/input5
Nov 02 10:05:14 archPC kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
Nov 02 10:05:14 archPC systemd[1]: systemd 251.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)
Nov 02 10:05:14 archPC systemd[1]: Detected architecture x86-64.
Nov 02 10:05:14 archPC systemd[1]: Hostname set to <archPC>.
Nov 02 10:05:14 archPC systemd[1]: Queued start job for default target Graphical Interface.
Nov 02 10:05:14 archPC systemd[1]: Created slice Slice /system/getty.
Nov 02 10:05:14 archPC systemd[1]: Created slice Slice /system/modprobe.
Nov 02 10:05:14 archPC systemd[1]: Created slice Slice /system/systemd-fsck.
Nov 02 10:05:14 archPC systemd[1]: Created slice User and Session Slice.
Nov 02 10:05:14 archPC systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 02 10:05:14 archPC systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 02 10:05:14 archPC systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 02 10:05:14 archPC systemd[1]: Reached target Local Encrypted Volumes.
Nov 02 10:05:14 archPC systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 02 10:05:14 archPC systemd[1]: Reached target Path Units.
Nov 02 10:05:14 archPC systemd[1]: Reached target Remote File Systems.
Nov 02 10:05:14 archPC systemd[1]: Reached target Slice Units.
Nov 02 10:05:14 archPC systemd[1]: Reached target Local Verity Protected Volumes.
Nov 02 10:05:14 archPC systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 02 10:05:14 archPC systemd[1]: Listening on LVM2 poll daemon socket.
Nov 02 10:05:14 archPC systemd[1]: Listening on Process Core Dump Socket.
Nov 02 10:05:14 archPC systemd[1]: Listening on Journal Audit Socket.
Nov 02 10:05:14 archPC systemd[1]: Listening on Journal Socket (/dev/log).
Nov 02 10:05:14 archPC systemd[1]: Listening on Journal Socket.
Nov 02 10:05:14 archPC systemd[1]: Listening on udev Control Socket.
Nov 02 10:05:14 archPC systemd[1]: Listening on udev Kernel Socket.
Nov 02 10:05:14 archPC systemd[1]: Mounting Huge Pages File System...
Nov 02 10:05:14 archPC systemd[1]: Mounting POSIX Message Queue File System...
Nov 02 10:05:14 archPC systemd[1]: Mounting Kernel Debug File System...
Nov 02 10:05:14 archPC systemd[1]: Mounting Kernel Trace File System...
Nov 02 10:05:14 archPC systemd[1]: Starting Create List of Static Device Nodes...
Nov 02 10:05:14 archPC systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 02 10:05:14 archPC systemd[1]: Starting Load Kernel Module configfs...
Nov 02 10:05:14 archPC systemd[1]: Starting Load Kernel Module drm...
Nov 02 10:05:14 archPC systemd[1]: Starting Load Kernel Module fuse...
Nov 02 10:05:14 archPC systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Nov 02 10:05:14 archPC systemd[1]: Starting Journal Service...
Nov 02 10:05:14 archPC systemd[1]: Starting Load Kernel Modules...
Nov 02 10:05:14 archPC systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 02 10:05:14 archPC systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Nov 02 10:05:14 archPC systemd[1]: Starting Coldplug All udev Devices...
Nov 02 10:05:14 archPC systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 02 10:05:14 archPC systemd[1]: Finished Load Kernel Module configfs.
Nov 02 10:05:14 archPC systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 02 10:05:14 archPC systemd[1]: Finished Load Kernel Module drm.
Nov 02 10:05:14 archPC systemd[1]: Mounting Kernel Configuration File System...
Nov 02 10:05:14 archPC kernel: fuse: init (API version 7.36)
Nov 02 10:05:14 archPC systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 02 10:05:14 archPC systemd[1]: Finished Load Kernel Module fuse.
Nov 02 10:05:14 archPC systemd[1]: Mounting FUSE Control File System...
Nov 02 10:05:14 archPC systemd[1]: Mounted Kernel Trace File System.
Nov 02 10:05:14 archPC systemd[1]: Mounted FUSE Control File System.
Nov 02 10:05:14 archPC systemd[1]: Mounted Huge Pages File System.
Nov 02 10:05:14 archPC systemd[1]: Mounted POSIX Message Queue File System.
Nov 02 10:05:14 archPC systemd[1]: Mounted Kernel Debug File System.
Nov 02 10:05:14 archPC systemd[1]: Mounted Kernel Configuration File System.
Nov 02 10:05:14 archPC systemd[1]: Finished Create List of Static Device Nodes.
Nov 02 10:05:14 archPC kernel: audit: type=1130 audit(1667376314.090: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'
Nov 02 10:05:14 archPC kernel: EXT4-fs (sda3): re-mounted. Quota mode: none.
Nov 02 10:05:14 archPC systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 02 10:05:14 archPC kernel: audit: type=1130 audit(1667376314.107:3): 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'
Nov 02 10:05:14 archPC systemd-journald[282]: Journal started
Nov 02 10:05:14 archPC systemd-journald[282]: Runtime Journal (/run/log/journal/02112a3f644140829eb9d122a4901d57) is 8.0M, max 796.5M, 788.5M free.
Nov 02 10:05:14 archPC 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'
Nov 02 10:05:14 archPC 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'
Nov 02 10:05:14 archPC systemd-modules-load[283]: Inserted module 'crypto_user'
Nov 02 10:05:14 archPC systemd[1]: Activating swap /swapfile...
Nov 02 10:05:14 archPC systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Nov 02 10:05:14 archPC systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
Nov 02 10:05:14 archPC 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'
Nov 02 10:05:14 archPC systemd[1]: Finished Coldplug All udev Devices.
Nov 02 10:05:14 archPC 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'
Nov 02 10:05:14 archPC systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 02 10:05:14 archPC systemd[1]: Starting Load/Save Random Seed...
Nov 02 10:05:14 archPC systemd[1]: Starting Create System Users...
Nov 02 10:05:14 archPC systemd[1]: Started Journal Service.
Nov 02 10:05:14 archPC kernel: audit: type=1130 audit(1667376314.267:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:14 archPC kernel: audit: type=1130 audit(1667376314.267:5): 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'
Nov 02 10:05:14 archPC swapon[290]: swapon: /swapfile: insecure permissions 0644, 0600 suggested.
Nov 02 10:05:14 archPC systemd-journald[282]: Time spent on flushing to /var/log/journal/02112a3f644140829eb9d122a4901d57 is 6.673ms for 948 entries.
Nov 02 10:05:14 archPC systemd-journald[282]: System Journal (/var/log/journal/02112a3f644140829eb9d122a4901d57) is 614.8M, max 4.0G, 3.3G free.
Nov 02 10:05:22 archPC systemd-journald[282]: Received client request to flush runtime journal.
Nov 02 10:05:22 archPC kernel: Adding 4194300k swap on /swapfile.  Priority:-2 extents:54 across:17113084k FS
Nov 02 10:05:22 archPC systemd-journald[282]: File /var/log/journal/02112a3f644140829eb9d122a4901d57/system.journal corrupted or uncleanly shut down, renaming and replacing.
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376315.077:6): 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'
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376315.607:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376316.000:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376317.014:9): 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'
Nov 02 10:05:22 archPC kernel: audit: type=1334 audit(1667376317.014:10): prog-id=9 op=LOAD
Nov 02 10:05:22 archPC kernel: audit: type=1334 audit(1667376317.014:11): prog-id=10 op=LOAD
Nov 02 10:05:22 archPC kernel: nvidia: loading out-of-tree module taints kernel.
Nov 02 10:05:22 archPC kernel: nvidia: module license 'NVIDIA' taints kernel.
Nov 02 10:05:22 archPC kernel: Disabling lock debugging due to kernel taint
Nov 02 10:05:22 archPC kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Nov 02 10:05:22 archPC kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 239
Nov 02 10:05:22 archPC kernel: 
Nov 02 10:05:22 archPC kernel: nvidia 0000:08:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Nov 02 10:05:22 archPC kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  520.56.06  Thu Oct  6 21:38:55 UTC 2022
Nov 02 10:05:22 archPC kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Nov 02 10:05:22 archPC kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Nov 02 10:05:22 archPC kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Nov 02 10:05:22 archPC kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Nov 02 10:05:22 archPC kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Nov 02 10:05:22 archPC kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  520.56.06  Thu Oct  6 21:22:53 UTC 2022
Nov 02 10:05:22 archPC kernel: nvidia-uvm: Loaded the UVM driver, major device number 237.
Nov 02 10:05:22 archPC kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Nov 02 10:05:22 archPC kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Nov 02 10:05:22 archPC kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Nov 02 10:05:22 archPC kernel: mc: Linux media interface: v0.10
Nov 02 10:05:22 archPC kernel: [drm] [nvidia-drm] [GPU ID 0x00000800] Loading driver
Nov 02 10:05:22 archPC kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:08:00.0 on minor 0
Nov 02 10:05:22 archPC kernel: ccp 0000:09:00.2: enabling device (0000 -> 0002)
Nov 02 10:05:22 archPC kernel: ccp 0000:09:00.2: ccp enabled
Nov 02 10:05:22 archPC kernel: ccp 0000:09:00.2: psp enabled
Nov 02 10:05:22 archPC kernel: videodev: Linux video capture interface: v2.00
Nov 02 10:05:22 archPC kernel: r8169 0000:06:00.0 eth0: RTL8168h/8111h, 10:7b:44:4d:c6:8c, XID 541, IRQ 50
Nov 02 10:05:22 archPC kernel: r8169 0000:06:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Nov 02 10:05:22 archPC kernel: Bluetooth: Core ver 2.22
Nov 02 10:05:22 archPC kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 02 10:05:22 archPC kernel: Bluetooth: HCI device and connection manager initialized
Nov 02 10:05:22 archPC kernel: Bluetooth: HCI socket layer initialized
Nov 02 10:05:22 archPC kernel: Bluetooth: L2CAP socket layer initialized
Nov 02 10:05:22 archPC kernel: Bluetooth: SCO socket layer initialized
Nov 02 10:05:22 archPC kernel: usb 1-1: Found UVC 1.00 device C922 Pro Stream Webcam (046d:085c)
Nov 02 10:05:22 archPC kernel: input: C922 Pro Stream Webcam as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.0/input/input12
Nov 02 10:05:22 archPC kernel: usbcore: registered new interface driver uvcvideo
Nov 02 10:05:22 archPC kernel: kauditd_printk_skb: 2 callbacks suppressed
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376319.377:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:22 archPC kernel: usbcore: registered new interface driver btusb
Nov 02 10:05:22 archPC kernel: snd_hda_intel 0000:08:00.1: Disabling MSI
Nov 02 10:05:22 archPC kernel: snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
Nov 02 10:05:22 archPC kernel: snd_hda_intel 0000:0a:00.3: enabling device (0000 -> 0002)
Nov 02 10:05:22 archPC kernel: mousedev: PS/2 mouse device common for all mice
Nov 02 10:05:22 archPC kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Nov 02 10:05:22 archPC kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Nov 02 10:05:22 archPC kernel: input: PC Speaker as /devices/platform/pcspkr/input/input20
Nov 02 10:05:22 archPC kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input13
Nov 02 10:05:22 archPC kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input14
Nov 02 10:05:22 archPC kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input15
Nov 02 10:05:22 archPC kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input16
Nov 02 10:05:22 archPC kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input17
Nov 02 10:05:22 archPC kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input18
Nov 02 10:05:22 archPC kernel: input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input19
Nov 02 10:05:22 archPC kernel: cryptd: max_cpu_qlen set to 1000
Nov 02 10:05:22 archPC kernel: AVX2 version of gcm_enc/dec engaged.
Nov 02 10:05:22 archPC kernel: AES CTR mode by8 optimization enabled
Nov 02 10:05:22 archPC kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Nov 02 10:05:22 archPC kernel: snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 02 10:05:22 archPC kernel: snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Nov 02 10:05:22 archPC kernel: snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
Nov 02 10:05:22 archPC kernel: snd_hda_codec_realtek hdaudioC2D0:    dig-out=0x11/0x0
Nov 02 10:05:22 archPC kernel: snd_hda_codec_realtek hdaudioC2D0:    inputs:
Nov 02 10:05:22 archPC kernel: snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
Nov 02 10:05:22 archPC kernel: snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
Nov 02 10:05:22 archPC kernel: snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
Nov 02 10:05:22 archPC kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input21
Nov 02 10:05:22 archPC kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input22
Nov 02 10:05:22 archPC kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input23
Nov 02 10:05:22 archPC kernel: input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input24
Nov 02 10:05:22 archPC kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input25
Nov 02 10:05:22 archPC kernel: usbcore: registered new interface driver snd-usb-audio
Nov 02 10:05:22 archPC kernel: r8169 0000:06:00.0 enp6s0: renamed from eth0
Nov 02 10:05:22 archPC kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 02 10:05:22 archPC kernel: asus_wmi: Initialization: 0x0
Nov 02 10:05:22 archPC kernel: asus_wmi: BIOS WMI version: 0.9
Nov 02 10:05:22 archPC kernel: asus_wmi: SFUN value: 0x0
Nov 02 10:05:22 archPC kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Nov 02 10:05:22 archPC kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input26
Nov 02 10:05:22 archPC kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -61
Nov 02 10:05:22 archPC kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -61
Nov 02 10:05:22 archPC kernel: SVM: TSC scaling supported
Nov 02 10:05:22 archPC kernel: kvm: Nested Virtualization enabled
Nov 02 10:05:22 archPC kernel: SVM: kvm: Nested Paging enabled
Nov 02 10:05:22 archPC kernel: SEV supported: 16 ASIDs
Nov 02 10:05:22 archPC kernel: SVM: Virtual VMLOAD VMSAVE supported
Nov 02 10:05:22 archPC kernel: SVM: Virtual GIF supported
Nov 02 10:05:22 archPC kernel: SVM: LBR virtualization supported
Nov 02 10:05:22 archPC kernel: MCE: In-kernel MCE decoding enabled.
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376320.190:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:22 archPC kernel: intel_rapl_common: Found RAPL domain package
Nov 02 10:05:22 archPC kernel: intel_rapl_common: Found RAPL domain core
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376320.527:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-BA00\x2d6587 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376322.477:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:15 archPC 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'
Nov 02 10:05:15 archPC 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'
Nov 02 10:05:16 archPC 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'
Nov 02 10:05:17 archPC 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'
Nov 02 10:05:17 archPC audit: BPF prog-id=9 op=LOAD
Nov 02 10:05:17 archPC audit: BPF prog-id=10 op=LOAD
Nov 02 10:05:18 archPC 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'
Nov 02 10:05:18 archPC 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'
Nov 02 10:05:19 archPC 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'
Nov 02 10:05:20 archPC 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'
Nov 02 10:05:20 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-BA00\x2d6587 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:22 archPC 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'
Nov 02 10:05:14 archPC systemd[1]: Activated swap /swapfile.
Nov 02 10:05:14 archPC systemd[1]: Reached target Swaps.
Nov 02 10:05:15 archPC systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Nov 02 10:05:15 archPC systemd[1]: Mounting Temporary Directory /tmp...
Nov 02 10:05:15 archPC systemd[1]: Finished Load/Save Random Seed.
Nov 02 10:05:15 archPC systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Nov 02 10:05:22 archPC systemd-fsck[439]: fsck.fat 4.2 (2021-01-31)
Nov 02 10:05:22 archPC systemd-fsck[439]: There are differences between boot sector and its backup.
Nov 02 10:05:22 archPC systemd-fsck[439]: This is mostly harmless. Differences: (offset:original/backup)
Nov 02 10:05:22 archPC systemd-fsck[439]:   65:01/00
Nov 02 10:05:22 archPC systemd-fsck[439]:   Not automatically fixing this.
Nov 02 10:05:22 archPC systemd-fsck[439]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Nov 02 10:05:22 archPC systemd-fsck[439]:  Automatically removing dirty bit.
Nov 02 10:05:22 archPC systemd-fsck[439]: *** Filesystem was changed ***
Nov 02 10:05:22 archPC systemd-fsck[439]: Writing changes.
Nov 02 10:05:22 archPC systemd-fsck[439]: /dev/sda1: 663 files, 4330/140517 clusters
Nov 02 10:05:15 archPC systemd[1]: Mounted Temporary Directory /tmp.
Nov 02 10:05:22 archPC 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'
Nov 02 10:05:15 archPC systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376322.530:18): 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'
Nov 02 10:05:16 archPC systemd[1]: Finished Create System Users.
Nov 02 10:05:16 archPC systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 02 10:05:17 archPC systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 02 10:05:17 archPC systemd[1]: Reached target Preparation for Local File Systems.
Nov 02 10:05:17 archPC systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 02 10:05:17 archPC systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 02 10:05:17 archPC systemd-udevd[298]: Using default interface naming scheme 'v251'.
Nov 02 10:05:18 archPC systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 02 10:05:18 archPC systemd-modules-load[283]: Inserted module 'nvidia_uvm'
Nov 02 10:05:18 archPC systemd[1]: Finished Load Kernel Modules.
Nov 02 10:05:18 archPC systemd[1]: Starting Apply Kernel Variables...
Nov 02 10:05:19 archPC systemd[1]: Finished Apply Kernel Variables.
Nov 02 10:05:19 archPC systemd[1]: Found device WDC_WD10EZEX-08WN4A0 1.
Nov 02 10:05:19 archPC systemd[1]: Starting File System Check on /dev/disk/by-uuid/BA00-6587...
Nov 02 10:05:19 archPC systemd-udevd[311]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Nov 02 10:05:19 archPC systemd-udevd[311]: 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-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Nov 02 10:05:19 archPC systemd[1]: Reached target Sound Card.
Nov 02 10:05:19 archPC systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 02 10:05:19 archPC systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Nov 02 10:05:19 archPC systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Nov 02 10:05:19 archPC systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Nov 02 10:05:19 archPC systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
Nov 02 10:05:19 archPC systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Nov 02 10:05:19 archPC systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 02 10:05:20 archPC systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 02 10:05:20 archPC systemd[1]: Finished File System Check on /dev/disk/by-uuid/BA00-6587.
Nov 02 10:05:20 archPC systemd[1]: Mounting /boot/EFI...
Nov 02 10:05:20 archPC systemd[1]: Mounted /boot/EFI.
Nov 02 10:05:20 archPC systemd[1]: Reached target Local File Systems.
Nov 02 10:05:20 archPC systemd[1]: Starting Rebuild Dynamic Linker Cache...
Nov 02 10:05:20 archPC systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
Nov 02 10:05:20 archPC systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 02 10:05:20 archPC systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 02 10:05:22 archPC systemd[1]: Finished Rebuild Dynamic Linker Cache.
Nov 02 10:05:22 archPC systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 02 10:05:22 archPC systemd[1]: Starting Create Volatile Files and Directories...
Nov 02 10:05:22 archPC systemd[1]: Finished Create Volatile Files and Directories.
Nov 02 10:05:22 archPC 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'
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376322.690:19): 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'
Nov 02 10:05:22 archPC systemd[1]: Starting Rebuild Journal Catalog...
Nov 02 10:05:22 archPC audit: BPF prog-id=11 op=LOAD
Nov 02 10:05:22 archPC systemd[1]: Starting Network Time Synchronization...
Nov 02 10:05:22 archPC systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 02 10:05:22 archPC kernel: audit: type=1334 audit(1667376322.710:20): prog-id=11 op=LOAD
Nov 02 10:05:22 archPC audit[459]: SYSTEM_BOOT pid=459 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:22 archPC kernel: audit: type=1127 audit(1667376322.750:21): pid=459 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:22 archPC systemd[1]: Finished Rebuild Journal Catalog.
Nov 02 10:05:22 archPC 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'
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376322.764:22): 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'
Nov 02 10:05:22 archPC systemd[1]: Starting Update is Completed...
Nov 02 10:05:22 archPC systemd[1]: Finished Update is Completed.
Nov 02 10:05:22 archPC 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'
Nov 02 10:05:22 archPC kernel: audit: type=1130 audit(1667376322.794:23): 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'
Nov 02 10:05:22 archPC systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 02 10:05:22 archPC 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'
Nov 02 10:05:22 archPC systemd[1]: Started Network Time Synchronization.
Nov 02 10:05:22 archPC 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'
Nov 02 10:05:22 archPC systemd[1]: Reached target System Initialization.
Nov 02 10:05:22 archPC systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 02 10:05:22 archPC systemd[1]: Reached target System Time Set.
Nov 02 10:05:22 archPC systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 02 10:05:22 archPC systemd[1]: Started Daily man-db regeneration.
Nov 02 10:05:22 archPC systemd[1]: Started Daily verification of password and group files.
Nov 02 10:05:22 archPC systemd[1]: Reached target Timer Units.
Nov 02 10:05:22 archPC systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 02 10:05:22 archPC systemd[1]: Reached target Socket Units.
Nov 02 10:05:22 archPC systemd[1]: Reached target Basic System.
Nov 02 10:05:22 archPC systemd[1]: Starting Bluetooth service...
Nov 02 10:05:22 archPC systemd[1]: Starting D-Bus System Message Bus...
Nov 02 10:05:22 archPC systemd[1]: Starting Initialize EDAC v3.0.0 Drivers For Machine Hardware...
Nov 02 10:05:22 archPC systemd[461]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Nov 02 10:05:22 archPC systemd[1]: Starting RAS daemon to log the RAS events...
Nov 02 10:05:22 archPC systemd[1]: SSH Key Generation was skipped because all trigger condition checks failed.
Nov 02 10:05:22 archPC audit: BPF prog-id=12 op=LOAD
Nov 02 10:05:22 archPC audit: BPF prog-id=13 op=LOAD
Nov 02 10:05:22 archPC audit: BPF prog-id=14 op=LOAD
Nov 02 10:05:22 archPC systemd[1]: Starting User Login Management...
Nov 02 10:05:23 archPC systemd-logind[467]: New seat seat0.
Nov 02 10:05:23 archPC systemd-logind[467]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 02 10:05:23 archPC systemd-logind[467]: Watching system buttons on /dev/input/event0 (Power Button)
Nov 02 10:05:23 archPC systemd-logind[467]: Watching system buttons on /dev/input/event3 (Logitech G102 LIGHTSYNC Gaming Mouse Keyboard)
Nov 02 10:05:23 archPC systemd-logind[467]: Watching system buttons on /dev/input/event4 (Razer Razer BlackWidow Lite)
Nov 02 10:05:23 archPC systemd-logind[467]: Watching system buttons on /dev/input/event5 (Razer Razer BlackWidow Lite Keyboard)
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Page offline choice on Corrected Errors is soft
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Threshold of memory Corrected Errors is 50 / 24h
Nov 02 10:05:23 archPC rasdaemon[466]: ras:mc_event event enabled
Nov 02 10:05:23 archPC rasdaemon[466]: rasdaemon: ras:mc_event event enabled
Nov 02 10:05:23 archPC rasdaemon[466]: rasdaemon: ras:aer_event event enabled
Nov 02 10:05:23 archPC rasdaemon[466]: rasdaemon: mce:mce_record event enabled
Nov 02 10:05:23 archPC rasdaemon[466]: rasdaemon: ras:extlog_mem_event event enabled
Nov 02 10:05:23 archPC rasdaemon[466]: rasdaemon: ras:non_standard_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: ras:mc_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Enabled event ras:mc_event
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: ras:aer_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Enabled event ras:aer_event
Nov 02 10:05:23 archPC rasdaemon[466]: ras:aer_event event enabled
Nov 02 10:05:23 archPC rasdaemon[466]: rasdaemon: ras:arm_event event enabled
Nov 02 10:05:23 archPC rasdaemon[466]: rasdaemon: devlink:devlink_health_report event enabled
Nov 02 10:05:23 archPC rasdaemon[466]: rasdaemon: block:block_rq_complete event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: ras:non_standard_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Enabled event ras:non_standard_event
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: ras:arm_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Enabled event ras:arm_event
Nov 02 10:05:23 archPC rasdaemon[466]: mce:mce_record event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: ras:mc_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: Enabled event ras:mc_event
Nov 02 10:05:23 archPC rasdaemon[466]: ras:extlog_mem_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: mce:mce_record event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Enabled event mce:mce_record
Nov 02 10:05:23 archPC rasdaemon[466]: ras:non_standard_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: ras:extlog_mem_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Enabled event ras:extlog_mem_event
Nov 02 10:05:23 archPC rasdaemon[466]: ras:arm_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: net:net_dev_xmit_timeout event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Enabled event net:net_dev_xmit_timeout
Nov 02 10:05:23 archPC rasdaemon[465]: ras:aer_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: Enabled event ras:aer_event
Nov 02 10:05:23 archPC rasdaemon[466]: devlink:devlink_health_report event enabled
Nov 02 10:05:23 archPC rasdaemon[466]: block:block_rq_complete event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: devlink:devlink_health_report event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Enabled event devlink:devlink_health_report
Nov 02 10:05:23 archPC rasdaemon[465]: ras:non_standard_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: Enabled event ras:non_standard_event
Nov 02 10:05:23 archPC rasdaemon[465]: ras:arm_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: block:block_rq_complete event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Enabled event block:block_rq_complete
Nov 02 10:05:23 archPC rasdaemon[465]: Enabled event ras:arm_event
Nov 02 10:05:23 archPC rasdaemon[465]: mce:mce_record event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: Enabled event mce:mce_record
Nov 02 10:05:23 archPC rasdaemon[465]: ras:extlog_mem_event event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: Enabled event ras:extlog_mem_event
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Listening to events for cpus 0 to 31
Nov 02 10:05:23 archPC rasdaemon[465]: net:net_dev_xmit_timeout event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: Enabled event net:net_dev_xmit_timeout
Nov 02 10:05:23 archPC rasdaemon[465]: devlink:devlink_health_report event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: Enabled event devlink:devlink_health_report
Nov 02 10:05:23 archPC rasdaemon[465]: block:block_rq_complete event enabled
Nov 02 10:05:23 archPC rasdaemon[465]: Enabled event block:block_rq_complete
Nov 02 10:05:23 archPC systemd[1]: Started RAS daemon to log the RAS events.
Nov 02 10:05:23 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rasdaemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:23 archPC bluetoothd[461]: Bluetooth daemon 5.65
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Recording mc_event events
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Recording aer_event events
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Recording extlog_event events
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Recording mce_record events
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Recording non_standard_event events
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Recording arm_event events
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Recording devlink_event events
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Recording disk_errors events
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 4
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 5
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 6
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 7
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 8
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 9
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 10
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 11
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 12
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 13
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 14
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 15
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 16
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 17
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 18
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 19
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 20
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 21
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 22
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 23
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 24
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 25
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 26
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 27
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 28
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 29
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 30
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Error on CPU 31
Nov 02 10:05:23 archPC rasdaemon[465]: rasdaemon: Old kernel detected. Stop listening and fall back to pthread way.
Nov 02 10:05:23 archPC kernel: BUG: kernel NULL pointer dereference, address: 00000000000001c8
Nov 02 10:05:23 archPC kernel: #PF: supervisor write access in kernel mode
Nov 02 10:05:23 archPC kernel: #PF: error_code(0x0002) - not-present page
Nov 02 10:05:24 archPC kernel: PGD 0 P4D 0 
Nov 02 10:05:24 archPC kernel: Oops: 0002 [#1] PREEMPT SMP NOPTI
Nov 02 10:05:24 archPC kernel: CPU: 1 PID: 465 Comm: rasdaemon Tainted: P           OE      6.0.6-arch1-1 #1 a46cc4b882cfc11c3bbb09d6a0fab3dcad53b5c2
Nov 02 10:05:24 archPC kernel: Hardware name: System manufacturer System Product Name/PRIME B350M-K, BIOS 5007 06/18/2019
Nov 02 10:05:24 archPC kernel: RIP: 0010:ring_buffer_wake_waiters+0x26/0xb0
Nov 02 10:05:24 archPC kernel: Code: 0b eb e9 90 66 0f 1f 00 41 54 4c 8d 67 10 55 48 89 fd 53 48 63 de 83 fb ff 74 38 48 8b 47 60 48 8b 2c d8 48 81 c5 78 01 00 00 <48> 83 45 50 01 31 c9 31 d2 48 8d 7d 20 be 03 00 00 00 e8 b3 bb f4
Nov 02 10:05:24 archPC kernel: RSP: 0018:ffffb0c6c147bda0 EFLAGS: 00010206
Nov 02 10:05:24 archPC kernel: RAX: ffff9c33046b0a00 RBX: 0000000000000004 RCX: 0000000000000001
Nov 02 10:05:24 archPC kernel: RDX: ffff9c3303e8a000 RSI: 0000000000000004 RDI: ffff9c33046b0800
Nov 02 10:05:24 archPC kernel: RBP: 0000000000000178 R08: ffff9c330533b210 R09: ffff9c3318b937b0
Nov 02 10:05:24 archPC kernel: R10: 0000000000000000 R11: 0000000000000001 R12: ffff9c33046b0810
Nov 02 10:05:24 archPC kernel: R13: ffff9c33079d16a0 R14: ffff9c3318b51f00 R15: 0000000000000000
Nov 02 10:05:24 archPC kernel: FS:  00007f98ff41e740(0000) GS:ffff9c360ea40000(0000) knlGS:0000000000000000
Nov 02 10:05:24 archPC kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 02 10:05:24 archPC kernel: CR2: 00000000000001c8 CR3: 0000000103b74000 CR4: 00000000003506e0
Nov 02 10:05:24 archPC kernel: Call Trace:
Nov 02 10:05:24 archPC kernel:  <TASK>
Nov 02 10:05:24 archPC kernel:  tracing_buffers_release+0x4d/0x90
Nov 02 10:05:24 archPC kernel:  __fput+0x89/0x250
Nov 02 10:05:24 archPC kernel:  task_work_run+0x60/0x90
Nov 02 10:05:24 archPC kernel:  exit_to_user_mode_prepare+0x1a7/0x1d0
Nov 02 10:05:24 archPC kernel:  syscall_exit_to_user_mode+0x1b/0x40
Nov 02 10:05:24 archPC kernel:  do_syscall_64+0x6b/0x90
Nov 02 10:05:24 archPC kernel:  ? __rseq_handle_notify_resume+0xad/0x4a0
Nov 02 10:05:24 archPC kernel:  ? mntput_no_expire+0x4a/0x250
Nov 02 10:05:24 archPC kernel:  ? call_rcu+0xe2/0x6c0
Nov 02 10:05:24 archPC kernel:  ? exit_to_user_mode_prepare+0x145/0x1d0
Nov 02 10:05:24 archPC kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Nov 02 10:05:24 archPC kernel:  ? do_syscall_64+0x6b/0x90
Nov 02 10:05:24 archPC kernel:  entry_SYSCALL_64_after_hwframe+0x63/0xcd
Nov 02 10:05:24 archPC kernel: RIP: 0033:0x7f98ff600774
Nov 02 10:05:24 archPC kernel: Code: eb b2 67 e8 1e 02 02 00 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 f3 0f 1e fa 80 3d ad 8d 0e 00 00 74 13 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 44 c3 0f 1f 00 48 83 ec 18 89 7c 24 0c e8 d3
Nov 02 10:05:24 archPC kernel: RSP: 002b:00007ffcf8225758 EFLAGS: 00000202 ORIG_RAX: 0000000000000003
Nov 02 10:05:24 archPC kernel: RAX: 0000000000000000 RBX: 0000000000000004 RCX: 00007f98ff600774
Nov 02 10:05:24 archPC kernel: RDX: 0000000000000021 RSI: 00007ffcf82259e0 RDI: 0000000000000009
Nov 02 10:05:24 archPC kernel: RBP: 00007ffcf8226eb0 R08: 000056232acd52f0 R09: 0000000000000000
Nov 02 10:05:24 archPC kernel: R10: 0000000000000008 R11: 0000000000000202 R12: 00007ffcf82257e0
Nov 02 10:05:24 archPC kernel: R13: 0000000000000001 R14: 0000000000000021 R15: 000056232acd97a0
Nov 02 10:05:24 archPC kernel:  </TASK>
Nov 02 10:05:24 archPC kernel: Modules linked in: vfat fat intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd kvm eeepc_wmi asus_wmi irqbypass sparse_keymap platform_profile video crct10dif_pclmul crc32_pclmul snd_hda_codec_realtek polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel aesni_intel wmi_bmof crypto_simd cryptd pcspkr snd_hda_codec_generic rapl snd_hda_codec_hdmi ledtrig_audio joydev mousedev snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi btusb snd_hda_codec btrtl snd_usb_audio btbcm btintel uvcvideo btmtk videobuf2_vmalloc snd_usbmidi_lib snd_hda_core videobuf2_memops snd_hwdep snd_rawmidi videobuf2_v4l2 bluetooth snd_seq_device videobuf2_common r8169 snd_pcm ecdh_generic videodev snd_timer realtek ccp rfkill mc sp5100_tco mdio_devres nvidia_drm(POE) snd gpio_amdpt soundcore i2c_piix4 libphy gpio_generic rng_core k10temp mac_hid wmi nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 usbhid
Nov 02 10:05:24 archPC kernel:  crc32c_intel xhci_pci xhci_pci_renesas
Nov 02 10:05:24 archPC kernel: CR2: 00000000000001c8
Nov 02 10:05:24 archPC kernel: ---[ end trace 0000000000000000 ]---
Nov 02 10:05:24 archPC kernel: RIP: 0010:ring_buffer_wake_waiters+0x26/0xb0
Nov 02 10:05:24 archPC kernel: Code: 0b eb e9 90 66 0f 1f 00 41 54 4c 8d 67 10 55 48 89 fd 53 48 63 de 83 fb ff 74 38 48 8b 47 60 48 8b 2c d8 48 81 c5 78 01 00 00 <48> 83 45 50 01 31 c9 31 d2 48 8d 7d 20 be 03 00 00 00 e8 b3 bb f4
Nov 02 10:05:24 archPC kernel: RSP: 0018:ffffb0c6c147bda0 EFLAGS: 00010206
Nov 02 10:05:24 archPC kernel: RAX: ffff9c33046b0a00 RBX: 0000000000000004 RCX: 0000000000000001
Nov 02 10:05:24 archPC kernel: RDX: ffff9c3303e8a000 RSI: 0000000000000004 RDI: ffff9c33046b0800
Nov 02 10:05:24 archPC kernel: RBP: 0000000000000178 R08: ffff9c330533b210 R09: ffff9c3318b937b0
Nov 02 10:05:24 archPC kernel: R10: 0000000000000000 R11: 0000000000000001 R12: ffff9c33046b0810
Nov 02 10:05:24 archPC kernel: R13: ffff9c33079d16a0 R14: ffff9c3318b51f00 R15: 0000000000000000
Nov 02 10:05:24 archPC kernel: FS:  00007f98ff41e740(0000) GS:ffff9c360ea40000(0000) knlGS:0000000000000000
Nov 02 10:05:24 archPC kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 02 10:05:24 archPC kernel: CR2: 00000000000001c8 CR3: 0000000103b74000 CR4: 00000000003506e0
Nov 02 10:05:24 archPC systemd[1]: Started D-Bus System Message Bus.
Nov 02 10:05:24 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:24 archPC dbus-daemon[463]: [system] Successfully activated service 'org.freedesktop.systemd1'
Nov 02 10:05:24 archPC kernel: kauditd_printk_skb: 6 callbacks suppressed
Nov 02 10:05:24 archPC kernel: audit: type=1130 audit(1667376324.657:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:24 archPC systemd[1]: Starting Network Manager...
Nov 02 10:05:24 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:24 archPC systemd[1]: Started Bluetooth service.
Nov 02 10:05:24 archPC systemd[1]: Started User Login Management.
Nov 02 10:05:24 archPC systemd[1]: Reached target Bluetooth Support.
Nov 02 10:05:24 archPC 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'
Nov 02 10:05:24 archPC kernel: audit: type=1130 audit(1667376324.684:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:24 archPC kernel: audit: type=1130 audit(1667376324.684:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:24 archPC bluetoothd[461]: Starting SDP server
Nov 02 10:05:24 archPC ras-mc-ctl[464]: ras-mc-ctl: Error: No dimm labels for ASUSTeK COMPUTER INC. model PRIME B350M-K
Nov 02 10:05:24 archPC systemd[1]: Finished Initialize EDAC v3.0.0 Drivers For Machine Hardware.
Nov 02 10:05:24 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ras-mc-ctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:24 archPC kernel: audit: type=1130 audit(1667376324.967:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ras-mc-ctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:25 archPC systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 02 10:05:25 archPC 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'
Nov 02 10:05:25 archPC kernel: audit: type=1131 audit(1667376325.197:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.4249] NetworkManager (version 1.40.2-1) is starting... (boot:ed7b6f33-1cd0-4d25-a356-2aa92d10e835)
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.4250] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 02 10:05:25 archPC systemd[1]: Started Network Manager.
Nov 02 10:05:25 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:25 archPC systemd[1]: Reached target Network.
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.4446] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 02 10:05:25 archPC kernel: audit: type=1130 audit(1667376325.440:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.4690] manager[0x5653eaa76030]: monitoring kernel firmware directory '/lib/firmware'.
Nov 02 10:05:25 archPC dbus-daemon[463]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=487 comm="/usr/bin/NetworkManager --no-daemon")
Nov 02 10:05:25 archPC systemd[1]: Started OpenSSH Daemon.
Nov 02 10:05:25 archPC 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'
Nov 02 10:05:25 archPC systemd[1]: Starting Permit User Sessions...
Nov 02 10:05:25 archPC kernel: audit: type=1130 audit(1667376325.470:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:25 archPC systemd[1]: Finished Permit User Sessions.
Nov 02 10:05:25 archPC 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'
Nov 02 10:05:25 archPC systemd[1]: Started Getty on tty1.
Nov 02 10:05:25 archPC 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'
Nov 02 10:05:25 archPC systemd[1]: Reached target Login Prompts.
Nov 02 10:05:25 archPC systemd[1]: Reached target Multi-User System.
Nov 02 10:05:25 archPC systemd[1]: Reached target Graphical Interface.
Nov 02 10:05:25 archPC audit: BPF prog-id=15 op=LOAD
Nov 02 10:05:25 archPC systemd[1]: Starting Hostname Service...
Nov 02 10:05:25 archPC kernel: audit: type=1130 audit(1667376325.504:37): 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'
Nov 02 10:05:25 archPC kernel: audit: type=1130 audit(1667376325.507:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:25 archPC kernel: audit: type=1334 audit(1667376325.507:39): prog-id=15 op=LOAD
Nov 02 10:05:25 archPC audit: BPF prog-id=16 op=LOAD
Nov 02 10:05:25 archPC audit: BPF prog-id=17 op=LOAD
Nov 02 10:05:25 archPC dbus-daemon[463]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 02 10:05:25 archPC systemd[1]: Started Hostname Service.
Nov 02 10:05:25 archPC systemd[1]: Startup finished in 16.842s (firmware) + 5.790s (loader) + 22.712s (kernel) + 16.755s (userspace) = 1min 2.100s.
Nov 02 10:05:25 archPC 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'
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.6044] hostname: hostname: using hostnamed
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.6044] hostname: static hostname changed from (none) to "archPC"
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.6158] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.6164] manager[0x5653eaa76030]: rfkill: Wi-Fi hardware radio set enabled
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.6164] manager[0x5653eaa76030]: rfkill: WWAN hardware radio set enabled
Nov 02 10:05:25 archPC sshd[491]: Server listening on 0.0.0.0 port 22.
Nov 02 10:05:25 archPC sshd[491]: Server listening on :: port 22.
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.7323] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-bluetooth.so)
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.8625] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-team.so)
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.8728] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-wifi.so)
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.8732] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-wwan.so)
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.8827] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-adsl.so)
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.8832] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-ovs.so)
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.8835] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.8835] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.8835] manager: Networking is enabled by state file
Nov 02 10:05:25 archPC dbus-daemon[463]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=487 comm="/usr/bin/NetworkManager --no-daemon")
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.8946] settings: Loaded settings plugin: keyfile (internal)
Nov 02 10:05:25 archPC systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.9198] dhcp: init: Using DHCP client 'internal'
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.9198] device (lo): carrier: link connected
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.9246] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.9254] manager: (enp6s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 02 10:05:25 archPC NetworkManager[487]: <info>  [1667376325.9256] device (enp6s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 02 10:05:25 archPC dbus-daemon[463]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 02 10:05:25 archPC systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 02 10:05:25 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:25 archPC kernel: Generic FE-GE Realtek PHY r8169-0-600:00: attached PHY driver (mii_bus:phy_addr=r8169-0-600:00, irq=MAC)
Nov 02 10:05:26 archPC NetworkManager[487]: <info>  [1667376326.1400] ovsdb: disconnected from ovsdb
Nov 02 10:05:26 archPC kernel: r8169 0000:06:00.0 enp6s0: Link is Down
Nov 02 10:05:27 archPC NetworkManager[487]: <info>  [1667376327.7281] device (enp6s0): carrier: link connected
Nov 02 10:05:27 archPC NetworkManager[487]: <info>  [1667376327.7286] device (enp6s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Nov 02 10:05:27 archPC NetworkManager[487]: <info>  [1667376327.7289] policy: auto-activating connection 'Wired connection 1' (99798792-cfe9-32ab-bc61-ea8717ed9905)
Nov 02 10:05:27 archPC NetworkManager[487]: <info>  [1667376327.7292] device (enp6s0): Activation: starting connection 'Wired connection 1' (99798792-cfe9-32ab-bc61-ea8717ed9905)
Nov 02 10:05:27 archPC NetworkManager[487]: <info>  [1667376327.7293] device (enp6s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 02 10:05:27 archPC NetworkManager[487]: <info>  [1667376327.7294] manager: NetworkManager state is now CONNECTING
Nov 02 10:05:27 archPC NetworkManager[487]: <info>  [1667376327.7295] device (enp6s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 02 10:05:27 archPC NetworkManager[487]: <info>  [1667376327.7299] device (enp6s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 02 10:05:27 archPC NetworkManager[487]: <info>  [1667376327.7302] dhcp4 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Nov 02 10:05:27 archPC kernel: r8169 0000:06:00.0 enp6s0: Link is Up - 100Mbps/Full - flow control rx/tx
Nov 02 10:05:27 archPC kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready
Nov 02 10:05:27 archPC NetworkManager[487]: <info>  [1667376327.7835] dhcp4 (enp6s0): state changed new lease, address=192.168.1.10
Nov 02 10:05:27 archPC NetworkManager[487]: <info>  [1667376327.7839] policy: set 'Wired connection 1' (enp6s0) as default for IPv4 routing and DNS
Nov 02 10:05:27 archPC dbus-daemon[463]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=487 comm="/usr/bin/NetworkManager --no-daemon")
Nov 02 10:05:27 archPC dbus-daemon[463]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Nov 02 10:05:31 archPC NetworkManager[487]: <info>  [1667376331.8830] dhcp6 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Nov 02 10:05:31 archPC NetworkManager[487]: <info>  [1667376331.8834] policy: set 'Wired connection 1' (enp6s0) as default for IPv6 routing and DNS
Nov 02 10:05:31 archPC NetworkManager[487]: <info>  [1667376331.9075] dhcp6 (enp6s0): state changed new lease
Nov 02 10:05:33 archPC NetworkManager[487]: <info>  [1667376333.8779] device (enp6s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 02 10:05:33 archPC NetworkManager[487]: <info>  [1667376333.8792] device (enp6s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 02 10:05:33 archPC NetworkManager[487]: <info>  [1667376333.8793] device (enp6s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 02 10:05:33 archPC NetworkManager[487]: <info>  [1667376333.8796] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 02 10:05:33 archPC NetworkManager[487]: <info>  [1667376333.8798] device (enp6s0): Activation: successful, device activated.
Nov 02 10:05:33 archPC NetworkManager[487]: <info>  [1667376333.8802] manager: startup complete
Nov 02 10:05:35 archPC systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 02 10:05:35 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:35 archPC kernel: kauditd_printk_skb: 4 callbacks suppressed
Nov 02 10:05:35 archPC kernel: audit: type=1131 audit(1667376335.980:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:36 archPC dbus-daemon[463]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=494 comm="/bin/login -p --       ")
Nov 02 10:05:36 archPC dbus-daemon[463]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 02 10:05:36 archPC login[494]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 02 10:05:38 archPC audit[494]: USER_AUTH pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 02 10:05:38 archPC audit[494]: USER_ACCT pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 02 10:05:38 archPC kernel: audit: type=1100 audit(1667376338.884:45): pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 02 10:05:38 archPC kernel: audit: type=1101 audit(1667376338.884:46): pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 02 10:05:38 archPC audit[494]: CRED_ACQ pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 02 10:05:38 archPC audit[494]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffcdd16aff0 a2=4 a3=7ffcdd16ad04 items=0 ppid=1 pid=494 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Nov 02 10:05:38 archPC audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
Nov 02 10:05:38 archPC login[494]: pam_unix(login:session): session opened for user reavey(uid=1000) by LOGIN(uid=0)
Nov 02 10:05:38 archPC kernel: audit: type=1103 audit(1667376338.900:47): pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 02 10:05:38 archPC kernel: audit: type=1006 audit(1667376338.900:48): pid=494 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Nov 02 10:05:38 archPC kernel: audit: type=1300 audit(1667376338.900:48): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffcdd16aff0 a2=4 a3=7ffcdd16ad04 items=0 ppid=1 pid=494 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Nov 02 10:05:38 archPC kernel: audit: type=1327 audit(1667376338.900:48): proctitle=2F62696E2F6C6F67696E002D70002D2D
Nov 02 10:05:38 archPC systemd[1]: Created slice User Slice of UID 1000.
Nov 02 10:05:38 archPC systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 02 10:05:38 archPC systemd-logind[467]: New session 1 of user reavey.
Nov 02 10:05:38 archPC systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 02 10:05:38 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:38 archPC systemd[1]: Starting User Manager for UID 1000...
Nov 02 10:05:38 archPC kernel: audit: type=1130 audit(1667376338.987:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:39 archPC dbus-daemon[463]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.9' (uid=0 pid=503 comm="(systemd)")
Nov 02 10:05:39 archPC dbus-daemon[463]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 02 10:05:39 archPC systemd[503]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 02 10:05:39 archPC audit[503]: USER_ACCT pid=503 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:39 archPC audit[503]: CRED_ACQ pid=503 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 02 10:05:39 archPC audit[503]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffce4fbcd10 a2=4 a3=7ffce4fbca24 items=0 ppid=1 pid=503 auid=1000 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)
Nov 02 10:05:39 archPC audit: PROCTITLE proctitle="(systemd)"
Nov 02 10:05:39 archPC systemd[503]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[reavey] ruser=[<unknown>] rhost=[<unknown>]
Nov 02 10:05:39 archPC systemd[503]: pam_unix(systemd-user:session): session opened for user reavey(uid=1000) by (uid=0)
Nov 02 10:05:39 archPC audit[503]: USER_START pid=503 uid=0 auid=1000 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_systemd,pam_env acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:39 archPC kernel: audit: type=1101 audit(1667376339.000:50): pid=503 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:39 archPC kernel: audit: type=1103 audit(1667376339.000:51): pid=503 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 02 10:05:39 archPC systemd-xdg-autostart-generator[508]: Exec binary '/usr/bin/skypeforlinux' does not exist: No such file or directory
Nov 02 10:05:39 archPC systemd-journald[282]: File /var/log/journal/02112a3f644140829eb9d122a4901d57/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Nov 02 10:05:39 archPC systemd-xdg-autostart-generator[508]: /home/reavey/.config/autostart/skypeforlinux.desktop: not generating unit, error parsing Exec= line: No such file or directory
Nov 02 10:05:39 archPC systemd-xdg-autostart-generator[508]: Exec binary '/opt/discord/Discord' does not exist: No such file or directory
Nov 02 10:05:39 archPC systemd-xdg-autostart-generator[508]: /home/reavey/.config/autostart/discord-stable.desktop: not generating unit, error parsing Exec= line: No such file or directory
Nov 02 10:05:39 archPC systemd[503]: Queued start job for default target Main User Target.
Nov 02 10:05:39 archPC systemd[503]: Created slice User Application Slice.
Nov 02 10:05:39 archPC systemd[503]: Reached target Paths.
Nov 02 10:05:39 archPC systemd[503]: Reached target Timers.
Nov 02 10:05:39 archPC systemd[503]: Starting D-Bus User Message Bus Socket...
Nov 02 10:05:39 archPC systemd[503]: Listening on GnuPG network certificate management daemon.
Nov 02 10:05:39 archPC systemd[503]: Listening on GNOME Keyring daemon.
Nov 02 10:05:39 archPC systemd[503]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 02 10:05:39 archPC systemd[503]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 02 10:05:39 archPC systemd[503]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 02 10:05:39 archPC systemd[503]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 02 10:05:39 archPC systemd[503]: Listening on p11-kit server.
Nov 02 10:05:39 archPC systemd[503]: Listening on PipeWire Multimedia System Socket.
Nov 02 10:05:39 archPC systemd[503]: Listening on Sound System.
Nov 02 10:05:39 archPC systemd[503]: Listening on D-Bus User Message Bus Socket.
Nov 02 10:05:39 archPC systemd[503]: Reached target Sockets.
Nov 02 10:05:39 archPC systemd[503]: Reached target Basic System.
Nov 02 10:05:39 archPC systemd[503]: Reached target Main User Target.
Nov 02 10:05:39 archPC systemd[503]: Startup finished in 559ms.
Nov 02 10:05:39 archPC systemd[1]: Started User Manager for UID 1000.
Nov 02 10:05:39 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:39 archPC systemd[1]: Started Session 1 of User reavey.
Nov 02 10:05:39 archPC audit[494]: USER_START pid=494 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 02 10:05:39 archPC audit[494]: CRED_REFR pid=494 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 02 10:05:39 archPC login[494]: LOGIN ON tty1 BY reavey
Nov 02 10:05:43 archPC systemd[503]: Created slice User Core Session Slice.
Nov 02 10:05:43 archPC systemd[503]: Starting D-Bus User Message Bus...
Nov 02 10:05:43 archPC systemd[503]: Started D-Bus User Message Bus.
Nov 02 10:05:43 archPC dbus-daemon[552]: [session uid=1000 pid=552] Successfully activated service 'org.freedesktop.systemd1'
Nov 02 10:05:53 archPC systemd-timesyncd[458]: Contacted time server [2001:67c:2cd4::194]:123 (2.arch.pool.ntp.org).
Nov 02 10:05:53 archPC systemd-timesyncd[458]: Initial clock synchronization to Wed 2022-11-02 10:05:52.950585 EET.
Nov 02 10:05:55 archPC systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 02 10:05:55 archPC 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'
Nov 02 10:05:55 archPC kernel: kauditd_printk_skb: 7 callbacks suppressed
Nov 02 10:05:55 archPC kernel: audit: type=1131 audit(1667376355.631:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:05:55 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 02 10:05:55 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 02 10:05:55 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 02 10:05:55 archPC kernel: audit: type=1334 audit(1667376355.709:58): prog-id=0 op=UNLOAD
Nov 02 10:05:55 archPC kernel: audit: type=1334 audit(1667376355.709:59): prog-id=0 op=UNLOAD
Nov 02 10:05:55 archPC kernel: audit: type=1334 audit(1667376355.709:60): prog-id=0 op=UNLOAD
Nov 02 10:05:57 archPC dbus-daemon[552]: [session uid=1000 pid=552] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.2' (uid=1000 pid=1096 comm="rofi -show drun -show-icons")
Nov 02 10:05:57 archPC systemd[503]: Starting Virtual filesystem service...
Nov 02 10:05:57 archPC dbus-daemon[552]: [session uid=1000 pid=552] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 02 10:05:57 archPC systemd[503]: Started Virtual filesystem service.
Nov 02 10:06:08 archPC dbus-daemon[463]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.25' (uid=0 pid=1879 comm="sudo pacman -S skype")
Nov 02 10:06:08 archPC dbus-daemon[463]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 02 10:06:08 archPC sudo[1879]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 02 10:06:09 archPC audit[1879]: USER_AUTH pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:09 archPC audit[1879]: USER_ACCT pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:09 archPC sudo[1879]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -S skype
Nov 02 10:06:09 archPC audit[1879]: CRED_REFR pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:09 archPC sudo[1879]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 02 10:06:09 archPC audit[1879]: USER_START pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:09 archPC kernel: audit: type=1100 audit(1667376369.492:61): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:09 archPC kernel: audit: type=1101 audit(1667376369.492:62): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:09 archPC kernel: audit: type=1110 audit(1667376369.492:63): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:09 archPC kernel: audit: type=1105 audit(1667376369.492:64): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:09 archPC audit[1879]: USER_END pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:09 archPC audit[1879]: CRED_DISP pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:09 archPC sudo[1879]: pam_unix(sudo:session): session closed for user root
Nov 02 10:06:09 archPC kernel: audit: type=1106 audit(1667376369.817:65): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:09 archPC kernel: audit: type=1104 audit(1667376369.817:66): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:31 archPC dbus-daemon[463]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.36' (uid=0 pid=5926 comm="sudo pacman -U --noconfirm --config /etc/pacman.co")
Nov 02 10:06:31 archPC audit[5926]: USER_ACCT pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:31 archPC dbus-daemon[463]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 02 10:06:31 archPC sudo[5926]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 02 10:06:31 archPC kernel: audit: type=1101 audit(1667376391.752:67): pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:31 archPC sudo[5926]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -U --noconfirm --config /etc/pacman.conf -- /home/reavey/.cache/yay/skypeforlinux-stable-bin/skypeforlinux-stable-bin-8.90.0.405-1-x86_64.pkg.tar.zst
Nov 02 10:06:31 archPC audit[5926]: CRED_REFR pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:31 archPC sudo[5926]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 02 10:06:31 archPC audit[5926]: USER_START pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:31 archPC kernel: audit: type=1110 audit(1667376391.756:68): pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:31 archPC kernel: audit: type=1105 audit(1667376391.756:69): pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:33 archPC sudo[5926]: pam_unix(sudo:session): session closed for user root
Nov 02 10:06:33 archPC audit[5926]: USER_END pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:33 archPC audit[5926]: CRED_DISP pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:33 archPC kernel: audit: type=1106 audit(1667376393.279:70): pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:33 archPC kernel: audit: type=1104 audit(1667376393.279:71): pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:06:44 archPC dbus-daemon[463]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=467 comm="/usr/lib/systemd/systemd-logind")
Nov 02 10:06:44 archPC systemd[1]: Starting Authorization Manager...
Nov 02 10:06:44 archPC polkitd[6692]: Started polkitd version 122
Nov 02 10:06:44 archPC polkitd[6692]: Loading rules from directory /etc/polkit-1/rules.d
Nov 02 10:06:44 archPC polkitd[6692]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 02 10:06:45 archPC polkitd[6692]: Finished loading, compiling and executing 4 rules
Nov 02 10:06:45 archPC dbus-daemon[463]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 02 10:06:45 archPC systemd[1]: Started Authorization Manager.
Nov 02 10:06:45 archPC polkitd[6692]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 02 10:06:45 archPC 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'
Nov 02 10:06:45 archPC kernel: audit: type=1130 audit(1667376405.016:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:06:47 archPC dbus-daemon[552]: [session uid=1000 pid=552] Activating service name='org.freedesktop.secrets' requested by ':1.6' (uid=1000 pid=6578 comm="/usr/share/skypeforlinux/skypeforlinux --executed-")
Nov 02 10:06:47 archPC systemd[503]: Started GNOME Keyring daemon.
Nov 02 10:06:47 archPC gnome-keyring-daemon[6826]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 02 10:06:47 archPC dbus-daemon[552]: [session uid=1000 pid=552] Successfully activated service 'org.freedesktop.secrets'
Nov 02 10:06:47 archPC gnome-keyring-daemon[6826]: The Secret Service was already initialized
Nov 02 10:06:47 archPC gnome-keyring-d[6826]: The Secret Service was already initialized
Nov 02 10:06:47 archPC gnome-keyring-daemon[6825]: discover_other_daemon: 1
Nov 02 10:06:47 archPC org.freedesktop.secrets[6825]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Nov 02 10:06:47 archPC gnome-keyring-daemon[6826]: Unsupported or unknown SSH key algorithm: ssh-ed25519
Nov 02 10:06:47 archPC gnome-keyring-d[6826]: Unsupported or unknown SSH key algorithm: ssh-ed25519
Nov 02 10:06:47 archPC dbus-daemon[552]: [session uid=1000 pid=552] Activating service name='org.gnome.keyring.SystemPrompter' requested by ':1.13' (uid=1000 pid=6826 comm="/usr/bin/gnome-keyring-daemon --foreground --compo")
Nov 02 10:06:47 archPC dbus-daemon[552]: [session uid=1000 pid=552] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.15' (uid=1000 pid=6853 comm="/usr/lib/gcr-prompter")
Nov 02 10:06:47 archPC systemd[503]: Starting Accessibility services bus...
Nov 02 10:06:47 archPC dbus-daemon[552]: [session uid=1000 pid=552] Successfully activated service 'org.a11y.Bus'
Nov 02 10:06:47 archPC systemd[503]: Started Accessibility services bus.
Nov 02 10:06:47 archPC at-spi-bus-launcher[6892]: dbus-daemon[6892]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=6853 comm="/usr/lib/gcr-prompter")
Nov 02 10:06:47 archPC gcr-prompter[6853]: GLib-GIO: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: bus acquired: org.gnome.keyring.SystemPrompter
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: registering prompter
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: bus acquired: org.gnome.keyring.PrivatePrompter
Nov 02 10:06:47 archPC dbus-daemon[552]: [session uid=1000 pid=552] Successfully activated service 'org.gnome.keyring.SystemPrompter'
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: acquired name: org.gnome.keyring.SystemPrompter
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: received BeginPrompting call from callback /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: preparing a prompt for callback /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: creating new GcrPromptDialog prompt
Nov 02 10:06:47 archPC gcr-prompter[6853]: GLib-GIO: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
Nov 02 10:06:47 archPC at-spi-bus-launcher[6892]: dbus-daemon[6892]: Successfully activated service 'org.a11y.atspi.Registry'
Nov 02 10:06:47 archPC at-spi-bus-launcher[6898]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: automatically selecting secret exchange protocol
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: generating public key
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: beginning the secret exchange: [sx-aes-1]\npublic=MNfKaAjI3RhVeZ5wdHZjbNVQViJ0zxlfGGbL5/+Wkm9b3Jopov75mwfqGb+wQPacrH26AH6Qz3ZvQkpjEEWs+4CeS5ASIqRtkvmWW2M5HQPKS+ik2/KctfJYjmEWZAiOVYwYV/9A0f6MCbbQmFlCH4o2mAsbOnxR2SdoEnsCjSk6AgQSZ86yv7kJ2T9SIcT6P/40KyTVxZ5ikcE34no/p8ifciKkBYA5rglg4GmoYQ0Lzh+rbzyy50VEj9EADB0J\n
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: calling the PromptReady method on /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: acquired name: org.gnome.keyring.PrivatePrompter
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: returned from the PromptReady method on /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: received PerformPrompt call from callback /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: receiving secret exchange: [sx-aes-1]\npublic=TuFN1vyyN6/MQd6B6KvRJ5vcFuOI7VE4CcQDNf2ZOnRAjMvPrEVT8a9+1MihZpIj9+WdFWieXnrAgg1Ab8bZ4nbdSGeaEZA4VBqJiYh7sNGo18dHufipXFNMT7P3o9KLRU8XyBZnFAbdr/zyg948HshoegPeAGTqPVbuf9gwyL8MTixTopgeC8+BxquJ2r8xjFVjtUkSDqG89l+K5ud76EYcMhQSOTAFIRezD6fLRv4GcJlcttu+oZ/OaebmkaHY\n
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: deriving shared transport key
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: deriving transport key
Nov 02 10:06:47 archPC gcr-prompter[6853]: Gcr: starting password prompt for callback /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: completed password prompt for callback :1.13@/org/gnome/keyring/Prompt/p2
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: encrypting data
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: sending the secret exchange: [sx-aes-1]\npublic=MNfKaAjI3RhVeZ5wdHZjbNVQViJ0zxlfGGbL5/+Wkm9b3Jopov75mwfqGb+wQPacrH26AH6Qz3ZvQkpjEEWs+4CeS5ASIqRtkvmWW2M5HQPKS+ik2/KctfJYjmEWZAiOVYwYV/9A0f6MCbbQmFlCH4o2mAsbOnxR2SdoEnsCjSk6AgQSZ86yv7kJ2T9SIcT6P/40KyTVxZ5ikcE34no/p8ifciKkBYA5rglg4GmoYQ0Lzh+rbzyy50VEj9EADB0J\nsecret=HfsWIPbfRatA+wm+DZbTcw==\niv=YPK4ks8rKfrHw1Uj+lb67g==\n
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: calling the PromptReady method on /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: returned from the PromptReady method on /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: received PerformPrompt call from callback /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: stopping prompting for operation /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: closing the prompt
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: stopping prompting for operation /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: couldn't find the callback for prompting operation /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: stopping prompting for operation /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: couldn't find the callback for prompting operation /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: stopping prompting for operation /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: couldn't find the callback for prompting operation /org/gnome/keyring/Prompt/p2@:1.13
Nov 02 10:06:49 archPC gcr-prompter[6853]: Gcr: calling the PromptDone method on /org/gnome/keyring/Prompt/p2@:1.13, and ignoring reply
Nov 02 10:06:52 archPC kernel: usb 1-1: reset high-speed USB device number 2 using xhci_hcd
Nov 02 10:06:53 archPC systemd[503]: Starting Sound Service...
Nov 02 10:06:53 archPC dbus-daemon[463]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.49' (uid=1000 pid=7243 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Nov 02 10:06:54 archPC systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 02 10:06:54 archPC dbus-daemon[463]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 02 10:06:54 archPC systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 02 10:06:54 archPC rtkit-daemon[7261]: Successfully called chroot.
Nov 02 10:06:54 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:06:54 archPC rtkit-daemon[7261]: Successfully dropped privileges.
Nov 02 10:06:54 archPC rtkit-daemon[7261]: Successfully limited resources.
Nov 02 10:06:54 archPC rtkit-daemon[7261]: Running.
Nov 02 10:06:54 archPC rtkit-daemon[7261]: Watchdog thread running.
Nov 02 10:06:54 archPC rtkit-daemon[7261]: Canary thread running.
Nov 02 10:06:54 archPC kernel: audit: type=1130 audit(1667376414.066:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:06:54 archPC rtkit-daemon[7261]: Successfully made thread 7243 of process 7243 owned by '1000' high priority at nice level -11.
Nov 02 10:06:54 archPC rtkit-daemon[7261]: Supervising 1 threads of 1 processes of 1 users.
Nov 02 10:06:55 archPC rtkit-daemon[7261]: Supervising 1 threads of 1 processes of 1 users.
Nov 02 10:06:55 archPC rtkit-daemon[7261]: Successfully made thread 7405 of process 7243 owned by '1000' RT at priority 5.
Nov 02 10:06:55 archPC rtkit-daemon[7261]: Supervising 2 threads of 1 processes of 1 users.
Nov 02 10:06:55 archPC rtkit-daemon[7261]: Supervising 2 threads of 1 processes of 1 users.
Nov 02 10:06:55 archPC rtkit-daemon[7261]: Successfully made thread 7407 of process 7243 owned by '1000' RT at priority 5.
Nov 02 10:06:55 archPC rtkit-daemon[7261]: Supervising 3 threads of 1 processes of 1 users.
Nov 02 10:06:55 archPC rtkit-daemon[7261]: Supervising 3 threads of 1 processes of 1 users.
Nov 02 10:06:55 archPC rtkit-daemon[7261]: Successfully made thread 7409 of process 7243 owned by '1000' RT at priority 5.
Nov 02 10:06:55 archPC rtkit-daemon[7261]: Supervising 4 threads of 1 processes of 1 users.
Nov 02 10:06:56 archPC rtkit-daemon[7261]: Supervising 4 threads of 1 processes of 1 users.
Nov 02 10:06:56 archPC rtkit-daemon[7261]: Successfully made thread 7411 of process 7243 owned by '1000' RT at priority 5.
Nov 02 10:06:56 archPC rtkit-daemon[7261]: Supervising 5 threads of 1 processes of 1 users.
Nov 02 10:06:56 archPC rtkit-daemon[7261]: Supervising 5 threads of 1 processes of 1 users.
Nov 02 10:06:56 archPC rtkit-daemon[7261]: Successfully made thread 7424 of process 7243 owned by '1000' RT at priority 5.
Nov 02 10:06:56 archPC rtkit-daemon[7261]: Supervising 6 threads of 1 processes of 1 users.
Nov 02 10:06:57 archPC pulseaudio[7243]: stat('/etc/pulse/default.pa.d'): No such file or directory
Nov 02 10:06:57 archPC systemd[503]: Started Sound Service.
Nov 02 10:06:59 archPC gcr-prompter[6853]: Gcr: 10 second inactivity timeout, quitting
Nov 02 10:06:59 archPC gcr-prompter[6853]: Gcr: unregistering prompter
Nov 02 10:06:59 archPC gcr-prompter[6853]: Gcr: disposing prompter
Nov 02 10:06:59 archPC gcr-prompter[6853]: Gcr: finalizing prompter
Nov 02 10:07:01 archPC dbus-daemon[552]: [session uid=1000 pid=552] Activating via systemd: service name='org.freedesktop.Notifications' unit='dunst.service' requested by ':1.25' (uid=1000 pid=7163 comm="/opt/google/chrome/chrome --enable-crashpad")
Nov 02 10:07:02 archPC systemd[503]: Starting Dunst notification daemon...
Nov 02 10:07:02 archPC dbus-daemon[552]: [session uid=1000 pid=552] Successfully activated service 'org.freedesktop.Notifications'
Nov 02 10:07:02 archPC systemd[503]: Started Dunst notification daemon.
Nov 02 10:07:08 archPC dbus-daemon[463]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.65' (uid=1000 pid=7163 comm="/opt/google/chrome/chrome --enable-crashpad")
Nov 02 10:07:08 archPC audit: BPF prog-id=18 op=LOAD
Nov 02 10:07:08 archPC audit: BPF prog-id=19 op=LOAD
Nov 02 10:07:08 archPC kernel: audit: type=1334 audit(1667376428.402:74): prog-id=18 op=LOAD
Nov 02 10:07:08 archPC kernel: audit: type=1334 audit(1667376428.402:75): prog-id=19 op=LOAD
Nov 02 10:07:08 archPC systemd[1]: Starting Daemon for power management...
Nov 02 10:07:09 archPC dbus-daemon[463]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 02 10:07:09 archPC systemd[1]: Started Daemon for power management.
Nov 02 10:07:09 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:07:09 archPC kernel: audit: type=1130 audit(1667376429.006:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 10:07:12 archPC gnome-keyring-daemon[6826]: asked to register item /org/freedesktop/secrets/collection/Default_5fkeyring/11, but it's already registered
Nov 02 10:07:12 archPC gnome-keyring-d[6826]: asked to register item /org/freedesktop/secrets/collection/Default_5fkeyring/11, but it's already registered
Nov 02 10:07:12 archPC gnome-keyring-daemon[6826]: asked to register item /org/freedesktop/secrets/collection/Default_5fkeyring/12, but it's already registered
Nov 02 10:07:12 archPC gnome-keyring-d[6826]: asked to register item /org/freedesktop/secrets/collection/Default_5fkeyring/12, but it's already registered
Nov 02 10:07:21 archPC dbus-daemon[552]: [session uid=1000 pid=552] Activating via systemd: service name='org.blueman.Applet' unit='blueman-applet.service' requested by ':1.38' (uid=1000 pid=9004 comm="/usr/bin/python /usr/bin/blueman-manager")
Nov 02 10:07:21 archPC systemd[503]: Starting Bluetooth management applet...
Nov 02 10:07:22 archPC pulseaudio[7243]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Nov 02 10:07:34 archPC upowerd[8240]: Failed to create object manager for BlueZ: Timeout was reached
Nov 02 10:07:47 archPC blueman-applet[9123]: Traceback (most recent call last):
Nov 02 10:07:47 archPC blueman-applet[9123]:   File "/usr/bin/blueman-applet", line 40, in <module>
Nov 02 10:07:47 archPC blueman-applet[9123]:     app = BluemanApplet()
Nov 02 10:07:47 archPC blueman-applet[9123]:   File "/usr/lib/python3.10/site-packages/blueman/main/Applet.py", line 33, in __init__
Nov 02 10:07:47 archPC blueman-applet[9123]:     self.Manager = Manager()
Nov 02 10:07:47 archPC blueman-applet[9123]:   File "/usr/lib/python3.10/site-packages/blueman/gobject.py", line 11, in __call__
Nov 02 10:07:47 archPC blueman-applet[9123]:     cls._instance = super().__call__(*args, **kwargs)
Nov 02 10:07:47 archPC blueman-applet[9123]:   File "/usr/lib/python3.10/site-packages/blueman/bluez/Manager.py", line 30, in __init__
Nov 02 10:07:47 archPC blueman-applet[9123]:     self._object_manager = Gio.DBusObjectManagerClient.new_for_bus_sync(
Nov 02 10:07:47 archPC blueman-applet[9123]: gi.repository.GLib.GError: g-io-error-quark: Timeout was reached (24)
Nov 02 10:07:47 archPC systemd[503]: blueman-applet.service: Main process exited, code=exited, status=1/FAILURE
Nov 02 10:07:47 archPC systemd[503]: blueman-applet.service: Failed with result 'exit-code'.
Nov 02 10:07:47 archPC systemd[503]: Failed to start Bluetooth management applet.
Nov 02 10:09:21 archPC dbus-daemon[552]: [session uid=1000 pid=552] Failed to activate service 'org.blueman.Applet': timed out (service_start_timeout=120000ms)
Nov 02 10:13:03 archPC dbus-daemon[463]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.213' (uid=0 pid=26253 comm="sudo pacman -S -y -u --config /etc/pacman.conf --")
Nov 02 10:13:03 archPC dbus-daemon[463]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 02 10:13:03 archPC sudo[26253]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 02 10:13:05 archPC audit[26253]: USER_AUTH pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:13:05 archPC audit[26253]: USER_ACCT pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:13:05 archPC kernel: audit: type=1100 audit(1667376785.589:77): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:13:05 archPC kernel: audit: type=1101 audit(1667376785.589:78): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:13:05 archPC sudo[26253]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -S -y -u --config /etc/pacman.conf --
Nov 02 10:13:05 archPC audit[26253]: CRED_REFR pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:13:05 archPC audit[26253]: USER_START pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:13:05 archPC sudo[26253]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 02 10:13:05 archPC kernel: audit: type=1110 audit(1667376785.593:79): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:13:05 archPC kernel: audit: type=1105 audit(1667376785.593:80): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:13:12 archPC sudo[26253]: pam_unix(sudo:session): session closed for user root
Nov 02 10:13:12 archPC audit[26253]: USER_END pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:13:12 archPC audit[26253]: CRED_DISP pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:13:12 archPC kernel: audit: type=1106 audit(1667376792.159:81): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 02 10:13:12 archPC kernel: audit: type=1104 audit(1667376792.159:82): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

Found this

 Nov 02 10:05:23 archPC kernel: BUG: kernel NULL pointer dereference, address: 00000000000001c8 

and output of the command:

 sudo dmesg 
[    0.000000] Linux version 6.0.6-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Sat, 29 Oct 2022 14:08:39 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=54772378-77cd-421f-8c82-82e206e6e325 rw loglevel=3 quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 1776
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009e0ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009e10000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000cf4c5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cf4c6000-0x00000000cf4dffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000cf4e0000-0x00000000da6fefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da6ff000-0x00000000da7ecfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000da7ed000-0x00000000da7f7fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000da7f8000-0x00000000da8fdfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da8fe000-0x00000000dacb6fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dacb7000-0x00000000db712fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000db713000-0x00000000db7b4fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000db7b5000-0x00000000ddffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000de000000-0x00000000dfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.60 by American Megatrends
[    0.000000] efi: ACPI 2.0=0xcf4c6000 ACPI=0xcf4c6000 SMBIOS=0xdb681000 SMBIOS 3.0=0xdb680000 ESRT=0xd8337998 MEMATTR=0xd8047018 
[    0.000000] SMBIOS 3.1.1 present.
[    0.000000] DMI: System manufacturer System Product Name/PRIME B350M-K, BIOS 5007 06/18/2019
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3493.527 MHz processor
[    0.000607] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000609] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000621] last_pfn = 0x41f380 max_arch_pfn = 0x400000000
[    0.000819] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000995] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[    0.001003] last_pfn = 0xde000 max_arch_pfn = 0x400000000
[    0.005237] esrt: Reserving ESRT space from 0x00000000d8337998 to 0x00000000d83379d0.
[    0.005243] e820: update [mem 0xd8337000-0xd8337fff] usable ==> reserved
[    0.005262] Using GB pages for direct mapping
[    0.006386] Secure boot disabled
[    0.006386] RAMDISK: [mem 0x36f09000-0x3777bfff]
[    0.006390] ACPI: Early table checksum verification disabled
[    0.006393] ACPI: RSDP 0x00000000CF4C6000 000024 (v02 ALASKA)
[    0.006397] ACPI: XSDT 0x00000000CF4C6098 0000AC (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006403] ACPI: FACP 0x00000000CF4D1418 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.006408] ACPI: DSDT 0x00000000CF4C61E0 00B233 (v02 ALASKA A M I    01072009 INTL 20120913)
[    0.006411] ACPI: FACS 0x00000000DAC9ED80 000040
[    0.006414] ACPI: APIC 0x00000000CF4D1530 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.006417] ACPI: FPDT 0x00000000CF4D1690 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006420] ACPI: FIDT 0x00000000CF4D16D8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006422] ACPI: SSDT 0x00000000CF4D1778 000060 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
[    0.006425] ACPI: SSDT 0x00000000CF4DFEB8 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
[    0.006428] ACPI: SSDT 0x00000000CF4D1830 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
[    0.006431] ACPI: SSDT 0x00000000CF4DA4C8 00322C (v01 AMD    AMD AOD  00000001 INTL 20120913)
[    0.006434] ACPI: MCFG 0x00000000CF4DD6F8 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.006436] ACPI: HPET 0x00000000CF4DD738 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.006439] ACPI: SSDT 0x00000000CF4DD770 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
[    0.006442] ACPI: UEFI 0x00000000CF4DD798 000042 (v01                 00000000      00000000)
[    0.006444] ACPI: BGRT 0x00000000CF4DD7E0 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.006447] ACPI: IVRS 0x00000000CF4DD818 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
[    0.006450] ACPI: CRAT 0x00000000CF4DD8E8 000850 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
[    0.006453] ACPI: CDIT 0x00000000CF4DE138 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
[    0.006455] ACPI: SSDT 0x00000000CF4DE168 001D4A (v01 AMD    AmdTable 00000001 INTL 20120913)
[    0.006457] ACPI: Reserving FACP table memory at [mem 0xcf4d1418-0xcf4d152b]
[    0.006459] ACPI: Reserving DSDT table memory at [mem 0xcf4c61e0-0xcf4d1412]
[    0.006460] ACPI: Reserving FACS table memory at [mem 0xdac9ed80-0xdac9edbf]
[    0.006461] ACPI: Reserving APIC table memory at [mem 0xcf4d1530-0xcf4d168d]
[    0.006462] ACPI: Reserving FPDT table memory at [mem 0xcf4d1690-0xcf4d16d3]
[    0.006462] ACPI: Reserving FIDT table memory at [mem 0xcf4d16d8-0xcf4d1773]
[    0.006463] ACPI: Reserving SSDT table memory at [mem 0xcf4d1778-0xcf4d17d7]
[    0.006464] ACPI: Reserving SSDT table memory at [mem 0xcf4dfeb8-0xcf4dff76]
[    0.006465] ACPI: Reserving SSDT table memory at [mem 0xcf4d1830-0xcf4da4c7]
[    0.006466] ACPI: Reserving SSDT table memory at [mem 0xcf4da4c8-0xcf4dd6f3]
[    0.006467] ACPI: Reserving MCFG table memory at [mem 0xcf4dd6f8-0xcf4dd733]
[    0.006468] ACPI: Reserving HPET table memory at [mem 0xcf4dd738-0xcf4dd76f]
[    0.006468] ACPI: Reserving SSDT table memory at [mem 0xcf4dd770-0xcf4dd793]
[    0.006469] ACPI: Reserving UEFI table memory at [mem 0xcf4dd798-0xcf4dd7d9]
[    0.006470] ACPI: Reserving BGRT table memory at [mem 0xcf4dd7e0-0xcf4dd817]
[    0.006471] ACPI: Reserving IVRS table memory at [mem 0xcf4dd818-0xcf4dd8e7]
[    0.006472] ACPI: Reserving CRAT table memory at [mem 0xcf4dd8e8-0xcf4de137]
[    0.006473] ACPI: Reserving CDIT table memory at [mem 0xcf4de138-0xcf4de160]
[    0.006473] ACPI: Reserving SSDT table memory at [mem 0xcf4de168-0xcf4dfeb1]
[    0.006483] system APIC only can use physical flat
[    0.006484] Setting APIC routing to physical flat.
[    0.006556] No NUMA configuration found
[    0.006556] Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
[    0.006559] NODE_DATA(0) allocated [mem 0x41f37c000-0x41f37ffff]
[    0.006592] Zone ranges:
[    0.006592]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.006594]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.006595]   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
[    0.006597]   Device   empty
[    0.006598] Movable zone start for each node
[    0.006598] Early memory node ranges
[    0.006598]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.006600]   node   0: [mem 0x0000000000100000-0x0000000009e0ffff]
[    0.006601]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.006602]   node   0: [mem 0x000000000a20b000-0x000000000affffff]
[    0.006602]   node   0: [mem 0x000000000b020000-0x00000000cf4c5fff]
[    0.006603]   node   0: [mem 0x00000000cf4e0000-0x00000000da6fefff]
[    0.006604]   node   0: [mem 0x00000000da7f8000-0x00000000da8fdfff]
[    0.006605]   node   0: [mem 0x00000000db7b5000-0x00000000ddffffff]
[    0.006606]   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
[    0.006608] Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
[    0.006612] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.006634] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.006825] On node 0, zone DMA32: 496 pages in unavailable ranges
[    0.006844] On node 0, zone DMA32: 11 pages in unavailable ranges
[    0.013960] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.014364] On node 0, zone DMA32: 26 pages in unavailable ranges
[    0.014371] On node 0, zone DMA32: 249 pages in unavailable ranges
[    0.014514] On node 0, zone DMA32: 3767 pages in unavailable ranges
[    0.044155] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.044200] On node 0, zone Normal: 3200 pages in unavailable ranges
[    0.044550] ACPI: PM-Timer IO Port: 0x808
[    0.044553] system APIC only can use physical flat
[    0.044559] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.044577] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.044582] IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
[    0.044584] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.044586] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.044590] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.044591] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.044601] e820: update [mem 0xd7526000-0xd756bfff] usable ==> reserved
[    0.044618] smpboot: Allowing 32 CPUs, 28 hotplug CPUs
[    0.044651] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.044653] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.044655] PM: hibernation: Registered nosave memory: [mem 0x09e10000-0x09ffffff]
[    0.044657] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
[    0.044659] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.044661] PM: hibernation: Registered nosave memory: [mem 0xcf4c6000-0xcf4dffff]
[    0.044663] PM: hibernation: Registered nosave memory: [mem 0xd7526000-0xd756bfff]
[    0.044664] PM: hibernation: Registered nosave memory: [mem 0xd8337000-0xd8337fff]
[    0.044666] PM: hibernation: Registered nosave memory: [mem 0xda6ff000-0xda7ecfff]
[    0.044667] PM: hibernation: Registered nosave memory: [mem 0xda7ed000-0xda7f7fff]
[    0.044669] PM: hibernation: Registered nosave memory: [mem 0xda8fe000-0xdacb6fff]
[    0.044669] PM: hibernation: Registered nosave memory: [mem 0xdacb7000-0xdb712fff]
[    0.044670] PM: hibernation: Registered nosave memory: [mem 0xdb713000-0xdb7b4fff]
[    0.044672] PM: hibernation: Registered nosave memory: [mem 0xde000000-0xdfffffff]
[    0.044673] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[    0.044673] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.044674] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
[    0.044675] PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
[    0.044675] PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfe9fffff]
[    0.044676] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.044677] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
[    0.044677] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.044678] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.044679] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.044679] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.044680] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.044681] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.044681] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.044682] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.044683] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.044683] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.044684] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.044685] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.044685] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.044686] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.044687] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.044687] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[    0.044688] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.044689] PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[    0.044689] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.044691] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[    0.044692] Booting paravirtualized kernel on bare hardware
[    0.044695] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.049191] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
[    0.050941] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.050953] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.050955] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.050964] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.050999] Fallback order for Node 0: 0 
[    0.051008] Built 1 zonelists, mobility grouping on.  Total pages: 4112788
[    0.051009] Policy zone: Normal
[    0.051010] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=54772378-77cd-421f-8c82-82e206e6e325 rw loglevel=3 quiet
[    0.051069] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
[    0.051071] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.051072] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.051072] printk: log_buf_len min size: 131072 bytes
[    0.051281] printk: log_buf_len: 262144 bytes
[    0.051281] printk: early log buf free: 116528(88%)
[    0.052965] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.053846] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.054213] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.054281] software IO TLB: area num 32.
[    0.102272] Memory: 16222652K/16712936K available (14343K kernel code, 2078K rwdata, 11324K rodata, 2124K init, 3540K bss, 490024K reserved, 0K cma-reserved)
[    0.102827] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.102853] ftrace: allocating 45781 entries in 179 pages
[    0.109936] ftrace: allocated 179 pages with 5 groups
[    0.110044] Dynamic Preempt: full
[    0.110137] rcu: Preemptible hierarchical RCU implementation.
[    0.110137] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.110138] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.110139] 	Trampoline variant of Tasks RCU enabled.
[    0.110140] 	Rude variant of Tasks RCU enabled.
[    0.110140] 	Tracing variant of Tasks RCU enabled.
[    0.110141] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.110142] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.114260] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.114454] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.114559] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.114581] random: crng init done
[    0.114623] Console: colour dummy device 80x25
[    0.114640] printk: console [tty0] enabled
[    0.114667] ACPI: Core revision 20220331
[    0.114806] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.114836] APIC: Switch to symmetric I/O mode setup
[    0.116163] AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
[    0.117271] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.131502] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x325b6e70197, max_idle_ns: 440795373082 ns
[    0.131508] Calibrating delay loop (skipped), value calculated using timer frequency.. 6989.18 BogoMIPS (lpj=11645090)
[    0.131511] pid_max: default: 32768 minimum: 301
[    0.133552] LSM: Security Framework initializing
[    0.133560] landlock: Up and running.
[    0.133561] Yama: becoming mindful.
[    0.133571] LSM support for eBPF active
[    0.133632] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.133670] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.133962] LVT offset 1 assigned for vector 0xf9
[    0.134029] LVT offset 2 assigned for vector 0xf4
[    0.134046] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[    0.134047] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[    0.134052] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.134054] Spectre V2 : Mitigation: Retpolines
[    0.134055] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.134055] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.134056] Spectre V2 : Enabling Speculation Barrier for firmware calls
[    0.134057] RETBleed: Mitigation: untrained return thunk
[    0.134058] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.134060] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.143048] Freeing SMP alternatives memory: 36K
[    0.253319] smpboot: CPU0: AMD Ryzen 3 1200 Quad-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
[    0.253460] cblist_init_generic: Setting adjustable number of callback queues.
[    0.253464] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.253478] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.253493] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.253504] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.253508] ... version:                0
[    0.253509] ... bit width:              48
[    0.253509] ... generic registers:      6
[    0.253510] ... value mask:             0000ffffffffffff
[    0.253511] ... max period:             00007fffffffffff
[    0.253512] ... fixed-purpose events:   0
[    0.253512] ... event mask:             000000000000003f
[    0.253576] rcu: Hierarchical SRCU implementation.
[    0.253577] rcu: 	Max phase no-delay instances is 1000.
[    0.253973] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.254195] smp: Bringing up secondary CPUs ...
[    0.254283] x86: Booting SMP configuration:
[    0.254284] .... node  #0, CPUs:        #1  #2  #3
[    0.258205] smp: Brought up 1 node, 4 CPUs
[    0.258205] smpboot: Max logical packages: 8
[    0.258205] smpboot: Total of 4 processors activated (27959.72 BogoMIPS)
[    0.259151] devtmpfs: initialized
[    0.259151] x86/mm: Memory block size: 128MB
[    0.259151] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[    0.259151] ACPI: PM: Registering ACPI NVS region [mem 0xda8fe000-0xdacb6fff] (3903488 bytes)
[    0.259151] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.259151] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.261559] pinctrl core: initialized pinctrl subsystem
[    0.261685] PM: RTC time: 08:04:45, date: 2022-11-02
[    0.262114] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.262389] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.262632] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.262877] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.262908] audit: initializing netlink subsys (disabled)
[    0.262971] audit: type=2000 audit(1667376285.146:1): state=initialized audit_enabled=0 res=1
[    0.262971] thermal_sys: Registered thermal governor 'fair_share'
[    0.262971] thermal_sys: Registered thermal governor 'bang_bang'
[    0.262971] thermal_sys: Registered thermal governor 'step_wise'
[    0.262971] thermal_sys: Registered thermal governor 'user_space'
[    0.262971] thermal_sys: Registered thermal governor 'power_allocator'
[    0.262971] cpuidle: using governor ladder
[    0.262971] cpuidle: using governor menu
[    0.262971] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.262971] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.262971] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.262971] PCI: Using configuration type 1 for base access
[    0.262977] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.268852] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.268852] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.268852] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.268852] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.268852] ACPI: Added _OSI(Module Device)
[    0.268852] ACPI: Added _OSI(Processor Device)
[    0.268852] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.268852] ACPI: Added _OSI(Processor Aggregator Device)
[    0.268852] ACPI: Added _OSI(Linux-Dell-Video)
[    0.268852] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.268852] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.281130] ACPI: 7 ACPI AML tables successfully acquired and loaded
[    0.282370] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.285493] ACPI: Interpreter enabled
[    0.285493] ACPI: PM: (supports S0 S3 S4 S5)
[    0.285493] ACPI: Using IOAPIC for interrupt routing
[    0.285548] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.285549] PCI: Using E820 reservations for host bridge windows
[    0.285854] ACPI: Enabled 3 GPEs in block 00 to 1F
[    0.305780] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.305787] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.305899] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[    0.306105] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.306115] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.306551] PCI host bridge to bus 0000:00
[    0.306553] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.306555] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.306556] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.306557] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.306558] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.306560] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
[    0.306561] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.306562] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.306576] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[    0.306653] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[    0.306740] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[    0.306788] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[    0.306823] pci 0000:00:01.3: enabling Extended Tags
[    0.307200] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[    0.307422] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[    0.307481] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[    0.307526] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[    0.307626] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.307815] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[    0.307881] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[    0.307925] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[    0.308175] pci 0000:00:07.1: enabling Extended Tags
[    0.308240] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[    0.308428] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[    0.308476] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[    0.308505] pci 0000:00:08.1: enabling Extended Tags
[    0.308570] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.308790] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.309004] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.309223] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[    0.309255] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[    0.309292] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[    0.309324] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[    0.309356] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[    0.309386] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[    0.309417] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[    0.309448] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[    0.309570] pci 0000:01:00.0: [1022:43bb] type 00 class 0x0c0330
[    0.309587] pci 0000:01:00.0: reg 0x10: [mem 0xf66a0000-0xf66a7fff 64bit]
[    0.309623] pci 0000:01:00.0: enabling Extended Tags
[    0.309671] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.309795] pci 0000:01:00.1: [1022:43b7] type 00 class 0x010601
[    0.309838] pci 0000:01:00.1: reg 0x24: [mem 0xf6680000-0xf669ffff]
[    0.309845] pci 0000:01:00.1: reg 0x30: [mem 0xf6600000-0xf667ffff pref]
[    0.309851] pci 0000:01:00.1: enabling Extended Tags
[    0.309888] pci 0000:01:00.1: PME# supported from D3hot D3cold
[    0.309961] pci 0000:01:00.2: [1022:43b2] type 01 class 0x060400
[    0.310001] pci 0000:01:00.2: enabling Extended Tags
[    0.310042] pci 0000:01:00.2: PME# supported from D3hot D3cold
[    0.310134] pci 0000:00:01.3: PCI bridge to [bus 01-07]
[    0.310138] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.310140] pci 0000:00:01.3:   bridge window [mem 0xf6500000-0xf66fffff]
[    0.310234] pci 0000:02:00.0: [1022:43b4] type 01 class 0x060400
[    0.310277] pci 0000:02:00.0: enabling Extended Tags
[    0.310329] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.310420] pci 0000:02:04.0: [1022:43b4] type 01 class 0x060400
[    0.310463] pci 0000:02:04.0: enabling Extended Tags
[    0.310516] pci 0000:02:04.0: PME# supported from D3hot D3cold
[    0.310604] pci 0000:02:05.0: [1022:43b4] type 01 class 0x060400
[    0.310646] pci 0000:02:05.0: enabling Extended Tags
[    0.310699] pci 0000:02:05.0: PME# supported from D3hot D3cold
[    0.310786] pci 0000:02:06.0: [1022:43b4] type 01 class 0x060400
[    0.310828] pci 0000:02:06.0: enabling Extended Tags
[    0.310880] pci 0000:02:06.0: PME# supported from D3hot D3cold
[    0.310970] pci 0000:02:07.0: [1022:43b4] type 01 class 0x060400
[    0.311013] pci 0000:02:07.0: enabling Extended Tags
[    0.311065] pci 0000:02:07.0: PME# supported from D3hot D3cold
[    0.311161] pci 0000:01:00.2: PCI bridge to [bus 02-07]
[    0.311166] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.311169] pci 0000:01:00.2:   bridge window [mem 0xf6500000-0xf65fffff]
[    0.311204] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.311252] pci 0000:02:04.0: PCI bridge to [bus 04]
[    0.311291] pci 0000:02:05.0: PCI bridge to [bus 05]
[    0.311361] pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
[    0.311389] pci 0000:06:00.0: reg 0x10: [io  0xf000-0xf0ff]
[    0.311424] pci 0000:06:00.0: reg 0x18: [mem 0xf6504000-0xf6504fff 64bit]
[    0.311446] pci 0000:06:00.0: reg 0x20: [mem 0xf6500000-0xf6503fff 64bit]
[    0.311616] pci 0000:06:00.0: supports D1 D2
[    0.311617] pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.311810] pci 0000:02:06.0: PCI bridge to [bus 06]
[    0.311815] pci 0000:02:06.0:   bridge window [io  0xf000-0xffff]
[    0.311818] pci 0000:02:06.0:   bridge window [mem 0xf6500000-0xf65fffff]
[    0.311861] pci 0000:02:07.0: PCI bridge to [bus 07]
[    0.312248] pci 0000:08:00.0: [10de:1c02] type 00 class 0x030000
[    0.312262] pci 0000:08:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
[    0.312273] pci 0000:08:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.312284] pci 0000:08:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.312292] pci 0000:08:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.312299] pci 0000:08:00.0: reg 0x30: [mem 0xf6000000-0xf607ffff pref]
[    0.312320] pci 0000:08:00.0: BAR 3: assigned to efifb
[    0.312325] pci 0000:08:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.312427] pci 0000:08:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[    0.312487] pci 0000:08:00.1: [10de:10f1] type 00 class 0x040300
[    0.312501] pci 0000:08:00.1: reg 0x10: [mem 0xf6080000-0xf6083fff]
[    0.312645] pci 0000:00:03.1: PCI bridge to [bus 08]
[    0.312648] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.312650] pci 0000:00:03.1:   bridge window [mem 0xf5000000-0xf60fffff]
[    0.312653] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.312718] pci 0000:09:00.0: [1022:145a] type 00 class 0x130000
[    0.312741] pci 0000:09:00.0: enabling Extended Tags
[    0.312812] pci 0000:09:00.2: [1022:1456] type 00 class 0x108000
[    0.312824] pci 0000:09:00.2: reg 0x18: [mem 0xf6300000-0xf63fffff]
[    0.312832] pci 0000:09:00.2: reg 0x24: [mem 0xf6400000-0xf6401fff]
[    0.312838] pci 0000:09:00.2: enabling Extended Tags
[    0.312928] pci 0000:09:00.3: [1022:145c] type 00 class 0x0c0330
[    0.312938] pci 0000:09:00.3: reg 0x10: [mem 0xf6200000-0xf62fffff 64bit]
[    0.312958] pci 0000:09:00.3: enabling Extended Tags
[    0.312985] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[    0.313059] pci 0000:00:07.1: PCI bridge to [bus 09]
[    0.313063] pci 0000:00:07.1:   bridge window [mem 0xf6200000-0xf64fffff]
[    0.313263] pci 0000:0a:00.0: [1022:1455] type 00 class 0x130000
[    0.313287] pci 0000:0a:00.0: enabling Extended Tags
[    0.313365] pci 0000:0a:00.2: [1022:7901] type 00 class 0x010601
[    0.313390] pci 0000:0a:00.2: reg 0x24: [mem 0xf6708000-0xf6708fff]
[    0.313398] pci 0000:0a:00.2: enabling Extended Tags
[    0.313429] pci 0000:0a:00.2: PME# supported from D3hot D3cold
[    0.313493] pci 0000:0a:00.3: [1022:1457] type 00 class 0x040300
[    0.313500] pci 0000:0a:00.3: reg 0x10: [mem 0xf6700000-0xf6707fff]
[    0.313519] pci 0000:0a:00.3: enabling Extended Tags
[    0.313548] pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
[    0.313618] pci 0000:00:08.1: PCI bridge to [bus 0a]
[    0.313622] pci 0000:00:08.1:   bridge window [mem 0xf6700000-0xf67fffff]
[    0.314026] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.314087] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.314141] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.314208] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.314268] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.314317] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.314366] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.314415] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.315011] iommu: Default domain type: Translated 
[    0.315013] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.315147] SCSI subsystem initialized
[    0.315157] libata version 3.00 loaded.
[    0.315157] ACPI: bus type USB registered
[    0.315157] usbcore: registered new interface driver usbfs
[    0.315157] usbcore: registered new interface driver hub
[    0.315157] usbcore: registered new device driver usb
[    0.315157] pps_core: LinuxPPS API ver. 1 registered
[    0.315157] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.315157] PTP clock support registered
[    0.315157] EDAC MC: Ver: 3.0.0
[    0.315157] Registered efivars operations
[    0.315157] NetLabel: Initializing
[    0.315157] NetLabel:  domain hash size = 128
[    0.315157] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.315157] NetLabel:  unlabeled traffic allowed by default
[    0.315157] mctp: management component transport protocol core
[    0.315157] NET: Registered PF_MCTP protocol family
[    0.315157] PCI: Using ACPI for IRQ routing
[    0.320905] PCI: pci_cache_line_size set to 64 bytes
[    0.320966] e820: reserve RAM buffer [mem 0x09e10000-0x0bffffff]
[    0.320968] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.320969] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.320970] e820: reserve RAM buffer [mem 0xcf4c6000-0xcfffffff]
[    0.320971] e820: reserve RAM buffer [mem 0xd7526000-0xd7ffffff]
[    0.320972] e820: reserve RAM buffer [mem 0xd8337000-0xdbffffff]
[    0.320974] e820: reserve RAM buffer [mem 0xda6ff000-0xdbffffff]
[    0.320975] e820: reserve RAM buffer [mem 0xda8fe000-0xdbffffff]
[    0.320977] e820: reserve RAM buffer [mem 0xde000000-0xdfffffff]
[    0.320978] e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
[    0.321524] pci 0000:08:00.0: vgaarb: setting as boot VGA device
[    0.321524] pci 0000:08:00.0: vgaarb: bridge control possible
[    0.321524] pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.321524] vgaarb: loaded
[    0.321539] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.321543] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.322586] clocksource: Switched to clocksource tsc-early
[    0.322703] VFS: Disk quotas dquot_6.6.0
[    0.322717] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.322779] pnp: PnP ACPI init
[    0.322868] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.323117] system 00:02: [io  0x0300-0x030f] has been reserved
[    0.323119] system 00:02: [io  0x0230-0x023f] has been reserved
[    0.323121] system 00:02: [io  0x0290-0x029f] has been reserved
[    0.323411] pnp 00:03: [dma 0 disabled]
[    0.323662] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.323664] system 00:04: [io  0x040b] has been reserved
[    0.323665] system 00:04: [io  0x04d6] has been reserved
[    0.323667] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.323668] system 00:04: [io  0x0c14] has been reserved
[    0.323669] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.323670] system 00:04: [io  0x0c52] has been reserved
[    0.323671] system 00:04: [io  0x0c6c] has been reserved
[    0.323672] system 00:04: [io  0x0c6f] has been reserved
[    0.323673] system 00:04: [io  0x0cd0-0x0cd1] has been reserved
[    0.323674] system 00:04: [io  0x0cd2-0x0cd3] has been reserved
[    0.323676] system 00:04: [io  0x0cd4-0x0cd5] has been reserved
[    0.323677] system 00:04: [io  0x0cd6-0x0cd7] has been reserved
[    0.323678] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.323679] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.323680] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.323681] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.323682] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.323683] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.323685] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.323687] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.323688] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.323690] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.323691] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.323693] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.323695] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.324161] pnp: PnP ACPI: found 5 devices
[    0.328582] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.328636] NET: Registered PF_INET protocol family
[    0.328875] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.331691] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.331725] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.331843] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.332021] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.332110] TCP: Hash tables configured (established 131072 bind 65536)
[    0.332235] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.332293] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.332342] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.332414] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.332420] NET: Registered PF_XDP protocol family
[    0.332442] pci 0000:02:00.0: PCI bridge to [bus 03]
[    0.332455] pci 0000:02:04.0: PCI bridge to [bus 04]
[    0.332464] pci 0000:02:05.0: PCI bridge to [bus 05]
[    0.332474] pci 0000:02:06.0: PCI bridge to [bus 06]
[    0.332476] pci 0000:02:06.0:   bridge window [io  0xf000-0xffff]
[    0.332480] pci 0000:02:06.0:   bridge window [mem 0xf6500000-0xf65fffff]
[    0.332487] pci 0000:02:07.0: PCI bridge to [bus 07]
[    0.332496] pci 0000:01:00.2: PCI bridge to [bus 02-07]
[    0.332498] pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
[    0.332501] pci 0000:01:00.2:   bridge window [mem 0xf6500000-0xf65fffff]
[    0.332507] pci 0000:00:01.3: PCI bridge to [bus 01-07]
[    0.332509] pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
[    0.332511] pci 0000:00:01.3:   bridge window [mem 0xf6500000-0xf66fffff]
[    0.332517] pci 0000:00:03.1: PCI bridge to [bus 08]
[    0.332518] pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
[    0.332521] pci 0000:00:03.1:   bridge window [mem 0xf5000000-0xf60fffff]
[    0.332523] pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.332527] pci 0000:00:07.1: PCI bridge to [bus 09]
[    0.332529] pci 0000:00:07.1:   bridge window [mem 0xf6200000-0xf64fffff]
[    0.332533] pci 0000:00:08.1: PCI bridge to [bus 0a]
[    0.332535] pci 0000:00:08.1:   bridge window [mem 0xf6700000-0xf67fffff]
[    0.332541] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.332543] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.332544] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.332545] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.332546] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.332547] pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfec2ffff window]
[    0.332549] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.332550] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.332551] pci_bus 0000:01: resource 1 [mem 0xf6500000-0xf66fffff]
[    0.332553] pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
[    0.332554] pci_bus 0000:02: resource 1 [mem 0xf6500000-0xf65fffff]
[    0.332555] pci_bus 0000:06: resource 0 [io  0xf000-0xffff]
[    0.332556] pci_bus 0000:06: resource 1 [mem 0xf6500000-0xf65fffff]
[    0.332557] pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
[    0.332558] pci_bus 0000:08: resource 1 [mem 0xf5000000-0xf60fffff]
[    0.332560] pci_bus 0000:08: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.332561] pci_bus 0000:09: resource 1 [mem 0xf6200000-0xf64fffff]
[    0.332562] pci_bus 0000:0a: resource 1 [mem 0xf6700000-0xf67fffff]
[    0.332848] pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
[    0.333007] PCI: CLS 64 bytes, default 64
[    0.333018] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.333050] pci 0000:00:01.0: Adding to iommu group 0
[    0.333060] pci 0000:00:01.3: Adding to iommu group 1
[    0.333071] pci 0000:00:02.0: Adding to iommu group 2
[    0.333074] Trying to unpack rootfs image as initramfs...
[    0.333083] pci 0000:00:03.0: Adding to iommu group 3
[    0.333092] pci 0000:00:03.1: Adding to iommu group 4
[    0.333104] pci 0000:00:04.0: Adding to iommu group 5
[    0.333116] pci 0000:00:07.0: Adding to iommu group 6
[    0.333125] pci 0000:00:07.1: Adding to iommu group 7
[    0.333137] pci 0000:00:08.0: Adding to iommu group 8
[    0.333171] pci 0000:00:08.1: Adding to iommu group 9
[    0.333187] pci 0000:00:14.0: Adding to iommu group 10
[    0.333196] pci 0000:00:14.3: Adding to iommu group 10
[    0.333229] pci 0000:00:18.0: Adding to iommu group 11
[    0.333238] pci 0000:00:18.1: Adding to iommu group 11
[    0.333262] pci 0000:00:18.2: Adding to iommu group 11
[    0.333270] pci 0000:00:18.3: Adding to iommu group 11
[    0.333278] pci 0000:00:18.4: Adding to iommu group 11
[    0.333286] pci 0000:00:18.5: Adding to iommu group 11
[    0.333294] pci 0000:00:18.6: Adding to iommu group 11
[    0.333303] pci 0000:00:18.7: Adding to iommu group 11
[    0.333323] pci 0000:01:00.0: Adding to iommu group 12
[    0.333333] pci 0000:01:00.1: Adding to iommu group 12
[    0.333343] pci 0000:01:00.2: Adding to iommu group 12
[    0.333348] pci 0000:02:00.0: Adding to iommu group 12
[    0.333353] pci 0000:02:04.0: Adding to iommu group 12
[    0.333358] pci 0000:02:05.0: Adding to iommu group 12
[    0.333362] pci 0000:02:06.0: Adding to iommu group 12
[    0.333368] pci 0000:02:07.0: Adding to iommu group 12
[    0.333373] pci 0000:06:00.0: Adding to iommu group 12
[    0.333388] pci 0000:08:00.0: Adding to iommu group 13
[    0.333399] pci 0000:08:00.1: Adding to iommu group 13
[    0.333409] pci 0000:09:00.0: Adding to iommu group 14
[    0.333419] pci 0000:09:00.2: Adding to iommu group 15
[    0.333429] pci 0000:09:00.3: Adding to iommu group 16
[    0.333440] pci 0000:0a:00.0: Adding to iommu group 17
[    0.333449] pci 0000:0a:00.2: Adding to iommu group 18
[    0.333458] pci 0000:0a:00.3: Adding to iommu group 19
[    0.336887] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.336893] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[    0.336898] AMD-Vi: Interrupt remapping enabled
[    0.336905] AMD-Vi: Virtual APIC enabled
[    0.337053] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.337056] software IO TLB: mapped [mem 0x00000000d3526000-0x00000000d7526000] (64MB)
[    0.337104] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.337817] Initialise system trusted keyrings
[    0.337827] Key type blacklist registered
[    0.337860] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.338766] zbud: loaded
[    0.338941] integrity: Platform Keyring initialized
[    0.338944] integrity: Machine keyring initialized
[    0.347802] Key type asymmetric registered
[    0.347803] Asymmetric key parser 'x509' registered
[    0.379576] Freeing initrd memory: 8652K
[    0.381462] alg: self-tests for CTR-KDF (hmac(sha256)) passed
[    0.381480] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.381559] io scheduler mq-deadline registered
[    0.381561] io scheduler kyber registered
[    0.381599] io scheduler bfq registered
[    0.383763] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[    0.383990] pcieport 0000:00:03.1: AER: enabled with IRQ 27
[    0.384204] pcieport 0000:00:07.1: AER: enabled with IRQ 28
[    0.384796] pcieport 0000:00:08.1: AER: enabled with IRQ 30
[    0.385676] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.385770] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.385786] ACPI: button: Power Button [PWRB]
[    0.385811] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.386524] ACPI: button: Power Button [PWRF]
[    0.386974] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.387166] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.388569] Non-volatile memory driver v1.3
[    0.388571] Linux agpgart interface v0.103
[    0.388611] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    0.388638] ACPI: bus type drm_connector registered
[    0.389167] ahci 0000:01:00.1: version 3.0
[    0.389261] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[    0.389294] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[    0.389297] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.389664] scsi host0: ahci
[    0.389759] scsi host1: ahci
[    0.389840] scsi host2: ahci
[    0.389917] scsi host3: ahci
[    0.389992] scsi host4: ahci
[    0.390063] scsi host5: ahci
[    0.390137] scsi host6: ahci
[    0.390211] scsi host7: ahci
[    0.390236] ata1: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680100 irq 40
[    0.390239] ata2: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680180 irq 40
[    0.390240] ata3: DUMMY
[    0.390241] ata4: DUMMY
[    0.390242] ata5: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680300 irq 40
[    0.390244] ata6: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680380 irq 40
[    0.390244] ata7: DUMMY
[    0.390245] ata8: DUMMY
[    0.390358] ahci 0000:0a:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.390361] ahci 0000:0a:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
[    0.390479] scsi host8: ahci
[    0.390505] ata9: SATA max UDMA/133 abar m4096@0xf6708000 port 0xf6708100 irq 42
[    0.390529] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.390532] ehci-pci: EHCI PCI platform driver
[    0.390541] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.390543] ohci-pci: OHCI PCI platform driver
[    0.390549] uhci_hcd: USB Universal Host Controller Interface driver
[    0.390581] usbcore: registered new interface driver usbserial_generic
[    0.390584] usbserial: USB Serial support registered for generic
[    0.390653] rtc_cmos 00:01: RTC can wake from S4
[    0.391019] rtc_cmos 00:01: registered as rtc0
[    0.391081] rtc_cmos 00:01: setting system clock to 2022-11-02T08:04:46 UTC (1667376286)
[    0.391097] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.391159] ledtrig-cpu: registered to indicate activity on CPUs
[    0.391291] efifb: probing for efifb
[    0.391306] efifb: showing boot graphics
[    0.392353] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[    0.392354] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.392355] efifb: scrolling: redraw
[    0.392356] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.392399] fbcon: Deferring console take-over
[    0.392400] fb0: EFI VGA frame buffer device
[    0.392418] hid: raw HID events driver (C) Jiri Kosina
[    0.392491] drop_monitor: Initializing network drop monitor service
[    0.402757] Initializing XFRM netlink socket
[    0.402858] NET: Registered PF_INET6 protocol family
[    0.405128] Segment Routing with IPv6
[    0.405130] RPL Segment Routing with IPv6
[    0.405138] In-situ OAM (IOAM) with IPv6
[    0.405159] NET: Registered PF_PACKET protocol family
[    0.405523] microcode: CPU0: patch_level=0x08001138
[    0.405531] microcode: CPU1: patch_level=0x08001138
[    0.405538] microcode: CPU2: patch_level=0x08001138
[    0.405542] microcode: CPU3: patch_level=0x08001138
[    0.405546] microcode: Microcode Update Driver: v2.2.
[    0.405550] IPI shorthand broadcast: enabled
[    0.405570] sched_clock: Marking stable (405084405, 338313)->(413380067, -7957349)
[    0.405723] registered taskstats version 1
[    0.405802] Loading compiled-in X.509 certificates
[    0.408488] Loaded X.509 cert 'Build time autogenerated kernel key: d5fbdc968feb0e8004bf0fee52ec424ebaaaede8'
[    0.409573] zswap: loaded using pool lz4/z3fold
[    0.409834] Key type ._fscrypt registered
[    0.409835] Key type .fscrypt registered
[    0.409836] Key type fscrypt-provisioning registered
[    0.410602] integrity: Loading X.509 certificate: UEFI:db
[    0.410873] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[    0.410875] integrity: Loading X.509 certificate: UEFI:db
[    0.411011] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[    0.411012] integrity: Loading X.509 certificate: UEFI:db
[    0.411028] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.411029] integrity: Loading X.509 certificate: UEFI:db
[    0.411043] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.411044] integrity: Loading X.509 certificate: UEFI:db
[    0.411180] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[    0.412869] PM:   Magic number: 14:539:67
[    0.412948] memory memory95: hash matches
[    0.413057] RAS: Correctable Errors collector initialized.
[    0.705371] ata1: SATA link down (SStatus 0 SControl 300)
[    0.707514] ata9: SATA link down (SStatus 0 SControl 300)
[    1.185221] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.185752] ata2.00: ATA-10: WDC WD10EZEX-08WN4A0, 02.01A02, max UDMA/100
[    1.186593] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
[    1.186595] ata2.00: Features: NCQ-prio
[    1.187994] ata2.00: configured for UDMA/100
[    1.188185] scsi 1:0:0:0: Direct-Access     ATA      WDC WD10EZEX-08W 1A02 PQ: 0 ANSI: 5
[    1.188472] sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    1.188474] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    1.188486] sd 1:0:0:0: [sda] Write Protect is off
[    1.188490] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.188506] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.188527] sd 1:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    1.273815]  sda: sda1 sda2 sda3
[    1.273972] sd 1:0:0:0: [sda] Attached SCSI disk
[    1.341885] tsc: Refined TSC clocksource calibration: 3493.435 MHz
[    1.341896] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325b17c40e7, max_idle_ns: 440795347064 ns
[    1.341925] clocksource: Switched to clocksource tsc
[    1.655230] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.658099] ata5.00: ATA-9: SanDisk SDSSDA120G, Z33130RL, max UDMA/133
[    1.659563] ata5.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
[    1.664531] ata5.00: Features: Dev-Sleep
[    1.675617] ata5.00: configured for UDMA/133
[    1.675812] scsi 4:0:0:0: Direct-Access     ATA      SanDisk SDSSDA12 30RL PQ: 0 ANSI: 5
[    1.676067] sd 4:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
[    1.676079] sd 4:0:0:0: [sdb] Write Protect is off
[    1.676081] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.676095] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.676115] sd 4:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
[    1.692328]  sdb: sdb1 sdb2 sdb3
[    1.692465] sd 4:0:0:0: [sdb] Attached SCSI disk
[    1.984877] ata6: SATA link down (SStatus 0 SControl 300)
[    1.986270] Freeing unused decrypted memory: 2036K
[    1.986490] Freeing unused kernel image (initmem) memory: 2124K
[    1.986495] Write protecting the kernel read-only data: 28672k
[    1.986912] Freeing unused kernel image (text/rodata gap) memory: 2040K
[    1.987065] Freeing unused kernel image (rodata/data gap) memory: 964K
[    2.032260] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.032265] rodata_test: all tests were successful
[    2.032271] Run /init as init process
[    2.032273]   with arguments:
[    2.032274]     /init
[    2.032275]   with environment:
[    2.032275]     HOME=/
[    2.032276]     TERM=linux
[    2.032277]     BOOT_IMAGE=/boot/vmlinuz-linux
[    2.079498] fbcon: Taking over console
[    2.079567] Console: switching to colour frame buffer device 128x48
[    2.161673] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    2.161682] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[    2.217048] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000010048000410
[    2.217240] xhci_hcd 0000:01:00.0: xHCI Host Controller
[    2.217243] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[    2.217246] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    2.217331] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
[    2.217334] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.217335] usb usb1: Product: xHCI Host Controller
[    2.217336] usb usb1: Manufacturer: Linux 6.0.6-arch1-1 xhci-hcd
[    2.217337] usb usb1: SerialNumber: 0000:01:00.0
[    2.217463] hub 1-0:1.0: USB hub found
[    2.217476] hub 1-0:1.0: 10 ports detected
[    2.228366] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.228383] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
[    2.228385] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.228386] usb usb2: Product: xHCI Host Controller
[    2.228387] usb usb2: Manufacturer: Linux 6.0.6-arch1-1 xhci-hcd
[    2.228388] usb usb2: SerialNumber: 0000:01:00.0
[    2.228458] hub 2-0:1.0: USB hub found
[    2.228466] hub 2-0:1.0: 4 ports detected
[    2.232906] xhci_hcd 0000:09:00.3: xHCI Host Controller
[    2.232911] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 3
[    2.233011] xhci_hcd 0000:09:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000040000410
[    2.233138] xhci_hcd 0000:09:00.3: xHCI Host Controller
[    2.233141] xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 4
[    2.233143] xhci_hcd 0000:09:00.3: Host supports USB 3.0 SuperSpeed
[    2.233169] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
[    2.233171] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.233173] usb usb3: Product: xHCI Host Controller
[    2.233174] usb usb3: Manufacturer: Linux 6.0.6-arch1-1 xhci-hcd
[    2.233175] usb usb3: SerialNumber: 0000:09:00.3
[    2.233251] hub 3-0:1.0: USB hub found
[    2.233258] hub 3-0:1.0: 4 ports detected
[    2.233410] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    2.233430] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
[    2.233432] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.233433] usb usb4: Product: xHCI Host Controller
[    2.233434] usb usb4: Manufacturer: Linux 6.0.6-arch1-1 xhci-hcd
[    2.233435] usb usb4: SerialNumber: 0000:09:00.3
[    2.233499] hub 4-0:1.0: USB hub found
[    2.233505] hub 4-0:1.0: 4 ports detected
[    2.484869] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    2.484881] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    2.647263] usb 3-3: New USB device found, idVendor=046d, idProduct=c092, bcdDevice=52.00
[    2.647269] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.647271] usb 3-3: Product: G102 LIGHTSYNC Gaming Mouse
[    2.647272] usb 3-3: Manufacturer: Logitech
[    2.647273] usb 3-3: SerialNumber: 206D314A4143
[    2.671480] input: Logitech G102 LIGHTSYNC Gaming Mouse as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-3/3-3:1.0/0003:046D:C092.0001/input/input2
[    2.671562] hid-generic 0003:046D:C092.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:09:00.3-3/input0
[    2.680573] input: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-3/3-3:1.1/0003:046D:C092.0002/input/input3
[    2.735021] hid-generic 0003:046D:C092.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:09:00.3-3/input1
[    2.735052] usbcore: registered new interface driver usbhid
[    2.735054] usbhid: USB HID core driver
[    2.781527] usb 3-4: new full-speed USB device number 3 using xhci_hcd
[    2.942283] usb 3-4: New USB device found, idVendor=1532, idProduct=0235, bcdDevice= 2.00
[    2.942289] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    2.942291] usb 3-4: Product: Razer BlackWidow Lite
[    2.942293] usb 3-4: Manufacturer: Razer
[    2.960493] input: Razer Razer BlackWidow Lite as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.0/0003:1532:0235.0003/input/input6
[    3.015021] hid-generic 0003:1532:0235.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer BlackWidow Lite] on usb-0000:09:00.3-4/input0
[    3.020662] input: Razer Razer BlackWidow Lite Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.1/0003:1532:0235.0004/input/input7
[    3.074964] input: Razer Razer BlackWidow Lite as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.1/0003:1532:0235.0004/input/input8
[    3.075020] hid-generic 0003:1532:0235.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer BlackWidow Lite] on usb-0000:09:00.3-4/input1
[    3.079494] input: Razer Razer BlackWidow Lite as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.2/0003:1532:0235.0005/input/input9
[    3.079554] hid-generic 0003:1532:0235.0005: input,hidraw4: USB HID v1.11 Mouse [Razer Razer BlackWidow Lite] on usb-0000:09:00.3-4/input2
[    5.119876] usb 1-1: New USB device found, idVendor=046d, idProduct=085c, bcdDevice= 0.16
[    5.119883] usb 1-1: New USB device strings: Mfr=0, Product=2, SerialNumber=1
[    5.119885] usb 1-1: Product: C922 Pro Stream Webcam
[    5.119887] usb 1-1: SerialNumber: 8645B7BF
[    5.315213] usb 1-2: new full-speed USB device number 3 using xhci_hcd
[    5.650477] usb 1-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
[    5.650483] usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    5.650485] usb 1-2: Product: CSR8510 A10
[    5.785216] usb 1-9: new full-speed USB device number 4 using xhci_hcd
[    6.407235] usb 1-9: New USB device found, idVendor=1532, idProduct=0520, bcdDevice= 0.90
[    6.407241] usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.407243] usb 1-9: Product: Razer USB Audio Controller
[    6.407244] usb 1-9: Manufacturer: Razer
[    6.407245] usb 1-9: SerialNumber: 000000000000000000000000
[    6.559733] input: Razer Razer USB Audio Controller Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-9/1-9:1.5/0003:1532:0520.0006/input/input10
[    6.615372] input: Razer Razer USB Audio Controller as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-9/1-9:1.5/0003:1532:0520.0006/input/input11
[    6.615505] hid-generic 0003:1532:0520.0006: input,hiddev97,hidraw5: USB HID v1.11 Device [Razer Razer USB Audio Controller] on usb-0000:01:00.0-9/input5
[   22.076874] EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
[   23.019558] systemd[1]: systemd 251.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)
[   23.019563] systemd[1]: Detected architecture x86-64.
[   23.038608] systemd[1]: Hostname set to <archPC>.
[   27.850622] systemd[1]: Queued start job for default target Graphical Interface.
[   27.869126] systemd[1]: Created slice Slice /system/getty.
[   27.869428] systemd[1]: Created slice Slice /system/modprobe.
[   27.869679] systemd[1]: Created slice Slice /system/systemd-fsck.
[   27.869843] systemd[1]: Created slice User and Session Slice.
[   27.869899] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   27.869937] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   27.870066] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   27.870092] systemd[1]: Reached target Local Encrypted Volumes.
[   27.870105] systemd[1]: Reached target Local Integrity Protected Volumes.
[   27.870122] systemd[1]: Reached target Path Units.
[   27.870133] systemd[1]: Reached target Remote File Systems.
[   27.870143] systemd[1]: Reached target Slice Units.
[   27.870165] systemd[1]: Reached target Local Verity Protected Volumes.
[   27.870224] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   27.870480] systemd[1]: Listening on LVM2 poll daemon socket.
[   27.871411] systemd[1]: Listening on Process Core Dump Socket.
[   27.871528] systemd[1]: Listening on Journal Audit Socket.
[   27.871605] systemd[1]: Listening on Journal Socket (/dev/log).
[   27.871680] systemd[1]: Listening on Journal Socket.
[   27.871773] systemd[1]: Listening on udev Control Socket.
[   27.871834] systemd[1]: Listening on udev Kernel Socket.
[   27.872469] systemd[1]: Mounting Huge Pages File System...
[   27.873017] systemd[1]: Mounting POSIX Message Queue File System...
[   27.873719] systemd[1]: Mounting Kernel Debug File System...
[   27.874266] systemd[1]: Mounting Kernel Trace File System...
[   27.874939] systemd[1]: Starting Create List of Static Device Nodes...
[   27.875561] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   27.876228] systemd[1]: Starting Load Kernel Module configfs...
[   27.876867] systemd[1]: Starting Load Kernel Module drm...
[   27.877476] systemd[1]: Starting Load Kernel Module fuse...
[   27.877536] systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
[   27.878766] systemd[1]: Starting Journal Service...
[   27.890059] systemd[1]: Starting Load Kernel Modules...
[   27.890656] systemd[1]: Starting Remount Root and Kernel File Systems...
[   27.890717] systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
[   27.891380] systemd[1]: Starting Coldplug All udev Devices...
[   27.925410] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   27.925526] systemd[1]: Finished Load Kernel Module configfs.
[   27.925773] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   27.925868] systemd[1]: Finished Load Kernel Module drm.
[   27.926534] systemd[1]: Mounting Kernel Configuration File System...
[   27.955615] fuse: init (API version 7.36)
[   27.956201] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   27.956321] systemd[1]: Finished Load Kernel Module fuse.
[   27.957069] systemd[1]: Mounting FUSE Control File System...
[   27.961774] systemd[1]: Mounted Kernel Trace File System.
[   27.961866] systemd[1]: Mounted FUSE Control File System.
[   27.965105] systemd[1]: Mounted Huge Pages File System.
[   27.965185] systemd[1]: Mounted POSIX Message Queue File System.
[   27.965246] systemd[1]: Mounted Kernel Debug File System.
[   27.965305] systemd[1]: Mounted Kernel Configuration File System.
[   27.987726] systemd[1]: Finished Create List of Static Device Nodes.
[   27.987775] audit: type=1130 audit(1667376314.090: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'
[   28.000868] EXT4-fs (sda3): re-mounted. Quota mode: none.
[   28.001575] systemd[1]: Finished Remount Root and Kernel File Systems.
[   28.001622] audit: type=1130 audit(1667376314.107:3): 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'
[   28.021739] systemd[1]: Activating swap /swapfile...
[   28.021830] systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
[   28.131196] systemd[1]: Rebuild Hardware Database was skipped because all trigger condition checks failed.
[   28.162085] systemd[1]: Starting Load/Save Random Seed...
[   28.162870] systemd[1]: Starting Create System Users...
[   28.163052] systemd[1]: Started Journal Service.
[   28.163158] audit: type=1130 audit(1667376314.267:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   28.163788] audit: type=1130 audit(1667376314.267:5): 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'
[   28.310409] systemd-journald[282]: Received client request to flush runtime journal.
[   28.523330] Adding 4194300k swap on /swapfile.  Priority:-2 extents:54 across:17113084k FS
[   28.656746] systemd-journald[282]: File /var/log/journal/02112a3f644140829eb9d122a4901d57/system.journal corrupted or uncleanly shut down, renaming and replacing.
[   28.972447] audit: type=1130 audit(1667376315.077:6): 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'
[   29.504794] audit: type=1130 audit(1667376315.607:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   29.896434] audit: type=1130 audit(1667376316.000:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   30.909477] audit: type=1130 audit(1667376317.014:9): 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'
[   30.909891] audit: type=1334 audit(1667376317.014:10): prog-id=9 op=LOAD
[   30.909919] audit: type=1334 audit(1667376317.014:11): prog-id=10 op=LOAD
[   31.926753] nvidia: loading out-of-tree module taints kernel.
[   31.926766] nvidia: module license 'NVIDIA' taints kernel.
[   31.926767] Disabling lock debugging due to kernel taint
[   31.950955] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[   32.343466] nvidia-nvlink: Nvlink Core is being initialized, major device number 239

[   32.344610] nvidia 0000:08:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[   32.461320] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  520.56.06  Thu Oct  6 21:38:55 UTC 2022
[   32.625039] nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
[   32.773485] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   32.773491] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   32.773567] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   32.774869] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[   32.774935] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  520.56.06  Thu Oct  6 21:22:53 UTC 2022
[   32.775457] nvidia-uvm: Loaded the UVM driver, major device number 237.
[   32.955609] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   32.955705] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[   32.955794] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[   32.955813] mc: Linux media interface: v0.10
[   32.956137] [drm] [nvidia-drm] [GPU ID 0x00000800] Loading driver
[   32.956139] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:08:00.0 on minor 0
[   32.957714] ccp 0000:09:00.2: enabling device (0000 -> 0002)
[   32.958924] ccp 0000:09:00.2: ccp enabled
[   32.958946] ccp 0000:09:00.2: psp enabled
[   33.021313] videodev: Linux video capture interface: v2.00
[   33.080076] r8169 0000:06:00.0 eth0: RTL8168h/8111h, 10:7b:44:4d:c6:8c, XID 541, IRQ 50
[   33.080083] r8169 0000:06:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[   33.155718] Bluetooth: Core ver 2.22
[   33.155829] NET: Registered PF_BLUETOOTH protocol family
[   33.155831] Bluetooth: HCI device and connection manager initialized
[   33.155834] Bluetooth: HCI socket layer initialized
[   33.155836] Bluetooth: L2CAP socket layer initialized
[   33.155840] Bluetooth: SCO socket layer initialized
[   33.185137] usb 1-1: Found UVC 1.00 device C922 Pro Stream Webcam (046d:085c)
[   33.248198] input: C922 Pro Stream Webcam as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.0/input/input12
[   33.248274] usbcore: registered new interface driver uvcvideo
[   33.272314] kauditd_printk_skb: 2 callbacks suppressed
[   33.272318] audit: type=1130 audit(1667376319.377:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.325449] usbcore: registered new interface driver btusb
[   33.370965] snd_hda_intel 0000:08:00.1: Disabling MSI
[   33.370975] snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
[   33.372069] snd_hda_intel 0000:0a:00.3: enabling device (0000 -> 0002)
[   33.418870] mousedev: PS/2 mouse device common for all mice
[   33.447730] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   33.447734] RAPL PMU: hw unit of domain package 2^-16 Joules
[   33.454202] input: PC Speaker as /devices/platform/pcspkr/input/input20
[   33.454534] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input13
[   33.454571] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input14
[   33.454605] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input15
[   33.454637] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input16
[   33.454667] input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input17
[   33.454698] input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input18
[   33.454733] input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card1/input19
[   33.478906] cryptd: max_cpu_qlen set to 1000
[   33.562600] AVX2 version of gcm_enc/dec engaged.
[   33.562632] AES CTR mode by8 optimization enabled
[   33.587540] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   33.587550] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   33.587552] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[   33.587554] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[   33.587555] snd_hda_codec_realtek hdaudioC2D0:    dig-out=0x11/0x0
[   33.587556] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[   33.587557] snd_hda_codec_realtek hdaudioC2D0:      Front Mic=0x19
[   33.587559] snd_hda_codec_realtek hdaudioC2D0:      Rear Mic=0x18
[   33.587560] snd_hda_codec_realtek hdaudioC2D0:      Line=0x1a
[   33.614076] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input21
[   33.614132] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input22
[   33.614167] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input23
[   33.614198] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input24
[   33.614239] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card2/input25
[   33.642732] usbcore: registered new interface driver snd-usb-audio
[   33.663302] r8169 0000:06:00.0 enp6s0: renamed from eth0
[   33.752392] asus_wmi: ASUS WMI generic driver loaded
[   33.757424] asus_wmi: Initialization: 0x0
[   33.757463] asus_wmi: BIOS WMI version: 0.9
[   33.757641] asus_wmi: SFUN value: 0x0
[   33.757645] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[   33.758495] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input26
[   33.759097] asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -61
[   33.759172] asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -61
[   33.861815] SVM: TSC scaling supported
[   33.861819] kvm: Nested Virtualization enabled
[   33.861820] SVM: kvm: Nested Paging enabled
[   33.861821] SEV supported: 16 ASIDs
[   33.861833] SVM: Virtual VMLOAD VMSAVE supported
[   33.861833] SVM: Virtual GIF supported
[   33.861834] SVM: LBR virtualization supported
[   33.977265] MCE: In-kernel MCE decoding enabled.
[   34.088220] audit: type=1130 audit(1667376320.190:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.278913] intel_rapl_common: Found RAPL domain package
[   34.278918] intel_rapl_common: Found RAPL domain core
[   34.422284] audit: type=1130 audit(1667376320.527:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-BA00\x2d6587 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.372642] audit: type=1130 audit(1667376322.477:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   36.428087] audit: type=1130 audit(1667376322.530:18): 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'
[   36.587739] audit: type=1130 audit(1667376322.690:19): 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'
[   36.606139] audit: type=1334 audit(1667376322.710:20): prog-id=11 op=LOAD
[   36.647000] audit: type=1127 audit(1667376322.750:21): pid=459 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[   36.661013] audit: type=1130 audit(1667376322.764:22): 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'
[   36.689470] audit: type=1130 audit(1667376322.794:23): 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'
[   37.270208] BUG: kernel NULL pointer dereference, address: 00000000000001c8
[   37.270233] #PF: supervisor write access in kernel mode
[   37.270246] #PF: error_code(0x0002) - not-present page
[   37.270259] PGD 0 P4D 0 
[   37.270268] Oops: 0002 [#1] PREEMPT SMP NOPTI
[   37.270280] CPU: 1 PID: 465 Comm: rasdaemon Tainted: P           OE      6.0.6-arch1-1 #1 a46cc4b882cfc11c3bbb09d6a0fab3dcad53b5c2
[   37.270310] Hardware name: System manufacturer System Product Name/PRIME B350M-K, BIOS 5007 06/18/2019
[   37.270332] RIP: 0010:ring_buffer_wake_waiters+0x26/0xb0
[   37.270350] Code: 0b eb e9 90 66 0f 1f 00 41 54 4c 8d 67 10 55 48 89 fd 53 48 63 de 83 fb ff 74 38 48 8b 47 60 48 8b 2c d8 48 81 c5 78 01 00 00 <48> 83 45 50 01 31 c9 31 d2 48 8d 7d 20 be 03 00 00 00 e8 b3 bb f4
[   37.270391] RSP: 0018:ffffb0c6c147bda0 EFLAGS: 00010206
[   37.270405] RAX: ffff9c33046b0a00 RBX: 0000000000000004 RCX: 0000000000000001
[   37.270422] RDX: ffff9c3303e8a000 RSI: 0000000000000004 RDI: ffff9c33046b0800
[   37.270439] RBP: 0000000000000178 R08: ffff9c330533b210 R09: ffff9c3318b937b0
[   37.270456] R10: 0000000000000000 R11: 0000000000000001 R12: ffff9c33046b0810
[   37.270473] R13: ffff9c33079d16a0 R14: ffff9c3318b51f00 R15: 0000000000000000
[   37.270490] FS:  00007f98ff41e740(0000) GS:ffff9c360ea40000(0000) knlGS:0000000000000000
[   37.270509] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   37.270523] CR2: 00000000000001c8 CR3: 0000000103b74000 CR4: 00000000003506e0
[   37.270540] Call Trace:
[   37.270547]  <TASK>
[   37.270554]  tracing_buffers_release+0x4d/0x90
[   37.270566]  __fput+0x89/0x250
[   37.270577]  task_work_run+0x60/0x90
[   37.270589]  exit_to_user_mode_prepare+0x1a7/0x1d0
[   37.270603]  syscall_exit_to_user_mode+0x1b/0x40
[   37.270616]  do_syscall_64+0x6b/0x90
[   37.270627]  ? __rseq_handle_notify_resume+0xad/0x4a0
[   37.270641]  ? mntput_no_expire+0x4a/0x250
[   37.270653]  ? call_rcu+0xe2/0x6c0
[   37.270664]  ? exit_to_user_mode_prepare+0x145/0x1d0
[   37.270677]  ? syscall_exit_to_user_mode+0x1b/0x40
[   37.270689]  ? do_syscall_64+0x6b/0x90
[   37.270700]  entry_SYSCALL_64_after_hwframe+0x63/0xcd
[   37.270713] RIP: 0033:0x7f98ff600774
[   37.270723] Code: eb b2 67 e8 1e 02 02 00 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 f3 0f 1e fa 80 3d ad 8d 0e 00 00 74 13 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 44 c3 0f 1f 00 48 83 ec 18 89 7c 24 0c e8 d3
[   37.271182] RSP: 002b:00007ffcf8225758 EFLAGS: 00000202 ORIG_RAX: 0000000000000003
[   37.271627] RAX: 0000000000000000 RBX: 0000000000000004 RCX: 00007f98ff600774
[   37.272068] RDX: 0000000000000021 RSI: 00007ffcf82259e0 RDI: 0000000000000009
[   37.272514] RBP: 00007ffcf8226eb0 R08: 000056232acd52f0 R09: 0000000000000000
[   37.272963] R10: 0000000000000008 R11: 0000000000000202 R12: 00007ffcf82257e0
[   37.273418] R13: 0000000000000001 R14: 0000000000000021 R15: 000056232acd97a0
[   37.273877]  </TASK>
[   37.274333] Modules linked in: vfat fat intel_rapl_msr intel_rapl_common edac_mce_amd kvm_amd kvm eeepc_wmi asus_wmi irqbypass sparse_keymap platform_profile video crct10dif_pclmul crc32_pclmul snd_hda_codec_realtek polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel aesni_intel wmi_bmof crypto_simd cryptd pcspkr snd_hda_codec_generic rapl snd_hda_codec_hdmi ledtrig_audio joydev mousedev snd_hda_intel snd_intel_dspcfg snd_intel_sdw_acpi btusb snd_hda_codec btrtl snd_usb_audio btbcm btintel uvcvideo btmtk videobuf2_vmalloc snd_usbmidi_lib snd_hda_core videobuf2_memops snd_hwdep snd_rawmidi videobuf2_v4l2 bluetooth snd_seq_device videobuf2_common r8169 snd_pcm ecdh_generic videodev snd_timer realtek ccp rfkill mc sp5100_tco mdio_devres nvidia_drm(POE) snd gpio_amdpt soundcore i2c_piix4 libphy gpio_generic rng_core k10temp mac_hid wmi nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 usbhid
[   37.274381]  crc32c_intel xhci_pci xhci_pci_renesas
[   37.279141] CR2: 00000000000001c8
[   37.279682] ---[ end trace 0000000000000000 ]---
[   37.280216] RIP: 0010:ring_buffer_wake_waiters+0x26/0xb0
[   37.280744] Code: 0b eb e9 90 66 0f 1f 00 41 54 4c 8d 67 10 55 48 89 fd 53 48 63 de 83 fb ff 74 38 48 8b 47 60 48 8b 2c d8 48 81 c5 78 01 00 00 <48> 83 45 50 01 31 c9 31 d2 48 8d 7d 20 be 03 00 00 00 e8 b3 bb f4
[   37.281818] RSP: 0018:ffffb0c6c147bda0 EFLAGS: 00010206
[   37.282353] RAX: ffff9c33046b0a00 RBX: 0000000000000004 RCX: 0000000000000001
[   37.282896] RDX: ffff9c3303e8a000 RSI: 0000000000000004 RDI: ffff9c33046b0800
[   37.283436] RBP: 0000000000000178 R08: ffff9c330533b210 R09: ffff9c3318b937b0
[   37.283978] R10: 0000000000000000 R11: 0000000000000001 R12: ffff9c33046b0810
[   37.284518] R13: ffff9c33079d16a0 R14: ffff9c3318b51f00 R15: 0000000000000000
[   37.285055] FS:  00007f98ff41e740(0000) GS:ffff9c360ea40000(0000) knlGS:0000000000000000
[   37.285595] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[   37.286131] CR2: 00000000000001c8 CR3: 0000000103b74000 CR4: 00000000003506e0
[   38.551540] kauditd_printk_skb: 6 callbacks suppressed
[   38.551543] audit: type=1130 audit(1667376324.657:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.578584] audit: type=1130 audit(1667376324.684:31): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.579810] audit: type=1130 audit(1667376324.684:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   38.863417] audit: type=1130 audit(1667376324.967:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ras-mc-ctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.092736] audit: type=1131 audit(1667376325.197:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.335145] audit: type=1130 audit(1667376325.440:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.365647] audit: type=1130 audit(1667376325.470:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.401519] audit: type=1130 audit(1667376325.504:37): 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'
[   39.403207] audit: type=1130 audit(1667376325.507:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   39.404779] audit: type=1334 audit(1667376325.507:39): prog-id=15 op=LOAD
[   39.865228] Generic FE-GE Realtek PHY r8169-0-600:00: attached PHY driver (mii_bus:phy_addr=r8169-0-600:00, irq=MAC)
[   40.028692] r8169 0000:06:00.0 enp6s0: Link is Down
[   41.618698] r8169 0000:06:00.0 enp6s0: Link is Up - 100Mbps/Full - flow control rx/tx
[   41.618739] IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready
[   49.872948] kauditd_printk_skb: 4 callbacks suppressed
[   49.872952] audit: type=1131 audit(1667376335.980:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   52.779964] audit: type=1100 audit(1667376338.884:45): pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
[   52.780326] audit: type=1101 audit(1667376338.884:46): pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
[   52.795746] audit: type=1103 audit(1667376338.900:47): pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
[   52.795817] audit: type=1006 audit(1667376338.900:48): pid=494 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   52.795849] audit: type=1300 audit(1667376338.900:48): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffcdd16aff0 a2=4 a3=7ffcdd16ad04 items=0 ppid=1 pid=494 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[   52.795908] audit: type=1327 audit(1667376338.900:48): proctitle=2F62696E2F6C6F67696E002D70002D2D
[   52.881797] audit: type=1130 audit(1667376338.987:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   52.897284] audit: type=1101 audit(1667376339.000:50): pid=503 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   52.897347] audit: type=1103 audit(1667376339.000:51): pid=503 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   53.155511] systemd-journald[282]: File /var/log/journal/02112a3f644140829eb9d122a4901d57/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   69.571695] kauditd_printk_skb: 7 callbacks suppressed
[   69.571699] audit: type=1131 audit(1667376355.631:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   69.649631] audit: type=1334 audit(1667376355.709:58): prog-id=0 op=UNLOAD
[   69.649641] audit: type=1334 audit(1667376355.709:59): prog-id=0 op=UNLOAD
[   69.649644] audit: type=1334 audit(1667376355.709:60): prog-id=0 op=UNLOAD
[   83.591698] audit: type=1100 audit(1667376369.492:61): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   83.591799] audit: type=1101 audit(1667376369.492:62): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   83.592335] audit: type=1110 audit(1667376369.492:63): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   83.592430] audit: type=1105 audit(1667376369.492:64): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   83.919061] audit: type=1106 audit(1667376369.817:65): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[   83.919119] audit: type=1104 audit(1667376369.817:66): pid=1879 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  105.879135] audit: type=1101 audit(1667376391.752:67): pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  105.879760] audit: type=1110 audit(1667376391.756:68): pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  105.879863] audit: type=1105 audit(1667376391.756:69): pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  107.403802] audit: type=1106 audit(1667376393.279:70): pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  107.403828] audit: type=1104 audit(1667376393.279:71): pid=5926 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  119.140925] audit: type=1130 audit(1667376405.016:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  126.983640] usb 1-1: reset high-speed USB device number 2 using xhci_hcd
[  128.192238] audit: type=1130 audit(1667376414.066:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  142.527888] audit: type=1334 audit(1667376428.402:74): prog-id=18 op=LOAD
[  142.527898] audit: type=1334 audit(1667376428.402:75): prog-id=19 op=LOAD
[  143.129611] audit: type=1130 audit(1667376429.006:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  499.718478] audit: type=1100 audit(1667376785.589:77): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  499.718588] audit: type=1101 audit(1667376785.589:78): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  499.719172] audit: type=1110 audit(1667376785.593:79): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  499.719280] audit: type=1105 audit(1667376785.593:80): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  506.288638] audit: type=1106 audit(1667376792.159:81): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  506.288649] audit: type=1104 audit(1667376792.159:82): pid=26253 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  797.784174] audit: type=1100 audit(1667377083.652:83): pid=41344 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  797.784417] audit: type=1101 audit(1667377083.652:84): pid=41344 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  797.785020] audit: type=1110 audit(1667377083.652:85): pid=41344 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  797.785123] audit: type=1105 audit(1667377083.652:86): pid=41344 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  797.798810] audit: type=1106 audit(1667377083.665:87): pid=41344 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  797.798879] audit: type=1104 audit(1667377083.665:88): pid=41344 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  830.086792] audit: type=1101 audit(1667377115.951:89): pid=43035 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  830.087254] audit: type=1110 audit(1667377115.955:90): pid=43035 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  830.087355] audit: type=1105 audit(1667377115.955:91): pid=43035 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

Found this

 BUG: kernel NULL pointer dereference, address: 00000000000001c8 

I can't figure out what's causing that.

EDIT: I let my system halt for a bit more before physically shutting down and i saw some dmesg logs that said SIGKILL failed for rasdaemon,
Disabling the process seems to have fixed everything.
You can find more details in here;

Nov 06 12:19:33 archPC kernel: Linux version 6.0.7-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Thu, 03 Nov 2022 18:01:58 +0000
Nov 06 12:19:33 archPC kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=54772378-77cd-421f-8c82-82e206e6e325 rw loglevel=3 quiet
Nov 06 12:19:33 archPC kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 06 12:19:33 archPC kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 06 12:19:33 archPC kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 06 12:19:33 archPC kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Nov 06 12:19:33 archPC kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Nov 06 12:19:33 archPC kernel: signal: max sigframe size: 1776
Nov 06 12:19:33 archPC kernel: BIOS-provided physical RAM map:
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009e0ffff] usable
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x0000000009e10000-0x0000000009ffffff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000cf4c5fff] usable
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000cf4c6000-0x00000000cf4dffff] ACPI data
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000cf4e0000-0x00000000da6fefff] usable
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000da6ff000-0x00000000da7ecfff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000da7ed000-0x00000000da7f7fff] ACPI data
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000da7f8000-0x00000000da8fdfff] usable
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000da8fe000-0x00000000dacb6fff] ACPI NVS
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000dacb7000-0x00000000db712fff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000db713000-0x00000000db7b4fff] type 20
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000db7b5000-0x00000000ddffffff] usable
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000de000000-0x00000000dfffffff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 06 12:19:33 archPC kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
Nov 06 12:19:33 archPC kernel: NX (Execute Disable) protection: active
Nov 06 12:19:33 archPC kernel: efi: EFI v2.60 by American Megatrends
Nov 06 12:19:33 archPC kernel: efi: ACPI 2.0=0xcf4c6000 ACPI=0xcf4c6000 SMBIOS=0xdb681000 SMBIOS 3.0=0xdb680000 ESRT=0xd83b6798 MEMATTR=0xd8047018 
Nov 06 12:19:33 archPC kernel: SMBIOS 3.1.1 present.
Nov 06 12:19:33 archPC kernel: DMI: System manufacturer System Product Name/PRIME B350M-K, BIOS 5007 06/18/2019
Nov 06 12:19:33 archPC kernel: tsc: Fast TSC calibration using PIT
Nov 06 12:19:33 archPC kernel: tsc: Detected 3493.374 MHz processor
Nov 06 12:19:33 archPC kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 06 12:19:33 archPC kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 06 12:19:33 archPC kernel: last_pfn = 0x41f380 max_arch_pfn = 0x400000000
Nov 06 12:19:33 archPC kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Nov 06 12:19:33 archPC kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Nov 06 12:19:33 archPC kernel: last_pfn = 0xde000 max_arch_pfn = 0x400000000
Nov 06 12:19:33 archPC kernel: esrt: Reserving ESRT space from 0x00000000d83b6798 to 0x00000000d83b67d0.
Nov 06 12:19:33 archPC kernel: e820: update [mem 0xd83b6000-0xd83b6fff] usable ==> reserved
Nov 06 12:19:33 archPC kernel: Using GB pages for direct mapping
Nov 06 12:19:33 archPC kernel: Secure boot disabled
Nov 06 12:19:33 archPC kernel: RAMDISK: [mem 0x36e19000-0x37703fff]
Nov 06 12:19:33 archPC kernel: ACPI: Early table checksum verification disabled
Nov 06 12:19:33 archPC kernel: ACPI: RSDP 0x00000000CF4C6000 000024 (v02 ALASKA)
Nov 06 12:19:33 archPC kernel: ACPI: XSDT 0x00000000CF4C6098 0000AC (v01 ALASKA A M I    01072009 AMI  00010013)
Nov 06 12:19:33 archPC kernel: ACPI: FACP 0x00000000CF4D1418 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Nov 06 12:19:33 archPC kernel: ACPI: DSDT 0x00000000CF4C61E0 00B233 (v02 ALASKA A M I    01072009 INTL 20120913)
Nov 06 12:19:33 archPC kernel: ACPI: FACS 0x00000000DAC9ED80 000040
Nov 06 12:19:33 archPC kernel: ACPI: APIC 0x00000000CF4D1530 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
Nov 06 12:19:33 archPC kernel: ACPI: FPDT 0x00000000CF4D1690 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
Nov 06 12:19:33 archPC kernel: ACPI: FIDT 0x00000000CF4D16D8 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Nov 06 12:19:33 archPC kernel: ACPI: SSDT 0x00000000CF4D1778 000060 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
Nov 06 12:19:33 archPC kernel: ACPI: SSDT 0x00000000CF4DFEB8 0000BF (v01 AMD    AMD PT   00001000 INTL 20120913)
Nov 06 12:19:33 archPC kernel: ACPI: SSDT 0x00000000CF4D1830 008C98 (v02 AMD    AMD ALIB 00000002 MSFT 04000000)
Nov 06 12:19:33 archPC kernel: ACPI: SSDT 0x00000000CF4DA4C8 00322C (v01 AMD    AMD AOD  00000001 INTL 20120913)
Nov 06 12:19:33 archPC kernel: ACPI: MCFG 0x00000000CF4DD6F8 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
Nov 06 12:19:33 archPC kernel: ACPI: HPET 0x00000000CF4DD738 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
Nov 06 12:19:33 archPC kernel: ACPI: SSDT 0x00000000CF4DD770 000024 (v01 AMDFCH FCHZP    00001000 INTL 20120913)
Nov 06 12:19:33 archPC kernel: ACPI: UEFI 0x00000000CF4DD798 000042 (v01                 00000000      00000000)
Nov 06 12:19:33 archPC kernel: ACPI: BGRT 0x00000000CF4DD7E0 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Nov 06 12:19:33 archPC kernel: ACPI: IVRS 0x00000000CF4DD818 0000D0 (v02 AMD    AMD IVRS 00000001 AMD  00000000)
Nov 06 12:19:33 archPC kernel: ACPI: CRAT 0x00000000CF4DD8E8 000850 (v01 AMD    AMD CRAT 00000001 AMD  00000001)
Nov 06 12:19:33 archPC kernel: ACPI: CDIT 0x00000000CF4DE138 000029 (v01 AMD    AMD CDIT 00000001 AMD  00000001)
Nov 06 12:19:33 archPC kernel: ACPI: SSDT 0x00000000CF4DE168 001D4A (v01 AMD    AmdTable 00000001 INTL 20120913)
Nov 06 12:19:33 archPC kernel: ACPI: Reserving FACP table memory at [mem 0xcf4d1418-0xcf4d152b]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving DSDT table memory at [mem 0xcf4c61e0-0xcf4d1412]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving FACS table memory at [mem 0xdac9ed80-0xdac9edbf]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving APIC table memory at [mem 0xcf4d1530-0xcf4d168d]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving FPDT table memory at [mem 0xcf4d1690-0xcf4d16d3]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving FIDT table memory at [mem 0xcf4d16d8-0xcf4d1773]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4d1778-0xcf4d17d7]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4dfeb8-0xcf4dff76]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4d1830-0xcf4da4c7]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4da4c8-0xcf4dd6f3]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving MCFG table memory at [mem 0xcf4dd6f8-0xcf4dd733]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving HPET table memory at [mem 0xcf4dd738-0xcf4dd76f]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4dd770-0xcf4dd793]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving UEFI table memory at [mem 0xcf4dd798-0xcf4dd7d9]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving BGRT table memory at [mem 0xcf4dd7e0-0xcf4dd817]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving IVRS table memory at [mem 0xcf4dd818-0xcf4dd8e7]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving CRAT table memory at [mem 0xcf4dd8e8-0xcf4de137]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving CDIT table memory at [mem 0xcf4de138-0xcf4de160]
Nov 06 12:19:33 archPC kernel: ACPI: Reserving SSDT table memory at [mem 0xcf4de168-0xcf4dfeb1]
Nov 06 12:19:33 archPC kernel: system APIC only can use physical flat
Nov 06 12:19:33 archPC kernel: Setting APIC routing to physical flat.
Nov 06 12:19:33 archPC kernel: No NUMA configuration found
Nov 06 12:19:33 archPC kernel: Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
Nov 06 12:19:33 archPC kernel: NODE_DATA(0) allocated [mem 0x41f37c000-0x41f37ffff]
Nov 06 12:19:33 archPC kernel: Zone ranges:
Nov 06 12:19:33 archPC kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 06 12:19:33 archPC kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 06 12:19:33 archPC kernel:   Normal   [mem 0x0000000100000000-0x000000041f37ffff]
Nov 06 12:19:33 archPC kernel:   Device   empty
Nov 06 12:19:33 archPC kernel: Movable zone start for each node
Nov 06 12:19:33 archPC kernel: Early memory node ranges
Nov 06 12:19:33 archPC kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Nov 06 12:19:33 archPC kernel:   node   0: [mem 0x0000000000100000-0x0000000009e0ffff]
Nov 06 12:19:33 archPC kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
Nov 06 12:19:33 archPC kernel:   node   0: [mem 0x000000000a20b000-0x000000000affffff]
Nov 06 12:19:33 archPC kernel:   node   0: [mem 0x000000000b020000-0x00000000cf4c5fff]
Nov 06 12:19:33 archPC kernel:   node   0: [mem 0x00000000cf4e0000-0x00000000da6fefff]
Nov 06 12:19:33 archPC kernel:   node   0: [mem 0x00000000da7f8000-0x00000000da8fdfff]
Nov 06 12:19:33 archPC kernel:   node   0: [mem 0x00000000db7b5000-0x00000000ddffffff]
Nov 06 12:19:33 archPC kernel:   node   0: [mem 0x0000000100000000-0x000000041f37ffff]
Nov 06 12:19:33 archPC kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
Nov 06 12:19:33 archPC kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 06 12:19:33 archPC kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Nov 06 12:19:33 archPC kernel: On node 0, zone DMA32: 496 pages in unavailable ranges
Nov 06 12:19:33 archPC kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
Nov 06 12:19:33 archPC kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Nov 06 12:19:33 archPC kernel: On node 0, zone DMA32: 26 pages in unavailable ranges
Nov 06 12:19:33 archPC kernel: On node 0, zone DMA32: 249 pages in unavailable ranges
Nov 06 12:19:33 archPC kernel: On node 0, zone DMA32: 3767 pages in unavailable ranges
Nov 06 12:19:33 archPC kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Nov 06 12:19:33 archPC kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Nov 06 12:19:33 archPC kernel: ACPI: PM-Timer IO Port: 0x808
Nov 06 12:19:33 archPC kernel: system APIC only can use physical flat
Nov 06 12:19:33 archPC kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Nov 06 12:19:33 archPC kernel: IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
Nov 06 12:19:33 archPC kernel: IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
Nov 06 12:19:33 archPC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 06 12:19:33 archPC kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Nov 06 12:19:33 archPC kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 06 12:19:33 archPC kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Nov 06 12:19:33 archPC kernel: e820: update [mem 0xd7526000-0xd756bfff] usable ==> reserved
Nov 06 12:19:33 archPC kernel: smpboot: Allowing 32 CPUs, 28 hotplug CPUs
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0x09e10000-0x09ffffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xcf4c6000-0xcf4dffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xd7526000-0xd756bfff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xd83b6000-0xd83b6fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xda6ff000-0xda7ecfff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xda7ed000-0xda7f7fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xda8fe000-0xdacb6fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xdacb7000-0xdb712fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xdb713000-0xdb7b4fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xde000000-0xdfffffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfd100000-0xfd1fffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfe9fffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
Nov 06 12:19:33 archPC kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Nov 06 12:19:33 archPC kernel: [mem 0xe0000000-0xf7ffffff] available for PCI devices
Nov 06 12:19:33 archPC kernel: Booting paravirtualized kernel on bare hardware
Nov 06 12:19:33 archPC kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 06 12:19:33 archPC kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
Nov 06 12:19:33 archPC kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Nov 06 12:19:33 archPC kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Nov 06 12:19:33 archPC kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Nov 06 12:19:33 archPC kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
Nov 06 12:19:33 archPC kernel: Fallback order for Node 0: 0 
Nov 06 12:19:33 archPC kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4112788
Nov 06 12:19:33 archPC kernel: Policy zone: Normal
Nov 06 12:19:33 archPC kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=54772378-77cd-421f-8c82-82e206e6e325 rw loglevel=3 quiet
Nov 06 12:19:33 archPC kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Nov 06 12:19:33 archPC kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Nov 06 12:19:33 archPC kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Nov 06 12:19:33 archPC kernel: printk: log_buf_len min size: 131072 bytes
Nov 06 12:19:33 archPC kernel: printk: log_buf_len: 262144 bytes
Nov 06 12:19:33 archPC kernel: printk: early log buf free: 116528(88%)
Nov 06 12:19:33 archPC kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 06 12:19:33 archPC kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 06 12:19:33 archPC kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 06 12:19:33 archPC kernel: software IO TLB: area num 32.
Nov 06 12:19:33 archPC kernel: Memory: 16222680K/16712936K available (14343K kernel code, 2078K rwdata, 11324K rodata, 2124K init, 3540K bss, 489996K reserved, 0K cma-reserved)
Nov 06 12:19:33 archPC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Nov 06 12:19:33 archPC kernel: ftrace: allocating 45784 entries in 179 pages
Nov 06 12:19:33 archPC kernel: ftrace: allocated 179 pages with 5 groups
Nov 06 12:19:33 archPC kernel: Dynamic Preempt: full
Nov 06 12:19:33 archPC kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 06 12:19:33 archPC kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Nov 06 12:19:33 archPC kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Nov 06 12:19:33 archPC kernel:         Trampoline variant of Tasks RCU enabled.
Nov 06 12:19:33 archPC kernel:         Rude variant of Tasks RCU enabled.
Nov 06 12:19:33 archPC kernel:         Tracing variant of Tasks RCU enabled.
Nov 06 12:19:33 archPC kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 06 12:19:33 archPC kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Nov 06 12:19:33 archPC kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Nov 06 12:19:33 archPC kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 06 12:19:33 archPC kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 06 12:19:33 archPC kernel: random: crng init done
Nov 06 12:19:33 archPC kernel: Console: colour dummy device 80x25
Nov 06 12:19:33 archPC kernel: printk: console [tty0] enabled
Nov 06 12:19:33 archPC kernel: ACPI: Core revision 20220331
Nov 06 12:19:33 archPC kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Nov 06 12:19:33 archPC kernel: APIC: Switch to symmetric I/O mode setup
Nov 06 12:19:33 archPC kernel: AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
Nov 06 12:19:33 archPC kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Nov 06 12:19:33 archPC kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x325add93063, max_idle_ns: 440795205842 ns
Nov 06 12:19:33 archPC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6989.86 BogoMIPS (lpj=11644580)
Nov 06 12:19:33 archPC kernel: pid_max: default: 32768 minimum: 301
Nov 06 12:19:33 archPC kernel: LSM: Security Framework initializing
Nov 06 12:19:33 archPC kernel: landlock: Up and running.
Nov 06 12:19:33 archPC kernel: Yama: becoming mindful.
Nov 06 12:19:33 archPC kernel: LSM support for eBPF active
Nov 06 12:19:33 archPC kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 06 12:19:33 archPC kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 06 12:19:33 archPC kernel: LVT offset 1 assigned for vector 0xf9
Nov 06 12:19:33 archPC kernel: LVT offset 2 assigned for vector 0xf4
Nov 06 12:19:33 archPC kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Nov 06 12:19:33 archPC kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Nov 06 12:19:33 archPC kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 06 12:19:33 archPC kernel: Spectre V2 : Mitigation: Retpolines
Nov 06 12:19:33 archPC kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 06 12:19:33 archPC kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Nov 06 12:19:33 archPC kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Nov 06 12:19:33 archPC kernel: RETBleed: Mitigation: untrained return thunk
Nov 06 12:19:33 archPC kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 06 12:19:33 archPC kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 06 12:19:33 archPC kernel: Freeing SMP alternatives memory: 36K
Nov 06 12:19:33 archPC kernel: smpboot: CPU0: AMD Ryzen 3 1200 Quad-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
Nov 06 12:19:33 archPC kernel: cblist_init_generic: Setting adjustable number of callback queues.
Nov 06 12:19:33 archPC kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Nov 06 12:19:33 archPC kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Nov 06 12:19:33 archPC kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Nov 06 12:19:33 archPC kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Nov 06 12:19:33 archPC kernel: ... version:                0
Nov 06 12:19:33 archPC kernel: ... bit width:              48
Nov 06 12:19:33 archPC kernel: ... generic registers:      6
Nov 06 12:19:33 archPC kernel: ... value mask:             0000ffffffffffff
Nov 06 12:19:33 archPC kernel: ... max period:             00007fffffffffff
Nov 06 12:19:33 archPC kernel: ... fixed-purpose events:   0
Nov 06 12:19:33 archPC kernel: ... event mask:             000000000000003f
Nov 06 12:19:33 archPC kernel: rcu: Hierarchical SRCU implementation.
Nov 06 12:19:33 archPC kernel: rcu:         Max phase no-delay instances is 1000.
Nov 06 12:19:33 archPC kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 06 12:19:33 archPC kernel: smp: Bringing up secondary CPUs ...
Nov 06 12:19:33 archPC kernel: x86: Booting SMP configuration:
Nov 06 12:19:33 archPC kernel: .... node  #0, CPUs:        #1  #2  #3
Nov 06 12:19:33 archPC kernel: smp: Brought up 1 node, 4 CPUs
Nov 06 12:19:33 archPC kernel: smpboot: Max logical packages: 8
Nov 06 12:19:33 archPC kernel: smpboot: Total of 4 processors activated (27958.45 BogoMIPS)
Nov 06 12:19:33 archPC kernel: devtmpfs: initialized
Nov 06 12:19:33 archPC kernel: x86/mm: Memory block size: 128MB
Nov 06 12:19:33 archPC kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
Nov 06 12:19:33 archPC kernel: ACPI: PM: Registering ACPI NVS region [mem 0xda8fe000-0xdacb6fff] (3903488 bytes)
Nov 06 12:19:33 archPC kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 06 12:19:33 archPC kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Nov 06 12:19:33 archPC kernel: pinctrl core: initialized pinctrl subsystem
Nov 06 12:19:33 archPC kernel: PM: RTC time: 10:19:11, date: 2022-11-06
Nov 06 12:19:33 archPC kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 06 12:19:33 archPC kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Nov 06 12:19:33 archPC kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 06 12:19:33 archPC kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 06 12:19:33 archPC kernel: audit: initializing netlink subsys (disabled)
Nov 06 12:19:33 archPC kernel: audit: type=2000 audit(1667729950.146:1): state=initialized audit_enabled=0 res=1
Nov 06 12:19:33 archPC kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 06 12:19:33 archPC kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 06 12:19:33 archPC kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 06 12:19:33 archPC kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 06 12:19:33 archPC kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 06 12:19:33 archPC kernel: cpuidle: using governor ladder
Nov 06 12:19:33 archPC kernel: cpuidle: using governor menu
Nov 06 12:19:33 archPC kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 06 12:19:33 archPC kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Nov 06 12:19:33 archPC kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Nov 06 12:19:33 archPC kernel: PCI: Using configuration type 1 for base access
Nov 06 12:19:33 archPC kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 06 12:19:33 archPC kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 06 12:19:33 archPC kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 06 12:19:33 archPC kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 06 12:19:33 archPC kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 06 12:19:33 archPC kernel: ACPI: Added _OSI(Module Device)
Nov 06 12:19:33 archPC kernel: ACPI: Added _OSI(Processor Device)
Nov 06 12:19:33 archPC kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 06 12:19:33 archPC kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 06 12:19:33 archPC kernel: ACPI: Added _OSI(Linux-Dell-Video)
Nov 06 12:19:33 archPC kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Nov 06 12:19:33 archPC kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Nov 06 12:19:33 archPC kernel: ACPI: 7 ACPI AML tables successfully acquired and loaded
Nov 06 12:19:33 archPC kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Nov 06 12:19:33 archPC kernel: ACPI: Interpreter enabled
Nov 06 12:19:33 archPC kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 06 12:19:33 archPC kernel: ACPI: Using IOAPIC for interrupt routing
Nov 06 12:19:33 archPC kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 06 12:19:33 archPC kernel: PCI: Using E820 reservations for host bridge windows
Nov 06 12:19:33 archPC kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Nov 06 12:19:33 archPC kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Nov 06 12:19:33 archPC kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 06 12:19:33 archPC kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
Nov 06 12:19:33 archPC kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
Nov 06 12:19:33 archPC kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Nov 06 12:19:33 archPC kernel: PCI host bridge to bus 0000:00
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfec2ffff window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Nov 06 12:19:33 archPC kernel: pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.3: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
Nov 06 12:19:33 archPC kernel: pci 0000:00:07.1: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
Nov 06 12:19:33 archPC kernel: pci 0000:00:08.1: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Nov 06 12:19:33 archPC kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.0: [1022:43bb] type 00 class 0x0c0330
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf66a0000-0xf66a7fff 64bit]
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.0: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.0: PME# supported from D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.1: [1022:43b7] type 00 class 0x010601
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.1: reg 0x24: [mem 0xf6680000-0xf669ffff]
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.1: reg 0x30: [mem 0xf6600000-0xf667ffff pref]
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.1: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.1: PME# supported from D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.2: [1022:43b2] type 01 class 0x060400
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.2: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.2: PME# supported from D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.3: PCI bridge to [bus 01-07]
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.3:   bridge window [mem 0xf6500000-0xf66fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:02:00.0: [1022:43b4] type 01 class 0x060400
Nov 06 12:19:33 archPC kernel: pci 0000:02:00.0: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:02:04.0: [1022:43b4] type 01 class 0x060400
Nov 06 12:19:33 archPC kernel: pci 0000:02:04.0: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:02:04.0: PME# supported from D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:02:05.0: [1022:43b4] type 01 class 0x060400
Nov 06 12:19:33 archPC kernel: pci 0000:02:05.0: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:02:05.0: PME# supported from D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:02:06.0: [1022:43b4] type 01 class 0x060400
Nov 06 12:19:33 archPC kernel: pci 0000:02:06.0: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:02:06.0: PME# supported from D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:02:07.0: [1022:43b4] type 01 class 0x060400
Nov 06 12:19:33 archPC kernel: pci 0000:02:07.0: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:02:07.0: PME# supported from D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.2: PCI bridge to [bus 02-07]
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.2:   bridge window [mem 0xf6500000-0xf65fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Nov 06 12:19:33 archPC kernel: pci 0000:02:04.0: PCI bridge to [bus 04]
Nov 06 12:19:33 archPC kernel: pci 0000:02:05.0: PCI bridge to [bus 05]
Nov 06 12:19:33 archPC kernel: pci 0000:06:00.0: [10ec:8168] type 00 class 0x020000
Nov 06 12:19:33 archPC kernel: pci 0000:06:00.0: reg 0x10: [io  0xf000-0xf0ff]
Nov 06 12:19:33 archPC kernel: pci 0000:06:00.0: reg 0x18: [mem 0xf6504000-0xf6504fff 64bit]
Nov 06 12:19:33 archPC kernel: pci 0000:06:00.0: reg 0x20: [mem 0xf6500000-0xf6503fff 64bit]
Nov 06 12:19:33 archPC kernel: pci 0000:06:00.0: supports D1 D2
Nov 06 12:19:33 archPC kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:02:06.0: PCI bridge to [bus 06]
Nov 06 12:19:33 archPC kernel: pci 0000:02:06.0:   bridge window [io  0xf000-0xffff]
Nov 06 12:19:33 archPC kernel: pci 0000:02:06.0:   bridge window [mem 0xf6500000-0xf65fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:02:07.0: PCI bridge to [bus 07]
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: [10de:1c02] type 00 class 0x030000
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: reg 0x24: [io  0xe000-0xe07f]
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: reg 0x30: [mem 0xf6000000-0xf607ffff pref]
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: BAR 3: assigned to efifb
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.1: [10de:10f1] type 00 class 0x040300
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.1: reg 0x10: [mem 0xf6080000-0xf6083fff]
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.1: PCI bridge to [bus 08]
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.1:   bridge window [mem 0xf5000000-0xf60fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.0: [1022:145a] type 00 class 0x130000
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.0: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.2: [1022:1456] type 00 class 0x108000
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.2: reg 0x18: [mem 0xf6300000-0xf63fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.2: reg 0x24: [mem 0xf6400000-0xf6401fff]
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.2: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.3: [1022:145c] type 00 class 0x0c0330
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.3: reg 0x10: [mem 0xf6200000-0xf62fffff 64bit]
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.3: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:00:07.1: PCI bridge to [bus 09]
Nov 06 12:19:33 archPC kernel: pci 0000:00:07.1:   bridge window [mem 0xf6200000-0xf64fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.0: [1022:1455] type 00 class 0x130000
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.0: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.2: [1022:7901] type 00 class 0x010601
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.2: reg 0x24: [mem 0xf6708000-0xf6708fff]
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.2: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.2: PME# supported from D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.3: [1022:1457] type 00 class 0x040300
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.3: reg 0x10: [mem 0xf6700000-0xf6707fff]
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.3: enabling Extended Tags
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.3: PME# supported from D0 D3hot D3cold
Nov 06 12:19:33 archPC kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Nov 06 12:19:33 archPC kernel: pci 0000:00:08.1:   bridge window [mem 0xf6700000-0xf67fffff]
Nov 06 12:19:33 archPC kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 06 12:19:33 archPC kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Nov 06 12:19:33 archPC kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Nov 06 12:19:33 archPC kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Nov 06 12:19:33 archPC kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 06 12:19:33 archPC kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 06 12:19:33 archPC kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Nov 06 12:19:33 archPC kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Nov 06 12:19:33 archPC kernel: iommu: Default domain type: Translated 
Nov 06 12:19:33 archPC kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Nov 06 12:19:33 archPC kernel: SCSI subsystem initialized
Nov 06 12:19:33 archPC kernel: libata version 3.00 loaded.
Nov 06 12:19:33 archPC kernel: ACPI: bus type USB registered
Nov 06 12:19:33 archPC kernel: usbcore: registered new interface driver usbfs
Nov 06 12:19:33 archPC kernel: usbcore: registered new interface driver hub
Nov 06 12:19:33 archPC kernel: usbcore: registered new device driver usb
Nov 06 12:19:33 archPC kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 06 12:19:33 archPC kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 06 12:19:33 archPC kernel: PTP clock support registered
Nov 06 12:19:33 archPC kernel: EDAC MC: Ver: 3.0.0
Nov 06 12:19:33 archPC kernel: Registered efivars operations
Nov 06 12:19:33 archPC kernel: NetLabel: Initializing
Nov 06 12:19:33 archPC kernel: NetLabel:  domain hash size = 128
Nov 06 12:19:33 archPC kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Nov 06 12:19:33 archPC kernel: NetLabel:  unlabeled traffic allowed by default
Nov 06 12:19:33 archPC kernel: mctp: management component transport protocol core
Nov 06 12:19:33 archPC kernel: NET: Registered PF_MCTP protocol family
Nov 06 12:19:33 archPC kernel: PCI: Using ACPI for IRQ routing
Nov 06 12:19:33 archPC kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 06 12:19:33 archPC kernel: e820: reserve RAM buffer [mem 0x09e10000-0x0bffffff]
Nov 06 12:19:33 archPC kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Nov 06 12:19:33 archPC kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Nov 06 12:19:33 archPC kernel: e820: reserve RAM buffer [mem 0xcf4c6000-0xcfffffff]
Nov 06 12:19:33 archPC kernel: e820: reserve RAM buffer [mem 0xd7526000-0xd7ffffff]
Nov 06 12:19:33 archPC kernel: e820: reserve RAM buffer [mem 0xd83b6000-0xdbffffff]
Nov 06 12:19:33 archPC kernel: e820: reserve RAM buffer [mem 0xda6ff000-0xdbffffff]
Nov 06 12:19:33 archPC kernel: e820: reserve RAM buffer [mem 0xda8fe000-0xdbffffff]
Nov 06 12:19:33 archPC kernel: e820: reserve RAM buffer [mem 0xde000000-0xdfffffff]
Nov 06 12:19:33 archPC kernel: e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: vgaarb: setting as boot VGA device
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: vgaarb: bridge control possible
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 06 12:19:33 archPC kernel: vgaarb: loaded
Nov 06 12:19:33 archPC kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Nov 06 12:19:33 archPC kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Nov 06 12:19:33 archPC kernel: clocksource: Switched to clocksource tsc-early
Nov 06 12:19:33 archPC kernel: VFS: Disk quotas dquot_6.6.0
Nov 06 12:19:33 archPC kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 06 12:19:33 archPC kernel: pnp: PnP ACPI init
Nov 06 12:19:33 archPC kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:02: [io  0x0300-0x030f] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:02: [io  0x0230-0x023f] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:02: [io  0x0290-0x029f] has been reserved
Nov 06 12:19:33 archPC kernel: pnp 00:03: [dma 0 disabled]
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x040b] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x04d6] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0c00-0x0c01] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0c14] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0c50-0x0c51] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0c52] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0c6c] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0c6f] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0cd0-0x0cd1] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0cd2-0x0cd3] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0cd4-0x0cd5] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0cd6-0x0cd7] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0cd8-0x0cdf] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0800-0x089f] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0b00-0x0b0f] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0b20-0x0b3f] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0900-0x090f] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [io  0x0910-0x091f] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Nov 06 12:19:33 archPC kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Nov 06 12:19:33 archPC kernel: pnp: PnP ACPI: found 5 devices
Nov 06 12:19:33 archPC kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 06 12:19:33 archPC kernel: NET: Registered PF_INET protocol family
Nov 06 12:19:33 archPC kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 06 12:19:33 archPC kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Nov 06 12:19:33 archPC kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 06 12:19:33 archPC kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Nov 06 12:19:33 archPC kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Nov 06 12:19:33 archPC kernel: TCP: Hash tables configured (established 131072 bind 65536)
Nov 06 12:19:33 archPC kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Nov 06 12:19:33 archPC kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 06 12:19:33 archPC kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 06 12:19:33 archPC kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 06 12:19:33 archPC kernel: NET: Registered PF_XDP protocol family
Nov 06 12:19:33 archPC kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Nov 06 12:19:33 archPC kernel: pci 0000:02:04.0: PCI bridge to [bus 04]
Nov 06 12:19:33 archPC kernel: pci 0000:02:05.0: PCI bridge to [bus 05]
Nov 06 12:19:33 archPC kernel: pci 0000:02:06.0: PCI bridge to [bus 06]
Nov 06 12:19:33 archPC kernel: pci 0000:02:06.0:   bridge window [io  0xf000-0xffff]
Nov 06 12:19:33 archPC kernel: pci 0000:02:06.0:   bridge window [mem 0xf6500000-0xf65fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:02:07.0: PCI bridge to [bus 07]
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.2: PCI bridge to [bus 02-07]
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.2:   bridge window [io  0xf000-0xffff]
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.2:   bridge window [mem 0xf6500000-0xf65fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.3: PCI bridge to [bus 01-07]
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.3:   bridge window [io  0xf000-0xffff]
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.3:   bridge window [mem 0xf6500000-0xf66fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.1: PCI bridge to [bus 08]
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.1:   bridge window [io  0xe000-0xefff]
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.1:   bridge window [mem 0xf5000000-0xf60fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.1:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
Nov 06 12:19:33 archPC kernel: pci 0000:00:07.1: PCI bridge to [bus 09]
Nov 06 12:19:33 archPC kernel: pci 0000:00:07.1:   bridge window [mem 0xf6200000-0xf64fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:00:08.1: PCI bridge to [bus 0a]
Nov 06 12:19:33 archPC kernel: pci 0000:00:08.1:   bridge window [mem 0xf6700000-0xf67fffff]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfec2ffff window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:01: resource 1 [mem 0xf6500000-0xf66fffff]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:02: resource 0 [io  0xf000-0xffff]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:02: resource 1 [mem 0xf6500000-0xf65fffff]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:06: resource 0 [io  0xf000-0xffff]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:06: resource 1 [mem 0xf6500000-0xf65fffff]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:08: resource 0 [io  0xe000-0xefff]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:08: resource 1 [mem 0xf5000000-0xf60fffff]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:08: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:09: resource 1 [mem 0xf6200000-0xf64fffff]
Nov 06 12:19:33 archPC kernel: pci_bus 0000:0a: resource 1 [mem 0xf6700000-0xf67fffff]
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.1: D0 power state depends on 0000:08:00.0
Nov 06 12:19:33 archPC kernel: PCI: CLS 64 bytes, default 64
Nov 06 12:19:33 archPC kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.0: Adding to iommu group 0
Nov 06 12:19:33 archPC kernel: pci 0000:00:01.3: Adding to iommu group 1
Nov 06 12:19:33 archPC kernel: pci 0000:00:02.0: Adding to iommu group 2
Nov 06 12:19:33 archPC kernel: Trying to unpack rootfs image as initramfs...
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.0: Adding to iommu group 3
Nov 06 12:19:33 archPC kernel: pci 0000:00:03.1: Adding to iommu group 4
Nov 06 12:19:33 archPC kernel: pci 0000:00:04.0: Adding to iommu group 5
Nov 06 12:19:33 archPC kernel: pci 0000:00:07.0: Adding to iommu group 6
Nov 06 12:19:33 archPC kernel: pci 0000:00:07.1: Adding to iommu group 7
Nov 06 12:19:33 archPC kernel: pci 0000:00:08.0: Adding to iommu group 8
Nov 06 12:19:33 archPC kernel: pci 0000:00:08.1: Adding to iommu group 9
Nov 06 12:19:33 archPC kernel: pci 0000:00:14.0: Adding to iommu group 10
Nov 06 12:19:33 archPC kernel: pci 0000:00:14.3: Adding to iommu group 10
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.0: Adding to iommu group 11
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.1: Adding to iommu group 11
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.2: Adding to iommu group 11
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.3: Adding to iommu group 11
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.4: Adding to iommu group 11
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.5: Adding to iommu group 11
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.6: Adding to iommu group 11
Nov 06 12:19:33 archPC kernel: pci 0000:00:18.7: Adding to iommu group 11
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.0: Adding to iommu group 12
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.1: Adding to iommu group 12
Nov 06 12:19:33 archPC kernel: pci 0000:01:00.2: Adding to iommu group 12
Nov 06 12:19:33 archPC kernel: pci 0000:02:00.0: Adding to iommu group 12
Nov 06 12:19:33 archPC kernel: pci 0000:02:04.0: Adding to iommu group 12
Nov 06 12:19:33 archPC kernel: pci 0000:02:05.0: Adding to iommu group 12
Nov 06 12:19:33 archPC kernel: pci 0000:02:06.0: Adding to iommu group 12
Nov 06 12:19:33 archPC kernel: pci 0000:02:07.0: Adding to iommu group 12
Nov 06 12:19:33 archPC kernel: pci 0000:06:00.0: Adding to iommu group 12
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.0: Adding to iommu group 13
Nov 06 12:19:33 archPC kernel: pci 0000:08:00.1: Adding to iommu group 13
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.0: Adding to iommu group 14
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.2: Adding to iommu group 15
Nov 06 12:19:33 archPC kernel: pci 0000:09:00.3: Adding to iommu group 16
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.0: Adding to iommu group 17
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.2: Adding to iommu group 18
Nov 06 12:19:33 archPC kernel: pci 0000:0a:00.3: Adding to iommu group 19
Nov 06 12:19:33 archPC kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Nov 06 12:19:33 archPC kernel: AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Nov 06 12:19:33 archPC kernel: AMD-Vi: Interrupt remapping enabled
Nov 06 12:19:33 archPC kernel: AMD-Vi: Virtual APIC enabled
Nov 06 12:19:33 archPC kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 06 12:19:33 archPC kernel: software IO TLB: mapped [mem 0x00000000d3526000-0x00000000d7526000] (64MB)
Nov 06 12:19:33 archPC kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Nov 06 12:19:33 archPC kernel: Initialise system trusted keyrings
Nov 06 12:19:33 archPC kernel: Key type blacklist registered
Nov 06 12:19:33 archPC kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Nov 06 12:19:33 archPC kernel: zbud: loaded
Nov 06 12:19:33 archPC kernel: integrity: Platform Keyring initialized
Nov 06 12:19:33 archPC kernel: integrity: Machine keyring initialized
Nov 06 12:19:33 archPC kernel: Key type asymmetric registered
Nov 06 12:19:33 archPC kernel: Asymmetric key parser 'x509' registered
Nov 06 12:19:33 archPC kernel: Freeing initrd memory: 9132K
Nov 06 12:19:33 archPC kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Nov 06 12:19:33 archPC kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Nov 06 12:19:33 archPC kernel: io scheduler mq-deadline registered
Nov 06 12:19:33 archPC kernel: io scheduler kyber registered
Nov 06 12:19:33 archPC kernel: io scheduler bfq registered
Nov 06 12:19:33 archPC kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 26
Nov 06 12:19:33 archPC kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 27
Nov 06 12:19:33 archPC kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 28
Nov 06 12:19:33 archPC kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 30
Nov 06 12:19:33 archPC kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 06 12:19:33 archPC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Nov 06 12:19:33 archPC kernel: ACPI: button: Power Button [PWRB]
Nov 06 12:19:33 archPC kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Nov 06 12:19:33 archPC kernel: ACPI: button: Power Button [PWRF]
Nov 06 12:19:33 archPC kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 06 12:19:33 archPC kernel: 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Nov 06 12:19:33 archPC kernel: Non-volatile memory driver v1.3
Nov 06 12:19:33 archPC kernel: Linux agpgart interface v0.103
Nov 06 12:19:33 archPC kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Nov 06 12:19:33 archPC kernel: ACPI: bus type drm_connector registered
Nov 06 12:19:33 archPC kernel: ahci 0000:01:00.1: version 3.0
Nov 06 12:19:33 archPC kernel: ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
Nov 06 12:19:33 archPC kernel: ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
Nov 06 12:19:33 archPC kernel: ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
Nov 06 12:19:33 archPC kernel: scsi host0: ahci
Nov 06 12:19:33 archPC kernel: scsi host1: ahci
Nov 06 12:19:33 archPC kernel: scsi host2: ahci
Nov 06 12:19:33 archPC kernel: scsi host3: ahci
Nov 06 12:19:33 archPC kernel: scsi host4: ahci
Nov 06 12:19:33 archPC kernel: scsi host5: ahci
Nov 06 12:19:33 archPC kernel: scsi host6: ahci
Nov 06 12:19:33 archPC kernel: scsi host7: ahci
Nov 06 12:19:33 archPC kernel: ata1: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680100 irq 40
Nov 06 12:19:33 archPC kernel: ata2: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680180 irq 40
Nov 06 12:19:33 archPC kernel: ata3: DUMMY
Nov 06 12:19:33 archPC kernel: ata4: DUMMY
Nov 06 12:19:33 archPC kernel: ata5: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680300 irq 40
Nov 06 12:19:33 archPC kernel: ata6: SATA max UDMA/133 abar m131072@0xf6680000 port 0xf6680380 irq 40
Nov 06 12:19:33 archPC kernel: ata7: DUMMY
Nov 06 12:19:33 archPC kernel: ata8: DUMMY
Nov 06 12:19:33 archPC kernel: ahci 0000:0a:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Nov 06 12:19:33 archPC kernel: ahci 0000:0a:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Nov 06 12:19:33 archPC kernel: scsi host8: ahci
Nov 06 12:19:33 archPC kernel: ata9: SATA max UDMA/133 abar m4096@0xf6708000 port 0xf6708100 irq 42
Nov 06 12:19:33 archPC kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Nov 06 12:19:33 archPC kernel: ehci-pci: EHCI PCI platform driver
Nov 06 12:19:33 archPC kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Nov 06 12:19:33 archPC kernel: ohci-pci: OHCI PCI platform driver
Nov 06 12:19:33 archPC kernel: uhci_hcd: USB Universal Host Controller Interface driver
Nov 06 12:19:33 archPC kernel: usbcore: registered new interface driver usbserial_generic
Nov 06 12:19:33 archPC kernel: usbserial: USB Serial support registered for generic
Nov 06 12:19:33 archPC kernel: rtc_cmos 00:01: RTC can wake from S4
Nov 06 12:19:33 archPC kernel: rtc_cmos 00:01: registered as rtc0
Nov 06 12:19:33 archPC kernel: rtc_cmos 00:01: setting system clock to 2022-11-06T10:19:11 UTC (1667729951)
Nov 06 12:19:33 archPC kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Nov 06 12:19:33 archPC kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 06 12:19:33 archPC kernel: efifb: probing for efifb
Nov 06 12:19:33 archPC kernel: efifb: showing boot graphics
Nov 06 12:19:33 archPC kernel: efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
Nov 06 12:19:33 archPC kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
Nov 06 12:19:33 archPC kernel: efifb: scrolling: redraw
Nov 06 12:19:33 archPC kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Nov 06 12:19:33 archPC kernel: fbcon: Deferring console take-over
Nov 06 12:19:33 archPC kernel: fb0: EFI VGA frame buffer device
Nov 06 12:19:33 archPC kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 06 12:19:33 archPC kernel: drop_monitor: Initializing network drop monitor service
Nov 06 12:19:33 archPC kernel: Initializing XFRM netlink socket
Nov 06 12:19:33 archPC kernel: NET: Registered PF_INET6 protocol family
Nov 06 12:19:33 archPC kernel: Segment Routing with IPv6
Nov 06 12:19:33 archPC kernel: RPL Segment Routing with IPv6
Nov 06 12:19:33 archPC kernel: In-situ OAM (IOAM) with IPv6
Nov 06 12:19:33 archPC kernel: NET: Registered PF_PACKET protocol family
Nov 06 12:19:33 archPC kernel: microcode: CPU0: patch_level=0x08001138
Nov 06 12:19:33 archPC kernel: microcode: CPU1: patch_level=0x08001138
Nov 06 12:19:33 archPC kernel: microcode: CPU2: patch_level=0x08001138
Nov 06 12:19:33 archPC kernel: microcode: CPU3: patch_level=0x08001138
Nov 06 12:19:33 archPC kernel: microcode: Microcode Update Driver: v2.2.
Nov 06 12:19:33 archPC kernel: IPI shorthand broadcast: enabled
Nov 06 12:19:33 archPC kernel: sched_clock: Marking stable (411168864, 334890)->(417498454, -5994700)
Nov 06 12:19:33 archPC kernel: registered taskstats version 1
Nov 06 12:19:33 archPC kernel: Loading compiled-in X.509 certificates
Nov 06 12:19:33 archPC kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 91489b781cf5134f4b9e98acaddcf9d1665d2319'
Nov 06 12:19:33 archPC kernel: zswap: loaded using pool lz4/z3fold
Nov 06 12:19:33 archPC kernel: Key type ._fscrypt registered
Nov 06 12:19:33 archPC kernel: Key type .fscrypt registered
Nov 06 12:19:33 archPC kernel: Key type fscrypt-provisioning registered
Nov 06 12:19:33 archPC kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 06 12:19:33 archPC kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Nov 06 12:19:33 archPC kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 06 12:19:33 archPC kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Nov 06 12:19:33 archPC kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 06 12:19:33 archPC kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Nov 06 12:19:33 archPC kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 06 12:19:33 archPC kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Nov 06 12:19:33 archPC kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 06 12:19:33 archPC kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Nov 06 12:19:33 archPC kernel: PM:   Magic number: 14:810:324
Nov 06 12:19:33 archPC kernel: tty tty49: hash matches
Nov 06 12:19:33 archPC kernel: acpi PNP0B00:00: hash matches
Nov 06 12:19:33 archPC kernel: RAS: Correctable Errors collector initialized.
Nov 06 12:19:33 archPC kernel: ata1: SATA link down (SStatus 0 SControl 300)
Nov 06 12:19:33 archPC kernel: ata9: SATA link down (SStatus 0 SControl 300)
Nov 06 12:19:33 archPC kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 06 12:19:33 archPC kernel: ata2.00: ATA-10: WDC WD10EZEX-08WN4A0, 02.01A02, max UDMA/100
Nov 06 12:19:33 archPC kernel: ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Nov 06 12:19:33 archPC kernel: ata2.00: Features: NCQ-prio
Nov 06 12:19:33 archPC kernel: ata2.00: configured for UDMA/100
Nov 06 12:19:33 archPC kernel: scsi 1:0:0:0: Direct-Access     ATA      WDC WD10EZEX-08W 1A02 PQ: 0 ANSI: 5
Nov 06 12:19:33 archPC kernel: sd 1:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Nov 06 12:19:33 archPC kernel: sd 1:0:0:0: [sda] 4096-byte physical blocks
Nov 06 12:19:33 archPC kernel: sd 1:0:0:0: [sda] Write Protect is off
Nov 06 12:19:33 archPC kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Nov 06 12:19:33 archPC kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 06 12:19:33 archPC kernel: sd 1:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Nov 06 12:19:33 archPC kernel:  sda: sda1 sda2 sda3
Nov 06 12:19:33 archPC kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Nov 06 12:19:33 archPC kernel: tsc: Refined TSC clocksource calibration: 3493.437 MHz
Nov 06 12:19:33 archPC kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x325b1901053, max_idle_ns: 440795306184 ns
Nov 06 12:19:33 archPC kernel: clocksource: Switched to clocksource tsc
Nov 06 12:19:33 archPC kernel: ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 06 12:19:33 archPC kernel: ata5.00: ATA-9: SanDisk SDSSDA120G, Z33130RL, max UDMA/133
Nov 06 12:19:33 archPC kernel: ata5.00: 234441648 sectors, multi 1: LBA48 NCQ (depth 32), AA
Nov 06 12:19:33 archPC kernel: ata5.00: Features: Dev-Sleep
Nov 06 12:19:33 archPC kernel: ata5.00: configured for UDMA/133
Nov 06 12:19:33 archPC kernel: scsi 4:0:0:0: Direct-Access     ATA      SanDisk SDSSDA12 30RL PQ: 0 ANSI: 5
Nov 06 12:19:33 archPC kernel: sd 4:0:0:0: [sdb] 234441648 512-byte logical blocks: (120 GB/112 GiB)
Nov 06 12:19:33 archPC kernel: sd 4:0:0:0: [sdb] Write Protect is off
Nov 06 12:19:33 archPC kernel: sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Nov 06 12:19:33 archPC kernel: sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Nov 06 12:19:33 archPC kernel: sd 4:0:0:0: [sdb] Preferred minimum I/O size 512 bytes
Nov 06 12:19:33 archPC kernel:  sdb: sdb1 sdb2 sdb3
Nov 06 12:19:33 archPC kernel: sd 4:0:0:0: [sdb] Attached SCSI disk
Nov 06 12:19:33 archPC kernel: ata6: SATA link down (SStatus 0 SControl 300)
Nov 06 12:19:33 archPC kernel: Freeing unused decrypted memory: 2036K
Nov 06 12:19:33 archPC kernel: Freeing unused kernel image (initmem) memory: 2124K
Nov 06 12:19:33 archPC kernel: Write protecting the kernel read-only data: 28672k
Nov 06 12:19:33 archPC kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Nov 06 12:19:33 archPC kernel: Freeing unused kernel image (rodata/data gap) memory: 964K
Nov 06 12:19:33 archPC kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 06 12:19:33 archPC kernel: rodata_test: all tests were successful
Nov 06 12:19:33 archPC kernel: Run /init as init process
Nov 06 12:19:33 archPC kernel:   with arguments:
Nov 06 12:19:33 archPC kernel:     /init
Nov 06 12:19:33 archPC kernel:   with environment:
Nov 06 12:19:33 archPC kernel:     HOME=/
Nov 06 12:19:33 archPC kernel:     TERM=linux
Nov 06 12:19:33 archPC kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Nov 06 12:19:33 archPC kernel: fbcon: Taking over console
Nov 06 12:19:33 archPC kernel: Console: switching to colour frame buffer device 128x48
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000010048000410
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 06 12:19:33 archPC kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
Nov 06 12:19:33 archPC kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 06 12:19:33 archPC kernel: usb usb1: Product: xHCI Host Controller
Nov 06 12:19:33 archPC kernel: usb usb1: Manufacturer: Linux 6.0.7-arch1-1 xhci-hcd
Nov 06 12:19:33 archPC kernel: usb usb1: SerialNumber: 0000:01:00.0
Nov 06 12:19:33 archPC kernel: hub 1-0:1.0: USB hub found
Nov 06 12:19:33 archPC kernel: hub 1-0:1.0: 10 ports detected
Nov 06 12:19:33 archPC kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 06 12:19:33 archPC kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
Nov 06 12:19:33 archPC kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 06 12:19:33 archPC kernel: usb usb2: Product: xHCI Host Controller
Nov 06 12:19:33 archPC kernel: usb usb2: Manufacturer: Linux 6.0.7-arch1-1 xhci-hcd
Nov 06 12:19:33 archPC kernel: usb usb2: SerialNumber: 0000:01:00.0
Nov 06 12:19:33 archPC kernel: hub 2-0:1.0: USB hub found
Nov 06 12:19:33 archPC kernel: hub 2-0:1.0: 4 ports detected
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:09:00.3: xHCI Host Controller
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 3
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:09:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000040000410
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:09:00.3: xHCI Host Controller
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:09:00.3: new USB bus registered, assigned bus number 4
Nov 06 12:19:33 archPC kernel: xhci_hcd 0000:09:00.3: Host supports USB 3.0 SuperSpeed
Nov 06 12:19:33 archPC kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
Nov 06 12:19:33 archPC kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 06 12:19:33 archPC kernel: usb usb3: Product: xHCI Host Controller
Nov 06 12:19:33 archPC kernel: usb usb3: Manufacturer: Linux 6.0.7-arch1-1 xhci-hcd
Nov 06 12:19:33 archPC kernel: usb usb3: SerialNumber: 0000:09:00.3
Nov 06 12:19:33 archPC kernel: hub 3-0:1.0: USB hub found
Nov 06 12:19:33 archPC kernel: hub 3-0:1.0: 4 ports detected
Nov 06 12:19:33 archPC kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Nov 06 12:19:33 archPC kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
Nov 06 12:19:33 archPC kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 06 12:19:33 archPC kernel: usb usb4: Product: xHCI Host Controller
Nov 06 12:19:33 archPC kernel: usb usb4: Manufacturer: Linux 6.0.7-arch1-1 xhci-hcd
Nov 06 12:19:33 archPC kernel: usb usb4: SerialNumber: 0000:09:00.3
Nov 06 12:19:33 archPC kernel: hub 4-0:1.0: USB hub found
Nov 06 12:19:33 archPC kernel: hub 4-0:1.0: 4 ports detected
Nov 06 12:19:33 archPC kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Nov 06 12:19:33 archPC kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Nov 06 12:19:33 archPC kernel: usb 3-3: New USB device found, idVendor=046d, idProduct=c092, bcdDevice=52.00
Nov 06 12:19:33 archPC kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 06 12:19:33 archPC kernel: usb 3-3: Product: G102 LIGHTSYNC Gaming Mouse
Nov 06 12:19:33 archPC kernel: usb 3-3: Manufacturer: Logitech
Nov 06 12:19:33 archPC kernel: usb 3-3: SerialNumber: 206D314A4143
Nov 06 12:19:33 archPC kernel: input: Logitech G102 LIGHTSYNC Gaming Mouse as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-3/3-3:1.0/0003:046D:C092.0001/input/input2
Nov 06 12:19:33 archPC kernel: hid-generic 0003:046D:C092.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:09:00.3-3/input0
Nov 06 12:19:33 archPC kernel: input: Logitech G102 LIGHTSYNC Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-3/3-3:1.1/0003:046D:C092.0002/input/input3
Nov 06 12:19:33 archPC kernel: hid-generic 0003:046D:C092.0002: input,hiddev96,hidraw1: USB HID v1.11 Keyboard [Logitech G102 LIGHTSYNC Gaming Mouse] on usb-0000:09:00.3-3/input1
Nov 06 12:19:33 archPC kernel: usbcore: registered new interface driver usbhid
Nov 06 12:19:33 archPC kernel: usbhid: USB HID core driver
Nov 06 12:19:33 archPC kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
Nov 06 12:19:33 archPC kernel: usb 3-4: New USB device found, idVendor=1532, idProduct=0235, bcdDevice= 2.00
Nov 06 12:19:33 archPC kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 06 12:19:33 archPC kernel: usb 3-4: Product: Razer BlackWidow Lite
Nov 06 12:19:33 archPC kernel: usb 3-4: Manufacturer: Razer
Nov 06 12:19:33 archPC kernel: input: Razer Razer BlackWidow Lite as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.0/0003:1532:0235.0003/input/input6
Nov 06 12:19:33 archPC kernel: hid-generic 0003:1532:0235.0003: input,hidraw2: USB HID v1.11 Keyboard [Razer Razer BlackWidow Lite] on usb-0000:09:00.3-4/input0
Nov 06 12:19:33 archPC kernel: input: Razer Razer BlackWidow Lite Keyboard as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.1/0003:1532:0235.0004/input/input7
Nov 06 12:19:33 archPC kernel: input: Razer Razer BlackWidow Lite as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.1/0003:1532:0235.0004/input/input8
Nov 06 12:19:33 archPC kernel: hid-generic 0003:1532:0235.0004: input,hidraw3: USB HID v1.11 Keyboard [Razer Razer BlackWidow Lite] on usb-0000:09:00.3-4/input1
Nov 06 12:19:33 archPC kernel: input: Razer Razer BlackWidow Lite as /devices/pci0000:00/0000:00:07.1/0000:09:00.3/usb3/3-4/3-4:1.2/0003:1532:0235.0005/input/input9
Nov 06 12:19:33 archPC kernel: hid-generic 0003:1532:0235.0005: input,hidraw4: USB HID v1.11 Mouse [Razer Razer BlackWidow Lite] on usb-0000:09:00.3-4/input2
Nov 06 12:19:33 archPC kernel: usb 1-1: New USB device found, idVendor=046d, idProduct=085c, bcdDevice= 0.16
Nov 06 12:19:33 archPC kernel: usb 1-1: New USB device strings: Mfr=0, Product=2, SerialNumber=1
Nov 06 12:19:33 archPC kernel: usb 1-1: Product: C922 Pro Stream Webcam
Nov 06 12:19:33 archPC kernel: usb 1-1: SerialNumber: 8645B7BF
Nov 06 12:19:33 archPC kernel: usb 1-2: new full-speed USB device number 3 using xhci_hcd
Nov 06 12:19:33 archPC kernel: usb 1-2: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Nov 06 12:19:33 archPC kernel: usb 1-2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Nov 06 12:19:33 archPC kernel: usb 1-2: Product: CSR8510 A10
Nov 06 12:19:33 archPC kernel: usb 1-9: new full-speed USB device number 4 using xhci_hcd
Nov 06 12:19:33 archPC kernel: usb 1-9: New USB device found, idVendor=1532, idProduct=0520, bcdDevice= 0.90
Nov 06 12:19:33 archPC kernel: usb 1-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 06 12:19:33 archPC kernel: usb 1-9: Product: Razer USB Audio Controller
Nov 06 12:19:33 archPC kernel: usb 1-9: Manufacturer: Razer
Nov 06 12:19:33 archPC kernel: usb 1-9: SerialNumber: 000000000000000000000000
Nov 06 12:19:33 archPC kernel: input: Razer Razer USB Audio Controller Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-9/1-9:1.5/0003:1532:0520.0006/input/input10
Nov 06 12:19:33 archPC kernel: input: Razer Razer USB Audio Controller as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-9/1-9:1.5/0003:1532:0520.0006/input/input11
Nov 06 12:19:33 archPC kernel: hid-generic 0003:1532:0520.0006: input,hiddev97,hidraw5: USB HID v1.11 Device [Razer Razer USB Audio Controller] on usb-0000:01:00.0-9/input5
Nov 06 12:19:33 archPC kernel: EXT4-fs (sda3): mounted filesystem with ordered data mode. Quota mode: none.
Nov 06 12:19:33 archPC systemd[1]: systemd 251.7-4-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)
Nov 06 12:19:33 archPC systemd[1]: Detected architecture x86-64.
Nov 06 12:19:33 archPC systemd[1]: Hostname set to <archPC>.
Nov 06 12:19:33 archPC systemd[1]: Queued start job for default target Graphical Interface.
Nov 06 12:19:33 archPC systemd[1]: Created slice Slice /system/getty.
Nov 06 12:19:33 archPC systemd[1]: Created slice Slice /system/modprobe.
Nov 06 12:19:33 archPC systemd[1]: Created slice Slice /system/systemd-fsck.
Nov 06 12:19:33 archPC systemd[1]: Created slice User and Session Slice.
Nov 06 12:19:33 archPC systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 06 12:19:33 archPC systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 06 12:19:33 archPC systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 06 12:19:33 archPC systemd[1]: Reached target Local Encrypted Volumes.
Nov 06 12:19:33 archPC systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 06 12:19:33 archPC systemd[1]: Reached target Path Units.
Nov 06 12:19:33 archPC systemd[1]: Reached target Remote File Systems.
Nov 06 12:19:33 archPC systemd[1]: Reached target Slice Units.
Nov 06 12:19:33 archPC systemd[1]: Reached target Local Verity Protected Volumes.
Nov 06 12:19:33 archPC systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 06 12:19:33 archPC systemd[1]: Listening on LVM2 poll daemon socket.
Nov 06 12:19:33 archPC systemd[1]: Listening on Process Core Dump Socket.
Nov 06 12:19:33 archPC systemd[1]: Listening on Journal Audit Socket.
Nov 06 12:19:33 archPC systemd[1]: Listening on Journal Socket (/dev/log).
Nov 06 12:19:33 archPC systemd[1]: Listening on Journal Socket.
Nov 06 12:19:33 archPC systemd[1]: Listening on udev Control Socket.
Nov 06 12:19:33 archPC systemd[1]: Listening on udev Kernel Socket.
Nov 06 12:19:33 archPC systemd[1]: Mounting Huge Pages File System...
Nov 06 12:19:33 archPC systemd[1]: Mounting POSIX Message Queue File System...
Nov 06 12:19:33 archPC systemd[1]: Mounting Kernel Debug File System...
Nov 06 12:19:33 archPC systemd[1]: Mounting Kernel Trace File System...
Nov 06 12:19:33 archPC systemd[1]: Starting Create List of Static Device Nodes...
Nov 06 12:19:33 archPC systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 06 12:19:33 archPC systemd[1]: Starting Load Kernel Module configfs...
Nov 06 12:19:33 archPC systemd[1]: Starting Load Kernel Module drm...
Nov 06 12:19:33 archPC systemd[1]: Starting Load Kernel Module fuse...
Nov 06 12:19:33 archPC systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Nov 06 12:19:33 archPC systemd[1]: Starting Journal Service...
Nov 06 12:19:33 archPC systemd[1]: Starting Load Kernel Modules...
Nov 06 12:19:33 archPC systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 06 12:19:33 archPC systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Nov 06 12:19:33 archPC systemd[1]: Starting Coldplug All udev Devices...
Nov 06 12:19:33 archPC systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 06 12:19:33 archPC systemd[1]: Finished Load Kernel Module configfs.
Nov 06 12:19:33 archPC systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 06 12:19:33 archPC systemd[1]: Finished Load Kernel Module drm.
Nov 06 12:19:33 archPC systemd[1]: Mounting Kernel Configuration File System...
Nov 06 12:19:33 archPC kernel: fuse: init (API version 7.36)
Nov 06 12:19:33 archPC systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 06 12:19:33 archPC systemd[1]: Finished Load Kernel Module fuse.
Nov 06 12:19:33 archPC systemd[1]: Mounting FUSE Control File System...
Nov 06 12:19:33 archPC systemd[1]: Mounted Huge Pages File System.
Nov 06 12:19:33 archPC systemd[1]: Mounted POSIX Message Queue File System.
Nov 06 12:19:33 archPC systemd[1]: Mounted Kernel Debug File System.
Nov 06 12:19:33 archPC systemd[1]: Mounted Kernel Trace File System.
Nov 06 12:19:33 archPC systemd[1]: Mounted Kernel Configuration File System.
Nov 06 12:19:33 archPC systemd[1]: Mounted FUSE Control File System.
Nov 06 12:19:33 archPC kernel: EXT4-fs (sda3): re-mounted. Quota mode: none.
Nov 06 12:19:33 archPC systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 06 12:19:33 archPC systemd[1]: Activating swap /swapfile...
Nov 06 12:19:33 archPC systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Nov 06 12:19:33 archPC systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Nov 06 12:19:33 archPC systemd[1]: Starting Load/Save Random Seed...
Nov 06 12:19:33 archPC systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Nov 06 12:19:33 archPC systemd[1]: Finished Create List of Static Device Nodes.
Nov 06 12:19:33 archPC systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 06 12:19:33 archPC systemd-journald[285]: Journal started
Nov 06 12:19:33 archPC systemd-journald[285]: Runtime Journal (/run/log/journal/02112a3f644140829eb9d122a4901d57) is 8.0M, max 796.5M, 788.5M free.
Nov 06 12:19:33 archPC systemd-modules-load[286]: Inserted module 'crypto_user'
Nov 06 12:19:33 archPC 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'
Nov 06 12:19:33 archPC systemd[1]: Started Journal Service.
Nov 06 12:19:33 archPC kernel: audit: type=1130 audit(1667729973.505:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:33 archPC swapon[293]: swapon: /swapfile: insecure permissions 0644, 0600 suggested.
Nov 06 12:19:33 archPC systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 06 12:19:33 archPC systemd[1]: Finished Coldplug All udev Devices.
Nov 06 12:19:33 archPC 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'
Nov 06 12:19:33 archPC kernel: audit: type=1130 audit(1667729973.618:3): 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'
Nov 06 12:19:33 archPC systemd[1]: Activated swap /swapfile.
Nov 06 12:19:33 archPC systemd[1]: Reached target Swaps.
Nov 06 12:19:33 archPC kernel: Adding 4194300k swap on /swapfile.  Priority:-2 extents:54 across:17113084k FS
Nov 06 12:19:33 archPC systemd-journald[285]: Time spent on flushing to /var/log/journal/02112a3f644140829eb9d122a4901d57 is 6.455ms for 949 entries.
Nov 06 12:19:33 archPC systemd-journald[285]: System Journal (/var/log/journal/02112a3f644140829eb9d122a4901d57) is 646.1M, max 4.0G, 3.3G free.
Nov 06 12:19:40 archPC systemd-journald[285]: Received client request to flush runtime journal.
Nov 06 12:19:40 archPC systemd-journald[285]: File /var/log/journal/02112a3f644140829eb9d122a4901d57/system.journal corrupted or uncleanly shut down, renaming and replacing.
Nov 06 12:19:40 archPC kernel: audit: type=1130 audit(1667729974.145:4): 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'
Nov 06 12:19:40 archPC kernel: audit: type=1130 audit(1667729974.802:5): 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'
Nov 06 12:19:40 archPC kernel: audit: type=1334 audit(1667729974.802:6): prog-id=9 op=LOAD
Nov 06 12:19:40 archPC kernel: audit: type=1334 audit(1667729974.802:7): prog-id=10 op=LOAD
Nov 06 12:19:40 archPC kernel: audit: type=1130 audit(1667729975.482:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:40 archPC kernel: audit: type=1130 audit(1667729976.022:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:40 archPC kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Nov 06 12:19:40 archPC kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Nov 06 12:19:40 archPC kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Nov 06 12:19:40 archPC kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Nov 06 12:19:40 archPC kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Nov 06 12:19:40 archPC kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Nov 06 12:19:40 archPC kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Nov 06 12:19:40 archPC kernel: ccp 0000:09:00.2: enabling device (0000 -> 0002)
Nov 06 12:19:40 archPC kernel: ccp 0000:09:00.2: ccp enabled
Nov 06 12:19:40 archPC kernel: ccp 0000:09:00.2: psp enabled
Nov 06 12:19:40 archPC kernel: r8169 0000:06:00.0 eth0: RTL8168h/8111h, 10:7b:44:4d:c6:8c, XID 541, IRQ 49
Nov 06 12:19:40 archPC kernel: r8169 0000:06:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Nov 06 12:19:40 archPC kernel: Bluetooth: Core ver 2.22
Nov 06 12:19:40 archPC kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 06 12:19:40 archPC kernel: Bluetooth: HCI device and connection manager initialized
Nov 06 12:19:40 archPC kernel: Bluetooth: HCI socket layer initialized
Nov 06 12:19:40 archPC kernel: Bluetooth: L2CAP socket layer initialized
Nov 06 12:19:40 archPC kernel: Bluetooth: SCO socket layer initialized
Nov 06 12:19:40 archPC kernel: nvidia: loading out-of-tree module taints kernel.
Nov 06 12:19:40 archPC kernel: nvidia: module license 'NVIDIA' taints kernel.
Nov 06 12:19:40 archPC kernel: Disabling lock debugging due to kernel taint
Nov 06 12:19:40 archPC kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Nov 06 12:19:40 archPC kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 239
Nov 06 12:19:40 archPC kernel: 
Nov 06 12:19:40 archPC kernel: mc: Linux media interface: v0.10
Nov 06 12:19:40 archPC kernel: nvidia 0000:08:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Nov 06 12:19:40 archPC kernel: usbcore: registered new interface driver btusb
Nov 06 12:19:40 archPC kernel: mousedev: PS/2 mouse device common for all mice
Nov 06 12:19:40 archPC kernel: input: PC Speaker as /devices/platform/pcspkr/input/input12
Nov 06 12:19:40 archPC kernel: videodev: Linux video capture interface: v2.00
Nov 06 12:19:40 archPC kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  520.56.06  Thu Oct  6 21:38:55 UTC 2022
Nov 06 12:19:40 archPC kernel: snd_hda_intel 0000:08:00.1: Disabling MSI
Nov 06 12:19:40 archPC kernel: snd_hda_intel 0000:08:00.1: Handle vga_switcheroo audio client
Nov 06 12:19:40 archPC kernel: snd_hda_intel 0000:0a:00.3: enabling device (0000 -> 0002)
Nov 06 12:19:40 archPC kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Nov 06 12:19:40 archPC kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Nov 06 12:19:40 archPC kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input13
Nov 06 12:19:40 archPC kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input14
Nov 06 12:19:40 archPC kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input15
Nov 06 12:19:40 archPC kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input16
Nov 06 12:19:40 archPC kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input17
Nov 06 12:19:40 archPC kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input18
Nov 06 12:19:40 archPC kernel: input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:03.1/0000:08:00.1/sound/card0/input19
Nov 06 12:19:40 archPC kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Nov 06 12:19:40 archPC kernel: r8169 0000:06:00.0 enp6s0: renamed from eth0
Nov 06 12:19:40 archPC kernel: cryptd: max_cpu_qlen set to 1000
Nov 06 12:19:40 archPC kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Nov 06 12:19:40 archPC kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 06 12:19:40 archPC kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Nov 06 12:19:40 archPC kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Nov 06 12:19:40 archPC kernel: snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x11/0x0
Nov 06 12:19:40 archPC kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Nov 06 12:19:40 archPC kernel: snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
Nov 06 12:19:40 archPC kernel: snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
Nov 06 12:19:40 archPC kernel: snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
Nov 06 12:19:40 archPC kernel: nvidia-uvm: Loaded the UVM driver, major device number 236.
Nov 06 12:19:40 archPC kernel: audit: type=1130 audit(1667729977.708:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-BA00\x2d6587 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:40 archPC kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input20
Nov 06 12:19:40 archPC kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input21
Nov 06 12:19:40 archPC kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input22
Nov 06 12:19:40 archPC kernel: input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input23
Nov 06 12:19:40 archPC kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0a:00.3/sound/card1/input24
Nov 06 12:19:40 archPC kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  520.56.06  Thu Oct  6 21:22:53 UTC 2022
Nov 06 12:19:40 archPC kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 06 12:19:40 archPC kernel: usb 1-1: Found UVC 1.00 device C922 Pro Stream Webcam (046d:085c)
Nov 06 12:19:40 archPC kernel: AVX2 version of gcm_enc/dec engaged.
Nov 06 12:19:40 archPC kernel: AES CTR mode by8 optimization enabled
Nov 06 12:19:40 archPC kernel: asus_wmi: Initialization: 0x0
Nov 06 12:19:40 archPC kernel: asus_wmi: BIOS WMI version: 0.9
Nov 06 12:19:40 archPC kernel: asus_wmi: SFUN value: 0x0
Nov 06 12:19:40 archPC kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Nov 06 12:19:40 archPC kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input25
Nov 06 12:19:40 archPC kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -61
Nov 06 12:19:40 archPC kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -61
Nov 06 12:19:40 archPC kernel: input: C922 Pro Stream Webcam as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.0/input/input26
Nov 06 12:19:40 archPC kernel: usbcore: registered new interface driver uvcvideo
Nov 06 12:19:40 archPC kernel: usbcore: registered new interface driver snd-usb-audio
Nov 06 12:19:40 archPC kernel: [drm] [nvidia-drm] [GPU ID 0x00000800] Loading driver
Nov 06 12:19:40 archPC kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:08:00.0 on minor 0
Nov 06 12:19:40 archPC kernel: audit: type=1130 audit(1667729978.105:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:40 archPC kernel: SVM: TSC scaling supported
Nov 06 12:19:40 archPC kernel: kvm: Nested Virtualization enabled
Nov 06 12:19:40 archPC kernel: SVM: kvm: Nested Paging enabled
Nov 06 12:19:40 archPC kernel: SEV supported: 16 ASIDs
Nov 06 12:19:40 archPC kernel: SVM: Virtual VMLOAD VMSAVE supported
Nov 06 12:19:40 archPC kernel: SVM: Virtual GIF supported
Nov 06 12:19:40 archPC kernel: SVM: LBR virtualization supported
Nov 06 12:19:40 archPC kernel: MCE: In-kernel MCE decoding enabled.
Nov 06 12:19:40 archPC kernel: intel_rapl_common: Found RAPL domain package
Nov 06 12:19:40 archPC kernel: intel_rapl_common: Found RAPL domain core
Nov 06 12:19:34 archPC 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'
Nov 06 12:19:34 archPC 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'
Nov 06 12:19:34 archPC audit: BPF prog-id=9 op=LOAD
Nov 06 12:19:34 archPC audit: BPF prog-id=10 op=LOAD
Nov 06 12:19:35 archPC 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'
Nov 06 12:19:36 archPC 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'
Nov 06 12:19:37 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-BA00\x2d6587 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:38 archPC 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'
Nov 06 12:19:38 archPC 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'
Nov 06 12:19:38 archPC 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'
Nov 06 12:19:33 archPC systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Nov 06 12:19:33 archPC systemd[1]: Mounting Temporary Directory /tmp...
Nov 06 12:19:33 archPC systemd[1]: Mounted Temporary Directory /tmp.
Nov 06 12:19:40 archPC 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'
Nov 06 12:19:34 archPC systemd[1]: Finished Load/Save Random Seed.
Nov 06 12:19:34 archPC systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Nov 06 12:19:40 archPC systemd-fsck[348]: fsck.fat 4.2 (2021-01-31)
Nov 06 12:19:40 archPC systemd-fsck[348]: There are differences between boot sector and its backup.
Nov 06 12:19:40 archPC systemd-fsck[348]: This is mostly harmless. Differences: (offset:original/backup)
Nov 06 12:19:40 archPC systemd-fsck[348]:   65:01/00
Nov 06 12:19:40 archPC systemd-fsck[348]:   Not automatically fixing this.
Nov 06 12:19:40 archPC systemd-fsck[348]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Nov 06 12:19:40 archPC systemd-fsck[348]:  Automatically removing dirty bit.
Nov 06 12:19:40 archPC systemd-fsck[348]: *** Filesystem was changed ***
Nov 06 12:19:40 archPC systemd-fsck[348]: Writing changes.
Nov 06 12:19:40 archPC systemd-fsck[348]: /dev/sda1: 663 files, 4330/140517 clusters
Nov 06 12:19:34 archPC systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 06 12:19:34 archPC systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 06 12:19:34 archPC systemd-udevd[299]: Using default interface naming scheme 'v251'.
Nov 06 12:19:35 archPC systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 06 12:19:35 archPC systemd[1]: Reached target Preparation for Local File Systems.
Nov 06 12:19:35 archPC systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 06 12:19:36 archPC systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 06 12:19:36 archPC systemd[1]: Found device WDC_WD10EZEX-08WN4A0 1.
Nov 06 12:19:36 archPC systemd[1]: Starting File System Check on /dev/disk/by-uuid/BA00-6587...
Nov 06 12:19:37 archPC systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 06 12:19:37 archPC systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Nov 06 12:19:37 archPC systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Nov 06 12:19:37 archPC systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Nov 06 12:19:37 archPC systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Nov 06 12:19:37 archPC systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Nov 06 12:19:37 archPC systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Nov 06 12:19:37 archPC systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 06 12:19:37 archPC systemd-udevd[302]: nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia-frontend /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
Nov 06 12:19:40 archPC kernel: kauditd_printk_skb: 2 callbacks suppressed
Nov 06 12:19:40 archPC kernel: audit: type=1130 audit(1667729980.052:14): 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'
Nov 06 12:19:37 archPC systemd[1]: Finished File System Check on /dev/disk/by-uuid/BA00-6587.
Nov 06 12:19:37 archPC systemd-modules-load[286]: Inserted module 'nvidia_uvm'
Nov 06 12:19:37 archPC systemd-udevd[303]: 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-frontend /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
Nov 06 12:19:38 archPC systemd[1]: Mounting /boot/EFI...
Nov 06 12:19:38 archPC systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 06 12:19:38 archPC systemd[1]: Finished Load Kernel Modules.
Nov 06 12:19:38 archPC systemd[1]: Reached target Sound Card.
Nov 06 12:19:38 archPC systemd[1]: Starting Apply Kernel Variables...
Nov 06 12:19:38 archPC systemd[1]: Finished Apply Kernel Variables.
Nov 06 12:19:38 archPC systemd[1]: Mounted /boot/EFI.
Nov 06 12:19:38 archPC systemd[1]: Reached target Local File Systems.
Nov 06 12:19:38 archPC systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
Nov 06 12:19:38 archPC systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
Nov 06 12:19:38 archPC systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 06 12:19:38 archPC systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 06 12:19:40 archPC systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 06 12:19:40 archPC systemd[1]: Starting Create Volatile Files and Directories...
Nov 06 12:19:40 archPC systemd[1]: Finished Create Volatile Files and Directories.
Nov 06 12:19:40 archPC 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'
Nov 06 12:19:40 archPC systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
Nov 06 12:19:40 archPC audit: BPF prog-id=11 op=LOAD
Nov 06 12:19:40 archPC kernel: audit: type=1130 audit(1667729980.202:15): 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'
Nov 06 12:19:40 archPC kernel: audit: type=1334 audit(1667729980.202:16): prog-id=11 op=LOAD
Nov 06 12:19:40 archPC systemd[1]: Starting Network Time Synchronization...
Nov 06 12:19:40 archPC systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
Nov 06 12:19:40 archPC systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 06 12:19:40 archPC audit[456]: SYSTEM_BOOT pid=456 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:40 archPC kernel: audit: type=1127 audit(1667729980.275:17): pid=456 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:40 archPC systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 06 12:19:40 archPC 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'
Nov 06 12:19:40 archPC kernel: audit: type=1130 audit(1667729980.352:18): 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'
Nov 06 12:19:40 archPC systemd[1]: Started Network Time Synchronization.
Nov 06 12:19:40 archPC 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'
Nov 06 12:19:40 archPC systemd[1]: Reached target System Initialization.
Nov 06 12:19:40 archPC systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 06 12:19:40 archPC systemd[1]: Reached target System Time Set.
Nov 06 12:19:40 archPC systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 06 12:19:40 archPC systemd[1]: Started Daily man-db regeneration.
Nov 06 12:19:40 archPC systemd[1]: Started Daily verification of password and group files.
Nov 06 12:19:40 archPC systemd[1]: Reached target Timer Units.
Nov 06 12:19:40 archPC systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 06 12:19:40 archPC kernel: audit: type=1130 audit(1667729980.365:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:40 archPC systemd[1]: Reached target Socket Units.
Nov 06 12:19:40 archPC systemd[1]: Reached target Basic System.
Nov 06 12:19:40 archPC systemd[1]: Starting Bluetooth service...
Nov 06 12:19:40 archPC systemd[1]: Starting D-Bus System Message Bus...
Nov 06 12:19:40 archPC systemd[1]: Starting Initialize EDAC v3.0.0 Drivers For Machine Hardware...
Nov 06 12:19:40 archPC systemd[457]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Nov 06 12:19:40 archPC systemd[1]: Starting RAS daemon to log the RAS events...
Nov 06 12:19:40 archPC systemd[1]: SSH Key Generation was skipped because all trigger condition checks failed.
Nov 06 12:19:40 archPC audit: BPF prog-id=12 op=LOAD
Nov 06 12:19:40 archPC audit: BPF prog-id=13 op=LOAD
Nov 06 12:19:40 archPC audit: BPF prog-id=14 op=LOAD
Nov 06 12:19:40 archPC systemd[1]: Starting User Login Management...
Nov 06 12:19:40 archPC kernel: audit: type=1334 audit(1667729980.435:20): prog-id=12 op=LOAD
Nov 06 12:19:40 archPC kernel: audit: type=1334 audit(1667729980.435:21): prog-id=13 op=LOAD
Nov 06 12:19:40 archPC kernel: audit: type=1334 audit(1667729980.435:22): prog-id=14 op=LOAD
Nov 06 12:19:40 archPC systemd-logind[465]: New seat seat0.
Nov 06 12:19:40 archPC systemd-logind[465]: Watching system buttons on /dev/input/event1 (Power Button)
Nov 06 12:19:40 archPC systemd-logind[465]: Watching system buttons on /dev/input/event0 (Power Button)
Nov 06 12:19:40 archPC systemd-logind[465]: Watching system buttons on /dev/input/event3 (Logitech G102 LIGHTSYNC Gaming Mouse Keyboard)
Nov 06 12:19:40 archPC systemd-logind[465]: Watching system buttons on /dev/input/event4 (Razer Razer BlackWidow Lite)
Nov 06 12:19:40 archPC systemd-logind[465]: Watching system buttons on /dev/input/event5 (Razer Razer BlackWidow Lite Keyboard)
Nov 06 12:19:40 archPC rasdaemon[464]: ras:mc_event event enabled
Nov 06 12:19:40 archPC rasdaemon[464]: rasdaemon: ras:mc_event event enabled
Nov 06 12:19:40 archPC rasdaemon[464]: rasdaemon: ras:aer_event event enabled
Nov 06 12:19:40 archPC rasdaemon[464]: rasdaemon: mce:mce_record event enabled
Nov 06 12:19:40 archPC rasdaemon[464]: rasdaemon: ras:extlog_mem_event event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Page offline choice on Corrected Errors is soft
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Threshold of memory Corrected Errors is 50 / 24h
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: ras:mc_event event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Enabled event ras:mc_event
Nov 06 12:19:40 archPC rasdaemon[464]: ras:aer_event event enabled
Nov 06 12:19:40 archPC rasdaemon[464]: rasdaemon: ras:non_standard_event event enabled
Nov 06 12:19:40 archPC rasdaemon[464]: rasdaemon: ras:arm_event event enabled
Nov 06 12:19:40 archPC rasdaemon[464]: rasdaemon: devlink:devlink_health_report event enabled
Nov 06 12:19:40 archPC rasdaemon[464]: rasdaemon: block:block_rq_complete event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: ras:aer_event event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Enabled event ras:aer_event
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: ras:non_standard_event event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Enabled event ras:non_standard_event
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: ras:arm_event event enabled
Nov 06 12:19:40 archPC rasdaemon[464]: mce:mce_record event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Enabled event ras:arm_event
Nov 06 12:19:40 archPC rasdaemon[464]: ras:extlog_mem_event event enabled
Nov 06 12:19:40 archPC rasdaemon[464]: ras:non_standard_event event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: ras:mc_event event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: mce:mce_record event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Enabled event mce:mce_record
Nov 06 12:19:40 archPC rasdaemon[463]: Enabled event ras:mc_event
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: ras:extlog_mem_event event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Enabled event ras:extlog_mem_event
Nov 06 12:19:40 archPC rasdaemon[464]: ras:arm_event event enabled
Nov 06 12:19:40 archPC rasdaemon[464]: devlink:devlink_health_report event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: net:net_dev_xmit_timeout event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Enabled event net:net_dev_xmit_timeout
Nov 06 12:19:40 archPC rasdaemon[464]: block:block_rq_complete event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: ras:aer_event event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: Enabled event ras:aer_event
Nov 06 12:19:40 archPC rasdaemon[463]: ras:non_standard_event event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: Enabled event ras:non_standard_event
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: devlink:devlink_health_report event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Enabled event devlink:devlink_health_report
Nov 06 12:19:40 archPC rasdaemon[463]: ras:arm_event event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: block:block_rq_complete event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Enabled event block:block_rq_complete
Nov 06 12:19:40 archPC rasdaemon[463]: Enabled event ras:arm_event
Nov 06 12:19:40 archPC rasdaemon[463]: mce:mce_record event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: Enabled event mce:mce_record
Nov 06 12:19:40 archPC rasdaemon[463]: ras:extlog_mem_event event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: Enabled event ras:extlog_mem_event
Nov 06 12:19:40 archPC rasdaemon[463]: net:net_dev_xmit_timeout event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Listening to events for cpus 0 to 31
Nov 06 12:19:40 archPC rasdaemon[463]: Enabled event net:net_dev_xmit_timeout
Nov 06 12:19:40 archPC rasdaemon[463]: devlink:devlink_health_report event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: Enabled event devlink:devlink_health_report
Nov 06 12:19:40 archPC rasdaemon[463]: block:block_rq_complete event enabled
Nov 06 12:19:40 archPC rasdaemon[463]: Enabled event block:block_rq_complete
Nov 06 12:19:40 archPC systemd[1]: Started RAS daemon to log the RAS events.
Nov 06 12:19:40 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rasdaemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:40 archPC kernel: audit: type=1130 audit(1667729980.655:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rasdaemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:40 archPC bluetoothd[457]: Bluetooth daemon 5.65
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Recording mc_event events
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Recording aer_event events
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Recording extlog_event events
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Recording mce_record events
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Recording non_standard_event events
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Recording arm_event events
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Recording devlink_event events
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Recording disk_errors events
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 4
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 5
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 6
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 7
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 8
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 9
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 10
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 11
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 12
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 13
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 14
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 15
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 16
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 17
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 18
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 19
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 20
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 21
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 22
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 23
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 24
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 25
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 26
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 27
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 28
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 29
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 30
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Error on CPU 31
Nov 06 12:19:40 archPC rasdaemon[463]: rasdaemon: Old kernel detected. Stop listening and fall back to pthread way.
Nov 06 12:19:40 archPC kernel: BUG: kernel NULL pointer dereference, address: 00000000000001c8
Nov 06 12:19:40 archPC kernel: #PF: supervisor write access in kernel mode
Nov 06 12:19:40 archPC kernel: #PF: error_code(0x0002) - not-present page
Nov 06 12:19:41 archPC kernel: PGD 0 P4D 0 
Nov 06 12:19:41 archPC kernel: Oops: 0002 [#1] PREEMPT SMP NOPTI
Nov 06 12:19:41 archPC kernel: CPU: 1 PID: 463 Comm: rasdaemon Tainted: P           OE      6.0.7-arch1-1 #1 54734d35253fb4c526adcfdfa2e7225be9ec4a9a
Nov 06 12:19:41 archPC kernel: Hardware name: System manufacturer System Product Name/PRIME B350M-K, BIOS 5007 06/18/2019
Nov 06 12:19:41 archPC kernel: RIP: 0010:ring_buffer_wake_waiters+0x26/0xb0
Nov 06 12:19:41 archPC kernel: Code: 0b eb e9 90 66 0f 1f 00 41 54 4c 8d 67 10 55 48 89 fd 53 48 63 de 83 fb ff 74 38 48 8b 47 60 48 8b 2c d8 48 81 c5 78 01 00 00 <48> 83 45 50 01 31 c9 31 d2 48 8d 7d 20 be 03 00 00 00 e8 a3 bb f4
Nov 06 12:19:41 archPC kernel: RSP: 0018:ffffb5ae816bbe18 EFLAGS: 00010206
Nov 06 12:19:41 archPC kernel: RAX: ffff950047f06400 RBX: 0000000000000004 RCX: 0000000000000001
Nov 06 12:19:41 archPC kernel: RDX: ffff95006b7a0000 RSI: 0000000000000004 RDI: ffff950047f06900
Nov 06 12:19:41 archPC kernel: RBP: 0000000000000178 R08: ffff95004b573a50 R09: ffff95005d366b08
Nov 06 12:19:41 archPC kernel: R10: 0000000000000000 R11: 0000000000000001 R12: ffff950047f06910
Nov 06 12:19:41 archPC kernel: R13: ffff950040227920 R14: ffff95005d30a780 R15: 0000000000000000
Nov 06 12:19:41 archPC kernel: FS:  00007f8debb8d740(0000) GS:ffff95034ea40000(0000) knlGS:0000000000000000
Nov 06 12:19:41 archPC kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 06 12:19:41 archPC kernel: CR2: 00000000000001c8 CR3: 00000001278d4000 CR4: 00000000003506e0
Nov 06 12:19:41 archPC kernel: Call Trace:
Nov 06 12:19:41 archPC kernel:  <TASK>
Nov 06 12:19:41 archPC kernel:  tracing_buffers_release+0x4d/0x90
Nov 06 12:19:41 archPC kernel:  __fput+0x89/0x250
Nov 06 12:19:41 archPC kernel:  task_work_run+0x60/0x90
Nov 06 12:19:41 archPC kernel:  exit_to_user_mode_prepare+0x1a7/0x1d0
Nov 06 12:19:41 archPC kernel:  syscall_exit_to_user_mode+0x1b/0x40
Nov 06 12:19:41 archPC kernel:  do_syscall_64+0x6b/0x90
Nov 06 12:19:41 archPC kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Nov 06 12:19:41 archPC kernel:  ? do_syscall_64+0x6b/0x90
Nov 06 12:19:41 archPC kernel:  ? syscall_exit_to_user_mode+0x1b/0x40
Nov 06 12:19:41 archPC kernel:  ? do_syscall_64+0x6b/0x90
Nov 06 12:19:41 archPC kernel:  ? do_syscall_64+0x6b/0x90
Nov 06 12:19:41 archPC kernel:  ? do_syscall_64+0x6b/0x90
Nov 06 12:19:41 archPC kernel:  entry_SYSCALL_64_after_hwframe+0x63/0xcd
Nov 06 12:19:41 archPC kernel: RIP: 0033:0x7f8debd6f774
Nov 06 12:19:41 archPC kernel: Code: eb b2 67 e8 1e 02 02 00 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 40 00 f3 0f 1e fa 80 3d ad 8d 0e 00 00 74 13 b8 03 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 44 c3 0f 1f 00 48 83 ec 18 89 7c 24 0c e8 d3
Nov 06 12:19:41 archPC kernel: RSP: 002b:00007ffc297a2868 EFLAGS: 00000202 ORIG_RAX: 0000000000000003
Nov 06 12:19:41 archPC kernel: RAX: 0000000000000000 RBX: 0000000000000004 RCX: 00007f8debd6f774
Nov 06 12:19:41 archPC kernel: RDX: 0000000000000021 RSI: 00007ffc297a2af0 RDI: 0000000000000009
Nov 06 12:19:41 archPC kernel: RBP: 00007ffc297a3fc0 R08: 000055c9b7c482f0 R09: 0000000000000000
Nov 06 12:19:41 archPC kernel: R10: 0000000000000008 R11: 0000000000000202 R12: 00007ffc297a28f0
Nov 06 12:19:41 archPC kernel: R13: 0000000000000001 R14: 0000000000000021 R15: 000055c9b7c4c7a0
Nov 06 12:19:41 archPC kernel:  </TASK>
Nov 06 12:19:41 archPC kernel: Modules linked in: intel_rapl_msr intel_rapl_common edac_mce_amd vfat fat kvm_amd kvm irqbypass crct10dif_pclmul crc32_pclmul nvidia_drm(POE) polyval_clmulni polyval_generic gf128mul eeepc_wmi ghash_clmulni_intel uvcvideo asus_wmi aesni_intel sparse_keymap crypto_simd platform_profile nvidia_modeset(POE) cryptd video videobuf2_vmalloc snd_hda_codec_realtek nvidia_uvm(POE) wmi_bmof videobuf2_memops videobuf2_v4l2 snd_hda_codec_generic ledtrig_audio rapl snd_hda_codec_hdmi videobuf2_common snd_usb_audio snd_hda_intel snd_usbmidi_lib pcspkr videodev snd_intel_dspcfg snd_intel_sdw_acpi snd_rawmidi snd_hda_codec snd_seq_device btusb joydev mousedev mc snd_hda_core btrtl nvidia(POE) btbcm snd_hwdep btintel snd_pcm btmtk bluetooth snd_timer ccp r8169 snd ecdh_generic soundcore rng_core realtek k10temp mdio_devres rfkill sp5100_tco libphy gpio_amdpt wmi gpio_generic mac_hid i2c_piix4 crypto_user fuse bpf_preload ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 usbhid
Nov 06 12:19:41 archPC kernel:  xhci_pci crc32c_intel xhci_pci_renesas
Nov 06 12:19:41 archPC kernel: CR2: 00000000000001c8
Nov 06 12:19:41 archPC kernel: ---[ end trace 0000000000000000 ]---
Nov 06 12:19:41 archPC kernel: RIP: 0010:ring_buffer_wake_waiters+0x26/0xb0
Nov 06 12:19:41 archPC kernel: Code: 0b eb e9 90 66 0f 1f 00 41 54 4c 8d 67 10 55 48 89 fd 53 48 63 de 83 fb ff 74 38 48 8b 47 60 48 8b 2c d8 48 81 c5 78 01 00 00 <48> 83 45 50 01 31 c9 31 d2 48 8d 7d 20 be 03 00 00 00 e8 a3 bb f4
Nov 06 12:19:41 archPC kernel: RSP: 0018:ffffb5ae816bbe18 EFLAGS: 00010206
Nov 06 12:19:41 archPC kernel: RAX: ffff950047f06400 RBX: 0000000000000004 RCX: 0000000000000001
Nov 06 12:19:41 archPC kernel: RDX: ffff95006b7a0000 RSI: 0000000000000004 RDI: ffff950047f06900
Nov 06 12:19:41 archPC kernel: RBP: 0000000000000178 R08: ffff95004b573a50 R09: ffff95005d366b08
Nov 06 12:19:41 archPC kernel: R10: 0000000000000000 R11: 0000000000000001 R12: ffff950047f06910
Nov 06 12:19:41 archPC kernel: R13: ffff950040227920 R14: ffff95005d30a780 R15: 0000000000000000
Nov 06 12:19:41 archPC kernel: FS:  00007f8debb8d740(0000) GS:ffff95034ea40000(0000) knlGS:0000000000000000
Nov 06 12:19:41 archPC kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 06 12:19:41 archPC kernel: CR2: 00000000000001c8 CR3: 00000001278d4000 CR4: 00000000003506e0
Nov 06 12:19:41 archPC systemd[1]: Started D-Bus System Message Bus.
Nov 06 12:19:41 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:41 archPC dbus-daemon[460]: [system] Successfully activated service 'org.freedesktop.systemd1'
Nov 06 12:19:41 archPC bluetoothd[457]: Starting SDP server
Nov 06 12:19:41 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:41 archPC 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'
Nov 06 12:19:41 archPC systemd[1]: Starting Network Manager...
Nov 06 12:19:41 archPC systemd[1]: Started Bluetooth service.
Nov 06 12:19:41 archPC systemd[1]: Started User Login Management.
Nov 06 12:19:41 archPC systemd[1]: Reached target Bluetooth Support.
Nov 06 12:19:41 archPC ras-mc-ctl[461]: ras-mc-ctl: Error: No dimm labels for ASUSTeK COMPUTER INC. model PRIME B350M-K
Nov 06 12:19:41 archPC systemd[1]: Finished Initialize EDAC v3.0.0 Drivers For Machine Hardware.
Nov 06 12:19:41 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ras-mc-ctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.3163] NetworkManager (version 1.40.2-1) is starting... (boot:2942f456-9c6f-4299-81d2-1902c132ef43)
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.3163] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 06 12:19:42 archPC systemd[1]: Started Network Manager.
Nov 06 12:19:42 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:42 archPC systemd[1]: Reached target Network.
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.3289] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.3520] manager[0x560016839030]: monitoring kernel firmware directory '/lib/firmware'.
Nov 06 12:19:42 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=485 comm="/usr/bin/NetworkManager --no-daemon")
Nov 06 12:19:42 archPC systemd[1]: Started OpenSSH Daemon.
Nov 06 12:19:42 archPC 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'
Nov 06 12:19:42 archPC systemd[1]: Starting Permit User Sessions...
Nov 06 12:19:42 archPC systemd[1]: Finished Permit User Sessions.
Nov 06 12:19:42 archPC 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'
Nov 06 12:19:42 archPC systemd[1]: Started Getty on tty1.
Nov 06 12:19:42 archPC 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'
Nov 06 12:19:42 archPC systemd[1]: Reached target Login Prompts.
Nov 06 12:19:42 archPC systemd[1]: Reached target Multi-User System.
Nov 06 12:19:42 archPC systemd[1]: Reached target Graphical Interface.
Nov 06 12:19:42 archPC audit: BPF prog-id=15 op=LOAD
Nov 06 12:19:42 archPC audit: BPF prog-id=16 op=LOAD
Nov 06 12:19:42 archPC audit: BPF prog-id=17 op=LOAD
Nov 06 12:19:42 archPC systemd[1]: Starting Hostname Service...
Nov 06 12:19:42 archPC dbus-daemon[460]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 06 12:19:42 archPC systemd[1]: Started Hostname Service.
Nov 06 12:19:42 archPC systemd[1]: Startup finished in 16.865s (firmware) + 2.052s (loader) + 18.907s (kernel) + 12.484s (userspace) = 50.310s.
Nov 06 12:19:42 archPC 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'
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.5203] hostname: hostname: using hostnamed
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.5203] hostname: static hostname changed from (none) to "archPC"
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.5212] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.5218] manager[0x560016839030]: rfkill: Wi-Fi hardware radio set enabled
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.5218] manager[0x560016839030]: rfkill: WWAN hardware radio set enabled
Nov 06 12:19:42 archPC sshd[489]: Server listening on 0.0.0.0 port 22.
Nov 06 12:19:42 archPC sshd[489]: Server listening on :: port 22.
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.6570] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-bluetooth.so)
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.7956] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-team.so)
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8058] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-wifi.so)
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8062] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-wwan.so)
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8157] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-adsl.so)
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8163] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.40.2-1/libnm-device-plugin-ovs.so)
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8165] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8165] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8165] manager: Networking is enabled by state file
Nov 06 12:19:42 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=485 comm="/usr/bin/NetworkManager --no-daemon")
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8258] settings: Loaded settings plugin: keyfile (internal)
Nov 06 12:19:42 archPC systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 06 12:19:42 archPC systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 06 12:19:42 archPC 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'
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8698] dhcp: init: Using DHCP client 'internal'
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8698] device (lo): carrier: link connected
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8701] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8708] manager: (enp6s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 06 12:19:42 archPC NetworkManager[485]: <info>  [1667729982.8710] device (enp6s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 06 12:19:42 archPC dbus-daemon[460]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 06 12:19:42 archPC systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 06 12:19:42 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:42 archPC kernel: Generic FE-GE Realtek PHY r8169-0-600:00: attached PHY driver (mii_bus:phy_addr=r8169-0-600:00, irq=MAC)
Nov 06 12:19:43 archPC NetworkManager[485]: <info>  [1667729983.1345] ovsdb: disconnected from ovsdb
Nov 06 12:19:43 archPC kernel: r8169 0000:06:00.0 enp6s0: Link is Down
Nov 06 12:19:44 archPC NetworkManager[485]: <info>  [1667729984.7147] device (enp6s0): carrier: link connected
Nov 06 12:19:44 archPC kernel: r8169 0000:06:00.0 enp6s0: Link is Up - 100Mbps/Full - flow control rx/tx
Nov 06 12:19:44 archPC kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp6s0: link becomes ready
Nov 06 12:19:44 archPC NetworkManager[485]: <info>  [1667729984.7150] device (enp6s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Nov 06 12:19:44 archPC NetworkManager[485]: <info>  [1667729984.7154] policy: auto-activating connection 'Wired connection 1' (99798792-cfe9-32ab-bc61-ea8717ed9905)
Nov 06 12:19:44 archPC NetworkManager[485]: <info>  [1667729984.7157] device (enp6s0): Activation: starting connection 'Wired connection 1' (99798792-cfe9-32ab-bc61-ea8717ed9905)
Nov 06 12:19:44 archPC NetworkManager[485]: <info>  [1667729984.7158] device (enp6s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 06 12:19:44 archPC NetworkManager[485]: <info>  [1667729984.7160] manager: NetworkManager state is now CONNECTING
Nov 06 12:19:44 archPC NetworkManager[485]: <info>  [1667729984.7161] device (enp6s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 06 12:19:44 archPC NetworkManager[485]: <info>  [1667729984.7165] device (enp6s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 06 12:19:44 archPC NetworkManager[485]: <info>  [1667729984.7168] dhcp4 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Nov 06 12:19:44 archPC NetworkManager[485]: <info>  [1667729984.7939] dhcp4 (enp6s0): state changed new lease, address=192.168.1.10
Nov 06 12:19:44 archPC NetworkManager[485]: <info>  [1667729984.7942] policy: set 'Wired connection 1' (enp6s0) as default for IPv4 routing and DNS
Nov 06 12:19:44 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=485 comm="/usr/bin/NetworkManager --no-daemon")
Nov 06 12:19:44 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Nov 06 12:19:45 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=492 comm="/bin/login -p --       ")
Nov 06 12:19:45 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:19:45 archPC login[492]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:19:46 archPC audit[492]: USER_AUTH pid=492 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 12:19:46 archPC audit[492]: USER_ACCT pid=492 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 12:19:46 archPC kernel: kauditd_printk_skb: 14 callbacks suppressed
Nov 06 12:19:46 archPC kernel: audit: type=1100 audit(1667729986.718:38): pid=492 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 12:19:46 archPC kernel: audit: type=1101 audit(1667729986.718:39): pid=492 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 12:19:46 archPC audit[492]: CRED_ACQ pid=492 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 12:19:46 archPC audit[492]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7fff5768a4c0 a2=4 a3=7fff5768a1d4 items=0 ppid=1 pid=492 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Nov 06 12:19:46 archPC audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
Nov 06 12:19:46 archPC login[492]: pam_unix(login:session): session opened for user reavey(uid=1000) by LOGIN(uid=0)
Nov 06 12:19:46 archPC kernel: audit: type=1103 audit(1667729986.745:40): pid=492 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 12:19:46 archPC kernel: audit: type=1006 audit(1667729986.745:41): pid=492 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
Nov 06 12:19:46 archPC kernel: audit: type=1300 audit(1667729986.745:41): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7fff5768a4c0 a2=4 a3=7fff5768a1d4 items=0 ppid=1 pid=492 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Nov 06 12:19:46 archPC kernel: audit: type=1327 audit(1667729986.745:41): proctitle=2F62696E2F6C6F67696E002D70002D2D
Nov 06 12:19:46 archPC systemd[1]: Created slice User Slice of UID 1000.
Nov 06 12:19:46 archPC systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 06 12:19:46 archPC systemd-logind[465]: New session 1 of user reavey.
Nov 06 12:19:46 archPC systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 06 12:19:46 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:46 archPC systemd[1]: Starting User Manager for UID 1000...
Nov 06 12:19:46 archPC kernel: audit: type=1130 audit(1667729986.838:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:46 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.9' (uid=0 pid=500 comm="(systemd)")
Nov 06 12:19:46 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:19:46 archPC systemd[500]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:19:46 archPC audit[500]: USER_ACCT pid=500 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:46 archPC audit[500]: CRED_ACQ pid=500 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 06 12:19:46 archPC audit[500]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffe5e07c5b0 a2=4 a3=7ffe5e07c2c4 items=0 ppid=1 pid=500 auid=1000 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)
Nov 06 12:19:46 archPC audit: PROCTITLE proctitle="(systemd)"
Nov 06 12:19:46 archPC systemd[500]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[reavey] ruser=[<unknown>] rhost=[<unknown>]
Nov 06 12:19:46 archPC systemd[500]: pam_unix(systemd-user:session): session opened for user reavey(uid=1000) by (uid=0)
Nov 06 12:19:46 archPC audit[500]: USER_START pid=500 uid=0 auid=1000 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_systemd,pam_env acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:46 archPC kernel: audit: type=1101 audit(1667729986.848:43): pid=500 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:46 archPC kernel: audit: type=1103 audit(1667729986.848:44): pid=500 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="reavey" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 06 12:19:46 archPC kernel: audit: type=1006 audit(1667729986.848:45): pid=500 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Nov 06 12:19:47 archPC systemd-xdg-autostart-generator[505]: Exec binary '/opt/discord/Discord' does not exist: No such file or directory
Nov 06 12:19:47 archPC systemd-journald[285]: File /var/log/journal/02112a3f644140829eb9d122a4901d57/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Nov 06 12:19:47 archPC systemd-xdg-autostart-generator[505]: /home/reavey/.config/autostart/discord-stable.desktop: not generating unit, error parsing Exec= line: No such file or directory
Nov 06 12:19:47 archPC systemd[500]: Queued start job for default target Main User Target.
Nov 06 12:19:47 archPC systemd[500]: Created slice User Application Slice.
Nov 06 12:19:47 archPC systemd[500]: Reached target Paths.
Nov 06 12:19:47 archPC systemd[500]: Reached target Timers.
Nov 06 12:19:47 archPC systemd[500]: Starting D-Bus User Message Bus Socket...
Nov 06 12:19:47 archPC systemd[500]: Listening on GnuPG network certificate management daemon.
Nov 06 12:19:47 archPC systemd[500]: Listening on GCR ssh-agent wrapper.
Nov 06 12:19:47 archPC systemd[500]: Listening on GNOME Keyring daemon.
Nov 06 12:19:47 archPC systemd[500]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 06 12:19:47 archPC systemd[500]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 06 12:19:47 archPC systemd[500]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 06 12:19:47 archPC systemd[500]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 06 12:19:47 archPC systemd[500]: Listening on p11-kit server.
Nov 06 12:19:47 archPC systemd[500]: Listening on PipeWire Multimedia System Socket.
Nov 06 12:19:47 archPC systemd[500]: Listening on Sound System.
Nov 06 12:19:47 archPC systemd[500]: Listening on D-Bus User Message Bus Socket.
Nov 06 12:19:47 archPC systemd[500]: Reached target Sockets.
Nov 06 12:19:47 archPC systemd[500]: Reached target Basic System.
Nov 06 12:19:47 archPC systemd[1]: Started User Manager for UID 1000.
Nov 06 12:19:47 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:47 archPC systemd[1]: Started Session 1 of User reavey.
Nov 06 12:19:47 archPC systemd[500]: Reached target Main User Target.
Nov 06 12:19:47 archPC systemd[500]: Startup finished in 541ms.
Nov 06 12:19:47 archPC audit[492]: USER_START pid=492 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 12:19:47 archPC audit[492]: CRED_REFR pid=492 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 12:19:47 archPC login[492]: LOGIN ON tty1 BY reavey
Nov 06 12:19:48 archPC NetworkManager[485]: <info>  [1667729988.1480] dhcp6 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Nov 06 12:19:48 archPC NetworkManager[485]: <info>  [1667729988.1484] policy: set 'Wired connection 1' (enp6s0) as default for IPv6 routing and DNS
Nov 06 12:19:48 archPC NetworkManager[485]: <info>  [1667729988.1781] dhcp6 (enp6s0): state changed new lease
Nov 06 12:19:50 archPC NetworkManager[485]: <info>  [1667729990.0987] device (enp6s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 06 12:19:50 archPC NetworkManager[485]: <info>  [1667729990.1223] device (enp6s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 06 12:19:50 archPC NetworkManager[485]: <info>  [1667729990.1224] device (enp6s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 06 12:19:50 archPC NetworkManager[485]: <info>  [1667729990.1226] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 06 12:19:50 archPC NetworkManager[485]: <info>  [1667729990.1228] device (enp6s0): Activation: successful, device activated.
Nov 06 12:19:50 archPC NetworkManager[485]: <info>  [1667729990.1232] manager: startup complete
Nov 06 12:19:51 archPC systemd[500]: Created slice User Core Session Slice.
Nov 06 12:19:51 archPC systemd[500]: Starting D-Bus User Message Bus...
Nov 06 12:19:51 archPC systemd[500]: Started D-Bus User Message Bus.
Nov 06 12:19:51 archPC dbus-daemon[549]: [session uid=1000 pid=549] Successfully activated service 'org.freedesktop.systemd1'
Nov 06 12:19:52 archPC systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 06 12:19:52 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:19:52 archPC kernel: kauditd_printk_skb: 6 callbacks suppressed
Nov 06 12:19:52 archPC kernel: audit: type=1131 audit(1667729992.955:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:20:11 archPC systemd-timesyncd[455]: Contacted time server [2a06:5780:102:243::2]:123 (2.arch.pool.ntp.org).
Nov 06 12:20:11 archPC systemd-timesyncd[455]: Initial clock synchronization to Sun 2022-11-06 12:20:11.502733 EET.
Nov 06 12:20:12 archPC systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 06 12:20:12 archPC 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'
Nov 06 12:20:12 archPC kernel: audit: type=1131 audit(1667730012.518:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:20:12 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 12:20:12 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 12:20:12 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 12:20:12 archPC kernel: audit: type=1334 audit(1667730012.589:52): prog-id=0 op=UNLOAD
Nov 06 12:20:12 archPC kernel: audit: type=1334 audit(1667730012.589:53): prog-id=0 op=UNLOAD
Nov 06 12:20:12 archPC kernel: audit: type=1334 audit(1667730012.589:54): prog-id=0 op=UNLOAD
Nov 06 12:20:22 archPC dbus-daemon[549]: [session uid=1000 pid=549] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.2' (uid=1000 pid=1873 comm="rofi -show drun -show-icons")
Nov 06 12:20:22 archPC systemd[500]: Starting Virtual filesystem service...
Nov 06 12:20:22 archPC dbus-daemon[549]: [session uid=1000 pid=549] Successfully activated service 'org.gtk.vfs.Daemon'
Nov 06 12:20:22 archPC systemd[500]: Started Virtual filesystem service.
Nov 06 12:20:29 archPC dbus-daemon[549]: [session uid=1000 pid=549] Activating via systemd: service name='org.freedesktop.Notifications' unit='dunst.service' requested by ':1.7' (uid=1000 pid=2006 comm="/opt/google/chrome/chrome --enable-crashpad")
Nov 06 12:20:29 archPC systemd[500]: Starting Dunst notification daemon...
Nov 06 12:20:30 archPC dbus-daemon[549]: [session uid=1000 pid=549] Successfully activated service 'org.freedesktop.Notifications'
Nov 06 12:20:30 archPC systemd[500]: Started Dunst notification daemon.
Nov 06 12:20:34 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.33' (uid=1000 pid=2006 comm="/opt/google/chrome/chrome --enable-crashpad")
Nov 06 12:20:34 archPC audit: BPF prog-id=18 op=LOAD
Nov 06 12:20:34 archPC audit: BPF prog-id=19 op=LOAD
Nov 06 12:20:34 archPC kernel: audit: type=1334 audit(1667730034.424:55): prog-id=18 op=LOAD
Nov 06 12:20:34 archPC kernel: audit: type=1334 audit(1667730034.424:56): prog-id=19 op=LOAD
Nov 06 12:20:34 archPC systemd[1]: Starting Daemon for power management...
Nov 06 12:20:34 archPC dbus-daemon[460]: [system] Successfully activated service 'org.freedesktop.UPower'
Nov 06 12:20:34 archPC systemd[1]: Started Daemon for power management.
Nov 06 12:20:34 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:20:34 archPC kernel: audit: type=1130 audit(1667730034.916:57): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:20:44 archPC kernel: usb 1-1: reset high-speed USB device number 2 using xhci_hcd
Nov 06 12:20:45 archPC systemd[500]: Starting Sound Service...
Nov 06 12:20:45 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.39' (uid=1000 pid=3346 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Nov 06 12:20:45 archPC systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Nov 06 12:20:45 archPC dbus-daemon[460]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Nov 06 12:20:45 archPC systemd[1]: Started RealtimeKit Scheduling Policy Service.
Nov 06 12:20:45 archPC rtkit-daemon[3397]: Successfully called chroot.
Nov 06 12:20:45 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:20:45 archPC rtkit-daemon[3397]: Successfully dropped privileges.
Nov 06 12:20:45 archPC rtkit-daemon[3397]: Successfully limited resources.
Nov 06 12:20:45 archPC rtkit-daemon[3397]: Running.
Nov 06 12:20:45 archPC rtkit-daemon[3397]: Watchdog thread running.
Nov 06 12:20:45 archPC rtkit-daemon[3397]: Canary thread running.
Nov 06 12:20:45 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.40' (uid=0 pid=3397 comm="/usr/lib/rtkit-daemon")
Nov 06 12:20:45 archPC kernel: audit: type=1130 audit(1667730045.820:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:20:45 archPC systemd[1]: Starting Authorization Manager...
Nov 06 12:20:45 archPC polkitd[3403]: Started polkitd version 122
Nov 06 12:20:45 archPC polkitd[3403]: Loading rules from directory /etc/polkit-1/rules.d
Nov 06 12:20:45 archPC polkitd[3403]: Loading rules from directory /usr/share/polkit-1/rules.d
Nov 06 12:20:46 archPC polkitd[3403]: Finished loading, compiling and executing 4 rules
Nov 06 12:20:46 archPC dbus-daemon[460]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Nov 06 12:20:46 archPC systemd[1]: Started Authorization Manager.
Nov 06 12:20:46 archPC 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'
Nov 06 12:20:46 archPC polkitd[3403]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Nov 06 12:20:46 archPC kernel: audit: type=1130 audit(1667730046.045:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:20:46 archPC rtkit-daemon[3397]: Successfully made thread 3346 of process 3346 owned by '1000' high priority at nice level -11.
Nov 06 12:20:46 archPC rtkit-daemon[3397]: Supervising 1 threads of 1 processes of 1 users.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Supervising 1 threads of 1 processes of 1 users.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Successfully made thread 3490 of process 3346 owned by '1000' RT at priority 5.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Supervising 2 threads of 1 processes of 1 users.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Supervising 2 threads of 1 processes of 1 users.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Successfully made thread 3492 of process 3346 owned by '1000' RT at priority 5.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Supervising 3 threads of 1 processes of 1 users.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Supervising 3 threads of 1 processes of 1 users.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Successfully made thread 3494 of process 3346 owned by '1000' RT at priority 5.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Supervising 4 threads of 1 processes of 1 users.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Supervising 4 threads of 1 processes of 1 users.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Successfully made thread 3496 of process 3346 owned by '1000' RT at priority 5.
Nov 06 12:20:47 archPC rtkit-daemon[3397]: Supervising 5 threads of 1 processes of 1 users.
Nov 06 12:20:48 archPC rtkit-daemon[3397]: Supervising 5 threads of 1 processes of 1 users.
Nov 06 12:20:48 archPC rtkit-daemon[3397]: Successfully made thread 3519 of process 3346 owned by '1000' RT at priority 5.
Nov 06 12:20:48 archPC rtkit-daemon[3397]: Supervising 6 threads of 1 processes of 1 users.
Nov 06 12:20:48 archPC pulseaudio[3346]: stat('/etc/pulse/default.pa.d'): No such file or directory
Nov 06 12:20:48 archPC systemd[500]: Started Sound Service.
Nov 06 12:20:59 archPC upowerd[2707]: Failed to create object manager for BlueZ: Timeout was reached
Nov 06 12:21:13 archPC pulseaudio[3346]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Nov 06 12:22:28 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.90' (uid=0 pid=8849 comm="sudo rm -rf /var/lib/pacman/db.lck")
Nov 06 12:22:28 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:22:28 archPC sudo[8849]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:22:29 archPC audit[8849]: USER_AUTH pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:29 archPC audit[8849]: USER_ACCT pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:29 archPC sudo[8849]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/rm -rf /var/lib/pacman/db.lck
Nov 06 12:22:29 archPC audit[8849]: CRED_REFR pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:29 archPC sudo[8849]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:22:29 archPC audit[8849]: USER_START pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:29 archPC sudo[8849]: pam_unix(sudo:session): session closed for user root
Nov 06 12:22:29 archPC audit[8849]: USER_END pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:29 archPC audit[8849]: CRED_DISP pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:29 archPC kernel: audit: type=1100 audit(1667730149.760:60): pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:29 archPC kernel: audit: type=1101 audit(1667730149.760:61): pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:29 archPC kernel: audit: type=1110 audit(1667730149.760:62): pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:29 archPC kernel: audit: type=1105 audit(1667730149.760:63): pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:29 archPC kernel: audit: type=1106 audit(1667730149.760:64): pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:29 archPC kernel: audit: type=1104 audit(1667730149.760:65): pid=8849 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:31 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.91' (uid=0 pid=9009 comm="sudo pacman -S -y -u --config /etc/pacman.conf --")
Nov 06 12:22:31 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:22:31 archPC sudo[9009]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:22:31 archPC audit[9009]: USER_ACCT pid=9009 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:31 archPC sudo[9009]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -S -y -u --config /etc/pacman.conf --
Nov 06 12:22:31 archPC audit[9009]: CRED_REFR pid=9009 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:31 archPC sudo[9009]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:22:31 archPC audit[9009]: USER_START pid=9009 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:31 archPC kernel: audit: type=1101 audit(1667730151.691:66): pid=9009 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:31 archPC kernel: audit: type=1110 audit(1667730151.691:67): pid=9009 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:22:31 archPC kernel: audit: type=1105 audit(1667730151.691:68): pid=9009 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:34:09 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.372' (uid=0 pid=44009 comm="sudo rm -rf .zsh_history")
Nov 06 12:34:09 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:34:09 archPC sudo[44009]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:34:10 archPC audit[44009]: USER_AUTH pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:10 archPC audit[44009]: USER_ACCT pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:10 archPC sudo[44009]:   reavey : TTY=pts/1 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/rm -rf .zsh_history
Nov 06 12:34:10 archPC audit[44009]: CRED_REFR pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:10 archPC audit[44009]: USER_START pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:10 archPC sudo[44009]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:34:10 archPC sudo[44009]: pam_unix(sudo:session): session closed for user root
Nov 06 12:34:10 archPC audit[44009]: USER_END pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:10 archPC audit[44009]: CRED_DISP pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:10 archPC kernel: audit: type=1100 audit(1667730850.769:69): pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:10 archPC kernel: audit: type=1101 audit(1667730850.769:70): pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:10 archPC kernel: audit: type=1110 audit(1667730850.769:71): pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:10 archPC kernel: audit: type=1105 audit(1667730850.769:72): pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:10 archPC kernel: audit: type=1106 audit(1667730850.769:73): pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:10 archPC kernel: audit: type=1104 audit(1667730850.769:74): pid=44009 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:17 archPC systemd[1]: Starting Cleanup of Temporary Directories...
Nov 06 12:34:17 archPC systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Nov 06 12:34:17 archPC systemd[1]: Finished Cleanup of Temporary Directories.
Nov 06 12:34:17 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:34:17 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:34:17 archPC kernel: audit: type=1130 audit(1667730857.973:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:34:17 archPC kernel: audit: type=1131 audit(1667730857.973:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 12:34:35 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.383' (uid=0 pid=45557 comm="sudo rm -rf /var/lib/pacman/db.lck")
Nov 06 12:34:35 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:34:35 archPC sudo[45557]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:34:36 archPC audit[45557]: USER_AUTH pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:36 archPC audit[45557]: USER_ACCT pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:36 archPC sudo[45557]:   reavey : TTY=pts/1 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/rm -rf /var/lib/pacman/db.lck
Nov 06 12:34:36 archPC kernel: audit: type=1100 audit(1667730876.879:77): pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:36 archPC kernel: audit: type=1101 audit(1667730876.879:78): pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:36 archPC kernel: audit: type=1110 audit(1667730876.882:79): pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:36 archPC kernel: audit: type=1105 audit(1667730876.882:80): pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:36 archPC audit[45557]: CRED_REFR pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:36 archPC audit[45557]: USER_START pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:36 archPC sudo[45557]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:34:36 archPC sudo[45557]: pam_unix(sudo:session): session closed for user root
Nov 06 12:34:36 archPC audit[45557]: USER_END pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:36 archPC audit[45557]: CRED_DISP pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:36 archPC kernel: audit: type=1106 audit(1667730876.882:81): pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:36 archPC kernel: audit: type=1104 audit(1667730876.882:82): pid=45557 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:45 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.388' (uid=0 pid=46113 comm="sudo pacman -Syu")
Nov 06 12:34:45 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:34:45 archPC sudo[46113]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:34:45 archPC audit[46113]: USER_ACCT pid=46113 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:45 archPC kernel: audit: type=1101 audit(1667730885.660:83): pid=46113 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:45 archPC sudo[46113]:   reavey : TTY=pts/1 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Nov 06 12:34:45 archPC audit[46113]: CRED_REFR pid=46113 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:45 archPC sudo[46113]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:34:45 archPC audit[46113]: USER_START pid=46113 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:45 archPC kernel: audit: type=1110 audit(1667730885.663:84): pid=46113 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:34:45 archPC kernel: audit: type=1105 audit(1667730885.663:85): pid=46113 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:39:29 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.503' (uid=0 pid=60489 comm="sudo btop")
Nov 06 12:39:29 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:39:29 archPC sudo[60489]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:39:31 archPC audit[60489]: USER_AUTH pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:39:31 archPC audit[60489]: USER_ACCT pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:39:31 archPC sudo[60489]:   reavey : TTY=pts/2 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/btop
Nov 06 12:39:31 archPC sudo[60489]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:39:31 archPC audit[60489]: CRED_REFR pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:39:31 archPC audit[60489]: USER_START pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:39:31 archPC kernel: audit: type=1100 audit(1667731171.384:86): pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:39:31 archPC kernel: audit: type=1101 audit(1667731171.384:87): pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:39:31 archPC kernel: audit: type=1110 audit(1667731171.384:88): pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:39:31 archPC kernel: audit: type=1105 audit(1667731171.384:89): pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:39:54 archPC sudo[60489]: pam_unix(sudo:session): session closed for user root
Nov 06 12:39:54 archPC audit[60489]: USER_END pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:39:54 archPC audit[60489]: CRED_DISP pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:39:54 archPC kernel: audit: type=1106 audit(1667731194.898:90): pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:39:54 archPC kernel: audit: type=1104 audit(1667731194.898:91): pid=60489 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/2 res=success'
Nov 06 12:40:06 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.518' (uid=0 pid=62472 comm="sudo pacman -S ninja")
Nov 06 12:40:06 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:40:06 archPC sudo[62472]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:40:06 archPC audit[62472]: USER_AUTH pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:06 archPC audit[62472]: USER_ACCT pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:06 archPC kernel: audit: type=1100 audit(1667731206.890:92): pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:06 archPC kernel: audit: type=1101 audit(1667731206.890:93): pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:06 archPC sudo[62472]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -S ninja
Nov 06 12:40:06 archPC audit[62472]: CRED_REFR pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:06 archPC sudo[62472]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:40:06 archPC audit[62472]: USER_START pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:06 archPC kernel: audit: type=1110 audit(1667731206.893:94): pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:06 archPC kernel: audit: type=1105 audit(1667731206.893:95): pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:06 archPC sudo[62472]: pam_unix(sudo:session): session closed for user root
Nov 06 12:40:06 archPC audit[62472]: USER_END pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:06 archPC audit[62472]: CRED_DISP pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:06 archPC kernel: audit: type=1106 audit(1667731206.897:96): pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:06 archPC kernel: audit: type=1104 audit(1667731206.897:97): pid=62472 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:18 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.525' (uid=0 pid=63150 comm="sudo rm -rf /var/lib/pacman/db.lck")
Nov 06 12:40:18 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:40:18 archPC sudo[63150]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:40:18 archPC audit[63150]: USER_ACCT pid=63150 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:18 archPC sudo[63150]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/rm -rf /var/lib/pacman/db.lck
Nov 06 12:40:18 archPC audit[63150]: CRED_REFR pid=63150 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:18 archPC sudo[63150]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:40:18 archPC audit[63150]: USER_START pid=63150 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:18 archPC sudo[63150]: pam_unix(sudo:session): session closed for user root
Nov 06 12:40:18 archPC audit[63150]: USER_END pid=63150 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:18 archPC audit[63150]: CRED_DISP pid=63150 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:18 archPC kernel: audit: type=1101 audit(1667731218.745:98): pid=63150 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:18 archPC kernel: audit: type=1110 audit(1667731218.745:99): pid=63150 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:18 archPC kernel: audit: type=1105 audit(1667731218.745:100): pid=63150 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:18 archPC kernel: audit: type=1106 audit(1667731218.745:101): pid=63150 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:18 archPC kernel: audit: type=1104 audit(1667731218.745:102): pid=63150 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:21 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.526' (uid=0 pid=63292 comm="sudo pacman -S ninja")
Nov 06 12:40:21 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:40:21 archPC sudo[63292]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:40:21 archPC audit[63292]: USER_ACCT pid=63292 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:21 archPC sudo[63292]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -S ninja
Nov 06 12:40:21 archPC audit[63292]: CRED_REFR pid=63292 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:21 archPC sudo[63292]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:40:21 archPC audit[63292]: USER_START pid=63292 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:21 archPC kernel: audit: type=1101 audit(1667731221.408:103): pid=63292 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:21 archPC kernel: audit: type=1110 audit(1667731221.408:104): pid=63292 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:40:21 archPC kernel: audit: type=1105 audit(1667731221.408:105): pid=63292 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:17 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.621' (uid=0 pid=75159 comm="sudo btop")
Nov 06 12:44:17 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:44:17 archPC sudo[75159]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:44:18 archPC audit[75159]: USER_AUTH pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:18 archPC audit[75159]: USER_ACCT pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:18 archPC sudo[75159]:   reavey : TTY=pts/1 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/btop
Nov 06 12:44:18 archPC audit[75159]: CRED_REFR pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:18 archPC sudo[75159]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:44:18 archPC audit[75159]: USER_START pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:18 archPC kernel: audit: type=1100 audit(1667731458.537:106): pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:18 archPC kernel: audit: type=1101 audit(1667731458.537:107): pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:18 archPC kernel: audit: type=1110 audit(1667731458.537:108): pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:18 archPC kernel: audit: type=1105 audit(1667731458.537:109): pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:24 archPC audit[63292]: USER_END pid=63292 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:24 archPC audit[63292]: CRED_DISP pid=63292 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:24 archPC sudo[63292]: pam_unix(sudo:session): session closed for user root
Nov 06 12:44:24 archPC kernel: audit: type=1106 audit(1667731464.400:110): pid=63292 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:24 archPC kernel: audit: type=1104 audit(1667731464.400:111): pid=63292 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:25 archPC sudo[75159]: pam_unix(sudo:session): session closed for user root
Nov 06 12:44:25 archPC audit[75159]: USER_END pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:25 archPC audit[75159]: CRED_DISP pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:25 archPC kernel: audit: type=1106 audit(1667731465.970:112): pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:25 archPC kernel: audit: type=1104 audit(1667731465.970:113): pid=75159 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:44:40 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.632' (uid=0 pid=76376 comm="sudo fuser /var/lib/pacman/db.lck")
Nov 06 12:44:40 archPC kernel: audit: type=1101 audit(1667731480.262:114): pid=76376 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:40 archPC kernel: audit: type=1110 audit(1667731480.262:115): pid=76376 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:40 archPC kernel: audit: type=1105 audit(1667731480.262:116): pid=76376 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:40 archPC audit[76376]: USER_ACCT pid=76376 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:40 archPC audit[76376]: CRED_REFR pid=76376 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:40 archPC audit[76376]: USER_START pid=76376 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:40 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:44:40 archPC sudo[76376]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:44:40 archPC kernel: audit: type=1106 audit(1667731480.302:117): pid=76376 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:40 archPC kernel: audit: type=1104 audit(1667731480.302:118): pid=76376 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:40 archPC audit[76376]: USER_END pid=76376 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:40 archPC audit[76376]: CRED_DISP pid=76376 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:44:40 archPC sudo[76376]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/fuser /var/lib/pacman/db.lck
Nov 06 12:44:40 archPC sudo[76376]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:44:40 archPC sudo[76376]: pam_unix(sudo:session): session closed for user root
Nov 06 12:45:45 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.659' (uid=0 pid=79616 comm="sudo pacman -Sc")
Nov 06 12:45:45 archPC audit[79616]: USER_ACCT pid=79616 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:45 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:45:45 archPC sudo[79616]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:45:45 archPC audit[79616]: CRED_REFR pid=79616 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:45 archPC audit[79616]: USER_START pid=79616 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:45 archPC sudo[79616]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -Sc
Nov 06 12:45:45 archPC sudo[79616]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:45:45 archPC kernel: audit: type=1101 audit(1667731545.207:119): pid=79616 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:45 archPC kernel: audit: type=1110 audit(1667731545.207:120): pid=79616 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:45 archPC kernel: audit: type=1105 audit(1667731545.207:121): pid=79616 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:45 archPC audit[79616]: USER_END pid=79616 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:45 archPC sudo[79616]: pam_unix(sudo:session): session closed for user root
Nov 06 12:45:45 archPC audit[79616]: CRED_DISP pid=79616 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:45 archPC kernel: audit: type=1106 audit(1667731545.213:122): pid=79616 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:45 archPC kernel: audit: type=1104 audit(1667731545.213:123): pid=79616 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:48 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.662' (uid=0 pid=79838 comm="sudo rm -rf /var/lib/pacman/db.lck")
Nov 06 12:45:48 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:45:48 archPC sudo[79838]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:45:48 archPC audit[79838]: USER_ACCT pid=79838 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:48 archPC sudo[79838]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/rm -rf /var/lib/pacman/db.lck
Nov 06 12:45:48 archPC audit[79838]: CRED_REFR pid=79838 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:48 archPC kernel: audit: type=1101 audit(1667731548.960:124): pid=79838 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:48 archPC kernel: audit: type=1110 audit(1667731548.960:125): pid=79838 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:48 archPC sudo[79838]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:45:48 archPC audit[79838]: USER_START pid=79838 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:48 archPC sudo[79838]: pam_unix(sudo:session): session closed for user root
Nov 06 12:45:48 archPC audit[79838]: USER_END pid=79838 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:48 archPC audit[79838]: CRED_DISP pid=79838 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:48 archPC kernel: audit: type=1105 audit(1667731548.963:126): pid=79838 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:48 archPC kernel: audit: type=1106 audit(1667731548.963:127): pid=79838 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:48 archPC kernel: audit: type=1104 audit(1667731548.963:128): pid=79838 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:51 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.663' (uid=0 pid=79912 comm="sudo rm -rf /var/lib/pacman/db.lck")
Nov 06 12:45:51 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:45:51 archPC sudo[79912]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:45:51 archPC audit[79912]: USER_ACCT pid=79912 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:51 archPC sudo[79912]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/rm -rf /var/lib/pacman/db.lck
Nov 06 12:45:51 archPC audit[79912]: CRED_REFR pid=79912 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:51 archPC sudo[79912]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:45:51 archPC audit[79912]: USER_START pid=79912 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:51 archPC sudo[79912]: pam_unix(sudo:session): session closed for user root
Nov 06 12:45:51 archPC audit[79912]: USER_END pid=79912 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:51 archPC audit[79912]: CRED_DISP pid=79912 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:51 archPC kernel: audit: type=1101 audit(1667731551.306:129): pid=79912 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:51 archPC kernel: audit: type=1110 audit(1667731551.306:130): pid=79912 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:51 archPC kernel: audit: type=1105 audit(1667731551.306:131): pid=79912 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:51 archPC kernel: audit: type=1106 audit(1667731551.306:132): pid=79912 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:51 archPC kernel: audit: type=1104 audit(1667731551.306:133): pid=79912 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:54 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.666' (uid=0 pid=80089 comm="sudo pacman -Sc")
Nov 06 12:45:54 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:45:54 archPC sudo[80089]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:45:54 archPC audit[80089]: USER_ACCT pid=80089 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:54 archPC sudo[80089]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -Sc
Nov 06 12:45:54 archPC audit[80089]: CRED_REFR pid=80089 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:54 archPC sudo[80089]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:45:54 archPC audit[80089]: USER_START pid=80089 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:54 archPC kernel: audit: type=1101 audit(1667731554.213:134): pid=80089 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:54 archPC kernel: audit: type=1110 audit(1667731554.213:135): pid=80089 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:45:54 archPC kernel: audit: type=1105 audit(1667731554.213:136): pid=80089 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:12 archPC sudo[80089]: pam_unix(sudo:session): session closed for user root
Nov 06 12:46:12 archPC audit[80089]: USER_END pid=80089 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:12 archPC audit[80089]: CRED_DISP pid=80089 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:12 archPC kernel: audit: type=1106 audit(1667731572.008:137): pid=80089 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:12 archPC kernel: audit: type=1104 audit(1667731572.011:138): pid=80089 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:34 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.683' (uid=0 pid=82174 comm="sudo rm -rf /var/cache/pacman/pkg/ninja-1.11.1-1-x")
Nov 06 12:46:34 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:46:34 archPC sudo[82174]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:46:34 archPC audit[82174]: USER_ACCT pid=82174 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:34 archPC sudo[82174]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/rm -rf /var/cache/pacman/pkg/ninja-1.11.1-1-x86_64.pkg.tar.zst.part
Nov 06 12:46:34 archPC audit[82174]: CRED_REFR pid=82174 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:34 archPC sudo[82174]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:46:34 archPC audit[82174]: USER_START pid=82174 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:34 archPC kernel: audit: type=1101 audit(1667731594.559:139): pid=82174 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:34 archPC kernel: audit: type=1110 audit(1667731594.559:140): pid=82174 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:34 archPC kernel: audit: type=1105 audit(1667731594.559:141): pid=82174 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:34 archPC sudo[82174]: pam_unix(sudo:session): session closed for user root
Nov 06 12:46:34 archPC audit[82174]: USER_END pid=82174 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:34 archPC audit[82174]: CRED_DISP pid=82174 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:34 archPC kernel: audit: type=1106 audit(1667731594.562:142): pid=82174 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:34 archPC kernel: audit: type=1104 audit(1667731594.562:143): pid=82174 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:52 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.690' (uid=0 pid=83168 comm="sudo pacman -Syu --debug")
Nov 06 12:46:52 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:46:52 archPC sudo[83168]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:46:52 archPC audit[83168]: USER_ACCT pid=83168 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:52 archPC sudo[83168]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -Syu --debug
Nov 06 12:46:52 archPC audit[83168]: CRED_REFR pid=83168 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:52 archPC sudo[83168]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:46:52 archPC audit[83168]: USER_START pid=83168 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:52 archPC kernel: audit: type=1101 audit(1667731612.601:144): pid=83168 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:52 archPC kernel: audit: type=1110 audit(1667731612.601:145): pid=83168 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:46:52 archPC kernel: audit: type=1105 audit(1667731612.601:146): pid=83168 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:51:15 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.797' (uid=0 pid=96391 comm="sudo btop")
Nov 06 12:51:15 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:51:15 archPC sudo[96391]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:51:16 archPC audit[96391]: USER_AUTH pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:16 archPC audit[96391]: USER_ACCT pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:16 archPC sudo[96391]:   reavey : TTY=pts/1 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/btop
Nov 06 12:51:16 archPC audit[96391]: CRED_REFR pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:16 archPC sudo[96391]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:51:16 archPC audit[96391]: USER_START pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:16 archPC kernel: audit: type=1100 audit(1667731876.311:147): pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:16 archPC kernel: audit: type=1101 audit(1667731876.311:148): pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:16 archPC kernel: audit: type=1110 audit(1667731876.311:149): pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:16 archPC kernel: audit: type=1105 audit(1667731876.311:150): pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:20 archPC sudo[83168]: pam_unix(sudo:session): session closed for user root
Nov 06 12:51:20 archPC audit[83168]: USER_END pid=83168 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:51:20 archPC audit[83168]: CRED_DISP pid=83168 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:51:20 archPC kernel: audit: type=1106 audit(1667731880.518:151): pid=83168 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:51:20 archPC kernel: audit: type=1104 audit(1667731880.518:152): pid=83168 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:51:23 archPC sudo[96391]: pam_unix(sudo:session): session closed for user root
Nov 06 12:51:23 archPC audit[96391]: USER_END pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:23 archPC audit[96391]: CRED_DISP pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:23 archPC kernel: audit: type=1106 audit(1667731883.071:153): pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:23 archPC kernel: audit: type=1104 audit(1667731883.071:154): pid=96391 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:42 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.808' (uid=0 pid=97764 comm="sudo pacman -S archlinux-keyring")
Nov 06 12:51:42 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:51:42 archPC sudo[97764]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:51:42 archPC audit[97764]: USER_ACCT pid=97764 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:42 archPC sudo[97764]:   reavey : TTY=pts/1 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -S archlinux-keyring
Nov 06 12:51:42 archPC audit[97764]: CRED_REFR pid=97764 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:42 archPC sudo[97764]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:51:42 archPC audit[97764]: USER_START pid=97764 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:42 archPC kernel: audit: type=1101 audit(1667731902.739:155): pid=97764 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:42 archPC kernel: audit: type=1110 audit(1667731902.739:156): pid=97764 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:42 archPC kernel: audit: type=1105 audit(1667731902.739:157): pid=97764 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:42 archPC sudo[97764]: pam_unix(sudo:session): session closed for user root
Nov 06 12:51:42 archPC audit[97764]: USER_END pid=97764 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:42 archPC audit[97764]: CRED_DISP pid=97764 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:42 archPC kernel: audit: type=1106 audit(1667731902.743:158): pid=97764 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:42 archPC kernel: audit: type=1104 audit(1667731902.743:159): pid=97764 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:49 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.813' (uid=0 pid=98130 comm="sudo rm -rf /var/lib/pacman/db.lck")
Nov 06 12:51:49 archPC audit[98130]: USER_ACCT pid=98130 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:49 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:51:49 archPC sudo[98130]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:51:49 archPC sudo[98130]:   reavey : TTY=pts/1 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/rm -rf /var/lib/pacman/db.lck
Nov 06 12:51:49 archPC audit[98130]: CRED_REFR pid=98130 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:49 archPC sudo[98130]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:51:49 archPC audit[98130]: USER_START pid=98130 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:49 archPC sudo[98130]: pam_unix(sudo:session): session closed for user root
Nov 06 12:51:49 archPC audit[98130]: USER_END pid=98130 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:49 archPC audit[98130]: CRED_DISP pid=98130 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:49 archPC kernel: audit: type=1101 audit(1667731909.486:160): pid=98130 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:49 archPC kernel: audit: type=1110 audit(1667731909.486:161): pid=98130 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:49 archPC kernel: audit: type=1105 audit(1667731909.486:162): pid=98130 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:49 archPC kernel: audit: type=1106 audit(1667731909.486:163): pid=98130 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:49 archPC kernel: audit: type=1104 audit(1667731909.486:164): pid=98130 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:53 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.816' (uid=0 pid=98353 comm="sudo pacman -S archlinux-keyring")
Nov 06 12:51:53 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:51:53 archPC sudo[98353]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:51:53 archPC audit[98353]: USER_ACCT pid=98353 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:53 archPC sudo[98353]:   reavey : TTY=pts/1 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -S archlinux-keyring
Nov 06 12:51:53 archPC audit[98353]: CRED_REFR pid=98353 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:53 archPC sudo[98353]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:51:53 archPC audit[98353]: USER_START pid=98353 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:53 archPC kernel: audit: type=1101 audit(1667731913.629:165): pid=98353 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:53 archPC kernel: audit: type=1110 audit(1667731913.629:166): pid=98353 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:51:53 archPC kernel: audit: type=1105 audit(1667731913.629:167): pid=98353 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:53:03 archPC dbus-daemon[549]: [session uid=1000 pid=549] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.52' (uid=1000 pid=101658 comm="./firefox.real --class Tor Browser --name Tor Brow")
Nov 06 12:53:03 archPC systemd[500]: Starting Accessibility services bus...
Nov 06 12:53:03 archPC dbus-daemon[549]: [session uid=1000 pid=549] Successfully activated service 'org.a11y.Bus'
Nov 06 12:53:03 archPC systemd[500]: Started Accessibility services bus.
Nov 06 12:53:05 archPC rtkit-daemon[3397]: Supervising 6 threads of 1 processes of 1 users.
Nov 06 12:53:05 archPC rtkit-daemon[3397]: Supervising 6 threads of 1 processes of 1 users.
Nov 06 12:53:05 archPC rtkit-daemon[3397]: Supervising 6 threads of 1 processes of 1 users.
Nov 06 12:53:05 archPC rtkit-daemon[3397]: Supervising 6 threads of 1 processes of 1 users.
Nov 06 12:53:05 archPC rtkit-daemon[3397]: Supervising 6 threads of 1 processes of 1 users.
Nov 06 12:53:05 archPC rtkit-daemon[3397]: Supervising 6 threads of 1 processes of 1 users.
Nov 06 12:53:05 archPC rtkit-daemon[3397]: Successfully made thread 102044 of process 101658 owned by '1000' RT at priority 10.
Nov 06 12:53:05 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:06 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:06 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:06 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:06 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:32 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:32 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:32 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:32 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:56 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:56 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:56 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:56 archPC rtkit-daemon[3397]: Supervising 7 threads of 2 processes of 1 users.
Nov 06 12:53:56 archPC rtkit-daemon[3397]: Successfully made thread 104798 of process 103473 owned by '1000' RT at priority 10.
Nov 06 12:53:56 archPC rtkit-daemon[3397]: Supervising 8 threads of 3 processes of 1 users.
Nov 06 12:54:59 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.904' (uid=0 pid=108085 comm="sudo btop")
Nov 06 12:54:59 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:54:59 archPC sudo[108085]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:55:00 archPC audit[108085]: USER_AUTH pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:00 archPC audit[108085]: USER_ACCT pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:00 archPC sudo[108085]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/btop
Nov 06 12:55:00 archPC audit[108085]: CRED_REFR pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:00 archPC sudo[108085]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:55:00 archPC kernel: audit: type=1100 audit(1667732100.598:168): pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:00 archPC kernel: audit: type=1101 audit(1667732100.598:169): pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:00 archPC kernel: audit: type=1110 audit(1667732100.598:170): pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:00 archPC kernel: audit: type=1105 audit(1667732100.598:171): pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:00 archPC audit[108085]: USER_START pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:05 archPC audit[98353]: USER_END pid=98353 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:05 archPC kernel: audit: type=1106 audit(1667732105.486:172): pid=98353 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:05 archPC kernel: audit: type=1104 audit(1667732105.486:173): pid=98353 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:05 archPC audit[98353]: CRED_DISP pid=98353 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:05 archPC sudo[98353]: pam_unix(sudo:session): session closed for user root
Nov 06 12:55:06 archPC audit[108085]: USER_END pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:06 archPC kernel: audit: type=1106 audit(1667732106.773:174): pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:06 archPC sudo[108085]: pam_unix(sudo:session): session closed for user root
Nov 06 12:55:06 archPC audit[108085]: CRED_DISP pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:06 archPC kernel: audit: type=1104 audit(1667732106.776:175): pid=108085 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 12:55:09 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.909' (uid=0 pid=108625 comm="sudo rm -rf /var/lib/pacman/db.lck")
Nov 06 12:55:09 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:55:09 archPC sudo[108625]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 12:55:09 archPC audit[108625]: USER_ACCT pid=108625 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:09 archPC sudo[108625]:   reavey : TTY=pts/1 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/rm -rf /var/lib/pacman/db.lck
Nov 06 12:55:09 archPC audit[108625]: CRED_REFR pid=108625 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:09 archPC sudo[108625]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 12:55:09 archPC audit[108625]: USER_START pid=108625 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:09 archPC sudo[108625]: pam_unix(sudo:session): session closed for user root
Nov 06 12:55:09 archPC audit[108625]: USER_END pid=108625 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:09 archPC audit[108625]: CRED_DISP pid=108625 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:09 archPC kernel: audit: type=1101 audit(1667732109.737:176): pid=108625 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:09 archPC kernel: audit: type=1110 audit(1667732109.737:177): pid=108625 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:09 archPC kernel: audit: type=1105 audit(1667732109.737:178): pid=108625 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:09 archPC kernel: audit: type=1106 audit(1667732109.737:179): pid=108625 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:09 archPC kernel: audit: type=1104 audit(1667732109.737:180): pid=108625 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Nov 06 12:55:18 archPC rtkit-daemon[3397]: Supervising 8 threads of 3 processes of 1 users.
Nov 06 12:55:18 archPC rtkit-daemon[3397]: Supervising 8 threads of 3 processes of 1 users.
Nov 06 12:55:18 archPC rtkit-daemon[3397]: Supervising 8 threads of 3 processes of 1 users.
Nov 06 12:55:18 archPC rtkit-daemon[3397]: Supervising 8 threads of 3 processes of 1 users.
Nov 06 12:55:18 archPC rtkit-daemon[3397]: Successfully made thread 109060 of process 102022 owned by '1000' RT at priority 10.
Nov 06 12:55:18 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 12:56:49 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 12:56:49 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 12:56:56 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 12:56:56 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 12:57:37 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 12:57:37 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 13:00:02 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 13:00:02 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 13:04:32 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 13:04:32 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 13:06:09 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 13:06:09 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 13:06:09 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 13:06:09 archPC rtkit-daemon[3397]: Supervising 9 threads of 4 processes of 1 users.
Nov 06 13:06:09 archPC rtkit-daemon[3397]: Successfully made thread 141533 of process 123318 owned by '1000' RT at priority 10.
Nov 06 13:06:09 archPC rtkit-daemon[3397]: Supervising 10 threads of 5 processes of 1 users.
Nov 06 13:06:09 archPC rtkit-daemon[3397]: Supervising 10 threads of 5 processes of 1 users.
Nov 06 13:06:09 archPC rtkit-daemon[3397]: Supervising 10 threads of 5 processes of 1 users.
Nov 06 13:06:18 archPC rtkit-daemon[3397]: Supervising 10 threads of 5 processes of 1 users.
Nov 06 13:06:18 archPC rtkit-daemon[3397]: Supervising 10 threads of 5 processes of 1 users.
Nov 06 13:06:18 archPC rtkit-daemon[3397]: Supervising 10 threads of 5 processes of 1 users.
Nov 06 13:06:18 archPC rtkit-daemon[3397]: Supervising 10 threads of 5 processes of 1 users.
Nov 06 13:06:18 archPC rtkit-daemon[3397]: Successfully made thread 142052 of process 116043 owned by '1000' RT at priority 10.
Nov 06 13:06:18 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:06:38 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:06:38 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:06:38 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:06:38 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:06:38 archPC rtkit-daemon[3397]: Successfully made thread 143037 of process 102180 owned by '1000' RT at priority 10.
Nov 06 13:06:38 archPC rtkit-daemon[3397]: Supervising 12 threads of 7 processes of 1 users.
Nov 06 13:08:22 archPC rtkit-daemon[3397]: Supervising 12 threads of 7 processes of 1 users.
Nov 06 13:08:22 archPC rtkit-daemon[3397]: Supervising 12 threads of 7 processes of 1 users.
Nov 06 13:13:03 archPC rtkit-daemon[3397]: Supervising 10 threads of 5 processes of 1 users.
Nov 06 13:13:03 archPC rtkit-daemon[3397]: Supervising 10 threads of 5 processes of 1 users.
Nov 06 13:13:03 archPC rtkit-daemon[3397]: Supervising 10 threads of 5 processes of 1 users.
Nov 06 13:13:03 archPC rtkit-daemon[3397]: Supervising 10 threads of 5 processes of 1 users.
Nov 06 13:13:03 archPC rtkit-daemon[3397]: Successfully made thread 162293 of process 136642 owned by '1000' RT at priority 10.
Nov 06 13:13:03 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:17:59 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:17:59 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:17:59 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:17:59 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:17:59 archPC rtkit-daemon[3397]: Successfully made thread 176862 of process 141532 owned by '1000' RT at priority 10.
Nov 06 13:17:59 archPC rtkit-daemon[3397]: Supervising 12 threads of 7 processes of 1 users.
Nov 06 13:18:57 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:18:57 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 13:22:44 archPC kernel: perf: interrupt took too long (2506 > 2500), lowering kernel.perf_event_max_sample_rate to 79800
Nov 06 13:54:24 archPC kernel: perf: interrupt took too long (3136 > 3132), lowering kernel.perf_event_max_sample_rate to 63600
Nov 06 14:44:51 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 14:44:51 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 14:46:13 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 14:46:13 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 14:46:29 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 14:46:29 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 14:46:29 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 14:46:29 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 14:46:29 archPC rtkit-daemon[3397]: Successfully made thread 437902 of process 432918 owned by '1000' RT at priority 10.
Nov 06 14:46:29 archPC rtkit-daemon[3397]: Supervising 12 threads of 7 processes of 1 users.
Nov 06 14:52:11 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 14:52:11 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 15:27:44 archPC pulseaudio[3346]: ALSA woke us up to write new data to the device, but there was actually nothing to write.
Nov 06 15:27:44 archPC pulseaudio[3346]: Most likely this is a bug in the ALSA driver 'snd_usb_audio'. Please report this issue to the ALSA developers.
Nov 06 15:27:44 archPC pulseaudio[3346]: We were woken up with POLLOUT set -- however a subsequent snd_pcm_avail() returned 0 or another value < min_avail.
Nov 06 15:34:53 archPC kernel: perf: interrupt took too long (3929 > 3920), lowering kernel.perf_event_max_sample_rate to 50700
Nov 06 15:48:26 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 15:48:26 archPC rtkit-daemon[3397]: Supervising 11 threads of 6 processes of 1 users.
Nov 06 16:00:30 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.5389' (uid=0 pid=656655 comm="sudo pacman -S -u -y --config /etc/pacman.conf --")
Nov 06 16:00:30 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 06 16:00:30 archPC sudo[656655]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 06 16:00:32 archPC audit[656655]: USER_AUTH pid=656655 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 16:00:32 archPC audit[656655]: USER_ACCT pid=656655 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 16:00:32 archPC sudo[656655]:   reavey : TTY=pts/0 ; PWD=/home/reavey ; USER=root ; COMMAND=/usr/bin/pacman -S -u -y --config /etc/pacman.conf --
Nov 06 16:00:32 archPC audit[656655]: CRED_REFR pid=656655 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 16:00:32 archPC audit[656655]: USER_START pid=656655 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 16:00:32 archPC sudo[656655]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Nov 06 16:00:32 archPC kernel: audit: type=1100 audit(1667743232.099:181): pid=656655 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 16:00:32 archPC kernel: audit: type=1101 audit(1667743232.099:182): pid=656655 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="reavey" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 16:00:32 archPC kernel: audit: type=1110 audit(1667743232.099:183): pid=656655 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 16:00:32 archPC kernel: audit: type=1105 audit(1667743232.099:184): pid=656655 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 06 16:00:41 archPC systemd-logind[465]: System is rebooting.
Nov 06 16:00:41 archPC systemd[1]: Stopping Session 1 of User reavey...
Nov 06 16:00:41 archPC systemd[1]: Removed slice Slice /system/modprobe.
Nov 06 16:00:41 archPC systemd[1]: Stopped target Bluetooth Support.
Nov 06 16:00:41 archPC systemd[1]: Stopped target Graphical Interface.
Nov 06 16:00:41 archPC systemd[1]: Stopped target Multi-User System.
Nov 06 16:00:41 archPC systemd[1]: Stopped target Login Prompts.
Nov 06 16:00:41 archPC systemd[1]: Stopped target Sound Card.
Nov 06 16:00:41 archPC systemd[1]: Stopped target Timer Units.
Nov 06 16:00:41 archPC systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Nov 06 16:00:41 archPC systemd[1]: man-db.timer: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Stopped Daily man-db regeneration.
Nov 06 16:00:41 archPC systemd[1]: shadow.timer: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Stopped Daily verification of password and group files.
Nov 06 16:00:41 archPC systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Nov 06 16:00:41 archPC systemd[1]: Stopped target System Time Set.
Nov 06 16:00:41 archPC systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Closed LVM2 poll daemon socket.
Nov 06 16:00:41 archPC systemd[1]: systemd-coredump.socket: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Closed Process Core Dump Socket.
Nov 06 16:00:41 archPC systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 06 16:00:41 archPC systemd[1]: Stopping Bluetooth service...
Nov 06 16:00:41 archPC systemd[1]: Stopping Getty on tty1...
Nov 06 16:00:41 archPC audit[492]: CRED_DISP pid=492 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 16:00:41 archPC kernel: audit: type=1104 audit(1667743241.749:185): pid=492 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 16:00:41 archPC kernel: audit: type=1131 audit(1667743241.756:186): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ras-mc-ctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ras-mc-ctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC login[492]: pam_unix(login:session): session closed for user reavey
Nov 06 16:00:41 archPC systemd[1]: Starting Generate shutdown-ramfs...
Nov 06 16:00:41 archPC sshd[489]: Received signal 15; terminating.
Nov 06 16:00:41 archPC systemd[1]: Stopping Authorization Manager...
Nov 06 16:00:41 archPC systemd[1]: ras-mc-ctl.service: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Stopped Initialize EDAC v3.0.0 Drivers For Machine Hardware.
Nov 06 16:00:41 archPC systemd[1]: Stopping RAS daemon to log the RAS events...
Nov 06 16:00:41 archPC systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Nov 06 16:00:41 archPC systemd[1]: Stopping OpenSSH Daemon...
Nov 06 16:00:41 archPC systemd[1]: Stopping Load/Save Random Seed...
Nov 06 16:00:41 archPC systemd[1]: Stopping Daemon for power management...
Nov 06 16:00:41 archPC audit[492]: USER_END pid=492 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 16:00:41 archPC kernel: audit: type=1106 audit(1667743241.762:187): pid=492 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="reavey" exe="/usr/bin/login" hostname=archPC addr=? terminal=/dev/tty1 res=success'
Nov 06 16:00:41 archPC systemd[1]: bluetooth.service: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Stopped Bluetooth service.
Nov 06 16:00:41 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC kernel: audit: type=1131 audit(1667743241.766:188): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC systemd[1]: sshd.service: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Stopped OpenSSH Daemon.
Nov 06 16:00:41 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC systemd[1]: getty@tty1.service: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Stopped Getty on tty1.
Nov 06 16:00:41 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC kernel: audit: type=1131 audit(1667743241.769:189): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC kernel: audit: type=1131 audit(1667743241.769:190): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC systemd[1]: upower.service: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Stopped Daemon for power management.
Nov 06 16:00:41 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC systemd[1]: rtkit-daemon.service: Deactivated successfully.
Nov 06 16:00:41 archPC kernel: audit: type=1131 audit(1667743241.772:191): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Nov 06 16:00:41 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC systemd-logind[465]: Session 1 logged out. Waiting for processes to exit.
Nov 06 16:00:41 archPC systemd[1]: Removed slice Slice /system/getty.
Nov 06 16:00:41 archPC kernel: audit: type=1131 audit(1667743241.776:192): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC systemd[1]: polkit.service: Deactivated successfully.
Nov 06 16:00:41 archPC systemd[1]: Stopped Authorization Manager.
Nov 06 16:00:41 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC systemd[1]: polkit.service: Consumed 1.410s CPU time.
Nov 06 16:00:41 archPC kernel: audit: type=1131 audit(1667743241.782:193): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:41 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 16:00:41 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 16:00:41 archPC kernel: audit: type=1334 audit(1667743241.786:194): prog-id=0 op=UNLOAD
Nov 06 16:00:41 archPC dunst[2342]: X connection to :0 broken (explicit kill or server shutdown).
Nov 06 16:00:41 archPC systemd[500]: dunst.service: Main process exited, code=exited, status=1/FAILURE
Nov 06 16:00:41 archPC systemd[500]: dunst.service: Failed with result 'exit-code'.
Nov 06 16:00:41 archPC systemd[500]: dunst.service: Consumed 1.064s CPU time.
Nov 06 16:00:42 archPC systemd[1]: systemd-random-seed.service: Deactivated successfully.
Nov 06 16:00:42 archPC systemd[1]: Stopped Load/Save Random Seed.
Nov 06 16:00:42 archPC audit[1]: SERVICE_STOP 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'
Nov 06 16:00:42 archPC mkinitcpio[657273]: ==> Starting build: none
Nov 06 16:00:42 archPC mkinitcpio[657273]:   -> Running build hook: [sd-shutdown]
Nov 06 16:00:42 archPC systemd[500]: pulseaudio.service: Consumed 3min 37.529s CPU time.
Nov 06 16:00:42 archPC mkinitcpio[657273]: ==> Build complete.
Nov 06 16:00:42 archPC systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Nov 06 16:00:42 archPC systemd[1]: Finished Generate shutdown-ramfs.
Nov 06 16:00:42 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:00:42 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:02:11 archPC systemd[1]: session-1.scope: Stopping timed out. Killing.
Nov 06 16:02:11 archPC systemd[1]: session-1.scope: Killing process 656655 (sudo) with signal SIGKILL.
Nov 06 16:02:11 archPC systemd[1]: session-1.scope: Killing process 656784 (pacman) with signal SIGKILL.
Nov 06 16:02:11 archPC systemd[1]: rasdaemon.service: Stopping timed out. Terminating.
Nov 06 16:02:11 archPC systemd[1]: session-1.scope: Failed with result 'timeout'.
Nov 06 16:02:11 archPC systemd[1]: Stopped Session 1 of User reavey.
Nov 06 16:02:11 archPC systemd[1]: session-1.scope: Consumed 5h 1min 54.325s CPU time.
Nov 06 16:02:11 archPC systemd[1]: Stopping User Login Management...
Nov 06 16:02:11 archPC systemd[1]: Stopping User Manager for UID 1000...
Nov 06 16:02:11 archPC systemd-logind[465]: Removed session 1.
Nov 06 16:02:11 archPC systemd[500]: Activating special unit Exit the Session...
Nov 06 16:02:11 archPC systemd[500]: Stopped target Main User Target.
Nov 06 16:02:11 archPC systemd[500]: Stopping Accessibility services bus...
Nov 06 16:02:11 archPC gvfsd[1889]: A connection to the bus can't be made
Nov 06 16:02:11 archPC systemd[500]: Stopping D-Bus User Message Bus...
Nov 06 16:02:11 archPC systemd[500]: Stopping Virtual filesystem service...
Nov 06 16:02:11 archPC systemd[500]: Stopped Accessibility services bus.
Nov 06 16:02:11 archPC systemd[1]: run-user-1000-gvfs.mount: Deactivated successfully.
Nov 06 16:02:11 archPC systemd[1]: Unmounted /run/user/1000/gvfs.
Nov 06 16:02:11 archPC systemd[500]: Stopped D-Bus User Message Bus.
Nov 06 16:02:11 archPC systemd[500]: Stopped Virtual filesystem service.
Nov 06 16:02:11 archPC systemd[500]: Removed slice User Core Session Slice.
Nov 06 16:02:11 archPC systemd[500]: session.slice: Consumed 3min 37.802s CPU time.
Nov 06 16:02:11 archPC systemd[500]: Stopped target Basic System.
Nov 06 16:02:11 archPC systemd[500]: Stopped target Paths.
Nov 06 16:02:11 archPC systemd[500]: Stopped target Sockets.
Nov 06 16:02:11 archPC systemd[500]: Stopped target Timers.
Nov 06 16:02:11 archPC systemd[500]: Closed D-Bus User Message Bus Socket.
Nov 06 16:02:11 archPC systemd[500]: Closed GnuPG network certificate management daemon.
Nov 06 16:02:11 archPC systemd[500]: Closed GCR ssh-agent wrapper.
Nov 06 16:02:11 archPC systemd[500]: Closed GNOME Keyring daemon.
Nov 06 16:02:11 archPC systemd[500]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 06 16:02:11 archPC systemd[500]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Nov 06 16:02:11 archPC systemd[500]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Nov 06 16:02:11 archPC systemd[500]: Closed GnuPG cryptographic agent and passphrase cache.
Nov 06 16:02:11 archPC systemd[500]: Closed p11-kit server.
Nov 06 16:02:11 archPC systemd[500]: Closed PipeWire Multimedia System Socket.
Nov 06 16:02:11 archPC systemd[500]: Closed Sound System.
Nov 06 16:02:11 archPC systemd[500]: Removed slice User Application Slice.
Nov 06 16:02:11 archPC systemd[500]: app.slice: Consumed 1.068s CPU time.
Nov 06 16:02:11 archPC systemd[500]: Reached target Shutdown.
Nov 06 16:02:11 archPC systemd[500]: Finished Exit the Session.
Nov 06 16:02:11 archPC systemd[500]: Reached target Exit the Session.
Nov 06 16:02:11 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:02:11 archPC systemd[501]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[reavey] ruser=[<unknown>] rhost=[<unknown>]
Nov 06 16:02:11 archPC systemd[1]: user@1000.service: Deactivated successfully.
Nov 06 16:02:11 archPC systemd[1]: Stopped User Manager for UID 1000.
Nov 06 16:02:11 archPC systemd[1]: user@1000.service: Consumed 3min 38.995s CPU time.
Nov 06 16:02:11 archPC kernel: kauditd_printk_skb: 4 callbacks suppressed
Nov 06 16:02:11 archPC kernel: audit: type=1131 audit(1667743331.841:199): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:02:11 archPC systemd[1]: Stopping User Runtime Directory /run/user/1000...
Nov 06 16:02:11 archPC systemd[1]: systemd-logind.service: Deactivated successfully.
Nov 06 16:02:11 archPC systemd[1]: Stopped User Login Management.
Nov 06 16:02:11 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:02:11 archPC kernel: audit: type=1131 audit(1667743331.861:200): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:02:11 archPC systemd[1]: run-user-1000.mount: Deactivated successfully.
Nov 06 16:02:11 archPC systemd[1]: Unmounted /run/user/1000.
Nov 06 16:02:11 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 16:02:11 archPC kernel: audit: type=1334 audit(1667743331.881:201): prog-id=0 op=UNLOAD
Nov 06 16:02:11 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:02:11 archPC systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Nov 06 16:02:11 archPC systemd[1]: Stopped User Runtime Directory /run/user/1000.
Nov 06 16:02:11 archPC systemd[1]: Removed slice User Slice of UID 1000.
Nov 06 16:02:11 archPC systemd[1]: user-1000.slice: Consumed 5h 5min 33.329s CPU time.
Nov 06 16:02:11 archPC systemd[1]: Stopping Permit User Sessions...
Nov 06 16:02:11 archPC kernel: audit: type=1131 audit(1667743331.884:202): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:02:11 archPC systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Nov 06 16:02:11 archPC systemd[1]: Stopped Permit User Sessions.
Nov 06 16:02:11 archPC audit[1]: SERVICE_STOP 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'
Nov 06 16:02:11 archPC systemd[1]: Stopped target Network.
Nov 06 16:02:11 archPC systemd[1]: Stopped target Remote File Systems.
Nov 06 16:02:11 archPC systemd[1]: Stopping Network Manager...
Nov 06 16:02:11 archPC NetworkManager[485]: <info>  [1667743331.8929] caught SIGTERM, shutting down normally.
Nov 06 16:02:11 archPC kernel: audit: type=1131 audit(1667743331.887:203): 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'
Nov 06 16:02:11 archPC NetworkManager[485]: <info>  [1667743331.9172] dhcp4 (enp6s0): canceled DHCP transaction
Nov 06 16:02:11 archPC NetworkManager[485]: <info>  [1667743331.9172] dhcp4 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Nov 06 16:02:11 archPC NetworkManager[485]: <info>  [1667743331.9172] dhcp4 (enp6s0): state changed no lease
Nov 06 16:02:11 archPC NetworkManager[485]: <info>  [1667743331.9174] dhcp6 (enp6s0): canceled DHCP transaction
Nov 06 16:02:11 archPC NetworkManager[485]: <info>  [1667743331.9174] dhcp6 (enp6s0): activation: beginning transaction (timeout in 45 seconds)
Nov 06 16:02:11 archPC NetworkManager[485]: <info>  [1667743331.9174] dhcp6 (enp6s0): state changed no lease
Nov 06 16:02:11 archPC NetworkManager[485]: <info>  [1667743331.9176] manager: NetworkManager state is now CONNECTED_SITE
Nov 06 16:02:11 archPC dbus-daemon[460]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=485 comm="/usr/bin/NetworkManager --no-daemon")
Nov 06 16:02:11 archPC dbus-daemon[460]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Nov 06 16:02:12 archPC NetworkManager[485]: <info>  [1667743332.1143] exiting (success)
Nov 06 16:02:12 archPC systemd[1]: NetworkManager.service: Deactivated successfully.
Nov 06 16:02:12 archPC systemd[1]: Stopped Network Manager.
Nov 06 16:02:12 archPC systemd[1]: NetworkManager.service: Consumed 8.893s CPU time.
Nov 06 16:02:12 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:02:12 archPC systemd[1]: Stopping D-Bus System Message Bus...
Nov 06 16:02:12 archPC kernel: audit: type=1131 audit(1667743332.127:204): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:02:12 archPC systemd[1]: dbus.service: Deactivated successfully.
Nov 06 16:02:12 archPC systemd[1]: Stopped D-Bus System Message Bus.
Nov 06 16:02:12 archPC systemd[1]: dbus.service: Consumed 8.543s CPU time.
Nov 06 16:02:12 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:02:12 archPC kernel: audit: type=1131 audit(1667743332.147:205): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:03:42 archPC systemd[1]: rasdaemon.service: State 'stop-sigterm' timed out. Killing.
Nov 06 16:03:42 archPC systemd[1]: rasdaemon.service: Killing process 463 (rasdaemon) with signal SIGKILL.
Nov 06 16:03:42 archPC systemd[1]: rasdaemon.service: Killing process 657275 (rasdaemon) with signal SIGKILL.
Nov 06 16:05:12 archPC systemd[1]: rasdaemon.service: Processes still around after SIGKILL. Ignoring.
Nov 06 16:06:42 archPC systemd[1]: rasdaemon.service: State 'final-sigterm' timed out. Killing.
Nov 06 16:06:42 archPC systemd[1]: rasdaemon.service: Killing process 463 (rasdaemon) with signal SIGKILL.
Nov 06 16:06:42 archPC systemd[1]: rasdaemon.service: Killing process 657275 (rasdaemon) with signal SIGKILL.
Nov 06 16:08:12 archPC systemd[1]: rasdaemon.service: Processes still around after final SIGKILL. Entering failed mode.
Nov 06 16:08:12 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rasdaemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 06 16:08:12 archPC systemd[1]: rasdaemon.service: Failed with result 'timeout'.
Nov 06 16:08:12 archPC systemd[1]: rasdaemon.service: Unit process 463 (rasdaemon) remains running after unit stopped.
Nov 06 16:08:12 archPC systemd[1]: rasdaemon.service: Unit process 657275 (rasdaemon) remains running after unit stopped.
Nov 06 16:08:12 archPC systemd[1]: Stopped RAS daemon to log the RAS events.
Nov 06 16:08:12 archPC systemd[1]: Stopped target Basic System.
Nov 06 16:08:12 archPC systemd[1]: Stopped target Path Units.
Nov 06 16:08:12 archPC systemd[1]: Stopped target Slice Units.
Nov 06 16:08:12 archPC systemd[1]: Removed slice User and Session Slice.
Nov 06 16:08:12 archPC systemd[1]: user.slice: Consumed 5h 5min 33.329s CPU time.
Nov 06 16:08:12 archPC systemd[1]: Stopped target Socket Units.
Nov 06 16:08:12 archPC systemd[1]: dbus.socket: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Closed D-Bus System Message Bus Socket.
Nov 06 16:08:12 archPC systemd[1]: Stopped target System Initialization.
Nov 06 16:08:12 archPC systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Nov 06 16:08:12 archPC systemd[1]: Stopped target Local Encrypted Volumes.
Nov 06 16:08:12 archPC systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Nov 06 16:08:12 archPC systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Nov 06 16:08:12 archPC kernel: audit: type=1131 audit(1667743692.781:206): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rasdaemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 06 16:08:12 archPC systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Nov 06 16:08:12 archPC systemd[1]: Stopped target Local Integrity Protected Volumes.
Nov 06 16:08:12 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:08:12 archPC audit[1]: SERVICE_STOP 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'
Nov 06 16:08:12 archPC systemd[1]: Stopped target Local Verity Protected Volumes.
Nov 06 16:08:12 archPC systemd[1]: systemd-sysctl.service: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Stopped Apply Kernel Variables.
Nov 06 16:08:12 archPC systemd[1]: systemd-modules-load.service: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Stopped Load Kernel Modules.
Nov 06 16:08:12 archPC systemd[1]: systemd-modules-load.service: Consumed 1.921s CPU time.
Nov 06 16:08:12 archPC systemd[1]: Stopping Network Time Synchronization...
Nov 06 16:08:12 archPC kernel: audit: type=1131 audit(1667743692.794:207): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:08:12 archPC kernel: audit: type=1131 audit(1667743692.794:208): 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'
Nov 06 16:08:12 archPC systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Nov 06 16:08:12 archPC systemd[1]: systemd-timesyncd.service: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Stopped Network Time Synchronization.
Nov 06 16:08:12 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:08:12 archPC kernel: audit: type=1131 audit(1667743692.817:209): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:08:12 archPC audit[657388]: SYSTEM_SHUTDOWN pid=657388 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Nov 06 16:08:12 archPC systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Nov 06 16:08:12 archPC audit[1]: SERVICE_STOP 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'
Nov 06 16:08:12 archPC systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Stopped Create Volatile Files and Directories.
Nov 06 16:08:12 archPC audit[1]: SERVICE_STOP 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'
Nov 06 16:08:12 archPC systemd[1]: Stopped target Local File Systems.
Nov 06 16:08:12 archPC kernel: audit: type=1128 audit(1667743692.821:210): pid=657388 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Nov 06 16:08:12 archPC kernel: audit: type=1131 audit(1667743692.821:211): 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'
Nov 06 16:08:12 archPC kernel: audit: type=1131 audit(1667743692.821:212): 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'
Nov 06 16:08:12 archPC systemd[1]: Unmounting /boot/EFI...
Nov 06 16:08:12 archPC systemd[1]: Unmounting Temporary Directory /tmp...
Nov 06 16:08:12 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 16:08:12 archPC kernel: audit: type=1334 audit(1667743692.837:213): prog-id=0 op=UNLOAD
Nov 06 16:08:12 archPC systemd[1]: tmp.mount: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Unmounted Temporary Directory /tmp.
Nov 06 16:08:12 archPC systemd[1]: Stopped target Swaps.
Nov 06 16:08:12 archPC systemd[1]: Deactivating swap /swapfile...
Nov 06 16:08:12 archPC systemd[1]: boot-EFI.mount: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Unmounted /boot/EFI.
Nov 06 16:08:12 archPC systemd[1]: systemd-fsck@dev-disk-by\x2duuid-BA00\x2d6587.service: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Stopped File System Check on /dev/disk/by-uuid/BA00-6587.
Nov 06 16:08:12 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-BA00\x2d6587 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:08:12 archPC systemd[1]: Removed slice Slice /system/systemd-fsck.
Nov 06 16:08:12 archPC systemd[1]: Stopped target Preparation for Local File Systems.
Nov 06 16:08:12 archPC systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Nov 06 16:08:12 archPC systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Stopped Create Static Device Nodes in /dev.
Nov 06 16:08:12 archPC audit[1]: SERVICE_STOP 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'
Nov 06 16:08:12 archPC kernel: audit: type=1131 audit(1667743692.877:214): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-BA00\x2d6587 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:08:12 archPC kernel: audit: type=1131 audit(1667743692.877:215): 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'
Nov 06 16:08:12 archPC systemd[1]: swapfile.swap: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Deactivated swap /swapfile.
Nov 06 16:08:12 archPC systemd[1]: Reached target Unmount All Filesystems.
Nov 06 16:08:12 archPC systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Nov 06 16:08:12 archPC systemd[1]: Stopped Remount Root and Kernel File Systems.
Nov 06 16:08:12 archPC audit[1]: SERVICE_STOP 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'
Nov 06 16:08:13 archPC systemd[1]: lvm2-monitor.service: Deactivated successfully.
Nov 06 16:08:13 archPC systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Nov 06 16:08:13 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:08:13 archPC systemd[1]: Reached target System Shutdown.
Nov 06 16:08:13 archPC systemd[1]: Reached target Late Shutdown Services.
Nov 06 16:08:13 archPC systemd[1]: systemd-reboot.service: Deactivated successfully.
Nov 06 16:08:13 archPC systemd[1]: Finished System Reboot.
Nov 06 16:08:13 archPC audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:08:13 archPC audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 06 16:08:13 archPC systemd[1]: Reached target System Reboot.
Nov 06 16:08:13 archPC systemd[1]: Shutting down.
Nov 06 16:08:13 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 16:08:13 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 16:08:13 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 16:08:13 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 16:08:13 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 16:08:13 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 16:08:13 archPC audit: BPF prog-id=0 op=UNLOAD
Nov 06 16:08:13 archPC systemd[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
Nov 06 16:08:13 archPC systemd[1]: Watchdog running with a timeout of 10min.
Nov 06 16:08:13 archPC kernel: watchdog: watchdog0: watchdog did not stop!
Nov 06 16:08:13 archPC systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
Nov 06 16:08:13 archPC systemd-shutdown[1]: Watchdog running with a timeout of 10min.
Nov 06 16:08:13 archPC systemd-shutdown[1]: Syncing filesystems and block devices.
Nov 06 16:08:13 archPC systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Nov 06 16:08:13 archPC systemd-journald[285]: Received SIGTERM from PID 1 (systemd-shutdow).
Nov 06 16:08:13 archPC systemd-journald[285]: Journal stopped

INot sure if i should close or not. 
If anyone know what's causing this please let me know.

Any help much appreciated.
Thanks

Last edited by reavey (2022-11-06 15:01:55)

Offline

#2 2022-11-08 09:36:07

dogknowsnx
Guest

Re: dmesg output on login screen and on shutdown/reboot

reavey wrote:
 cat /proc/sys/kernel/printk 

is "15 4 1 4" instead of default "4 4 1 4".
I tried changing it using:

 sudo sysctl kernel.printk="4 4 1 4" 

but it gets reverted (to "15 4 1 4") on the next boot.

That's because 'sysctl' is a runtime tool - you may want to take a look at

man 5 sysctl.d

Board footer

Powered by FluxBB