You are not logged in.
Hi,
This is quite similar to https://bbs.archlinux.org/viewtopic.php?id=272643.
I've put together a new machine that includes an Intel AX200 card, specifically the PCE-AX58BT:
$ lspci -knnd::280
04:00.0 Network controller [0280]: Intel Corporation Wi-Fi 6 AX200 [8086:2723] (rev 1a)
Subsystem: Intel Corporation Wi-Fi 6 AX200NGW [8086:0084]
Kernel driver in use: iwlwifi
Kernel modules: iwlwifiProblem is the bluetooth does not work. Linux doesn't seem to recognize the bluetooth adapter at all:
$ file /sys/class/bluetooth
/sys/class/nonsense: cannot open `/sys/class/bluetooth' (No such file or directory)I tried inserting btusb with modprobe, and it succeeds with the following additional journal output:
May 02 20:08:27 rdtw kernel: Bluetooth: Core ver 2.22
May 02 20:08:27 rdtw kernel: NET: Registered PF_BLUETOOTH protocol family
May 02 20:08:27 rdtw kernel: Bluetooth: HCI device and connection manager initialized
May 02 20:08:27 rdtw kernel: Bluetooth: HCI socket layer initialized
May 02 20:08:27 rdtw kernel: Bluetooth: L2CAP socket layer initialized
May 02 20:08:27 rdtw kernel: Bluetooth: SCO socket layer initializedNow
$ file /sys/class/bluetooth
/sys/class/bluetooth/: directory
$ ls /sys/class/bluetooth/*
zsh: no matches found: /sys/class/bluetooth/*lsusb still doesn't show any bluetooth device:
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 007: ID 1e71:3008 NZXT NZXT KrakenZ Device
Bus 001 Device 004: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 005: ID 046d:c33a Logitech, Inc. G413 Gaming Keyboard
Bus 001 Device 003: ID 05e3:0608 Genesys Logic, Inc. Hub
Bus 001 Device 002: ID 1050:0407 Yubico.com Yubikey 4/5 OTP+U2F+CCID
Bus 001 Device 006: ID 048d:5702 Integrated Technology Express, Inc. ITE Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubI can manually start bluetooth.service, but still bluetoothctl power on predictably fails:
$ sudo systemctl start bluetooth.service
$ bluetoothctl power on
No default controller availableI also tried displacing the firmware to try cc-a0-67 and cc-a0-66 but that made no apparent difference and I did not continue.
So, now what? The similar linked issue is marked solved, but no amount or combination or reboots or power offs have made any difference for me.
EDIT: full journal output
$ journalctl -b
May 02 20:02:00 archlinux kernel: Linux version 5.17.5-arch1-1 (linux@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Wed, 27 Apr 2022 20:56:11 +0000
May 02 20:02:00 archlinux kernel: Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img mitigations=off random.trust_cpu=on snd_hda_codec_hdmi.enable_silent_stream=0 root=/dev/mapper/root
May 02 20:02:00 archlinux kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
May 02 20:02:00 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 02 20:02:00 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 02 20:02:00 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 02 20:02:00 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
May 02 20:02:00 archlinux kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
May 02 20:02:00 archlinux kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
May 02 20:02:00 archlinux kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
May 02 20:02:00 archlinux kernel: signal: max sigframe size: 3632
May 02 20:02:00 archlinux kernel: BIOS-provided physical RAM map:
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000321c6fff] usable
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000321c7000-0x00000000352c6fff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000352c7000-0x00000000354bffff] ACPI data
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000354c0000-0x000000003561bfff] ACPI NVS
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x000000003561c000-0x0000000035ffefff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x0000000035fff000-0x0000000035ffffff] usable
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x0000000036000000-0x0000000039ffffff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x000000003aa00000-0x000000003abfffff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x000000003b000000-0x00000000403fffff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc00ffff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
May 02 20:02:00 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x00000010bfbfffff] usable
May 02 20:02:00 archlinux kernel: NX (Execute Disable) protection: active
May 02 20:02:00 archlinux kernel: e820: update [mem 0x29e86018-0x29e93857] usable ==> usable
May 02 20:02:00 archlinux kernel: e820: update [mem 0x29e86018-0x29e93857] usable ==> usable
May 02 20:02:00 archlinux kernel: extended physical RAM map:
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000029e86017] usable
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x0000000029e86018-0x0000000029e93857] usable
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x0000000029e93858-0x00000000321c6fff] usable
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000321c7000-0x00000000352c6fff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000352c7000-0x00000000354bffff] ACPI data
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000354c0000-0x000000003561bfff] ACPI NVS
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x000000003561c000-0x0000000035ffefff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x0000000035fff000-0x0000000035ffffff] usable
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x0000000036000000-0x0000000039ffffff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x000000003aa00000-0x000000003abfffff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x000000003b000000-0x00000000403fffff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000fc000000-0x00000000fc00ffff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
May 02 20:02:00 archlinux kernel: reserve setup_data: [mem 0x0000000100000000-0x00000010bfbfffff] usable
May 02 20:02:00 archlinux kernel: efi: EFI v2.80 by American Megatrends
May 02 20:02:00 archlinux kernel: efi: ACPI=0x35559000 ACPI 2.0=0x35559014 TPMFinalLog=0x35526000 SMBIOS=0x35d37000 SMBIOS 3.0=0x35d36000 MEMATTR=0x2be00198 ESRT=0x2e9c4698 RNG=0x35f63f98 TPMEventLog=0x29e94018
May 02 20:02:00 archlinux kernel: efi: seeding entropy pool
May 02 20:02:00 archlinux kernel: random: fast init done
May 02 20:02:00 archlinux kernel: SMBIOS 3.4.0 present.
May 02 20:02:00 archlinux kernel: DMI: Gigabyte Technology Co., Ltd. Z690 UD DDR4/Z690 UD DDR4, BIOS F7a 03/28/2022
May 02 20:02:00 archlinux kernel: tsc: Detected 3200.000 MHz processor
May 02 20:02:00 archlinux kernel: tsc: Detected 3187.200 MHz TSC
May 02 20:02:00 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 02 20:02:00 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 02 20:02:00 archlinux kernel: last_pfn = 0x10bfc00 max_arch_pfn = 0x400000000
May 02 20:02:00 archlinux kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
May 02 20:02:00 archlinux kernel: total RAM covered: 127936M
May 02 20:02:00 archlinux kernel: Found optimal setting for mtrr clean up
May 02 20:02:00 archlinux kernel: gran_size: 64K chunk_size: 128M num_reg: 7 lose cover RAM: 0G
May 02 20:02:00 archlinux kernel: e820: update [mem 0x3c000000-0xffffffff] usable ==> reserved
May 02 20:02:00 archlinux kernel: last_pfn = 0x36000 max_arch_pfn = 0x400000000
May 02 20:02:00 archlinux kernel: esrt: Reserving ESRT space from 0x000000002e9c4698 to 0x000000002e9c4720.
May 02 20:02:00 archlinux kernel: e820: update [mem 0x2e9c4000-0x2e9c4fff] usable ==> reserved
May 02 20:02:00 archlinux kernel: Using GB pages for direct mapping
May 02 20:02:00 archlinux kernel: Secure boot disabled
May 02 20:02:00 archlinux kernel: RAMDISK: [mem 0x28377000-0x295f5fff]
May 02 20:02:00 archlinux kernel: ACPI: Early table checksum verification disabled
May 02 20:02:00 archlinux kernel: ACPI: RSDP 0x0000000035559014 000024 (v02 ALASKA)
May 02 20:02:00 archlinux kernel: ACPI: XSDT 0x0000000035558728 00011C (v01 ALASKA A M I 01072009 AMI 01000013)
May 02 20:02:00 archlinux kernel: ACPI: FACP 0x00000000354BD000 000114 (v06 ALASKA A M I 01072009 AMI 01000013)
May 02 20:02:00 archlinux kernel: ACPI: DSDT 0x0000000035448000 074196 (v02 ALASKA A M I 01072009 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: FACS 0x000000003561B000 000040
May 02 20:02:00 archlinux kernel: ACPI: FIDT 0x0000000035447000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x000000003543D000 009F64 (v02 GBT GSWApp 00000001 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x000000003543A000 002A87 (v02 INTEL DTbtSsdt 00001000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x00000000354BF000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x0000000035434000 005D01 (v02 CpuRef CpuSsdt 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x0000000035431000 002AA1 (v02 SaSsdt SaSsdt 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x000000003542D000 003339 (v02 INTEL IgfxSsdt 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: HPET 0x00000000354BE000 000038 (v01 ALASKA A M I 01072009 AMI 01000013)
May 02 20:02:00 archlinux kernel: ACPI: APIC 0x000000003542C000 0001DC (v05 ALASKA A M I 01072009 AMI 01000013)
May 02 20:02:00 archlinux kernel: ACPI: MCFG 0x000000003542B000 00003C (v01 ALASKA A M I 01072009 AMI 01000013)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x0000000035422000 0089B9 (v02 ALASKA A M I 00001000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x0000000035420000 001F1A (v02 ALASKA A M I 00001000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: NHLT 0x000000003541F000 00002D (v00 ALASKA A M I 01072009 AMI 01000013)
May 02 20:02:00 archlinux kernel: ACPI: LPIT 0x000000003541E000 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x000000003541A000 002A83 (v02 ALASKA A M I 00001000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x0000000035417000 002357 (v02 ALASKA A M I 00000000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: DBGP 0x0000000035416000 000034 (v01 ALASKA A M I 01072009 AMI 01000013)
May 02 20:02:00 archlinux kernel: ACPI: DBG2 0x0000000035415000 000054 (v00 ALASKA A M I 01072009 AMI 01000013)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x0000000035413000 001919 (v02 ALASKA A M I 00001000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x0000000035411000 0015A8 (v02 INTEL xh_adls3 00000000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x000000003540D000 003AEA (v02 SocGpe SocGpe 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x000000003540A000 002B2A (v02 SocCmn SocCmn 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0x0000000035409000 000144 (v02 Intel ADebTabl 00001000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: BGRT 0x0000000035408000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
May 02 20:02:00 archlinux kernel: ACPI: TPM2 0x0000000035407000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
May 02 20:02:00 archlinux kernel: ACPI: BERT 0x0000000035406000 000030 (v01 INTEL EDK2 00000001 INTL 00000001)
May 02 20:02:00 archlinux kernel: ACPI: WPBT 0x000000003532D000 000038 (v01 ALASKA A M I 00000001 GBT 20181220)
May 02 20:02:00 archlinux kernel: ACPI: PHAT 0x000000003532C000 0005D1 (v00 ALASKA A M I 00000005 MSFT 0100000D)
May 02 20:02:00 archlinux kernel: ACPI: WSMT 0x000000003541D000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
May 02 20:02:00 archlinux kernel: ACPI: FPDT 0x000000003532B000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
May 02 20:02:00 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x354bd000-0x354bd113]
May 02 20:02:00 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x35448000-0x354bc195]
May 02 20:02:00 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x3561b000-0x3561b03f]
May 02 20:02:00 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x35447000-0x3544709b]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3543d000-0x35446f63]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3543a000-0x3543ca86]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x354bf000-0x354bf38b]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x35434000-0x35439d00]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x35431000-0x35433aa0]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3542d000-0x35430338]
May 02 20:02:00 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x354be000-0x354be037]
May 02 20:02:00 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x3542c000-0x3542c1db]
May 02 20:02:00 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x3542b000-0x3542b03b]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x35422000-0x3542a9b8]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x35420000-0x35421f19]
May 02 20:02:00 archlinux kernel: ACPI: Reserving NHLT table memory at [mem 0x3541f000-0x3541f02c]
May 02 20:02:00 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x3541e000-0x3541e0cb]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3541a000-0x3541ca82]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x35417000-0x35419356]
May 02 20:02:00 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x35416000-0x35416033]
May 02 20:02:00 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x35415000-0x35415053]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x35413000-0x35414918]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x35411000-0x354125a7]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3540d000-0x35410ae9]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x3540a000-0x3540cb29]
May 02 20:02:00 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x35409000-0x35409143]
May 02 20:02:00 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0x35408000-0x35408037]
May 02 20:02:00 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0x35407000-0x3540704b]
May 02 20:02:00 archlinux kernel: ACPI: Reserving BERT table memory at [mem 0x35406000-0x3540602f]
May 02 20:02:00 archlinux kernel: ACPI: Reserving WPBT table memory at [mem 0x3532d000-0x3532d037]
May 02 20:02:00 archlinux kernel: ACPI: Reserving PHAT table memory at [mem 0x3532c000-0x3532c5d0]
May 02 20:02:00 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x3541d000-0x3541d027]
May 02 20:02:00 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x3532b000-0x3532b043]
May 02 20:02:00 archlinux kernel: No NUMA configuration found
May 02 20:02:00 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x00000010bfbfffff]
May 02 20:02:00 archlinux kernel: NODE_DATA(0) allocated [mem 0x10bfbfc000-0x10bfbfffff]
May 02 20:02:00 archlinux kernel: Zone ranges:
May 02 20:02:00 archlinux kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
May 02 20:02:00 archlinux kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
May 02 20:02:00 archlinux kernel: Normal [mem 0x0000000100000000-0x00000010bfbfffff]
May 02 20:02:00 archlinux kernel: Device empty
May 02 20:02:00 archlinux kernel: Movable zone start for each node
May 02 20:02:00 archlinux kernel: Early memory node ranges
May 02 20:02:00 archlinux kernel: node 0: [mem 0x0000000000001000-0x000000000009dfff]
May 02 20:02:00 archlinux kernel: node 0: [mem 0x000000000009f000-0x000000000009ffff]
May 02 20:02:00 archlinux kernel: node 0: [mem 0x0000000000100000-0x00000000321c6fff]
May 02 20:02:00 archlinux kernel: node 0: [mem 0x0000000035fff000-0x0000000035ffffff]
May 02 20:02:00 archlinux kernel: node 0: [mem 0x0000000100000000-0x00000010bfbfffff]
May 02 20:02:00 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000010bfbfffff]
May 02 20:02:00 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
May 02 20:02:00 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
May 02 20:02:00 archlinux kernel: On node 0, zone DMA: 96 pages in unavailable ranges
May 02 20:02:00 archlinux kernel: On node 0, zone DMA32: 15928 pages in unavailable ranges
May 02 20:02:00 archlinux kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
May 02 20:02:00 archlinux kernel: On node 0, zone Normal: 1024 pages in unavailable ranges
May 02 20:02:00 archlinux kernel: Reserving Intel graphics memory at [mem 0x3c800000-0x403fffff]
May 02 20:02:00 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
May 02 20:02:00 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
May 02 20:02:00 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 02 20:02:00 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 02 20:02:00 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
May 02 20:02:00 archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 02 20:02:00 archlinux kernel: e820: update [mem 0x2bf12000-0x2bf56fff] usable ==> reserved
May 02 20:02:00 archlinux kernel: TSC deadline timer available
May 02 20:02:00 archlinux kernel: smpboot: Allowing 24 CPUs, 0 hotplug CPUs
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x29e86000-0x29e86fff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x29e93000-0x29e93fff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x2bf12000-0x2bf56fff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x2e9c4000-0x2e9c4fff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x321c7000-0x352c6fff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x352c7000-0x354bffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x354c0000-0x3561bfff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3561c000-0x35ffefff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x36000000-0x39ffffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3a000000-0x3a9fffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3aa00000-0x3abfffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3ac00000-0x3affffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x3b000000-0x403fffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x40400000-0xbfffffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfbffffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc00ffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfc010000-0xfdffffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
May 02 20:02:00 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
May 02 20:02:00 archlinux kernel: [mem 0x40400000-0xbfffffff] available for PCI devices
May 02 20:02:00 archlinux kernel: Booting paravirtualized kernel on bare hardware
May 02 20:02:00 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 02 20:02:00 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:24 nr_node_ids:1
May 02 20:02:00 archlinux kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
May 02 20:02:00 archlinux kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
May 02 20:02:00 archlinux kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
May 02 20:02:00 archlinux kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23
May 02 20:02:00 archlinux kernel: Fallback order for Node 0: 0
May 02 20:02:00 archlinux kernel: Built 1 zonelists, mobility grouping on. Total pages: 16457808
May 02 20:02:00 archlinux kernel: Policy zone: Normal
May 02 20:02:00 archlinux kernel: Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img mitigations=off random.trust_cpu=on snd_hda_codec_hdmi.enable_silent_stream=0 root=/dev/mapper/root
May 02 20:02:00 archlinux kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
May 02 20:02:00 archlinux kernel: printk: log_buf_len total cpu_extra contributions: 94208 bytes
May 02 20:02:00 archlinux kernel: printk: log_buf_len min size: 131072 bytes
May 02 20:02:00 archlinux kernel: printk: log_buf_len: 262144 bytes
May 02 20:02:00 archlinux kernel: printk: early log buf free: 112104(85%)
May 02 20:02:00 archlinux kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
May 02 20:02:00 archlinux kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
May 02 20:02:00 archlinux kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
May 02 20:02:00 archlinux kernel: Memory: 65494832K/66876824K available (14343K kernel code, 2092K rwdata, 10940K rodata, 1796K init, 3844K bss, 1381732K reserved, 0K cma-reserved)
May 02 20:02:00 archlinux kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x550 with crng_init=1
May 02 20:02:00 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=24, Nodes=1
May 02 20:02:00 archlinux kernel: ftrace: allocating 44938 entries in 176 pages
May 02 20:02:00 archlinux kernel: ftrace: allocated 176 pages with 3 groups
May 02 20:02:00 archlinux kernel: Dynamic Preempt: full
May 02 20:02:00 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
May 02 20:02:00 archlinux kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=24.
May 02 20:02:00 archlinux kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
May 02 20:02:00 archlinux kernel: Trampoline variant of Tasks RCU enabled.
May 02 20:02:00 archlinux kernel: Rude variant of Tasks RCU enabled.
May 02 20:02:00 archlinux kernel: Tracing variant of Tasks RCU enabled.
May 02 20:02:00 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 02 20:02:00 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=24
May 02 20:02:00 archlinux kernel: NR_IRQS: 20736, nr_irqs: 2248, preallocated irqs: 16
May 02 20:02:00 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
May 02 20:02:00 archlinux kernel: random: crng init done (trusting CPU's manufacturer)
May 02 20:02:00 archlinux kernel: Console: colour dummy device 80x25
May 02 20:02:00 archlinux kernel: printk: console [tty0] enabled
May 02 20:02:00 archlinux kernel: ACPI: Core revision 20211217
May 02 20:02:00 archlinux kernel: hpet: HPET dysfunctional in PC10. Force disabled.
May 02 20:02:00 archlinux kernel: APIC: Switch to symmetric I/O mode setup
May 02 20:02:00 archlinux kernel: x2apic: IRQ remapping doesn't support X2APIC mode
May 02 20:02:00 archlinux kernel: Switched APIC routing to physical flat.
May 02 20:02:00 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2df10e7656b, max_idle_ns: 440795364873 ns
May 02 20:02:00 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6376.00 BogoMIPS (lpj=10624000)
May 02 20:02:00 archlinux kernel: pid_max: default: 32768 minimum: 301
May 02 20:02:00 archlinux kernel: LSM: Security Framework initializing
May 02 20:02:00 archlinux kernel: landlock: Up and running.
May 02 20:02:00 archlinux kernel: Yama: becoming mindful.
May 02 20:02:00 archlinux kernel: LSM support for eBPF active
May 02 20:02:00 archlinux kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
May 02 20:02:00 archlinux kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
May 02 20:02:00 archlinux kernel: x86/tme: not enabled by BIOS
May 02 20:02:00 archlinux kernel: CPU0: Thermal monitoring enabled (TM1)
May 02 20:02:00 archlinux kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
May 02 20:02:00 archlinux kernel: process: using mwait in idle threads
May 02 20:02:00 archlinux kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
May 02 20:02:00 archlinux kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
May 02 20:02:00 archlinux kernel: Speculative Store Bypass: Vulnerable
May 02 20:02:00 archlinux kernel: Freeing SMP alternatives memory: 36K
May 02 20:02:00 archlinux kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1600
May 02 20:02:00 archlinux kernel: smpboot: CPU0: 12th Gen Intel(R) Core(TM) i9-12900K (family: 0x6, model: 0x97, stepping: 0x2)
May 02 20:02:00 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
May 02 20:02:00 archlinux kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
May 02 20:02:00 archlinux kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
May 02 20:02:00 archlinux kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
May 02 20:02:00 archlinux kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline, AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
May 02 20:02:00 archlinux kernel: core: cpu_core PMU driver:
May 02 20:02:00 archlinux kernel: ... version: 5
May 02 20:02:00 archlinux kernel: ... bit width: 48
May 02 20:02:00 archlinux kernel: ... generic registers: 8
May 02 20:02:00 archlinux kernel: ... value mask: 0000ffffffffffff
May 02 20:02:00 archlinux kernel: ... max period: 00007fffffffffff
May 02 20:02:00 archlinux kernel: ... fixed-purpose events: 4
May 02 20:02:00 archlinux kernel: ... event mask: 0001000f000000ff
May 02 20:02:00 archlinux kernel: rcu: Hierarchical SRCU implementation.
May 02 20:02:00 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 02 20:02:00 archlinux kernel: smp: Bringing up secondary CPUs ...
May 02 20:02:00 archlinux kernel: x86: Booting SMP configuration:
May 02 20:02:00 archlinux kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 #12 #13 #14 #15 #16
May 02 20:02:00 archlinux kernel: core: cpu_atom PMU driver: PEBS-via-PT
May 02 20:02:00 archlinux kernel: ... version: 5
May 02 20:02:00 archlinux kernel: ... bit width: 48
May 02 20:02:00 archlinux kernel: ... generic registers: 6
May 02 20:02:00 archlinux kernel: ... value mask: 0000ffffffffffff
May 02 20:02:00 archlinux kernel: ... max period: 00007fffffffffff
May 02 20:02:00 archlinux kernel: ... fixed-purpose events: 3
May 02 20:02:00 archlinux kernel: ... event mask: 000000070000003f
May 02 20:02:00 archlinux kernel: #17 #18 #19 #20 #21 #22 #23
May 02 20:02:00 archlinux kernel: smp: Brought up 1 node, 24 CPUs
May 02 20:02:00 archlinux kernel: smpboot: Max logical packages: 1
May 02 20:02:00 archlinux kernel: smpboot: Total of 24 processors activated (153046.00 BogoMIPS)
May 02 20:02:00 archlinux kernel: devtmpfs: initialized
May 02 20:02:00 archlinux kernel: x86/mm: Memory block size: 2048MB
May 02 20:02:00 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x354c0000-0x3561bfff] (1425408 bytes)
May 02 20:02:00 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 02 20:02:00 archlinux kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
May 02 20:02:00 archlinux kernel: pinctrl core: initialized pinctrl subsystem
May 02 20:02:00 archlinux kernel: PM: RTC time: 03:01:56, date: 2022-05-03
May 02 20:02:00 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
May 02 20:02:00 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
May 02 20:02:00 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 02 20:02:00 archlinux kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 02 20:02:00 archlinux kernel: audit: initializing netlink subsys (disabled)
May 02 20:02:00 archlinux kernel: audit: type=2000 audit(1651546916.079:1): state=initialized audit_enabled=0 res=1
May 02 20:02:00 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
May 02 20:02:00 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
May 02 20:02:00 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
May 02 20:02:00 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
May 02 20:02:00 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
May 02 20:02:00 archlinux kernel: cpuidle: using governor ladder
May 02 20:02:00 archlinux kernel: cpuidle: using governor menu
May 02 20:02:00 archlinux kernel: HugeTLB: can free 4094 vmemmap pages for hugepages-1048576kB
May 02 20:02:00 archlinux kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
May 02 20:02:00 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 02 20:02:00 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
May 02 20:02:00 archlinux kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
May 02 20:02:00 archlinux kernel: PCI: Using configuration type 1 for base access
May 02 20:02:00 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
May 02 20:02:00 archlinux kernel: HugeTLB: can free 6 vmemmap pages for hugepages-2048kB
May 02 20:02:00 archlinux kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
May 02 20:02:00 archlinux kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
May 02 20:02:00 archlinux kernel: ACPI: Added _OSI(Module Device)
May 02 20:02:00 archlinux kernel: ACPI: Added _OSI(Processor Device)
May 02 20:02:00 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 02 20:02:00 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 02 20:02:00 archlinux kernel: ACPI: Added _OSI(Linux-Dell-Video)
May 02 20:02:00 archlinux kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
May 02 20:02:00 archlinux kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
May 02 20:02:00 archlinux kernel: ACPI BIOS Error (bug): Failure creating named object [\ADBG], AE_ALREADY_EXISTS (20211217/dswload2-326)
May 02 20:02:00 archlinux kernel: fbcon: Taking over console
May 02 20:02:00 archlinux kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20211217/psobject-220)
May 02 20:02:00 archlinux kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
May 02 20:02:00 archlinux kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.I2C1.TPL1], AE_NOT_FOUND (20211217/dswload2-162)
May 02 20:02:00 archlinux kernel: ACPI Error: AE_NOT_FOUND, During name lookup/catalog (20211217/psobject-220)
May 02 20:02:00 archlinux kernel: ACPI: Skipping parse of AML opcode: Scope (0x0010)
May 02 20:02:00 archlinux kernel: ACPI: 16 ACPI AML tables successfully acquired and loaded
May 02 20:02:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0xFFFF8904C029F400 0001AB (v02 PmRef Cpu0Psd 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
May 02 20:02:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0xFFFF8904C1F42000 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0xFFFF8904C1F4A000 000647 (v02 PmRef Cpu0Ist 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0xFFFF8904C1F4B800 000476 (v02 PmRef Cpu0Hwp 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0xFFFF8904C1F36000 001BAF (v02 PmRef ApIst 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0xFFFF8904C1F32000 001038 (v02 PmRef ApHwp 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0xFFFF8904C1F52000 001349 (v02 PmRef ApPsd 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 02 20:02:00 archlinux kernel: ACPI: SSDT 0xFFFF8904C0128000 000FBB (v02 PmRef ApCst 00003000 INTL 20200717)
May 02 20:02:00 archlinux kernel: ACPI: Interpreter enabled
May 02 20:02:00 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
May 02 20:02:00 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
May 02 20:02:00 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 02 20:02:00 archlinux kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [PXP]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [WRST]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [DRST]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [PAUD]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [PXTC]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [WRST]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [FN00]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [FN01]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [FN02]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [FN03]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [FN04]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [PIN]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [SPR4]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [SPR5]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [SPR6]
May 02 20:02:00 archlinux kernel: ACPI: PM: Power Resource [SPR7]
May 02 20:02:00 archlinux kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
May 02 20:02:00 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
May 02 20:02:00 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
May 02 20:02:00 archlinux kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
May 02 20:02:00 archlinux kernel: PCI host bridge to bus 0000:00
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x40400000-0xbfffffff window]
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
May 02 20:02:00 archlinux kernel: pci 0000:00:00.0: [8086:4660] type 00 class 0x060000
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: [8086:4680] type 00 class 0x030000
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: reg 0x10: [mem 0x41000000-0x41ffffff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: reg 0x18: [mem 0x50000000-0x5fffffff 64bit pref]
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: reg 0x20: [io 0x4000-0x403f]
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
May 02 20:02:00 archlinux kernel: pci 0000:00:06.0: [8086:464d] type 01 class 0x060400
May 02 20:02:00 archlinux kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
May 02 20:02:00 archlinux kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
May 02 20:02:00 archlinux kernel: pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000
May 02 20:02:00 archlinux kernel: pci 0000:00:0a.0: reg 0x10: [mem 0x42410000-0x42417fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:0a.0: enabling Extended Tags
May 02 20:02:00 archlinux kernel: pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330
May 02 20:02:00 archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0x42400000-0x4240ffff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
May 02 20:02:00 archlinux kernel: pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000
May 02 20:02:00 archlinux kernel: pci 0000:00:14.2: reg 0x10: [mem 0x4241c000-0x4241ffff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:14.2: reg 0x18: [mem 0x4242b000-0x4242bfff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000
May 02 20:02:00 archlinux kernel: pci 0000:00:15.0: reg 0x10: [mem 0xfe0f9000-0xfe0f9fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.1: [8086:7acd] type 00 class 0x0c8000
May 02 20:02:00 archlinux kernel: pci 0000:00:15.1: reg 0x10: [mem 0xfe0fa000-0xfe0fafff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.2: [8086:7ace] type 00 class 0x0c8000
May 02 20:02:00 archlinux kernel: pci 0000:00:15.2: reg 0x10: [mem 0xfe0fb000-0xfe0fbfff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.3: [8086:7acf] type 00 class 0x0c8000
May 02 20:02:00 archlinux kernel: pci 0000:00:15.3: reg 0x10: [mem 0xfe0fc000-0xfe0fcfff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000
May 02 20:02:00 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0x42427000-0x42427fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
May 02 20:02:00 archlinux kernel: pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601
May 02 20:02:00 archlinux kernel: pci 0000:00:17.0: reg 0x10: [mem 0x42420000-0x42421fff]
May 02 20:02:00 archlinux kernel: pci 0000:00:17.0: reg 0x14: [mem 0x42426000-0x424260ff]
May 02 20:02:00 archlinux kernel: pci 0000:00:17.0: reg 0x18: [io 0x4090-0x4097]
May 02 20:02:00 archlinux kernel: pci 0000:00:17.0: reg 0x1c: [io 0x4080-0x4083]
May 02 20:02:00 archlinux kernel: pci 0000:00:17.0: reg 0x20: [io 0x4060-0x407f]
May 02 20:02:00 archlinux kernel: pci 0000:00:17.0: reg 0x24: [mem 0x42425000-0x424257ff]
May 02 20:02:00 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
May 02 20:02:00 archlinux kernel: pci 0000:00:19.0: [8086:7afc] type 00 class 0x0c8000
May 02 20:02:00 archlinux kernel: pci 0000:00:19.0: reg 0x10: [mem 0x42424000-0x42424fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:19.1: [8086:7afd] type 00 class 0x0c8000
May 02 20:02:00 archlinux kernel: pci 0000:00:19.1: reg 0x10: [mem 0x42423000-0x42423fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: [8086:7ab8] type 01 class 0x060400
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.2: [8086:7aba] type 01 class 0x060400
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.5: [8086:7abd] type 01 class 0x060400
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.5: PTM enabled (root), 4ns granularity
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.0: [8086:7a84] type 00 class 0x060100
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x42418000-0x4241bfff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x42000000-0x420fffff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x42422000-0x424220ff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
May 02 20:02:00 archlinux kernel: pci 0000:01:00.0: [1987:5016] type 00 class 0x010802
May 02 20:02:00 archlinux kernel: pci 0000:01:00.0: reg 0x10: [mem 0x42300000-0x42303fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
May 02 20:02:00 archlinux kernel: pci 0000:00:06.0: bridge window [mem 0x42300000-0x423fffff]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 02 20:02:00 archlinux kernel: pci 0000:03:00.0: [10ec:8125] type 00 class 0x020000
May 02 20:02:00 archlinux kernel: pci 0000:03:00.0: reg 0x10: [io 0x3000-0x30ff]
May 02 20:02:00 archlinux kernel: pci 0000:03:00.0: reg 0x18: [mem 0x42200000-0x4220ffff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:03:00.0: reg 0x20: [mem 0x42210000-0x42213fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:03:00.0: supports D1 D2
May 02 20:02:00 archlinux kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.2: bridge window [mem 0x42200000-0x422fffff]
May 02 20:02:00 archlinux kernel: pci 0000:04:00.0: [8086:2723] type 00 class 0x028000
May 02 20:02:00 archlinux kernel: pci 0000:04:00.0: reg 0x10: [mem 0x42100000-0x42103fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.5: bridge window [mem 0x42100000-0x421fffff]
May 02 20:02:00 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
May 02 20:02:00 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
May 02 20:02:00 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
May 02 20:02:00 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
May 02 20:02:00 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
May 02 20:02:00 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
May 02 20:02:00 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
May 02 20:02:00 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
May 02 20:02:00 archlinux kernel: iommu: Default domain type: Translated
May 02 20:02:00 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: vgaarb: bridge control possible
May 02 20:02:00 archlinux kernel: vgaarb: loaded
May 02 20:02:00 archlinux kernel: SCSI subsystem initialized
May 02 20:02:00 archlinux kernel: libata version 3.00 loaded.
May 02 20:02:00 archlinux kernel: ACPI: bus type USB registered
May 02 20:02:00 archlinux kernel: usbcore: registered new interface driver usbfs
May 02 20:02:00 archlinux kernel: usbcore: registered new interface driver hub
May 02 20:02:00 archlinux kernel: usbcore: registered new device driver usb
May 02 20:02:00 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
May 02 20:02:00 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 02 20:02:00 archlinux kernel: PTP clock support registered
May 02 20:02:00 archlinux kernel: EDAC MC: Ver: 3.0.0
May 02 20:02:00 archlinux kernel: Registered efivars operations
May 02 20:02:00 archlinux kernel: NetLabel: Initializing
May 02 20:02:00 archlinux kernel: NetLabel: domain hash size = 128
May 02 20:02:00 archlinux kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
May 02 20:02:00 archlinux kernel: NetLabel: unlabeled traffic allowed by default
May 02 20:02:00 archlinux kernel: mctp: management component transport protocol core
May 02 20:02:00 archlinux kernel: NET: Registered PF_MCTP protocol family
May 02 20:02:00 archlinux kernel: PCI: Using ACPI for IRQ routing
May 02 20:02:00 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
May 02 20:02:00 archlinux kernel: pci 0000:00:15.0: can't claim BAR 0 [mem 0xfe0f9000-0xfe0f9fff 64bit]: no compatible bridge window
May 02 20:02:00 archlinux kernel: pci 0000:00:15.1: can't claim BAR 0 [mem 0xfe0fa000-0xfe0fafff 64bit]: no compatible bridge window
May 02 20:02:00 archlinux kernel: pci 0000:00:15.2: can't claim BAR 0 [mem 0xfe0fb000-0xfe0fbfff 64bit]: no compatible bridge window
May 02 20:02:00 archlinux kernel: pci 0000:00:15.3: can't claim BAR 0 [mem 0xfe0fc000-0xfe0fcfff 64bit]: no compatible bridge window
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
May 02 20:02:00 archlinux kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
May 02 20:02:00 archlinux kernel: e820: reserve RAM buffer [mem 0x29e86018-0x2bffffff]
May 02 20:02:00 archlinux kernel: e820: reserve RAM buffer [mem 0x2bf12000-0x2bffffff]
May 02 20:02:00 archlinux kernel: e820: reserve RAM buffer [mem 0x2e9c4000-0x2fffffff]
May 02 20:02:00 archlinux kernel: e820: reserve RAM buffer [mem 0x321c7000-0x33ffffff]
May 02 20:02:00 archlinux kernel: e820: reserve RAM buffer [mem 0x36000000-0x37ffffff]
May 02 20:02:00 archlinux kernel: e820: reserve RAM buffer [mem 0x10bfc00000-0x10bfffffff]
May 02 20:02:00 archlinux kernel: clocksource: Switched to clocksource tsc-early
May 02 20:02:00 archlinux kernel: VFS: Disk quotas dquot_6.6.0
May 02 20:02:00 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 02 20:02:00 archlinux kernel: pnp: PnP ACPI init
May 02 20:02:00 archlinux kernel: system 00:00: [io 0x0a00-0x0a2f] has been reserved
May 02 20:02:00 archlinux kernel: system 00:00: [io 0x0a30-0x0a3f] has been reserved
May 02 20:02:00 archlinux kernel: system 00:00: [io 0x0a40-0x0a4f] has been reserved
May 02 20:02:00 archlinux kernel: pnp 00:01: [dma 0 disabled]
May 02 20:02:00 archlinux kernel: system 00:02: [io 0x0680-0x069f] has been reserved
May 02 20:02:00 archlinux kernel: system 00:02: [io 0x164e-0x164f] has been reserved
May 02 20:02:00 archlinux kernel: system 00:03: [io 0x1854-0x1857] has been reserved
May 02 20:02:00 archlinux kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
May 02 20:02:00 archlinux kernel: system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
May 02 20:02:00 archlinux kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
May 02 20:02:00 archlinux kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
May 02 20:02:00 archlinux kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
May 02 20:02:00 archlinux kernel: system 00:04: [mem 0xfed90000-0xfed93fff] has been reserved
May 02 20:02:00 archlinux kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
May 02 20:02:00 archlinux kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
May 02 20:02:00 archlinux kernel: system 00:05: [mem 0xfc000000-0xfc00ffff] has been reserved
May 02 20:02:00 archlinux kernel: system 00:06: [io 0x2000-0x20fe] has been reserved
May 02 20:02:00 archlinux kernel: pnp: PnP ACPI: found 8 devices
May 02 20:02:00 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 02 20:02:00 archlinux kernel: NET: Registered PF_INET protocol family
May 02 20:02:00 archlinux kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
May 02 20:02:00 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
May 02 20:02:00 archlinux kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
May 02 20:02:00 archlinux kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
May 02 20:02:00 archlinux kernel: TCP: Hash tables configured (established 524288 bind 65536)
May 02 20:02:00 archlinux kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
May 02 20:02:00 archlinux kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
May 02 20:02:00 archlinux kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
May 02 20:02:00 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
May 02 20:02:00 archlinux kernel: NET: Registered PF_XDP protocol family
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: BAR 9: no space for [mem size 0xe0000000 64bit pref]
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: BAR 9: failed to assign [mem size 0xe0000000 64bit pref]
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x43000000-0x49ffffff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x40400000-0x405fffff]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x40600000-0x407fffff 64bit pref]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x40800000-0x40800fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x40801000-0x40801fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.2: BAR 0: assigned [mem 0x40802000-0x40802fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.3: BAR 0: assigned [mem 0x40803000-0x40803fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x5000-0x5fff]
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x40804000-0x40804fff]
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: BAR 9: no space for [mem size 0xe0000000 64bit pref]
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: BAR 9: failed to assign [mem size 0xe0000000 64bit pref]
May 02 20:02:00 archlinux kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x43000000-0x49ffffff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x40400000-0x40400fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x40401000-0x40401fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.2: BAR 0: assigned [mem 0x40402000-0x40402fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:15.3: BAR 0: assigned [mem 0x40403000-0x40403fff 64bit]
May 02 20:02:00 archlinux kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x40404000-0x40404fff]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0x40500000-0x406fffff]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0x40700000-0x408fffff 64bit pref]
May 02 20:02:00 archlinux kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
May 02 20:02:00 archlinux kernel: pci 0000:00:06.0: bridge window [mem 0x42300000-0x423fffff]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: bridge window [io 0x5000-0x5fff]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: bridge window [mem 0x40500000-0x406fffff]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.0: bridge window [mem 0x40700000-0x408fffff 64bit pref]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.2: PCI bridge to [bus 03]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.2: bridge window [mem 0x42200000-0x422fffff]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.5: PCI bridge to [bus 04]
May 02 20:02:00 archlinux kernel: pci 0000:00:1c.5: bridge window [mem 0x42100000-0x421fffff]
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
May 02 20:02:00 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x40400000-0xbfffffff window]
May 02 20:02:00 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0x42300000-0x423fffff]
May 02 20:02:00 archlinux kernel: pci_bus 0000:02: resource 0 [io 0x5000-0x5fff]
May 02 20:02:00 archlinux kernel: pci_bus 0000:02: resource 1 [mem 0x40500000-0x406fffff]
May 02 20:02:00 archlinux kernel: pci_bus 0000:02: resource 2 [mem 0x40700000-0x408fffff 64bit pref]
May 02 20:02:00 archlinux kernel: pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
May 02 20:02:00 archlinux kernel: pci_bus 0000:03: resource 1 [mem 0x42200000-0x422fffff]
May 02 20:02:00 archlinux kernel: pci_bus 0000:04: resource 1 [mem 0x42100000-0x421fffff]
May 02 20:02:00 archlinux kernel: PCI: CLS 64 bytes, default 64
May 02 20:02:00 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 02 20:02:00 archlinux kernel: software IO TLB: mapped [mem 0x0000000024377000-0x0000000028377000] (64MB)
May 02 20:02:00 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2df10e7656b, max_idle_ns: 440795364873 ns
May 02 20:02:00 archlinux kernel: clocksource: Switched to clocksource tsc
May 02 20:02:00 archlinux kernel: Trying to unpack rootfs image as initramfs...
May 02 20:02:00 archlinux kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
May 02 20:02:00 archlinux kernel: Initialise system trusted keyrings
May 02 20:02:00 archlinux kernel: Key type blacklist registered
May 02 20:02:00 archlinux kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
May 02 20:02:00 archlinux kernel: zbud: loaded
May 02 20:02:00 archlinux kernel: Key type asymmetric registered
May 02 20:02:00 archlinux kernel: Asymmetric key parser 'x509' registered
May 02 20:02:00 archlinux kernel: Freeing initrd memory: 18940K
May 02 20:02:00 archlinux kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
May 02 20:02:00 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
May 02 20:02:00 archlinux kernel: io scheduler mq-deadline registered
May 02 20:02:00 archlinux kernel: io scheduler kyber registered
May 02 20:02:00 archlinux kernel: io scheduler bfq registered
May 02 20:02:00 archlinux kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 120
May 02 20:02:00 archlinux kernel: pcieport 0000:00:06.0: AER: enabled with IRQ 120
May 02 20:02:00 archlinux kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 121
May 02 20:02:00 archlinux kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
May 02 20:02:00 archlinux kernel: pcieport 0000:00:1c.2: PME: Signaling with IRQ 122
May 02 20:02:00 archlinux kernel: pcieport 0000:00:1c.2: AER: enabled with IRQ 122
May 02 20:02:00 archlinux kernel: pcieport 0000:00:1c.5: PME: Signaling with IRQ 123
May 02 20:02:00 archlinux kernel: pcieport 0000:00:1c.5: AER: enabled with IRQ 123
May 02 20:02:00 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 02 20:02:00 archlinux kernel: Monitor-Mwait will be used to enter C-1 state
May 02 20:02:00 archlinux kernel: Monitor-Mwait will be used to enter C-2 state
May 02 20:02:00 archlinux kernel: Monitor-Mwait will be used to enter C-3 state
May 02 20:02:00 archlinux kernel: ACPI: \_SB_.PR00: Found 3 idle states
May 02 20:02:00 archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
May 02 20:02:00 archlinux kernel: ACPI: button: Sleep Button [SLPB]
May 02 20:02:00 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
May 02 20:02:00 archlinux kernel: ACPI: button: Power Button [PWRB]
May 02 20:02:00 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
May 02 20:02:00 archlinux kernel: ACPI: button: Power Button [PWRF]
May 02 20:02:00 archlinux kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1600
May 02 20:02:00 archlinux kernel: ACPI: \_TZ_.TZ10: Invalid passive threshold
May 02 20:02:00 archlinux kernel: thermal LNXTHERM:00: registered as thermal_zone0
May 02 20:02:00 archlinux kernel: ACPI: thermal: Thermal Zone [TZ10] (17 C)
May 02 20:02:00 archlinux kernel: thermal LNXTHERM:01: registered as thermal_zone1
May 02 20:02:00 archlinux kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
May 02 20:02:00 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 02 20:02:00 archlinux kernel: 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
May 02 20:02:00 archlinux kernel: hpet_acpi_add: no address or irqs in _CRS
May 02 20:02:00 archlinux kernel: Non-volatile memory driver v1.3
May 02 20:02:00 archlinux kernel: Linux agpgart interface v0.103
May 02 20:02:00 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
May 02 20:02:00 archlinux kernel: ACPI: bus type drm_connector registered
May 02 20:02:00 archlinux kernel: ahci 0000:00:17.0: version 3.0
May 02 20:02:00 archlinux kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0xff impl SATA mode
May 02 20:02:00 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds
May 02 20:02:00 archlinux kernel: scsi host0: ahci
May 02 20:02:00 archlinux kernel: scsi host1: ahci
May 02 20:02:00 archlinux kernel: scsi host2: ahci
May 02 20:02:00 archlinux kernel: scsi host3: ahci
May 02 20:02:00 archlinux kernel: scsi host4: ahci
May 02 20:02:00 archlinux kernel: scsi host5: ahci
May 02 20:02:00 archlinux kernel: scsi host6: ahci
May 02 20:02:00 archlinux kernel: scsi host7: ahci
May 02 20:02:00 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0x42425000 port 0x42425100 irq 124
May 02 20:02:00 archlinux kernel: ata2: SATA max UDMA/133 abar m2048@0x42425000 port 0x42425180 irq 124
May 02 20:02:00 archlinux kernel: ata3: SATA max UDMA/133 abar m2048@0x42425000 port 0x42425200 irq 124
May 02 20:02:00 archlinux kernel: ata4: SATA max UDMA/133 abar m2048@0x42425000 port 0x42425280 irq 124
May 02 20:02:00 archlinux kernel: ata5: SATA max UDMA/133 abar m2048@0x42425000 port 0x42425300 irq 124
May 02 20:02:00 archlinux kernel: ata6: SATA max UDMA/133 abar m2048@0x42425000 port 0x42425380 irq 124
May 02 20:02:00 archlinux kernel: ata7: SATA max UDMA/133 abar m2048@0x42425000 port 0x42425400 irq 124
May 02 20:02:00 archlinux kernel: ata8: SATA max UDMA/133 abar m2048@0x42425000 port 0x42425480 irq 124
May 02 20:02:00 archlinux kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
May 02 20:02:00 archlinux kernel: ehci-pci: EHCI PCI platform driver
May 02 20:02:00 archlinux kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
May 02 20:02:00 archlinux kernel: ohci-pci: OHCI PCI platform driver
May 02 20:02:00 archlinux kernel: uhci_hcd: USB Universal Host Controller Interface driver
May 02 20:02:00 archlinux kernel: usbcore: registered new interface driver usbserial_generic
May 02 20:02:00 archlinux kernel: usbserial: USB Serial support registered for generic
May 02 20:02:00 archlinux kernel: rtc_cmos rtc_cmos: RTC can wake from S4
May 02 20:02:00 archlinux kernel: rtc_cmos rtc_cmos: registered as rtc0
May 02 20:02:00 archlinux kernel: rtc_cmos rtc_cmos: setting system clock to 2022-05-03T03:02:00 UTC (1651546920)
May 02 20:02:00 archlinux kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
May 02 20:02:00 archlinux kernel: intel_pstate: Intel P-state driver initializing
May 02 20:02:00 archlinux kernel: intel_pstate: HWP enabled
May 02 20:02:00 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 02 20:02:00 archlinux kernel: efifb: probing for efifb
May 02 20:02:00 archlinux kernel: efifb: framebuffer at 0x50000000, using 3072k, total 3072k
May 02 20:02:00 archlinux kernel: efifb: mode is 1024x768x32, linelength=4096, pages=1
May 02 20:02:00 archlinux kernel: efifb: scrolling: redraw
May 02 20:02:00 archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 02 20:02:00 archlinux kernel: Console: switching to colour frame buffer device 128x48
May 02 20:02:00 archlinux kernel: fb0: EFI VGA frame buffer device
May 02 20:02:00 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
May 02 20:02:00 archlinux kernel: intel_pmc_core INT33A1:00: initialized
May 02 20:02:00 archlinux kernel: drop_monitor: Initializing network drop monitor service
May 02 20:02:00 archlinux kernel: Initializing XFRM netlink socket
May 02 20:02:00 archlinux kernel: NET: Registered PF_INET6 protocol family
May 02 20:02:00 archlinux kernel: Segment Routing with IPv6
May 02 20:02:00 archlinux kernel: RPL Segment Routing with IPv6
May 02 20:02:00 archlinux kernel: In-situ OAM (IOAM) with IPv6
May 02 20:02:00 archlinux kernel: NET: Registered PF_PACKET protocol family
May 02 20:02:00 archlinux kernel: microcode: sig=0x90672, pf=0x2, revision=0x1e
May 02 20:02:00 archlinux kernel: microcode: Microcode Update Driver: v2.2.
May 02 20:02:00 archlinux kernel: IPI shorthand broadcast: enabled
May 02 20:02:00 archlinux kernel: sched_clock: Marking stable (3768577705, 6337948)->(3790124853, -15209200)
May 02 20:02:00 archlinux kernel: registered taskstats version 1
May 02 20:02:00 archlinux kernel: Loading compiled-in X.509 certificates
May 02 20:02:00 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b95bd5b1e828b0c60c527c660fe5f22c306d645a'
May 02 20:02:00 archlinux kernel: zswap: loaded using pool lz4/z3fold
May 02 20:02:00 archlinux kernel: Key type ._fscrypt registered
May 02 20:02:00 archlinux kernel: Key type .fscrypt registered
May 02 20:02:00 archlinux kernel: Key type fscrypt-provisioning registered
May 02 20:02:00 archlinux kernel: BERT: Error records from previous boot:
May 02 20:02:00 archlinux kernel: BERT: Max print length exceeded, table data is available at:
/sys/firmware/acpi/tables/data/BERT
May 02 20:02:00 archlinux kernel: PM: Magic number: 6:494:6
May 02 20:02:00 archlinux kernel: RAS: Correctable Errors collector initialized.
May 02 20:02:00 archlinux kernel: ata3: SATA link down (SStatus 4 SControl 300)
May 02 20:02:00 archlinux kernel: ata7: SATA link down (SStatus 4 SControl 300)
May 02 20:02:00 archlinux kernel: ata2: SATA link down (SStatus 4 SControl 300)
May 02 20:02:00 archlinux kernel: ata1: SATA link down (SStatus 4 SControl 300)
May 02 20:02:00 archlinux kernel: ata5: SATA link down (SStatus 4 SControl 300)
May 02 20:02:00 archlinux kernel: ata8: SATA link down (SStatus 4 SControl 300)
May 02 20:02:00 archlinux kernel: ata4: SATA link down (SStatus 4 SControl 300)
May 02 20:02:00 archlinux kernel: ata6: SATA link down (SStatus 4 SControl 300)
May 02 20:02:00 archlinux kernel: Freeing unused decrypted memory: 2036K
May 02 20:02:00 archlinux kernel: Freeing unused kernel image (initmem) memory: 1796K
May 02 20:02:00 archlinux kernel: Write protecting the kernel read-only data: 28672k
May 02 20:02:00 archlinux kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
May 02 20:02:00 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1348K
May 02 20:02:00 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 02 20:02:00 archlinux kernel: rodata_test: all tests were successful
May 02 20:02:00 archlinux kernel: Run /init as init process
May 02 20:02:00 archlinux kernel: with arguments:
May 02 20:02:00 archlinux kernel: /init
May 02 20:02:00 archlinux kernel: with environment:
May 02 20:02:00 archlinux kernel: HOME=/
May 02 20:02:00 archlinux kernel: TERM=linux
May 02 20:02:00 archlinux systemd[1]: Successfully credited entropy passed from boot loader.
May 02 20:02:00 archlinux systemd[1]: systemd 250.5-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
May 02 20:02:00 archlinux systemd[1]: Detected architecture x86-64.
May 02 20:02:00 archlinux systemd[1]: Running in initial RAM disk.
May 02 20:02:00 archlinux systemd[1]: Initializing machine ID from random generator.
May 02 20:02:00 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
May 02 20:02:00 archlinux systemd[1]: Created slice Slice /system/systemd-cryptsetup.
May 02 20:02:00 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 02 20:02:00 archlinux systemd[1]: Reached target Local File Systems.
May 02 20:02:00 archlinux systemd[1]: Reached target Path Units.
May 02 20:02:00 archlinux systemd[1]: Reached target Slice Units.
May 02 20:02:00 archlinux systemd[1]: Reached target Swaps.
May 02 20:02:00 archlinux systemd[1]: Reached target Timer Units.
May 02 20:02:00 archlinux systemd[1]: Listening on Journal Audit Socket.
May 02 20:02:00 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
May 02 20:02:00 archlinux systemd[1]: Listening on Journal Socket.
May 02 20:02:00 archlinux systemd[1]: Listening on udev Control Socket.
May 02 20:02:00 archlinux systemd[1]: Listening on udev Kernel Socket.
May 02 20:02:00 archlinux systemd[1]: Reached target Socket Units.
May 02 20:02:00 archlinux systemd[1]: Starting Create List of Static Device Nodes...
May 02 20:02:00 archlinux systemd[1]: Starting Journal Service...
May 02 20:02:00 archlinux systemd[1]: Starting Load Kernel Modules...
May 02 20:02:00 archlinux systemd[1]: Starting Coldplug All udev Devices...
May 02 20:02:00 archlinux systemd[1]: Finished Create List of Static Device Nodes.
May 02 20:02:00 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
May 02 20:02:00 archlinux systemd[1]: Finished Load Kernel Modules.
May 02 20:02:00 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
May 02 20:02:00 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 02 20:02:00 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
May 02 20:02:00 archlinux kernel: audit: type=1130 audit(1651546920.889:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:00 archlinux systemd-journald[329]: Journal started
May 02 20:02:00 archlinux systemd-journald[329]: Runtime Journal (/run/log/journal/52ab7ad4ccf84b879f36a6e5f5fb0b69) is 8.0M, max 1.2G, 1.2G free.
May 02 20:02:00 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:00 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:00 archlinux systemd[1]: Started Journal Service.
May 02 20:02:00 archlinux kernel: audit: type=1130 audit(1651546920.896:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:00 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:00 archlinux systemd[1]: Finished Coldplug All udev Devices.
May 02 20:02:00 archlinux kernel: audit: type=1130 audit(1651546920.909:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:00 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 02 20:02:00 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
May 02 20:02:00 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
May 02 20:02:00 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.17
May 02 20:02:00 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 02 20:02:00 archlinux kernel: usb usb1: Product: xHCI Host Controller
May 02 20:02:00 archlinux kernel: usb usb1: Manufacturer: Linux 5.17.5-arch1-1 xhci-hcd
May 02 20:02:00 archlinux kernel: usb usb1: SerialNumber: 0000:00:14.0
May 02 20:02:00 archlinux kernel: hub 1-0:1.0: USB hub found
May 02 20:02:00 archlinux kernel: hub 1-0:1.0: 16 ports detected
May 02 20:02:00 archlinux kernel: nvme 0000:01:00.0: platform quirk: setting simple suspend
May 02 20:02:00 archlinux kernel: nvme nvme0: pci function 0000:01:00.0
May 02 20:02:00 archlinux kernel: cryptd: max_cpu_qlen set to 1000
May 02 20:02:00 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 02 20:02:00 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
May 02 20:02:00 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
May 02 20:02:00 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.17
May 02 20:02:00 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 02 20:02:00 archlinux kernel: usb usb2: Product: xHCI Host Controller
May 02 20:02:00 archlinux kernel: usb usb2: Manufacturer: Linux 5.17.5-arch1-1 xhci-hcd
May 02 20:02:00 archlinux kernel: usb usb2: SerialNumber: 0000:00:14.0
May 02 20:02:00 archlinux kernel: hub 2-0:1.0: USB hub found
May 02 20:02:00 archlinux kernel: hub 2-0:1.0: 9 ports detected
May 02 20:02:00 archlinux kernel: nvme nvme0: Shutdown timeout set to 10 seconds
May 02 20:02:00 archlinux kernel: nvme nvme0: 8/0/0 default/read/poll queues
May 02 20:02:00 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
May 02 20:02:00 archlinux kernel: AES CTR mode by8 optimization enabled
May 02 20:02:00 archlinux kernel: nvme0n1: p1 p2
May 02 20:02:01 archlinux systemd[1]: Found device Sabrent Rocket 4.0 2TB 2.
May 02 20:02:01 archlinux systemd[1]: Starting Cryptography Setup for root...
May 02 20:02:01 archlinux kernel: device-mapper: uevent: version 1.0.3
May 02 20:02:01 archlinux kernel: device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
May 02 20:02:01 archlinux systemd-cryptsetup[418]: Set cipher aes, mode xts-plain64, key size 512 bits for device /dev/disk/by-uuid/bd74f81c-ae18-40b1-99f9-d47b46d50bfb.
May 02 20:02:01 archlinux systemd-cryptsetup[418]: Security token not present for unlocking volume Sabrent Rocket 4.0 2TB (root), please plug it in.
May 02 20:02:01 archlinux kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
May 02 20:02:01 archlinux kernel: usb 1-2: New USB device found, idVendor=1050, idProduct=0407, bcdDevice= 5.43
May 02 20:02:01 archlinux kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 02 20:02:01 archlinux kernel: usb 1-2: Product: YubiKey OTP+FIDO+CCID
May 02 20:02:01 archlinux kernel: usb 1-2: Manufacturer: Yubico
May 02 20:02:01 archlinux kernel: input: Yubico YubiKey OTP+FIDO+CCID as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:1050:0407.0001/input/input3
May 02 20:02:01 archlinux kernel: hid-generic 0003:1050:0407.0001: input,hidraw0: USB HID v1.10 Keyboard [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-2/input0
May 02 20:02:01 archlinux kernel: hid-generic 0003:1050:0407.0002: hiddev96,hidraw1: USB HID v1.10 Device [Yubico YubiKey OTP+FIDO+CCID] on usb-0000:00:14.0-2/input1
May 02 20:02:01 archlinux kernel: usbcore: registered new interface driver usbhid
May 02 20:02:01 archlinux kernel: usbhid: USB HID core driver
May 02 20:02:01 archlinux kernel: usb 1-6: new high-speed USB device number 3 using xhci_hcd
May 02 20:02:01 archlinux systemd-cryptsetup[418]: Asking FIDO2 token for authentication.
May 02 20:02:01 archlinux systemd-cryptsetup[418]: Please confirm presence on security token to unlock.
May 02 20:02:01 archlinux kernel: usb 1-6: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70
May 02 20:02:01 archlinux kernel: usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
May 02 20:02:01 archlinux kernel: usb 1-6: Product: USB2.0 Hub
May 02 20:02:01 archlinux kernel: hub 1-6:1.0: USB hub found
May 02 20:02:01 archlinux kernel: hub 1-6:1.0: 4 ports detected
May 02 20:02:01 archlinux kernel: usb 1-9: new high-speed USB device number 4 using xhci_hcd
May 02 20:02:01 archlinux kernel: usb 1-9: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70
May 02 20:02:01 archlinux kernel: usb 1-9: New USB device strings: Mfr=0, Product=1, SerialNumber=0
May 02 20:02:01 archlinux kernel: usb 1-9: Product: USB2.0 Hub
May 02 20:02:01 archlinux kernel: hub 1-9:1.0: USB hub found
May 02 20:02:01 archlinux kernel: hub 1-9:1.0: 4 ports detected
May 02 20:02:01 archlinux kernel: usb 1-6.3: new full-speed USB device number 5 using xhci_hcd
May 02 20:02:02 archlinux kernel: usb 1-6.3: New USB device found, idVendor=046d, idProduct=c33a, bcdDevice=14.00
May 02 20:02:02 archlinux kernel: usb 1-6.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 02 20:02:02 archlinux kernel: usb 1-6.3: Product: G413 Silver Mechanical Gaming Keyboard
May 02 20:02:02 archlinux kernel: usb 1-6.3: Manufacturer: Logitech
May 02 20:02:02 archlinux kernel: usb 1-6.3: SerialNumber: 0E6C314A3333
May 02 20:02:02 archlinux kernel: input: Logitech G413 Silver Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.0/0003:046D:C33A.0003/input/input4
May 02 20:02:02 archlinux kernel: hid-generic 0003:046D:C33A.0003: input,hidraw2: USB HID v1.11 Keyboard [Logitech G413 Silver Mechanical Gaming Keyboard] on usb-0000:00:14.0-6.3/input0
May 02 20:02:02 archlinux kernel: input: Logitech G413 Silver Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6.3/1-6.3:1.1/0003:046D:C33A.0004/input/input5
May 02 20:02:02 archlinux kernel: usb 1-11: new full-speed USB device number 6 using xhci_hcd
May 02 20:02:02 archlinux kernel: hid-generic 0003:046D:C33A.0004: input,hiddev97,hidraw3: USB HID v1.11 Keyboard [Logitech G413 Silver Mechanical Gaming Keyboard] on usb-0000:00:14.0-6.3/input1
May 02 20:02:02 archlinux kernel: usb 1-11: New USB device found, idVendor=048d, idProduct=5702, bcdDevice= 0.01
May 02 20:02:02 archlinux kernel: usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0
May 02 20:02:02 archlinux kernel: usb 1-11: Product: ITE Device
May 02 20:02:02 archlinux kernel: usb 1-11: Manufacturer: ITE Tech. Inc.
May 02 20:02:02 archlinux kernel: hid-generic 0003:048D:5702.0005: hiddev98,hidraw4: USB HID v1.12 Device [ITE Tech. Inc. ITE Device] on usb-0000:00:14.0-11/input0
May 02 20:02:02 archlinux kernel: usb 1-9.2: new high-speed USB device number 7 using xhci_hcd
May 02 20:02:02 archlinux kernel: usb 1-9.2: New USB device found, idVendor=1e71, idProduct=3008, bcdDevice= 5.07
May 02 20:02:02 archlinux kernel: usb 1-9.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 02 20:02:02 archlinux kernel: usb 1-9.2: Product: NZXT KrakenZ Device
May 02 20:02:02 archlinux kernel: usb 1-9.2: Manufacturer: NZXT Inc.
May 02 20:02:02 archlinux kernel: usb 1-9.2: SerialNumber: 206736684653
May 02 20:02:02 archlinux kernel: hid-generic 0003:1E71:3008.0006: hiddev99,hidraw5: USB HID v1.11 Device [NZXT Inc. NZXT KrakenZ Device] on usb-0000:00:14.0-9.2/input1
May 02 20:02:02 archlinux kernel: Key type trusted registered
May 02 20:02:02 archlinux kernel: Key type encrypted registered
May 02 20:02:02 archlinux audit[418]: DM_CTRL module=crypt op=ctr ppid=1 pid=418 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" dev=254:0 error_msg='success' res=1
May 02 20:02:02 archlinux audit[418]: SYSCALL arch=c000003e syscall=16 success=yes exit=0 a0=4 a1=c138fd09 a2=556847064960 a3=7fff40c89f32 items=6 ppid=1 pid=418 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" key=(null)
May 02 20:02:02 archlinux audit: CWD cwd="/"
May 02 20:02:02 archlinux audit: PATH item=0 name=(null) inode=41 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux audit: PATH item=1 name=(null) inode=20525 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux audit: PATH item=2 name=(null) inode=27 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux audit: PATH item=3 name=(null) inode=20526 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux audit: PATH item=4 name=(null) inode=20526 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux audit: PATH item=5 name=(null) inode=20527 dev=00:07 mode=0100444 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux audit: PROCTITLE proctitle=2F7573722F6C69622F73797374656D642F73797374656D642D637279707473657475700061747461636800726F6F74002F6465762F6469736B2F62792D757569642F62643734663831632D616531382D343062312D393966392D643437623436643530626662002D006669646F322D6465766963653D6175746F
May 02 20:02:02 archlinux kernel: audit: type=1338 audit(1651546922.796:5): module=crypt op=ctr ppid=1 pid=418 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" dev=254:0 error_msg='success' res=1
May 02 20:02:02 archlinux kernel: audit: type=1300 audit(1651546922.796:5): arch=c000003e syscall=16 success=yes exit=0 a0=4 a1=c138fd09 a2=556847064960 a3=7fff40c89f32 items=6 ppid=1 pid=418 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-cryptse" exe="/usr/lib/systemd/systemd-cryptsetup" key=(null)
May 02 20:02:02 archlinux kernel: audit: type=1307 audit(1651546922.796:5): cwd="/"
May 02 20:02:02 archlinux kernel: audit: type=1302 audit(1651546922.796:5): item=0 name=(null) inode=41 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux kernel: audit: type=1302 audit(1651546922.796:5): item=1 name=(null) inode=20525 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux kernel: audit: type=1302 audit(1651546922.796:5): item=2 name=(null) inode=27 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux kernel: audit: type=1302 audit(1651546922.796:5): item=3 name=(null) inode=20526 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux kernel: audit: type=1302 audit(1651546922.796:5): item=4 name=(null) inode=20526 dev=00:07 mode=040755 ouid=0 ogid=0 rdev=00:00 nametype=PARENT cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux kernel: audit: type=1302 audit(1651546922.796:5): item=5 name=(null) inode=20527 dev=00:07 mode=0100444 ouid=0 ogid=0 rdev=00:00 nametype=CREATE cap_fp=0 cap_fi=0 cap_fe=0 cap_fver=0 cap_frootid=0
May 02 20:02:02 archlinux kernel: audit: type=1327 audit(1651546922.796:5): proctitle=2F7573722F6C69622F73797374656D642F73797374656D642D637279707473657475700061747461636800726F6F74002F6465762F6469736B2F62792D757569642F62643734663831632D616531382D343062312D393966392D643437623436643530626662002D006669646F322D6465766963653D6175746F
May 02 20:02:02 archlinux kernel: raid6: skipped pq benchmark and selected avx2x4
May 02 20:02:02 archlinux kernel: raid6: using avx2x2 recovery algorithm
May 02 20:02:02 archlinux kernel: xor: automatically using best checksumming function avx
May 02 20:02:02 archlinux kernel: Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
May 02 20:02:02 archlinux kernel: BTRFS: device label root devid 1 transid 1399 /dev/dm-0 scanned by systemd-udevd (401)
May 02 20:02:02 archlinux systemd[1]: Found device /dev/mapper/root.
May 02 20:02:02 archlinux systemd[1]: Finished Cryptography Setup for root.
May 02 20:02:02 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-cryptsetup@root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:02 archlinux systemd[1]: Reached target Local Encrypted Volumes.
May 02 20:02:02 archlinux systemd[1]: Reached target Initrd Root Device.
May 02 20:02:02 archlinux systemd[1]: Reached target System Initialization.
May 02 20:02:02 archlinux systemd[1]: Reached target Basic System.
May 02 20:02:02 archlinux systemd[1]: Starting File System Check on /dev/mapper/root...
May 02 20:02:02 archlinux systemd[1]: Finished File System Check on /dev/mapper/root.
May 02 20:02:02 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:02 archlinux systemd[1]: Mounting /sysroot...
May 02 20:02:02 archlinux kernel: BTRFS info (device dm-0): flagging fs with big metadata feature
May 02 20:02:02 archlinux kernel: BTRFS info (device dm-0): using free space tree
May 02 20:02:02 archlinux kernel: BTRFS info (device dm-0): has skinny extents
May 02 20:02:02 archlinux kernel: BTRFS info (device dm-0): enabling ssd optimizations
May 02 20:02:02 archlinux systemd[1]: Mounted /sysroot.
May 02 20:02:02 archlinux systemd[1]: Reached target Initrd Root File System.
May 02 20:02:02 archlinux systemd[1]: Starting Reload Configuration from the Real Root...
May 02 20:02:02 archlinux systemd[1]: Reloading.
May 02 20:02:03 archlinux audit: BPF prog-id=9 op=LOAD
May 02 20:02:03 archlinux audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 archlinux audit: BPF prog-id=10 op=LOAD
May 02 20:02:03 archlinux audit: BPF prog-id=11 op=LOAD
May 02 20:02:03 archlinux audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 archlinux audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 archlinux audit: BPF prog-id=12 op=LOAD
May 02 20:02:03 archlinux audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 archlinux audit: BPF prog-id=13 op=LOAD
May 02 20:02:03 archlinux audit: BPF prog-id=14 op=LOAD
May 02 20:02:03 archlinux audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 archlinux audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
May 02 20:02:03 archlinux systemd[1]: Finished Reload Configuration from the Real Root.
May 02 20:02:03 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-parse-etc comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 archlinux systemd[1]: Reached target Initrd File Systems.
May 02 20:02:03 archlinux systemd[1]: Reached target Initrd Default Target.
May 02 20:02:03 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
May 02 20:02:03 archlinux systemd[1]: Stopped target Initrd Default Target.
May 02 20:02:03 archlinux systemd[1]: Stopped target Basic System.
May 02 20:02:03 archlinux systemd[1]: Stopped target Initrd Root Device.
May 02 20:02:03 archlinux systemd[1]: Stopped target Path Units.
May 02 20:02:03 archlinux systemd[1]: Stopped target Slice Units.
May 02 20:02:03 archlinux systemd[1]: Stopped target Socket Units.
May 02 20:02:03 archlinux systemd[1]: Stopped target System Initialization.
May 02 20:02:03 archlinux systemd[1]: Stopped target Local Encrypted Volumes.
May 02 20:02:03 archlinux systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
May 02 20:02:03 archlinux systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
May 02 20:02:03 archlinux systemd[1]: Stopped target Local File Systems.
May 02 20:02:03 archlinux systemd[1]: Stopped target Swaps.
May 02 20:02:03 archlinux systemd[1]: Stopped target Timer Units.
May 02 20:02:03 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
May 02 20:02:03 archlinux systemd[1]: Stopped Load Kernel Modules.
May 02 20:02:03 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
May 02 20:02:03 archlinux systemd[1]: Stopped Coldplug All udev Devices.
May 02 20:02:03 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
May 02 20:02:03 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
May 02 20:02:03 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
May 02 20:02:03 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-cleanup comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
May 02 20:02:03 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
May 02 20:02:03 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
May 02 20:02:03 archlinux systemd[1]: Closed udev Control Socket.
May 02 20:02:03 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
May 02 20:02:03 archlinux systemd[1]: Closed udev Kernel Socket.
May 02 20:02:03 archlinux systemd[1]: Starting Cleanup udev Database...
May 02 20:02:03 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
May 02 20:02:03 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
May 02 20:02:03 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
May 02 20:02:03 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
May 02 20:02:03 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
May 02 20:02:03 archlinux systemd[1]: Finished Cleanup udev Database.
May 02 20:02:03 archlinux audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 archlinux audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-udevadm-cleanup-db comm="systemd" exe="/init" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 archlinux systemd[1]: Reached target Switch Root.
May 02 20:02:03 archlinux systemd[1]: Starting Switch Root...
May 02 20:02:03 archlinux systemd[1]: Switching root.
May 02 20:02:03 archlinux audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 archlinux systemd-journald[329]: Journal stopped
May 02 20:02:03 rdtw systemd-journald[329]: Received SIGTERM from PID 1 (systemd).
May 02 20:02:03 rdtw systemd[1]: systemd 250.5-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 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
May 02 20:02:03 rdtw systemd[1]: Detected architecture x86-64.
May 02 20:02:03 rdtw systemd[1]: Hostname set to <rdtw>.
May 02 20:02:03 rdtw systemd[1]: initrd-switch-root.service: Deactivated successfully.
May 02 20:02:03 rdtw systemd[1]: Stopped Switch Root.
May 02 20:02:03 rdtw systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
May 02 20:02:03 rdtw systemd[1]: Created slice Slice /system/getty.
May 02 20:02:03 rdtw systemd[1]: Created slice Slice /system/modprobe.
May 02 20:02:03 rdtw systemd[1]: Created slice Slice /system/systemd-fsck.
May 02 20:02:03 rdtw systemd[1]: Created slice User and Session Slice.
May 02 20:02:03 rdtw systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 02 20:02:03 rdtw systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 02 20:02:03 rdtw systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 02 20:02:03 rdtw systemd[1]: Reached target Block Device Preparation for /dev/mapper/root.
May 02 20:02:03 rdtw systemd[1]: Reached target Local Encrypted Volumes.
May 02 20:02:03 rdtw systemd[1]: Stopped target Switch Root.
May 02 20:02:03 rdtw systemd[1]: Stopped target Initrd File Systems.
May 02 20:02:03 rdtw systemd[1]: Stopped target Initrd Root File System.
May 02 20:02:03 rdtw systemd[1]: Reached target Local Integrity Protected Volumes.
May 02 20:02:03 rdtw systemd[1]: Reached target Path Units.
May 02 20:02:03 rdtw systemd[1]: Reached target Remote File Systems.
May 02 20:02:03 rdtw systemd[1]: Reached target Slice Units.
May 02 20:02:03 rdtw systemd[1]: Reached target Local Verity Protected Volumes.
May 02 20:02:03 rdtw systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 02 20:02:03 rdtw systemd[1]: Listening on LVM2 poll daemon socket.
May 02 20:02:03 rdtw systemd[1]: Listening on Process Core Dump Socket.
May 02 20:02:03 rdtw systemd[1]: Listening on Network Service Netlink Socket.
May 02 20:02:03 rdtw systemd[1]: Listening on udev Control Socket.
May 02 20:02:03 rdtw systemd[1]: Listening on udev Kernel Socket.
May 02 20:02:03 rdtw systemd[1]: Mounting Huge Pages File System...
May 02 20:02:03 rdtw systemd[1]: Mounting POSIX Message Queue File System...
May 02 20:02:03 rdtw systemd[1]: Mounting Kernel Debug File System...
May 02 20:02:03 rdtw systemd[1]: Mounting Kernel Trace File System...
May 02 20:02:03 rdtw systemd[1]: Starting Create List of Static Device Nodes...
May 02 20:02:03 rdtw systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
May 02 20:02:03 rdtw systemd[1]: Starting Load Kernel Module configfs...
May 02 20:02:03 rdtw systemd[1]: Starting Load Kernel Module drm...
May 02 20:02:03 rdtw systemd[1]: Starting Load Kernel Module fuse...
May 02 20:02:03 rdtw systemd[1]: systemd-fsck-root.service: Deactivated successfully.
May 02 20:02:03 rdtw systemd[1]: Stopped File System Check on Root Device.
May 02 20:02:03 rdtw systemd[1]: Stopped Journal Service.
May 02 20:02:03 rdtw systemd[1]: Starting Journal Service...
May 02 20:02:03 rdtw systemd[1]: Starting Load Kernel Modules...
May 02 20:02:03 rdtw systemd[1]: Starting Generate network units from Kernel command line...
May 02 20:02:03 rdtw systemd[1]: Starting Remount Root and Kernel File Systems...
May 02 20:02:03 rdtw systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
May 02 20:02:03 rdtw systemd[1]: Starting Coldplug All udev Devices...
May 02 20:02:03 rdtw systemd[1]: Mounted Huge Pages File System.
May 02 20:02:03 rdtw systemd[1]: Mounted POSIX Message Queue File System.
May 02 20:02:03 rdtw systemd[1]: Mounted Kernel Debug File System.
May 02 20:02:03 rdtw systemd[1]: Mounted Kernel Trace File System.
May 02 20:02:03 rdtw kernel: fuse: init (API version 7.36)
May 02 20:02:03 rdtw systemd[1]: Finished Create List of Static Device Nodes.
May 02 20:02:03 rdtw kernel: BTRFS info (device dm-0): using free space tree
May 02 20:02:03 rdtw systemd[1]: modprobe@configfs.service: Deactivated successfully.
May 02 20:02:03 rdtw systemd[1]: Finished Load Kernel Module configfs.
May 02 20:02:03 rdtw systemd[1]: modprobe@drm.service: Deactivated successfully.
May 02 20:02:03 rdtw systemd[1]: Finished Load Kernel Module drm.
May 02 20:02:03 rdtw systemd[1]: modprobe@fuse.service: Deactivated successfully.
May 02 20:02:03 rdtw systemd[1]: Finished Load Kernel Module fuse.
May 02 20:02:03 rdtw systemd[1]: Finished Generate network units from Kernel command line.
May 02 20:02:03 rdtw systemd[1]: Finished Remount Root and Kernel File Systems.
May 02 20:02:03 rdtw systemd[1]: Mounting FUSE Control File System...
May 02 20:02:03 rdtw systemd[1]: Mounting Kernel Configuration File System...
May 02 20:02:03 rdtw systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
May 02 20:02:03 rdtw systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
May 02 20:02:03 rdtw systemd[1]: Starting Load/Save Random Seed...
May 02 20:02:03 rdtw systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
May 02 20:02:03 rdtw systemd[1]: Starting Create Static Device Nodes in /dev...
May 02 20:02:03 rdtw systemd-journald[511]: Journal started
May 02 20:02:03 rdtw systemd-journald[511]: Runtime Journal (/run/log/journal/f4e6f1feed9f4a3d9098e17d412cae11) is 8.0M, max 1.2G, 1.2G free.
May 02 20:02:03 rdtw audit: BPF prog-id=15 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 rdtw audit: BPF prog-id=16 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 rdtw audit: BPF prog-id=17 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 rdtw audit: BPF prog-id=18 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=19 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 rdtw audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=initrd-switch-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw audit: BPF prog-id=20 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=21 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=22 op=LOAD
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw audit: CONFIG_CHANGE op=set audit_enabled=1 old=1 auid=4294967295 ses=4294967295 res=1
May 02 20:02:03 rdtw audit[511]: SYSCALL arch=c000003e syscall=46 success=yes exit=60 a0=3 a1=7ffd9b4f81b0 a2=4000 a3=7ffd9b4f823c items=0 ppid=1 pid=511 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="systemd-journal" exe="/usr/lib/systemd/systemd-journald" key=(null)
May 02 20:02:03 rdtw audit: PROCTITLE proctitle="/usr/lib/systemd/systemd-journald"
May 02 20:02:03 rdtw audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-network-generator comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd[1]: Queued start job for default target Graphical Interface.
May 02 20:02:03 rdtw systemd[1]: systemd-journald.service: Deactivated successfully.
May 02 20:02:03 rdtw systemd-modules-load[512]: Inserted module 'crypto_user'
May 02 20:02:03 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd[1]: Mounted FUSE Control File System.
May 02 20:02:03 rdtw systemd[1]: Mounted Kernel Configuration File System.
May 02 20:02:03 rdtw systemd-modules-load[512]: Inserted module 'ipmi_devintf'
May 02 20:02:03 rdtw kernel: IPMI message handler: version 39.2
May 02 20:02:03 rdtw systemd[1]: Started Journal Service.
May 02 20:02:03 rdtw kernel: ipmi device interface
May 02 20:02:03 rdtw systemd[1]: Finished Load/Save Random Seed.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
May 02 20:02:03 rdtw systemd-modules-load[512]: Inserted module 'pkcs8_key_parser'
May 02 20:02:03 rdtw kernel: Asymmetric key parser 'pkcs8' registered
May 02 20:02:03 rdtw systemd[1]: Finished Create Static Device Nodes in /dev.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw audit: BPF prog-id=23 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=24 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=25 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:03 rdtw systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 02 20:02:03 rdtw kernel: vboxdrv: loading out-of-tree module taints kernel.
May 02 20:02:03 rdtw kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
May 02 20:02:03 rdtw kernel: vboxdrv: Found 24 processor cores
May 02 20:02:03 rdtw systemd[1]: Finished Coldplug All udev Devices.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd[1]: Started Rule-based Manager for Device Events and Files.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd[1]: Starting Load Kernel Module configfs...
May 02 20:02:03 rdtw systemd[1]: modprobe@configfs.service: Deactivated successfully.
May 02 20:02:03 rdtw systemd[1]: Finished Load Kernel Module configfs.
May 02 20:02:03 rdtw audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw systemd-modules-load[512]: Inserted module 'vboxdrv'
May 02 20:02:03 rdtw kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3187198773 Hz
May 02 20:02:03 rdtw kernel: vboxdrv: Successfully loaded version 6.1.34 r150636 (interface 0x00320000)
May 02 20:02:03 rdtw systemd-modules-load[512]: Inserted module 'vboxnetadp'
May 02 20:02:03 rdtw kernel: VBoxNetAdp: Successfully started.
May 02 20:02:03 rdtw systemd-modules-load[512]: Inserted module 'vboxnetflt'
May 02 20:02:03 rdtw kernel: VBoxNetFlt: Successfully started.
May 02 20:02:03 rdtw systemd[1]: Finished Load Kernel Modules.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd[1]: Starting Apply Kernel Variables...
May 02 20:02:03 rdtw systemd[1]: Finished Apply Kernel Variables.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd[1]: Reached target Preparation for Local File Systems.
May 02 20:02:03 rdtw systemd[1]: home.mount: Directory /home to mount over is not empty, mounting anyway.
May 02 20:02:03 rdtw systemd[1]: Mounting /home...
May 02 20:02:03 rdtw systemd[1]: Mounting /swap...
May 02 20:02:03 rdtw systemd[1]: var-cache.mount: Directory /var/cache to mount over is not empty, mounting anyway.
May 02 20:02:03 rdtw systemd[1]: Mounting /var/cache...
May 02 20:02:03 rdtw systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
May 02 20:02:03 rdtw systemd[1]: var-log.mount: Directory /var/log to mount over is not empty, mounting anyway.
May 02 20:02:03 rdtw systemd[1]: Mounting /var/log...
May 02 20:02:03 rdtw systemd[1]: Mounting /var/tmp...
May 02 20:02:03 rdtw systemd[1]: Starting File System Check on /dev/disk/by-uuid/EC05-9783...
May 02 20:02:03 rdtw systemd[1]: Mounted /home.
May 02 20:02:03 rdtw systemd[1]: Mounted /swap.
May 02 20:02:03 rdtw systemd[1]: Mounted /var/cache.
May 02 20:02:03 rdtw systemd[1]: Mounted /var/log.
May 02 20:02:03 rdtw systemd[1]: Mounted /var/tmp.
May 02 20:02:03 rdtw systemd[1]: Activating swap /swap/swapfile...
May 02 20:02:03 rdtw systemd[1]: Starting Flush Journal to Persistent Storage...
May 02 20:02:03 rdtw systemd-journald[511]: Time spent on flushing to /var/log/journal/f4e6f1feed9f4a3d9098e17d412cae11 is 7.700ms for 1179 entries.
May 02 20:02:03 rdtw systemd-journald[511]: System Journal (/var/log/journal/f4e6f1feed9f4a3d9098e17d412cae11) is 48.0M, max 4.0G, 3.9G free.
May 02 20:02:03 rdtw kernel: Adding 8191996k swap on /swap/swapfile. Priority:-2 extents:1 across:8191996k FS
May 02 20:02:03 rdtw systemd-journald[511]: Received client request to flush runtime journal.
May 02 20:02:03 rdtw systemd-journald[511]: File /var/log/journal/f4e6f1feed9f4a3d9098e17d412cae11/system.journal corrupted or uncleanly shut down, renaming and replacing.
May 02 20:02:03 rdtw audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-EC05\x2d9783 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw systemd-fsck[606]: fsck.fat 4.2 (2021-01-31)
May 02 20:02:03 rdtw systemd-fsck[606]: There are differences between boot sector and its backup.
May 02 20:02:03 rdtw systemd-fsck[606]: This is mostly harmless. Differences: (offset:original/backup)
May 02 20:02:03 rdtw systemd-fsck[606]: 65:01/00
May 02 20:02:03 rdtw systemd-fsck[606]: Not automatically fixing this.
May 02 20:02:03 rdtw systemd-fsck[606]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
May 02 20:02:03 rdtw systemd-fsck[606]: Automatically removing dirty bit.
May 02 20:02:03 rdtw systemd-fsck[606]: *** Filesystem was changed ***
May 02 20:02:03 rdtw systemd-fsck[606]: Writing changes.
May 02 20:02:03 rdtw systemd-fsck[606]: /dev/nvme0n1p1: 14 files, 7351/127746 clusters
May 02 20:02:03 rdtw systemd[1]: Activated swap /swap/swapfile.
May 02 20:02:03 rdtw systemd[1]: Reached target Swaps.
May 02 20:02:03 rdtw systemd[1]: Mounting Temporary Directory /tmp...
May 02 20:02:03 rdtw systemd[1]: Mounted Temporary Directory /tmp.
May 02 20:02:03 rdtw systemd[1]: Finished File System Check on /dev/disk/by-uuid/EC05-9783.
May 02 20:02:03 rdtw systemd[1]: Mounting /boot...
May 02 20:02:03 rdtw systemd[1]: Mounted /boot.
May 02 20:02:03 rdtw systemd[1]: Reached target Local File Systems.
May 02 20:02:03 rdtw systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
May 02 20:02:03 rdtw systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
May 02 20:02:03 rdtw systemd[1]: Store a System Token in an EFI Variable was skipped because all trigger condition checks failed.
May 02 20:02:03 rdtw systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
May 02 20:02:03 rdtw systemd[1]: Finished Flush Journal to Persistent Storage.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd[1]: Starting Create Volatile Files and Directories...
May 02 20:02:03 rdtw systemd[1]: Finished Create Volatile Files and Directories.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
May 02 20:02:03 rdtw systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
May 02 20:02:03 rdtw systemd[1]: Starting Record System Boot/Shutdown in UTMP...
May 02 20:02:03 rdtw audit[614]: SYSTEM_BOOT pid=614 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
May 02 20:02:03 rdtw systemd[1]: Finished Record System Boot/Shutdown in UTMP.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd[1]: Reached target System Initialization.
May 02 20:02:03 rdtw systemd[1]: Started Refresh fwupd metadata regularly.
May 02 20:02:03 rdtw systemd[1]: Started Daily man-db regeneration.
May 02 20:02:03 rdtw systemd[1]: Started Daily verification of password and group files.
May 02 20:02:03 rdtw systemd[1]: Started Daily Cleanup of Temporary Directories.
May 02 20:02:03 rdtw systemd[1]: Reached target Timer Units.
May 02 20:02:03 rdtw systemd[1]: Listening on D-Bus System Message Bus Socket.
May 02 20:02:03 rdtw systemd[1]: Reached target Socket Units.
May 02 20:02:03 rdtw systemd[1]: Reached target Basic System.
May 02 20:02:03 rdtw systemd[1]: Starting D-Bus System Message Bus...
May 02 20:02:03 rdtw systemd[1]: Starting Netfilter Tables...
May 02 20:02:03 rdtw systemd[1]: SSH Key Generation was skipped because all trigger condition checks failed.
May 02 20:02:03 rdtw audit: BPF prog-id=26 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=27 op=LOAD
May 02 20:02:03 rdtw audit: BPF prog-id=28 op=LOAD
May 02 20:02:03 rdtw systemd[1]: Starting User Login Management...
May 02 20:02:03 rdtw dbus-daemon[615]: dbus[615]: Unknown group "netdev" in message bus configuration file
May 02 20:02:03 rdtw dbus-daemon[615]: dbus[615]: Unknown group "netdev" in message bus configuration file
May 02 20:02:03 rdtw systemd[1]: Started D-Bus System Message Bus.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw systemd-logind[617]: Watching system buttons on /dev/input/event2 (Power Button)
May 02 20:02:03 rdtw systemd-logind[617]: New seat seat0.
May 02 20:02:03 rdtw systemd[1]: Started User Login Management.
May 02 20:02:03 rdtw 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'
May 02 20:02:03 rdtw kernel: input: Intel HID events as /devices/platform/INTC1070:00/input/input8
May 02 20:02:03 rdtw kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
May 02 20:02:03 rdtw kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
May 02 20:02:03 rdtw audit[616]: NETFILTER_CFG table=filter:2 family=1 entries=13 op=nft_register_chain pid=616 comm="nft"
May 02 20:02:03 rdtw audit[616]: SYSCALL arch=c000003e syscall=46 success=yes exit=2216 a0=3 a1=7ffe6d1b0790 a2=0 a3=7fc207efeae8 items=0 ppid=1 pid=616 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="nft" exe="/usr/bin/nft" key=(null)
May 02 20:02:03 rdtw audit: PROCTITLE proctitle=2F7573722F62696E2F6E6674002D66002F6574632F6E667461626C65732E636F6E66
May 02 20:02:04 rdtw systemd[1]: nftables.service: Deactivated successfully.
May 02 20:02:04 rdtw systemd[1]: Finished Netfilter Tables.
May 02 20:02:04 rdtw audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nftables comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:04 rdtw audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=nftables comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:04 rdtw systemd[1]: Reached target Preparation for Network.
May 02 20:02:04 rdtw audit: BPF prog-id=29 op=LOAD
May 02 20:02:04 rdtw systemd[1]: Starting Wireless service...
May 02 20:02:04 rdtw audit: BPF prog-id=30 op=LOAD
May 02 20:02:04 rdtw systemd[1]: Starting Network Configuration...
May 02 20:02:04 rdtw kernel: NET: Registered PF_ALG protocol family
May 02 20:02:04 rdtw kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 02 20:02:04 rdtw kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 02 20:02:04 rdtw kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
May 02 20:02:04 rdtw kernel: cfg80211: failed to load regulatory.db
May 02 20:02:04 rdtw systemd-networkd[628]: /etc/systemd/network/10-wired.network:6: Unknown key name 'RequiredForOnline' in section 'Network', ignoring.
May 02 20:02:04 rdtw systemd-networkd[628]: lo: Link UP
May 02 20:02:04 rdtw systemd-networkd[628]: lo: Gained carrier
May 02 20:02:04 rdtw systemd-networkd[628]: Enumeration completed
May 02 20:02:04 rdtw systemd[1]: Started Network Configuration.
May 02 20:02:04 rdtw audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:04 rdtw audit: BPF prog-id=31 op=LOAD
May 02 20:02:04 rdtw systemd[1]: Starting Network Name Resolution...
May 02 20:02:04 rdtw systemd-resolved[679]: Positive Trust Anchors:
May 02 20:02:04 rdtw systemd-resolved[679]: . IN DS 20326 8 2 e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
May 02 20:02:04 rdtw systemd-resolved[679]: Negative trust anchors: home.arpa 10.in-addr.arpa 16.172.in-addr.arpa 17.172.in-addr.arpa 18.172.in-addr.arpa 19.172.in-addr.arpa 20.172.in-addr.arpa 21.172.in-addr.arpa 22.172.in-addr.arpa 23.172.in-addr.arpa 24.172.in-addr.arpa 25.172.in-addr.arpa 26.172.in-addr.arpa 27.172.in-addr.arpa 28.172.in-addr.arpa 29.172.in-addr.arpa 30.172.in-addr.arpa 31.172.in-addr.arpa 168.192.in-addr.arpa d.f.ip6.arpa corp home internal intranet lan local private test
May 02 20:02:04 rdtw systemd-resolved[679]: Using system hostname 'rdtw'.
May 02 20:02:04 rdtw systemd[1]: Started Network Name Resolution.
May 02 20:02:04 rdtw audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-resolved comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:04 rdtw systemd[1]: Reached target Host and Network Name Lookups.
May 02 20:02:04 rdtw iwd[627]: Wireless daemon version 1.27
May 02 20:02:04 rdtw systemd[1]: Started Wireless service.
May 02 20:02:04 rdtw iwd[627]: station: Network configuration is disabled.
May 02 20:02:04 rdtw audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:04 rdtw systemd[1]: Reached target Network.
May 02 20:02:04 rdtw systemd[1]: Started OpenSSH Daemon.
May 02 20:02:04 rdtw 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'
May 02 20:02:04 rdtw systemd[1]: Starting Permit User Sessions...
May 02 20:02:04 rdtw systemd[1]: Finished Permit User Sessions.
May 02 20:02:04 rdtw 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'
May 02 20:02:04 rdtw systemd[1]: Started Getty on tty1.
May 02 20:02:04 rdtw 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'
May 02 20:02:04 rdtw systemd[1]: Reached target Login Prompts.
May 02 20:02:04 rdtw systemd[1]: Reached target Multi-User System.
May 02 20:02:04 rdtw systemd[1]: Reached target Graphical Interface.
May 02 20:02:04 rdtw systemd[1]: Startup finished in 10.494s (firmware) + 203ms (loader) + 4.085s (kernel) + 2.409s (initrd) + 988ms (userspace) = 18.181s.
May 02 20:02:04 rdtw sshd[708]: Server listening on 0.0.0.0 port 22.
May 02 20:02:04 rdtw sshd[708]: Server listening on :: port 22.
May 02 20:02:04 rdtw systemd-logind[617]: Watching system buttons on /dev/input/event1 (Power Button)
May 02 20:02:04 rdtw systemd-logind[617]: Watching system buttons on /dev/input/event0 (Sleep Button)
May 02 20:02:04 rdtw systemd[1]: Reached target Smart Card.
May 02 20:02:04 rdtw systemd-logind[617]: Watching system buttons on /dev/input/event4 (Logitech G413 Silver Mechanical Gaming Keyboard)
May 02 20:02:04 rdtw kernel: checking generic (50000000 300000) vs hw (41000000 1000000)
May 02 20:02:04 rdtw kernel: checking generic (50000000 300000) vs hw (50000000 10000000)
May 02 20:02:04 rdtw kernel: fb0: switching to i915 from EFI VGA
May 02 20:02:04 rdtw kernel: Console: switching to colour dummy device 80x25
May 02 20:02:04 rdtw kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
May 02 20:02:04 rdtw kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
May 02 20:02:04 rdtw systemd-logind[617]: Watching system buttons on /dev/input/event5 (Logitech G413 Silver Mechanical Gaming Keyboard)
May 02 20:02:04 rdtw kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
May 02 20:02:04 rdtw kernel: i915 0000:00:02.0: [drm] GuC firmware i915/tgl_guc_62.0.0.bin version 62.0 submission:disabled
May 02 20:02:04 rdtw kernel: i915 0000:00:02.0: [drm] GuC SLPC: disabled
May 02 20:02:04 rdtw kernel: i915 0000:00:02.0: [drm] HuC firmware i915/tgl_huc_7.9.3.bin version 7.9 authenticated:yes
May 02 20:02:04 rdtw kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
May 02 20:02:04 rdtw kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
May 02 20:02:04 rdtw kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
May 02 20:02:04 rdtw kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
May 02 20:02:04 rdtw kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
May 02 20:02:04 rdtw kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
May 02 20:02:04 rdtw kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
May 02 20:02:04 rdtw kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
May 02 20:02:04 rdtw kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
May 02 20:02:04 rdtw kernel: idma64 idma64.4: Found Intel integrated DMA 64-bit
May 02 20:02:04 rdtw kernel: idma64 idma64.5: Found Intel integrated DMA 64-bit
May 02 20:02:04 rdtw kernel: fbcon: i915drmfb (fb0) is primary device
May 02 20:02:04 rdtw kernel: Console: switching to colour frame buffer device 240x67
May 02 20:02:04 rdtw kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
May 02 20:02:04 rdtw kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
May 02 20:02:04 rdtw kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
May 02 20:02:04 rdtw kernel: Intel(R) Wireless WiFi driver for Linux
May 02 20:02:04 rdtw kernel: iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
May 02 20:02:04 rdtw kernel: i2c i2c-16: 2/4 memory slots populated (from DMI)
May 02 20:02:04 rdtw kernel: i2c i2c-16: Successfully instantiated SPD at 0x51
May 02 20:02:04 rdtw kernel: i2c i2c-16: Successfully instantiated SPD at 0x53
May 02 20:02:04 rdtw kernel: iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-cc-a0-69.ucode failed with error -2
May 02 20:02:04 rdtw kernel: r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
May 02 20:02:04 rdtw kernel: r8169 0000:03:00.0 eth0: RTL8125B, d8:5e:d3:5d:3e:52, XID 641, IRQ 153
May 02 20:02:04 rdtw kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
May 02 20:02:04 rdtw kernel: iwlwifi 0000:04:00.0: api flags index 2 larger than supported by driver
May 02 20:02:04 rdtw kernel: iwlwifi 0000:04:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
May 02 20:02:04 rdtw kernel: iwlwifi 0000:04:00.0: loaded firmware version 68.01d30b0c.0 cc-a0-68.ucode op_mode iwlmvm
May 02 20:02:04 rdtw kernel: intel-spi 0000:00:1f.5: mx25l25635e (32768 Kbytes)
May 02 20:02:04 rdtw kernel: Creating 1 MTD partitions on "0000:00:1f.5":
May 02 20:02:04 rdtw kernel: 0x000000000000-0x000002000000 : "BIOS"
May 02 20:02:05 rdtw kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
May 02 20:02:05 rdtw kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
May 02 20:02:05 rdtw kernel: iwlwifi 0000:04:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
May 02 20:02:05 rdtw kernel: thermal thermal_zone2: failed to read out thermal zone (-61)
May 02 20:02:05 rdtw kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
May 02 20:02:05 rdtw kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
May 02 20:02:05 rdtw kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
May 02 20:02:05 rdtw kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
May 02 20:02:05 rdtw kernel: snd_hda_codec_realtek hdaudioC0D0: dig-out=0x11/0x0
May 02 20:02:05 rdtw kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
May 02 20:02:05 rdtw kernel: snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
May 02 20:02:05 rdtw kernel: snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
May 02 20:02:05 rdtw kernel: snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input10
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input11
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1f.3/sound/card0/input12
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card0/input13
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input14
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input15
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input16
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=13 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=14 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=15 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=16 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
May 02 20:02:05 rdtw kernel: input: HDA Intel PCH HDMI/DP,pcm=17 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
May 02 20:02:05 rdtw kernel: iwlwifi 0000:04:00.0: Detected RF HR B3, rfid=0x10a100
May 02 20:02:05 rdtw kernel: iwlwifi 0000:04:00.0: base HW address: 80:38:fb:eb:fe:e2
May 02 20:02:05 rdtw iwd[627]: Wiphy: 0, Name: phy0
May 02 20:02:05 rdtw iwd[627]: Permanent Address: 80:38:fb:eb:fe:e2
May 02 20:02:05 rdtw iwd[627]: 2.4Ghz Band:
May 02 20:02:05 rdtw iwd[627]: Bitrates (non-HT):
May 02 20:02:05 rdtw iwd[627]: 1.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 2.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 5.5 Mbps
May 02 20:02:05 rdtw iwd[627]: 11.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 6.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 9.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 12.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 18.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 24.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 36.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 48.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 54.0 Mbps
May 02 20:02:05 rdtw iwd[627]: HT Capabilities:
May 02 20:02:05 rdtw iwd[627]: HT40
May 02 20:02:05 rdtw iwd[627]: Short GI for 20Mhz
May 02 20:02:05 rdtw iwd[627]: Short GI for 40Mhz
May 02 20:02:05 rdtw iwd[627]: HT RX MCS indexes:
May 02 20:02:05 rdtw iwd[627]: 0-15
May 02 20:02:05 rdtw iwd[627]: 5Ghz Band:
May 02 20:02:05 rdtw iwd[627]: Bitrates (non-HT):
May 02 20:02:05 rdtw iwd[627]: 6.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 9.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 12.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 18.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 24.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 36.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 48.0 Mbps
May 02 20:02:05 rdtw iwd[627]: 54.0 Mbps
May 02 20:02:05 rdtw iwd[627]: HT Capabilities:
May 02 20:02:05 rdtw iwd[627]: HT40
May 02 20:02:05 rdtw iwd[627]: Short GI for 20Mhz
May 02 20:02:05 rdtw iwd[627]: Short GI for 40Mhz
May 02 20:02:05 rdtw iwd[627]: HT RX MCS indexes:
May 02 20:02:05 rdtw iwd[627]: 0-15
May 02 20:02:05 rdtw iwd[627]: VHT Capabilities:
May 02 20:02:05 rdtw iwd[627]: 160 Mhz operation
May 02 20:02:05 rdtw iwd[627]: Short GI for 80Mhz
May 02 20:02:05 rdtw iwd[627]: Short GI for 160 and 80 + 80 Mhz
May 02 20:02:05 rdtw iwd[627]: Max RX MCS: 0-9 for NSS: 2
May 02 20:02:05 rdtw iwd[627]: Max TX MCS: 0-9 for NSS: 2
May 02 20:02:05 rdtw iwd[627]: Ciphers: CCMP TKIP BIP
May 02 20:02:05 rdtw iwd[627]: Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
May 02 20:02:05 rdtw systemd-networkd[628]: wlan0: Link UP
May 02 20:02:05 rdtw kernel: wlan0: authenticate with 40:b0:76:af:15:7c
May 02 20:02:05 rdtw kernel: wlan0: send auth to 40:b0:76:af:15:7c (try 1/3)
May 02 20:02:05 rdtw kernel: wlan0: authenticated
May 02 20:02:05 rdtw kernel: wlan0: associate with 40:b0:76:af:15:7c (try 1/3)
May 02 20:02:05 rdtw kernel: wlan0: RX AssocResp from 40:b0:76:af:15:7c (capab=0x1011 status=0 aid=8)
May 02 20:02:05 rdtw systemd-networkd[628]: wlan0: Connected WiFi access point: jp3_5GHz (40:b0:76:af:15:7c)
May 02 20:02:05 rdtw kernel: wlan0: associated
May 02 20:02:05 rdtw systemd-networkd[628]: wlan0: Gained carrier
May 02 20:02:05 rdtw kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
May 02 20:02:06 rdtw systemd-networkd[628]: wlan0: Gained IPv6LL
May 02 20:02:07 rdtw kernel: input: PC Speaker as /devices/platform/pcspkr/input/input27
May 02 20:02:07 rdtw kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
May 02 20:02:07 rdtw kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
May 02 20:02:07 rdtw kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
May 02 20:02:07 rdtw kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
May 02 20:02:07 rdtw kernel: intel_tcc_cooling: Programmable TCC Offset detected
May 02 20:02:08 rdtw dbus-daemon[615]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.5' (uid=0 pid=710 comm="/bin/login -p -- ")
May 02 20:02:08 rdtw dbus-daemon[615]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 02 20:02:08 rdtw login[710]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 02 20:02:08 rdtw kernel: BTRFS info (device dm-0): devid 1 device path /dev/mapper/root changed to /dev/dm-0 scanned by systemd-udevd (543)
May 02 20:02:08 rdtw kernel: BTRFS info (device dm-0): devid 1 device path /dev/dm-0 changed to /dev/mapper/root scanned by systemd-udevd (543)
May 02 20:02:08 rdtw systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 02 20:02:08 rdtw systemd[1]: Starting Load/Save RF Kill Switch Status...
May 02 20:02:08 rdtw kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
May 02 20:02:08 rdtw kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
May 02 20:02:08 rdtw systemd-logind[617]: Watching system buttons on /dev/input/event6 (Intel HID events)
May 02 20:02:08 rdtw kernel: i2c_dev: i2c /dev entries driver
May 02 20:02:08 rdtw kernel: iTCO_vendor_support: vendor-support=0
May 02 20:02:08 rdtw kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
May 02 20:02:08 rdtw kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
May 02 20:02:08 rdtw systemd-udevd[543]: Using default interface naming scheme 'v250'.
May 02 20:02:08 rdtw kernel: r8169 0000:03:00.0 enp3s0: renamed from eth0
May 02 20:02:08 rdtw systemd-networkd[628]: eth0: Interface name change detected, renamed to enp3s0.
May 02 20:02:08 rdtw kernel: ee1004 16-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
May 02 20:02:08 rdtw kernel: ee1004 16-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
May 02 20:02:08 rdtw systemd[1]: Reached target Sound Card.
May 02 20:02:08 rdtw systemd[1]: Started Load/Save RF Kill Switch Status.
May 02 20:02:08 rdtw 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'
May 02 20:02:08 rdtw kernel: kauditd_printk_skb: 99 callbacks suppressed
May 02 20:02:08 rdtw kernel: audit: type=1130 audit(1651546928.783:101): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:08 rdtw systemd-udevd[539]: Using default interface naming scheme 'v250'.
May 02 20:02:08 rdtw kernel: intel_rapl_msr: PL4 support detected.
May 02 20:02:08 rdtw kernel: intel_rapl_common: Found RAPL domain package
May 02 20:02:08 rdtw kernel: intel_rapl_common: Found RAPL domain core
May 02 20:02:08 rdtw kernel: intel_rapl_common: Found RAPL domain uncore
May 02 20:02:08 rdtw systemd-udevd[528]: Using default interface naming scheme 'v250'.
May 02 20:02:08 rdtw kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
May 02 20:02:09 rdtw systemd-networkd[628]: enp3s0: Link UP
May 02 20:02:09 rdtw kernel: r8169 0000:03:00.0 enp3s0: Link is Down
May 02 20:02:09 rdtw systemd-networkd[628]: wlan0: DHCPv4 address 10.1.0.182/22, gateway 10.1.0.254 acquired from 10.1.0.254
May 02 20:02:09 rdtw dbus-daemon[615]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=980 pid=628 comm="/usr/lib/systemd/systemd-networkd")
May 02 20:02:09 rdtw audit: BPF prog-id=32 op=LOAD
May 02 20:02:09 rdtw audit: BPF prog-id=33 op=LOAD
May 02 20:02:09 rdtw audit: BPF prog-id=34 op=LOAD
May 02 20:02:09 rdtw kernel: audit: type=1334 audit(1651546929.106:102): prog-id=32 op=LOAD
May 02 20:02:09 rdtw kernel: audit: type=1334 audit(1651546929.106:103): prog-id=33 op=LOAD
May 02 20:02:09 rdtw kernel: audit: type=1334 audit(1651546929.106:104): prog-id=34 op=LOAD
May 02 20:02:09 rdtw systemd[1]: Starting Hostname Service...
May 02 20:02:09 rdtw dbus-daemon[615]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 02 20:02:09 rdtw systemd[1]: Started Hostname Service.
May 02 20:02:09 rdtw 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'
May 02 20:02:09 rdtw dbus-daemon[615]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.6' (uid=0 pid=889 comm="/usr/lib/systemd/systemd-hostnamed")
May 02 20:02:09 rdtw systemd[1]: Starting Authorization Manager...
May 02 20:02:09 rdtw kernel: audit: type=1130 audit(1651546929.146:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:09 rdtw polkitd[890]: Started polkitd version 0.120
May 02 20:02:09 rdtw polkitd[890]: Loading rules from directory /etc/polkit-1/rules.d
May 02 20:02:09 rdtw polkitd[890]: Loading rules from directory /usr/share/polkit-1/rules.d
May 02 20:02:09 rdtw polkitd[890]: Finished loading, compiling and executing 4 rules
May 02 20:02:09 rdtw dbus-daemon[615]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
May 02 20:02:09 rdtw systemd[1]: Started Authorization Manager.
May 02 20:02:09 rdtw polkitd[890]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 02 20:02:09 rdtw 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'
May 02 20:02:09 rdtw kernel: audit: type=1130 audit(1651546929.229:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:09 rdtw systemd-hostnamed[889]: Hostname set to <rdtw> (static)
May 02 20:02:11 rdtw audit[710]: USER_AUTH pid=710 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ronan" exe="/usr/bin/login" hostname=rdtw addr=? terminal=/dev/tty1 res=success'
May 02 20:02:11 rdtw kernel: audit: type=1100 audit(1651546931.646:107): pid=710 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ronan" exe="/usr/bin/login" hostname=rdtw addr=? terminal=/dev/tty1 res=success'
May 02 20:02:11 rdtw audit[710]: USER_ACCT pid=710 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ronan" exe="/usr/bin/login" hostname=rdtw addr=? terminal=/dev/tty1 res=success'
May 02 20:02:11 rdtw audit[710]: CRED_ACQ pid=710 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ronan" exe="/usr/bin/login" hostname=rdtw addr=? terminal=/dev/tty1 res=success'
May 02 20:02:11 rdtw audit[710]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffc36482e00 a2=4 a3=0 items=0 ppid=1 pid=710 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)
May 02 20:02:11 rdtw audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
May 02 20:02:11 rdtw kernel: audit: type=1101 audit(1651546931.696:108): pid=710 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ronan" exe="/usr/bin/login" hostname=rdtw addr=? terminal=/dev/tty1 res=success'
May 02 20:02:11 rdtw kernel: audit: type=1103 audit(1651546931.696:109): pid=710 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ronan" exe="/usr/bin/login" hostname=rdtw addr=? terminal=/dev/tty1 res=success'
May 02 20:02:11 rdtw kernel: audit: type=1006 audit(1651546931.696:110): pid=710 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
May 02 20:02:11 rdtw login[710]: pam_unix(login:session): session opened for user ronan(uid=1000) by LOGIN(uid=0)
May 02 20:02:11 rdtw systemd[1]: Created slice User Slice of UID 1000.
May 02 20:02:11 rdtw systemd[1]: Starting User Runtime Directory /run/user/1000...
May 02 20:02:11 rdtw systemd-logind[617]: New session 1 of user ronan.
May 02 20:02:11 rdtw systemd[1]: Finished User Runtime Directory /run/user/1000.
May 02 20:02:11 rdtw 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'
May 02 20:02:11 rdtw systemd[1]: Starting User Manager for UID 1000...
May 02 20:02:11 rdtw dbus-daemon[615]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.9' (uid=0 pid=906 comm="(systemd)")
May 02 20:02:11 rdtw dbus-daemon[615]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 02 20:02:11 rdtw systemd[906]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 02 20:02:11 rdtw audit[906]: USER_ACCT pid=906 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ronan" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:11 rdtw audit[906]: CRED_ACQ pid=906 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="ronan" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
May 02 20:02:11 rdtw audit[906]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffd05adc7b0 a2=4 a3=0 items=0 ppid=1 pid=906 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)
May 02 20:02:11 rdtw audit: PROCTITLE proctitle="(systemd)"
May 02 20:02:11 rdtw systemd[906]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[ronan] ruser=[<unknown>] rhost=[<unknown>]
May 02 20:02:11 rdtw systemd[906]: pam_unix(systemd-user:session): session opened for user ronan(uid=1000) by (uid=0)
May 02 20:02:11 rdtw systemd[906]: pam_env(systemd-user:session): deprecated reading of user environment enabled
May 02 20:02:11 rdtw audit[906]: USER_START pid=906 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="ronan" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:11 rdtw systemd[906]: Queued start job for default target Main User Target.
May 02 20:02:11 rdtw systemd-journald[511]: File /var/log/journal/f4e6f1feed9f4a3d9098e17d412cae11/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
May 02 20:02:11 rdtw 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'
May 02 20:02:11 rdtw systemd[906]: Created slice User Application Slice.
May 02 20:02:11 rdtw systemd[906]: Reached target Paths.
May 02 20:02:11 rdtw systemd[906]: Reached target Timers.
May 02 20:02:11 rdtw systemd[906]: Starting D-Bus User Message Bus Socket...
May 02 20:02:11 rdtw systemd[906]: Listening on GnuPG network certificate management daemon.
May 02 20:02:11 rdtw systemd[906]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 02 20:02:11 rdtw systemd[906]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 02 20:02:11 rdtw systemd[906]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 02 20:02:11 rdtw systemd[906]: Listening on GnuPG cryptographic agent and passphrase cache.
May 02 20:02:11 rdtw systemd[906]: Listening on p11-kit server.
May 02 20:02:11 rdtw systemd[906]: Listening on PipeWire PulseAudio.
May 02 20:02:11 rdtw systemd[906]: Listening on PipeWire Multimedia System Socket.
May 02 20:02:11 rdtw systemd[906]: Listening on D-Bus User Message Bus Socket.
May 02 20:02:11 rdtw systemd[906]: Reached target Sockets.
May 02 20:02:11 rdtw systemd[906]: Reached target Basic System.
May 02 20:02:11 rdtw systemd[1]: Started User Manager for UID 1000.
May 02 20:02:11 rdtw systemd[906]: Starting Music Player Daemon...
May 02 20:02:11 rdtw systemd[1]: Started Session 1 of User ronan.
May 02 20:02:11 rdtw systemd[906]: Started SSH key agent.
May 02 20:02:11 rdtw login[710]: pam_env(login:session): deprecated reading of user environment enabled
May 02 20:02:11 rdtw audit[710]: USER_START pid=710 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="ronan" exe="/usr/bin/login" hostname=rdtw addr=? terminal=/dev/tty1 res=success'
May 02 20:02:11 rdtw audit[710]: CRED_REFR pid=710 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ronan" exe="/usr/bin/login" hostname=rdtw addr=? terminal=/dev/tty1 res=success'
May 02 20:02:11 rdtw login[710]: LOGIN ON tty1 BY ronan
May 02 20:02:11 rdtw ssh-agent[914]: SSH_AUTH_SOCK=/run/user/1000/ssh-agent.socket; export SSH_AUTH_SOCK;
May 02 20:02:11 rdtw ssh-agent[914]: echo Agent pid 914;
May 02 20:02:12 rdtw mpd[913]: Ignoring the 'pid_file' setting in systemd mode
May 02 20:02:12 rdtw mpd[913]: server_socket: bind to '0.0.0.0:6600' failed (continuing anyway, because binding to '[::]:6600' succeeded): Failed to bind socket: Address already in use
May 02 20:02:12 rdtw mpd[913]: decoder: Decoder plugin 'wildmidi' is unavailable: configuration file does not exist: /etc/timidity/timidity.cfg
May 02 20:02:12 rdtw mpd[913]: config: Found database setting without music_directory - disabling database
May 02 20:02:12 rdtw mpd[913]: output: No 'audio_output' defined in config file
May 02 20:02:12 rdtw mpd[913]: output: Successfully detected a alsa audio device
May 02 20:02:12 rdtw mpd[913]: exception: Failed to open '/var/lib/mpd/mpdstate': No such file or directory
May 02 20:02:12 rdtw systemd[906]: Started Music Player Daemon.
May 02 20:02:12 rdtw systemd[906]: Reached target Main User Target.
May 02 20:02:12 rdtw systemd[906]: Startup finished in 568ms.
May 02 20:02:12 rdtw dbus-daemon[615]: [system] Activating via systemd: service name='org.freedesktop.Avahi' unit='dbus-org.freedesktop.Avahi.service' requested by ':1.12' (uid=1000 pid=913 comm="/usr/bin/mpd --systemd")
May 02 20:02:12 rdtw dbus-daemon[615]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.Avahi.service': Unit dbus-org.freedesktop.Avahi.service not found.
May 02 20:02:13 rdtw systemd[906]: Created slice User Core Session Slice.
May 02 20:02:13 rdtw systemd[906]: Starting D-Bus User Message Bus...
May 02 20:02:13 rdtw systemd[906]: Started D-Bus User Message Bus.
May 02 20:02:13 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Activating systemd to hand-off: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.0' (uid=1000 pid=975 comm="gsettings set org.gnome.desktop.interface color-sc")
May 02 20:02:13 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Successfully activated service 'org.freedesktop.systemd1'
May 02 20:02:13 rdtw systemd[906]: Starting User preferences database...
May 02 20:02:13 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Successfully activated service 'ca.desrt.dconf'
May 02 20:02:13 rdtw systemd[906]: Started User preferences database.
May 02 20:02:13 rdtw systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 02 20:02:13 rdtw 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'
May 02 20:02:13 rdtw kernel: kauditd_printk_skb: 12 callbacks suppressed
May 02 20:02:13 rdtw kernel: audit: type=1131 audit(1651546933.789:119): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:15 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.9' (uid=1000 pid=1017 comm="termite -t termite")
May 02 20:02:15 rdtw systemd[906]: Starting Accessibility services bus...
May 02 20:02:15 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Successfully activated service 'org.a11y.Bus'
May 02 20:02:15 rdtw systemd[906]: Started Accessibility services bus.
May 02 20:02:15 rdtw at-spi-bus-launcher[1028]: dbus-daemon[1028]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1017 comm="termite -t termite")
May 02 20:02:15 rdtw at-spi-bus-launcher[1028]: dbus-daemon[1028]: Successfully activated service 'org.a11y.atspi.Registry'
May 02 20:02:15 rdtw at-spi-bus-launcher[1050]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
May 02 20:02:39 rdtw systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 02 20:02:39 rdtw 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'
May 02 20:02:39 rdtw kernel: audit: type=1131 audit(1651546959.243:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:02:39 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:39 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:39 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:02:39 rdtw kernel: audit: type=1334 audit(1651546959.366:121): prog-id=0 op=UNLOAD
May 02 20:02:39 rdtw kernel: audit: type=1334 audit(1651546959.366:122): prog-id=0 op=UNLOAD
May 02 20:02:39 rdtw kernel: audit: type=1334 audit(1651546959.366:123): prog-id=0 op=UNLOAD
May 02 20:03:38 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.13' (uid=1000 pid=1136 comm="/usr/lib/firefox/firefox")
May 02 20:03:38 rdtw systemd[906]: Starting Portal service...
May 02 20:03:38 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.15' (uid=1000 pid=1188 comm="/usr/lib/xdg-desktop-portal")
May 02 20:03:38 rdtw systemd[906]: Starting flatpak document portal service...
May 02 20:03:38 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Activating via systemd: service name='org.freedesktop.impl.portal.PermissionStore' unit='xdg-permission-store.service' requested by ':1.16' (uid=1000 pid=1192 comm="/usr/lib/xdg-document-portal")
May 02 20:03:38 rdtw systemd[906]: Starting sandboxed app permission store...
May 02 20:03:38 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
May 02 20:03:38 rdtw systemd[906]: Started sandboxed app permission store.
May 02 20:03:38 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Successfully activated service 'org.freedesktop.portal.Documents'
May 02 20:03:38 rdtw systemd[906]: Started flatpak document portal service.
May 02 20:03:38 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.15' (uid=1000 pid=1188 comm="/usr/lib/xdg-desktop-portal")
May 02 20:03:38 rdtw systemd[906]: Starting Portal service (GTK/GNOME implementation)...
May 02 20:03:38 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
May 02 20:03:38 rdtw systemd[906]: Started Portal service (GTK/GNOME implementation).
May 02 20:03:38 rdtw dbus-daemon[615]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.16' (uid=1000 pid=1188 comm="/usr/lib/xdg-desktop-portal")
May 02 20:03:38 rdtw systemd[1]: Starting RealtimeKit Scheduling Policy Service...
May 02 20:03:38 rdtw dbus-daemon[615]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
May 02 20:03:38 rdtw systemd[1]: Started RealtimeKit Scheduling Policy Service.
May 02 20:03:38 rdtw 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'
May 02 20:03:38 rdtw rtkit-daemon[1212]: Successfully called chroot.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Successfully dropped privileges.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Successfully limited resources.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Canary thread running.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Watchdog thread running.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Running.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Supervising 0 threads of 0 processes of 0 users.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Supervising 0 threads of 0 processes of 0 users.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Supervising 0 threads of 0 processes of 0 users.
May 02 20:03:38 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.wlr' unit='xdg-desktop-portal-wlr.service' requested by ':1.15' (uid=1000 pid=1188 comm="/usr/lib/xdg-desktop-portal")
May 02 20:03:38 rdtw kernel: audit: type=1130 audit(1651547018.833:124): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:03:38 rdtw systemd[906]: Starting Portal service (wlroots implementation)...
May 02 20:03:38 rdtw systemd[906]: Started PipeWire Multimedia Service.
May 02 20:03:38 rdtw systemd[906]: Started Multimedia Service Session Manager.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Successfully made thread 1218 of process 1218 owned by '1000' high priority at nice level -11.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Supervising 1 threads of 1 processes of 1 users.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Successfully made thread 1217 of process 1217 owned by '1000' high priority at nice level -11.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Supervising 2 threads of 2 processes of 1 users.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Supervising 2 threads of 2 processes of 1 users.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Supervising 2 threads of 2 processes of 1 users.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Supervising 2 threads of 2 processes of 1 users.
May 02 20:03:38 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Successfully activated service 'org.freedesktop.impl.portal.desktop.wlr'
May 02 20:03:38 rdtw systemd[906]: Started Portal service (wlroots implementation).
May 02 20:03:38 rdtw rtkit-daemon[1212]: Successfully made thread 1219 of process 1218 owned by '1000' RT at priority 20.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Supervising 3 threads of 2 processes of 1 users.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Supervising 3 threads of 2 processes of 1 users.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Successfully made thread 1240 of process 1217 owned by '1000' RT at priority 20.
May 02 20:03:38 rdtw rtkit-daemon[1212]: Supervising 4 threads of 2 processes of 1 users.
May 02 20:03:38 rdtw dbus-daemon[990]: [session uid=1000 pid=990] Successfully activated service 'org.freedesktop.portal.Desktop'
May 02 20:03:38 rdtw systemd[906]: Started Portal service.
May 02 20:03:38 rdtw wireplumber[1218]: Failed to set scheduler settings: Operation not permitted
May 02 20:03:39 rdtw rtkit-daemon[1212]: Supervising 4 threads of 2 processes of 1 users.
May 02 20:03:39 rdtw rtkit-daemon[1212]: Supervising 4 threads of 2 processes of 1 users.
May 02 20:03:39 rdtw rtkit-daemon[1212]: Supervising 4 threads of 2 processes of 1 users.
May 02 20:03:39 rdtw rtkit-daemon[1212]: Supervising 4 threads of 2 processes of 1 users.
May 02 20:03:39 rdtw rtkit-daemon[1212]: Supervising 4 threads of 2 processes of 1 users.
May 02 20:03:39 rdtw rtkit-daemon[1212]: Supervising 4 threads of 2 processes of 1 users.
May 02 20:03:39 rdtw rtkit-daemon[1212]: Successfully made thread 1359 of process 1136 owned by '1000' RT at priority 10.
May 02 20:03:39 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:39 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:39 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:39 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:39 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:40 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:40 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:40 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:40 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:40 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:40 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:48 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:03:48 rdtw rtkit-daemon[1212]: Supervising 5 threads of 3 processes of 1 users.
May 02 20:04:50 rdtw dbus-daemon[615]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.35' (uid=0 pid=1656 comm="sshd: ronan [priv] ")
May 02 20:04:50 rdtw dbus-daemon[615]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 02 20:04:50 rdtw sshd[1656]: pam_systemd_home(sshd:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 02 20:04:50 rdtw audit[1656]: USER_ACCT pid=1656 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ronan" exe="/usr/bin/sshd" hostname=10.1.0.175 addr=10.1.0.175 terminal=ssh res=success'
May 02 20:04:50 rdtw sshd[1656]: Accepted publickey for ronan from 10.1.0.175 port 43522 ssh2: ED25519 SHA256:TSSw3GOjVV6eHu/25TX7hipTxvSaHnaLVXJLCNMAY6s
May 02 20:04:50 rdtw audit[1656]: CRED_ACQ pid=1656 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="ronan" exe="/usr/bin/sshd" hostname=10.1.0.175 addr=10.1.0.175 terminal=ssh res=success'
May 02 20:04:50 rdtw kernel: audit: type=1101 audit(1651547090.096:125): pid=1656 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ronan" exe="/usr/bin/sshd" hostname=10.1.0.175 addr=10.1.0.175 terminal=ssh res=success'
May 02 20:04:50 rdtw kernel: audit: type=1103 audit(1651547090.096:126): pid=1656 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="ronan" exe="/usr/bin/sshd" hostname=10.1.0.175 addr=10.1.0.175 terminal=ssh res=success'
May 02 20:04:50 rdtw kernel: audit: type=1006 audit(1651547090.096:127): pid=1656 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
May 02 20:04:50 rdtw kernel: audit: type=1300 audit(1651547090.096:127): arch=c000003e syscall=1 success=yes exit=4 a0=3 a1=7ffd262bd630 a2=4 a3=0 items=0 ppid=708 pid=1656 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="sshd" exe="/usr/bin/sshd" key=(null)
May 02 20:04:50 rdtw kernel: audit: type=1327 audit(1651547090.096:127): proctitle=737368643A20726F6E616E205B707269765D
May 02 20:04:50 rdtw audit[1656]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=3 a1=7ffd262bd630 a2=4 a3=0 items=0 ppid=708 pid=1656 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="sshd" exe="/usr/bin/sshd" key=(null)
May 02 20:04:50 rdtw audit: PROCTITLE proctitle=737368643A20726F6E616E205B707269765D
May 02 20:04:50 rdtw sshd[1656]: pam_unix(sshd:session): session opened for user ronan(uid=1000) by (uid=0)
May 02 20:04:50 rdtw systemd-logind[617]: New session 3 of user ronan.
May 02 20:04:50 rdtw systemd[1]: Started Session 3 of User ronan.
May 02 20:04:50 rdtw sshd[1656]: pam_env(sshd:session): deprecated reading of user environment enabled
May 02 20:04:50 rdtw audit[1656]: USER_START pid=1656 uid=0 auid=1000 ses=3 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="ronan" exe="/usr/bin/sshd" hostname=10.1.0.175 addr=10.1.0.175 terminal=ssh res=success'
May 02 20:04:50 rdtw audit[1658]: CRED_ACQ pid=1658 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="ronan" exe="/usr/bin/sshd" hostname=10.1.0.175 addr=10.1.0.175 terminal=ssh res=success'
May 02 20:04:50 rdtw kernel: audit: type=1105 audit(1651547090.113:128): pid=1656 uid=0 auid=1000 ses=3 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="ronan" exe="/usr/bin/sshd" hostname=10.1.0.175 addr=10.1.0.175 terminal=ssh res=success'
May 02 20:04:50 rdtw kernel: audit: type=1103 audit(1651547090.113:129): pid=1658 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="ronan" exe="/usr/bin/sshd" hostname=10.1.0.175 addr=10.1.0.175 terminal=ssh res=success'
May 02 20:08:21 rdtw dbus-daemon[615]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.38' (uid=0 pid=1744 comm="sudo modprobe btusb")
May 02 20:08:21 rdtw dbus-daemon[615]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 02 20:08:21 rdtw sudo[1744]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 02 20:08:27 rdtw audit[1744]: USER_AUTH pid=1744 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ronan" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
May 02 20:08:27 rdtw audit[1744]: USER_ACCT pid=1744 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ronan" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
May 02 20:08:27 rdtw sudo[1744]: ronan : TTY=pts/1 ; PWD=/home/ronan ; USER=root ; COMMAND=/usr/bin/modprobe btusb
May 02 20:08:27 rdtw audit[1744]: CRED_REFR pid=1744 uid=1000 auid=1000 ses=3 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'
May 02 20:08:27 rdtw audit[1744]: USER_START pid=1744 uid=1000 auid=1000 ses=3 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'
May 02 20:08:27 rdtw sudo[1744]: pam_unix(sudo:session): session opened for user root(uid=0) by ronan(uid=1000)
May 02 20:08:27 rdtw kernel: audit: type=1100 audit(1651547307.793:130): pid=1744 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ronan" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
May 02 20:08:27 rdtw kernel: audit: type=1101 audit(1651547307.793:131): pid=1744 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ronan" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
May 02 20:08:27 rdtw kernel: audit: type=1110 audit(1651547307.793:132): pid=1744 uid=1000 auid=1000 ses=3 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'
May 02 20:08:27 rdtw kernel: audit: type=1105 audit(1651547307.793:133): pid=1744 uid=1000 auid=1000 ses=3 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'
May 02 20:08:27 rdtw kernel: Bluetooth: Core ver 2.22
May 02 20:08:27 rdtw kernel: NET: Registered PF_BLUETOOTH protocol family
May 02 20:08:27 rdtw kernel: Bluetooth: HCI device and connection manager initialized
May 02 20:08:27 rdtw kernel: Bluetooth: HCI socket layer initialized
May 02 20:08:27 rdtw kernel: Bluetooth: L2CAP socket layer initialized
May 02 20:08:27 rdtw kernel: Bluetooth: SCO socket layer initialized
May 02 20:08:27 rdtw sudo[1744]: pam_unix(sudo:session): session closed for user root
May 02 20:08:27 rdtw audit[1744]: USER_END pid=1744 uid=1000 auid=1000 ses=3 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'
May 02 20:08:27 rdtw audit[1744]: CRED_DISP pid=1744 uid=1000 auid=1000 ses=3 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'
May 02 20:08:27 rdtw kernel: usbcore: registered new interface driver btusb
May 02 20:08:27 rdtw kernel: audit: type=1106 audit(1651547307.873:134): pid=1744 uid=1000 auid=1000 ses=3 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'
May 02 20:08:27 rdtw kernel: audit: type=1104 audit(1651547307.873:135): pid=1744 uid=1000 auid=1000 ses=3 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'
May 02 20:15:37 rdtw polkitd[890]: Registered Authentication Agent for unix-process:1840:82097 (system bus name :1.40 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 02 20:15:37 rdtw dbus-daemon[615]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.42' (uid=0 pid=1846 comm="/usr/lib/polkit-1/polkit-agent-helper-1 ronan")
May 02 20:15:37 rdtw dbus-daemon[615]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 02 20:15:37 rdtw polkit-agent-helper-1[1846]: pam_systemd_home(polkit-1:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 02 20:15:42 rdtw audit[1846]: USER_AUTH pid=1846 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ronan" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=rdtw addr=? terminal=pts/1 res=success'
May 02 20:15:42 rdtw audit[1846]: USER_ACCT pid=1846 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ronan" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
May 02 20:15:42 rdtw kernel: audit: type=1100 audit(1651547742.369:136): pid=1846 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ronan" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=rdtw addr=? terminal=pts/1 res=success'
May 02 20:15:42 rdtw kernel: audit: type=1101 audit(1651547742.369:137): pid=1846 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ronan" exe="/usr/lib/polkit-1/polkit-agent-helper-1" hostname=? addr=? terminal=? res=success'
May 02 20:15:42 rdtw polkitd[890]: Operator of unix-process:1840:82097 successfully authenticated as unix-user:ronan to gain ONE-SHOT authorization for action org.freedesktop.systemd1.manage-units for system-bus-name::1.41 [systemctl start bluetooth] (owned by unix-user:ronan)
May 02 20:15:42 rdtw systemd[1]: Starting Bluetooth service...
May 02 20:15:42 rdtw bluetoothd[1849]: Bluetooth daemon 5.64
May 02 20:15:42 rdtw systemd[1]: Started Bluetooth service.
May 02 20:15:42 rdtw 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'
May 02 20:15:42 rdtw bluetoothd[1849]: Starting SDP server
May 02 20:15:42 rdtw polkitd[890]: Unregistered Authentication Agent for unix-process:1840:82097 (system bus name :1.40, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
May 02 20:15:42 rdtw kernel: audit: type=1130 audit(1651547742.453:138): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:15:42 rdtw dbus-daemon[615]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.44' (uid=0 pid=1849 comm="/usr/lib/bluetooth/bluetoothd")
May 02 20:15:42 rdtw bluetoothd[1849]: Bluetooth management interface 1.21 initialized
May 02 20:15:42 rdtw kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
May 02 20:15:42 rdtw kernel: Bluetooth: BNEP filters: protocol multicast
May 02 20:15:42 rdtw kernel: Bluetooth: BNEP socket layer initialized
May 02 20:15:42 rdtw audit: BPF prog-id=35 op=LOAD
May 02 20:15:42 rdtw audit: BPF prog-id=36 op=LOAD
May 02 20:15:42 rdtw audit: BPF prog-id=37 op=LOAD
May 02 20:15:42 rdtw systemd[1]: Starting Hostname Service...
May 02 20:15:42 rdtw kernel: audit: type=1334 audit(1651547742.459:139): prog-id=35 op=LOAD
May 02 20:15:42 rdtw kernel: audit: type=1334 audit(1651547742.459:140): prog-id=36 op=LOAD
May 02 20:15:42 rdtw kernel: audit: type=1334 audit(1651547742.459:141): prog-id=37 op=LOAD
May 02 20:15:42 rdtw dbus-daemon[615]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 02 20:15:42 rdtw systemd[1]: Started Hostname Service.
May 02 20:15:42 rdtw 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'
May 02 20:15:42 rdtw kernel: audit: type=1130 audit(1651547742.476:142): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:16:12 rdtw systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 02 20:16:12 rdtw 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'
May 02 20:16:12 rdtw kernel: audit: type=1131 audit(1651547772.526:143): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
May 02 20:16:12 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:16:12 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:16:12 rdtw audit: BPF prog-id=0 op=UNLOAD
May 02 20:16:12 rdtw kernel: audit: type=1334 audit(1651547772.643:144): prog-id=0 op=UNLOAD
May 02 20:16:12 rdtw kernel: audit: type=1334 audit(1651547772.643:145): prog-id=0 op=UNLOAD
May 02 20:16:12 rdtw kernel: audit: type=1334 audit(1651547772.643:146): prog-id=0 op=UNLOAD
May 02 20:17:05 rdtw systemd[1]: Starting Cleanup of Temporary Directories...
May 02 20:17:05 rdtw systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
May 02 20:17:05 rdtw systemd[1]: Finished Cleanup of Temporary Directories.
May 02 20:17:05 rdtw 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'
May 02 20:17:05 rdtw 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'
May 02 20:17:05 rdtw kernel: audit: type=1130 audit(1651547825.343:147): 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'
May 02 20:17:05 rdtw kernel: audit: type=1131 audit(1651547825.343:148): 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'Last edited by Brocellous (2022-05-03 19:53:26)
Offline
3rd link below.
If it is *not* windows fast start you can try to mask pins 54 & 56 on the adapter, https://thecomputerperson.wordpress.com … -20-trick/
Offline
Yeah, so this is embarrassing but I found the problem. The bluetooth usb header was just not plugged in – it's an extra cable that comes with the card as the bluetooth doesn't use the pcie I guess. Thanks for the help, but this one is PEBKAC. Marking as solved...
Offline