You are not logged in.

#1 2021-06-16 13:16:48

Erubi
Member
Registered: 2021-06-16
Posts: 36

[SOLVED] MediaTek MT7921 no kernel driver

I installed ArchLinux last night. I was able to get ethernet working so I do have internet access, but I've been unable to get wifi to work. The wifi adapter does not show up in iwctl device list (actually it's completely empty). ip link only shows the loopback and the ethernet adapter.

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp4s0f3u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 00:05:1b:93:79:53 brd ff:ff:ff:ff:ff:ff

In lspci -k, it appears that my wifi adapter does have a kernel module but does not have a kernel driver loaded (02:00.0).

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir Root Complex
	Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir Root Complex
00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Renoir IOMMU
	Subsystem: Advanced Micro Devices, Inc. [AMD] Renoir IOMMU
00:01.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:01.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge
	Kernel driver in use: pcieport
00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:02.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge
	Kernel driver in use: pcieport
00:02.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe GPP Bridge
	Kernel driver in use: pcieport
00:08.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Renoir PCIe Dummy Host Bridge
00:08.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Renoir Internal PCIe GPP Bridge to Bus
	Kernel driver in use: pcieport
00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 51)
	Subsystem: ASUSTeK Computer Inc. Device 1722
	Kernel driver in use: piix4_smbus
	Kernel modules: i2c_piix4, sp5100_tco
00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 51)
	Subsystem: ASUSTeK Computer Inc. Device 1722
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 166a
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 166b
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 166c
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 166d
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 166e
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 166f
00:18.6 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1670
00:18.7 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1671
01:00.0 VGA compatible controller: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device 1722
	Kernel modules: nouveau
01:00.1 Audio device: NVIDIA Corporation Device 228e (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device 1722
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
02:00.0 Network controller: MEDIATEK Corp. Device 7961
	Subsystem: AzureWave Device 4680
	Kernel modules: mt7921e
03:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a809
	Subsystem: Samsung Electronics Co Ltd Device a801
	Kernel driver in use: nvme
04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne (rev c4)
	Subsystem: ASUSTeK Computer Inc. Device 1722
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu
04:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1637
	Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 1637
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
04:00.2 Encryption controller: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
	Subsystem: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) Platform Security Processor
	Kernel driver in use: ccp
	Kernel modules: ccp
04:00.3 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir USB 3.1
	Subsystem: ASUSTeK Computer Inc. Device 201f
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
04:00.4 USB controller: Advanced Micro Devices, Inc. [AMD] Renoir USB 3.1
	Subsystem: ASUSTeK Computer Inc. Device 201f
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
04:00.5 Multimedia controller: Advanced Micro Devices, Inc. [AMD] Raven/Raven2/FireFlight/Renoir Audio Processor (rev 01)
	Subsystem: ASUSTeK Computer Inc. Device 1f11
	Kernel modules: snd_pci_acp3x, snd_rn_pci_acp3x
04:00.6 Audio device: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 10h-1fh) HD Audio Controller
	Subsystem: ASUSTeK Computer Inc. Device 1f11
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

I've tried using modprobe mt76 but it doesn't appear to do anything.

Last edited by Erubi (2021-06-18 13:51:24)

Offline

#2 2021-06-16 13:48:24

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: [SOLVED] MediaTek MT7921 no kernel driver

Did you install linux-firmware?
Anything in dmesg?

Last edited by progandy (2021-06-16 13:49:32)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#3 2021-06-16 18:18:54

Erubi
Member
Registered: 2021-06-16
Posts: 36

Re: [SOLVED] MediaTek MT7921 no kernel driver

I believe I did install linux-firmware.

This is the output of dmesg

[    0.000000] Linux version 5.12.10-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Thu, 10 Jun 2021 16:34:50 +0000
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4e9340da-977c-41e6-8c5d-7970dca9a4ec rw loglevel=3 quiet
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009dbefff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009dbf000-0x000000000a000fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x00000000ebe0dfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ebe0e000-0x00000000ed327fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ed328000-0x00000000ed38bfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000ed38c000-0x00000000ed545fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ed546000-0x00000000edd42fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000edd43000-0x00000000eddfefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000eddff000-0x00000000eeffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ef000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000003ee33ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000003ee340000-0x000000040fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI=0xed52e000 ACPI 2.0=0xed52e014 TPMFinalLog=0xed4f9000 SMBIOS=0xedbdf000 SMBIOS 3.0=0xedbde000 ESRT=0xea867e98 
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: ASUSTeK COMPUTER INC. ROG Zephyrus G14 GA401QM_GA401QM/GA401QM, BIOS GA401QM.403 02/08/2021
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3293.735 MHz processor
[    0.000125] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000127] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000131] last_pfn = 0x3ee340 max_arch_pfn = 0x400000000
[    0.000921] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001147] e820: update [mem 0xf0000000-0xffffffff] usable ==> reserved
[    0.001153] last_pfn = 0xef000 max_arch_pfn = 0x400000000
[    0.003641] esrt: Reserving ESRT space from 0x00000000ea867e98 to 0x00000000ea867ed0.
[    0.003645] e820: update [mem 0xea867000-0xea867fff] usable ==> reserved
[    0.003656] check: Scanning 1 areas for low memory corruption
[    0.003659] Using GB pages for direct mapping
[    0.003930] Secure boot disabled
[    0.003930] RAMDISK: [mem 0x3705f000-0x37826fff]
[    0.003932] ACPI: Early table checksum verification disabled
[    0.003935] ACPI: RSDP 0x00000000ED52E014 000024 (v02 ALASKA)
[    0.003938] ACPI: XSDT 0x00000000ED52D728 000114 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003942] ACPI: FACP 0x00000000ED37D000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.003946] ACPI: DSDT 0x00000000ED370000 00CA26 (v02 ALASKA A M I    01072009 INTL 20190509)
[    0.003948] ACPI: FACS 0x00000000ED4F7000 000040
[    0.003949] ACPI: MSDM 0x00000000ED38B000 000055 (v03 ALASKA A M I    01072009 ASUS 00000001)
[    0.003951] ACPI: SSDT 0x00000000ED383000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
[    0.003952] ACPI: IVRS 0x00000000ED382000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
[    0.003954] ACPI: SSDT 0x00000000ED37E000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
[    0.003955] ACPI: FIDT 0x00000000ED36F000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003957] ACPI: ECDT 0x00000000ED36E000 0000C1 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.003958] ACPI: MCFG 0x00000000ED36D000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
[    0.003960] ACPI: HPET 0x00000000ED36C000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
[    0.003961] ACPI: SSDT 0x00000000ED366000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
[    0.003963] ACPI: CRAT 0x00000000ED365000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003964] ACPI: CDIT 0x00000000ED364000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
[    0.003966] ACPI: VFCT 0x00000000ED356000 00D884 (v01 ALASKA A M I    00000001 AMD  31504F47)
[    0.003967] ACPI: BGRT 0x00000000ED355000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003969] ACPI: TPM2 0x00000000ED354000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
[    0.003970] ACPI: SSDT 0x00000000ED353000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003971] ACPI: SSDT 0x00000000ED352000 00048C (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003973] ACPI: SSDT 0x00000000ED350000 001486 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003975] ACPI: SSDT 0x00000000ED34E000 0014F6 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003976] ACPI: SSDT 0x00000000ED34A000 003AA3 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003978] ACPI: SSDT 0x00000000ED346000 003756 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003979] ACPI: WSMT 0x00000000ED345000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.003980] ACPI: APIC 0x00000000ED344000 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.003982] ACPI: SSDT 0x00000000ED343000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003984] ACPI: SSDT 0x00000000ED342000 000917 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003985] ACPI: SSDT 0x00000000ED340000 00106F (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003986] ACPI: SSDT 0x00000000ED33F000 000241 (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003988] ACPI: SSDT 0x00000000ED33E000 00061B (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003989] ACPI: SSDT 0x00000000ED33D000 00064A (v01 AMD    AmdTable 00000001 INTL 20190509)
[    0.003991] ACPI: FPDT 0x00000000ED33C000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
[    0.003992] ACPI: Reserving FACP table memory at [mem 0xed37d000-0xed37d113]
[    0.003993] ACPI: Reserving DSDT table memory at [mem 0xed370000-0xed37ca25]
[    0.003993] ACPI: Reserving FACS table memory at [mem 0xed4f7000-0xed4f703f]
[    0.003994] ACPI: Reserving MSDM table memory at [mem 0xed38b000-0xed38b054]
[    0.003994] ACPI: Reserving SSDT table memory at [mem 0xed383000-0xed38a228]
[    0.003995] ACPI: Reserving IVRS table memory at [mem 0xed382000-0xed3821a3]
[    0.003995] ACPI: Reserving SSDT table memory at [mem 0xed37e000-0xed381a20]
[    0.003996] ACPI: Reserving FIDT table memory at [mem 0xed36f000-0xed36f09b]
[    0.003996] ACPI: Reserving ECDT table memory at [mem 0xed36e000-0xed36e0c0]
[    0.003997] ACPI: Reserving MCFG table memory at [mem 0xed36d000-0xed36d03b]
[    0.003997] ACPI: Reserving HPET table memory at [mem 0xed36c000-0xed36c037]
[    0.003998] ACPI: Reserving SSDT table memory at [mem 0xed366000-0xed36b353]
[    0.003998] ACPI: Reserving CRAT table memory at [mem 0xed365000-0xed365ee7]
[    0.003999] ACPI: Reserving CDIT table memory at [mem 0xed364000-0xed364028]
[    0.003999] ACPI: Reserving VFCT table memory at [mem 0xed356000-0xed363883]
[    0.004000] ACPI: Reserving BGRT table memory at [mem 0xed355000-0xed355037]
[    0.004000] ACPI: Reserving TPM2 table memory at [mem 0xed354000-0xed35404b]
[    0.004001] ACPI: Reserving SSDT table memory at [mem 0xed353000-0xed353148]
[    0.004001] ACPI: Reserving SSDT table memory at [mem 0xed352000-0xed35248b]
[    0.004002] ACPI: Reserving SSDT table memory at [mem 0xed350000-0xed351485]
[    0.004002] ACPI: Reserving SSDT table memory at [mem 0xed34e000-0xed34f4f5]
[    0.004003] ACPI: Reserving SSDT table memory at [mem 0xed34a000-0xed34daa2]
[    0.004003] ACPI: Reserving SSDT table memory at [mem 0xed346000-0xed349755]
[    0.004004] ACPI: Reserving WSMT table memory at [mem 0xed345000-0xed345027]
[    0.004004] ACPI: Reserving APIC table memory at [mem 0xed344000-0xed3440dd]
[    0.004005] ACPI: Reserving SSDT table memory at [mem 0xed343000-0xed34308c]
[    0.004005] ACPI: Reserving SSDT table memory at [mem 0xed342000-0xed342916]
[    0.004006] ACPI: Reserving SSDT table memory at [mem 0xed340000-0xed34106e]
[    0.004006] ACPI: Reserving SSDT table memory at [mem 0xed33f000-0xed33f240]
[    0.004007] ACPI: Reserving SSDT table memory at [mem 0xed33e000-0xed33e61a]
[    0.004007] ACPI: Reserving SSDT table memory at [mem 0xed33d000-0xed33d649]
[    0.004008] ACPI: Reserving FPDT table memory at [mem 0xed33c000-0xed33c043]
[    0.004014] ACPI: Local APIC address 0xfee00000
[    0.004053] No NUMA configuration found
[    0.004053] Faking a node at [mem 0x0000000000000000-0x00000003ee33ffff]
[    0.004056] NODE_DATA(0) allocated [mem 0x3ee33c000-0x3ee33ffff]
[    0.004076] Zone ranges:
[    0.004077]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.004078]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.004079]   Normal   [mem 0x0000000100000000-0x00000003ee33ffff]
[    0.004079]   Device   empty
[    0.004080] Movable zone start for each node
[    0.004080] Early memory node ranges
[    0.004081]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.004081]   node   0: [mem 0x0000000000100000-0x0000000009dbefff]
[    0.004082]   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
[    0.004082]   node   0: [mem 0x000000000a20f000-0x00000000ebe0dfff]
[    0.004083]   node   0: [mem 0x00000000eddff000-0x00000000eeffffff]
[    0.004083]   node   0: [mem 0x0000000100000000-0x00000003ee33ffff]
[    0.004085] Initmem setup node 0 [mem 0x0000000000001000-0x00000003ee33ffff]
[    0.004086] On node 0 totalpages: 4042909
[    0.004087]   DMA zone: 64 pages used for memmap
[    0.004087]   DMA zone: 24 pages reserved
[    0.004088]   DMA zone: 3999 pages, LIFO batch:0
[    0.004187]   DMA zone: 28769 pages in unavailable ranges
[    0.004188]   DMA32 zone: 15095 pages used for memmap
[    0.004189]   DMA32 zone: 966078 pages, LIFO batch:63
[    0.008601]   DMA32 zone: 12866 pages in unavailable ranges
[    0.008606]   Normal zone: 48013 pages used for memmap
[    0.008607]   Normal zone: 3072832 pages, LIFO batch:63
[    0.024217]   Normal zone: 7360 pages in unavailable ranges
[    0.024363] ACPI: PM-Timer IO Port: 0x808
[    0.024365] ACPI: Local APIC address 0xfee00000
[    0.024370] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.024381] IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
[    0.024385] IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
[    0.024387] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.024388] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.024389] ACPI: IRQ0 used by override.
[    0.024390] ACPI: IRQ9 used by override.
[    0.024391] Using ACPI (MADT) for SMP configuration information
[    0.024392] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.024400] e820: update [mem 0xe842f000-0xe848dfff] usable ==> reserved
[    0.024407] smpboot: Allowing 16 CPUs, 0 hotplug CPUs
[    0.024425] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.024426] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.024427] PM: hibernation: Registered nosave memory: [mem 0x09dbf000-0x0a000fff]
[    0.024428] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.024429] PM: hibernation: Registered nosave memory: [mem 0xe842f000-0xe848dfff]
[    0.024430] PM: hibernation: Registered nosave memory: [mem 0xea867000-0xea867fff]
[    0.024431] PM: hibernation: Registered nosave memory: [mem 0xebe0e000-0xed327fff]
[    0.024432] PM: hibernation: Registered nosave memory: [mem 0xed328000-0xed38bfff]
[    0.024432] PM: hibernation: Registered nosave memory: [mem 0xed38c000-0xed545fff]
[    0.024432] PM: hibernation: Registered nosave memory: [mem 0xed546000-0xedd42fff]
[    0.024433] PM: hibernation: Registered nosave memory: [mem 0xedd43000-0xeddfefff]
[    0.024434] PM: hibernation: Registered nosave memory: [mem 0xef000000-0xf7ffffff]
[    0.024434] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfcffffff]
[    0.024435] PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfdffffff]
[    0.024435] PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfeb7ffff]
[    0.024435] PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[    0.024436] PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.024436] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.024436] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.024437] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.024437] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.024437] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.024438] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.024438] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.024438] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc3fff]
[    0.024439] PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
[    0.024439] PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
[    0.024440] PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
[    0.024440] PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
[    0.024440] PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
[    0.024441] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
[    0.024441] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.024442] [mem 0xf8000000-0xfcffffff] available for PCI devices
[    0.024443] Booting paravirtualized kernel on bare hardware
[    0.024445] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.026908] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
[    0.027310] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
[    0.027314] pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
[    0.027315] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.027333] Built 1 zonelists, mobility grouping on.  Total pages: 3979713
[    0.027334] Policy zone: Normal
[    0.027335] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4e9340da-977c-41e6-8c5d-7970dca9a4ec rw loglevel=3 quiet
[    0.028573] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.029213] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.029247] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.053993] Memory: 15688956K/16171636K available (14344K kernel code, 2040K rwdata, 8988K rodata, 1652K init, 4372K bss, 482420K reserved, 0K cma-reserved)
[    0.054002] random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0
[    0.054065] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.054074] ftrace: allocating 41908 entries in 164 pages
[    0.066294] ftrace: allocated 164 pages with 3 groups
[    0.066454] rcu: Preemptible hierarchical RCU implementation.
[    0.066455] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.066457] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
[    0.066457] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.066459] 	Trampoline variant of Tasks RCU enabled.
[    0.066459] 	Rude variant of Tasks RCU enabled.
[    0.066459] 	Tracing variant of Tasks RCU enabled.
[    0.066459] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.066460] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[    0.068297] NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
[    0.068567] Console: colour dummy device 80x25
[    0.068575] printk: console [tty0] enabled
[    0.068585] ACPI: Core revision 20210105
[    0.068757] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.068773] APIC: Switch to symmetric I/O mode setup
[    0.069326] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
[    0.069327] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
[    0.069328] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
[    0.069328] AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
[    0.069551] Switched APIC routing to physical flat.
[    0.070117] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.085441] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7a2e003d4, max_idle_ns: 440795245925 ns
[    0.085443] Calibrating delay loop (skipped), value calculated using timer frequency.. 6590.94 BogoMIPS (lpj=10979116)
[    0.085445] pid_max: default: 32768 minimum: 301
[    0.088800] LSM: Security Framework initializing
[    0.088806] Yama: becoming mindful.
[    0.088814] LSM support for eBPF active
[    0.088861] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.088897] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[    0.089084] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.089094] LVT offset 1 assigned for vector 0xf9
[    0.089106] LVT offset 2 assigned for vector 0xf4
[    0.089109] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.089110] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.089112] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.089113] Spectre V2 : Mitigation: Full AMD retpoline
[    0.089114] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.089114] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.089115] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.089116] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.089117] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.089385] Freeing SMP alternatives memory: 36K
[    0.198046] smpboot: CPU0: AMD Ryzen 9 5900HS with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    0.198139] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.198143] ... version:                0
[    0.198143] ... bit width:              48
[    0.198144] ... generic registers:      6
[    0.198144] ... value mask:             0000ffffffffffff
[    0.198145] ... max period:             00007fffffffffff
[    0.198145] ... fixed-purpose events:   0
[    0.198145] ... event mask:             000000000000003f
[    0.198189] rcu: Hierarchical SRCU implementation.
[    0.198504] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.198614] smp: Bringing up secondary CPUs ...
[    0.198699] x86: Booting SMP configuration:
[    0.198700] .... node  #0, CPUs:        #1
[    0.198869] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.198932]   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
[    0.230921] smp: Brought up 1 node, 16 CPUs
[    0.230921] smpboot: Max logical packages: 1
[    0.230921] smpboot: Total of 16 processors activated (105441.16 BogoMIPS)
[    0.230921] devtmpfs: initialized
[    0.232147] x86/mm: Memory block size: 128MB
[    0.232546] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    0.232546] PM: Registering ACPI NVS region [mem 0xed38c000-0xed545fff] (1810432 bytes)
[    0.232546] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.232546] futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
[    0.232546] pinctrl core: initialized pinctrl subsystem
[    0.232546] PM: RTC time: 13:47:35, date: 2021-06-16
[    0.232546] NET: Registered protocol family 16
[    0.232546] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[    0.232603] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.232679] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.232685] audit: initializing netlink subsys (disabled)
[    0.232689] audit: type=2000 audit(1623851254.163:1): state=initialized audit_enabled=0 res=1
[    0.232689] thermal_sys: Registered thermal governor 'fair_share'
[    0.232689] thermal_sys: Registered thermal governor 'bang_bang'
[    0.232689] thermal_sys: Registered thermal governor 'step_wise'
[    0.232689] thermal_sys: Registered thermal governor 'user_space'
[    0.232689] thermal_sys: Registered thermal governor 'power_allocator'
[    0.232689] cpuidle: using governor ladder
[    0.232689] cpuidle: using governor menu
[    0.232689] ACPI: bus type PCI registered
[    0.232689] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.232689] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.232689] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.232689] PCI: Using configuration type 1 for base access
[    0.232858] Kprobes globally optimized
[    0.232860] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.232860] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.232860] ACPI: Added _OSI(Module Device)
[    0.232860] ACPI: Added _OSI(Processor Device)
[    0.232860] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.232860] ACPI: Added _OSI(Processor Aggregator Device)
[    0.232860] ACPI: Added _OSI(Linux-Dell-Video)
[    0.232860] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.232860] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.245525] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC0._S0W], AE_ALREADY_EXISTS (20210105/dswload2-326)
[    0.245530] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210105/psobject-220)
[    0.245531] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.245549] ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC1._S0W], AE_ALREADY_EXISTS (20210105/dswload2-326)
[    0.245551] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210105/psobject-220)
[    0.245552] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.245828] ACPI: 16 ACPI AML tables successfully acquired and loaded
[    0.246456] ACPI: EC: EC started
[    0.246456] ACPI: EC: interrupt blocked
[    0.246814] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.246814] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.247190] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.249802] ACPI: Interpreter enabled
[    0.249812] ACPI: (supports S0 S4 S5)
[    0.249813] ACPI: Using IOAPIC for interrupt routing
[    0.249973] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.250508] ACPI: PM: Power Resource [PG00] (on)
[    0.251134] ACPI: PM: Power Resource [P0U0] (on)
[    0.251187] ACPI: PM: Power Resource [P3U0] (off)
[    0.251462] ACPI: PM: Power Resource [P0U1] (on)
[    0.251514] ACPI: PM: Power Resource [P3U1] (off)
[    0.252299] ACPI: PM: Power Resource [P0NV] (on)
[    0.254375] ACPI: PM: Power Resource [PRWL] (on)
[    0.254846] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.254850] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.254966] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
[    0.255076] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.255084] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.255305] PCI host bridge to bus 0000:00
[    0.255306] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.255307] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.255308] pci_bus 0000:00: root bus resource [io  0x0d00-0xefff window]
[    0.255309] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.255309] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
[    0.255310] pci_bus 0000:00: root bus resource [mem 0x410000000-0xffffffffff window]
[    0.255311] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.255319] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.255395] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.255478] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.255539] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.255606] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.255654] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.255716] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.255781] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.255827] pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
[    0.255846] pci 0000:00:02.4: enabling Extended Tags
[    0.255874] pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
[    0.255940] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.256001] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.256019] pci 0000:00:08.1: enabling Extended Tags
[    0.256045] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.256128] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.256236] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.256347] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[    0.256386] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[    0.256426] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[    0.256465] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[    0.256504] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[    0.256544] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[    0.256585] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[    0.256625] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[    0.256717] pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
[    0.256725] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.256731] pci 0000:01:00.0: reg 0x14: [mem 0xfc00000000-0xfdffffffff 64bit pref]
[    0.256738] pci 0000:01:00.0: reg 0x1c: [mem 0xfe00000000-0xfe01ffffff 64bit pref]
[    0.256742] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.256746] pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.256793] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.256857] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.257059] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.257067] pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.257163] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.257165] pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
[    0.257167] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.257169] pci 0000:00:01.1:   bridge window [mem 0xfc00000000-0xfe01ffffff 64bit pref]
[    0.257214] pci 0000:02:00.0: [14c3:7961] type 00 class 0x028000
[    0.257232] pci 0000:02:00.0: reg 0x10: [mem 0xfe20300000-0xfe203fffff 64bit pref]
[    0.257243] pci 0000:02:00.0: reg 0x18: [mem 0xfe20400000-0xfe20403fff 64bit pref]
[    0.257253] pci 0000:02:00.0: reg 0x20: [mem 0xfe20404000-0xfe20404fff 64bit pref]
[    0.257321] pci 0000:02:00.0: supports D1 D2
[    0.257322] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.257405] pci 0000:00:02.2: PCI bridge to [bus 02]
[    0.257410] pci 0000:00:02.2:   bridge window [mem 0xfe20300000-0xfe204fffff 64bit pref]
[    0.257483] pci 0000:03:00.0: [144d:a809] type 00 class 0x010802
[    0.257499] pci 0000:03:00.0: reg 0x10: [mem 0xfc600000-0xfc603fff 64bit]
[    0.257663] pci 0000:00:02.4: PCI bridge to [bus 03]
[    0.257667] pci 0000:00:02.4:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.257717] pci 0000:04:00.0: [1002:1638] type 00 class 0x030000
[    0.257727] pci 0000:04:00.0: reg 0x10: [mem 0xfe10000000-0xfe1fffffff 64bit pref]
[    0.257733] pci 0000:04:00.0: reg 0x18: [mem 0xfe20000000-0xfe201fffff 64bit pref]
[    0.257737] pci 0000:04:00.0: reg 0x20: [io  0xd000-0xd0ff]
[    0.257742] pci 0000:04:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
[    0.257750] pci 0000:04:00.0: enabling Extended Tags
[    0.257758] pci 0000:04:00.0: BAR 0: assigned to efifb
[    0.257791] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.257821] pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.257858] pci 0000:04:00.1: [1002:1637] type 00 class 0x040300
[    0.257864] pci 0000:04:00.1: reg 0x10: [mem 0xfc5c8000-0xfc5cbfff]
[    0.257883] pci 0000:04:00.1: enabling Extended Tags
[    0.257907] pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
[    0.257948] pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
[    0.257959] pci 0000:04:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
[    0.257967] pci 0000:04:00.2: reg 0x24: [mem 0xfc5cc000-0xfc5cdfff]
[    0.257973] pci 0000:04:00.2: enabling Extended Tags
[    0.258035] pci 0000:04:00.3: [1022:1639] type 00 class 0x0c0330
[    0.258045] pci 0000:04:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    0.258066] pci 0000:04:00.3: enabling Extended Tags
[    0.258091] pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
[    0.258132] pci 0000:04:00.4: [1022:1639] type 00 class 0x0c0330
[    0.258141] pci 0000:04:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.258162] pci 0000:04:00.4: enabling Extended Tags
[    0.258187] pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
[    0.258227] pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
[    0.258233] pci 0000:04:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
[    0.258252] pci 0000:04:00.5: enabling Extended Tags
[    0.258277] pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
[    0.258316] pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
[    0.258323] pci 0000:04:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
[    0.258347] pci 0000:04:00.6: enabling Extended Tags
[    0.258371] pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
[    0.258424] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.258426] pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
[    0.258427] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.258430] pci 0000:00:08.1:   bridge window [mem 0xfe10000000-0xfe201fffff 64bit pref]
[    0.259058] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[    0.259095] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[    0.259127] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[    0.259166] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[    0.259201] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.259233] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.259262] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.259292] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.259924] ACPI: EC: interrupt unblocked
[    0.259925] ACPI: EC: event unblocked
[    0.259935] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.259935] ACPI: EC: GPE=0x3
[    0.259936] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
[    0.259937] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[    0.259966] iommu: Default domain type: Translated 
[    0.260001] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.260001] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.260001] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.260001] pci 0000:04:00.0: vgaarb: bridge control possible
[    0.260001] pci 0000:04:00.0: vgaarb: setting as boot device
[    0.260001] vgaarb: loaded
[    0.260001] SCSI subsystem initialized
[    0.260001] libata version 3.00 loaded.
[    0.260001] ACPI: bus type USB registered
[    0.260001] usbcore: registered new interface driver usbfs
[    0.260001] usbcore: registered new interface driver hub
[    0.260001] usbcore: registered new device driver usb
[    0.260260] pps_core: LinuxPPS API ver. 1 registered
[    0.260261] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.260262] PTP clock support registered
[    0.260266] EDAC MC: Ver: 3.0.0
[    0.260341] Registered efivars operations
[    0.262151] NetLabel: Initializing
[    0.262151] NetLabel:  domain hash size = 128
[    0.262152] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.262158] NetLabel:  unlabeled traffic allowed by default
[    0.262160] PCI: Using ACPI for IRQ routing
[    0.266318] PCI: pci_cache_line_size set to 64 bytes
[    0.266386] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[    0.266387] e820: reserve RAM buffer [mem 0x09dbf000-0x0bffffff]
[    0.266389] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.266389] e820: reserve RAM buffer [mem 0xe842f000-0xebffffff]
[    0.266390] e820: reserve RAM buffer [mem 0xea867000-0xebffffff]
[    0.266390] e820: reserve RAM buffer [mem 0xebe0e000-0xebffffff]
[    0.266391] e820: reserve RAM buffer [mem 0xef000000-0xefffffff]
[    0.266391] e820: reserve RAM buffer [mem 0x3ee340000-0x3efffffff]
[    0.266394] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.266394] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.268779] clocksource: Switched to clocksource tsc-early
[    0.273145] VFS: Disk quotas dquot_6.6.0
[    0.273155] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.273198] pnp: PnP ACPI init
[    0.273254] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.273259] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.273372] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.273524] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    0.273526] system 00:02: [io  0x040b] has been reserved
[    0.273526] system 00:02: [io  0x04d6] has been reserved
[    0.273527] system 00:02: [io  0x0c00-0x0c01] has been reserved
[    0.273528] system 00:02: [io  0x0c14] has been reserved
[    0.273528] system 00:02: [io  0x0c50-0x0c51] has been reserved
[    0.273529] system 00:02: [io  0x0c52] has been reserved
[    0.273529] system 00:02: [io  0x0c6c] has been reserved
[    0.273530] system 00:02: [io  0x0c6f] has been reserved
[    0.273531] system 00:02: [io  0x0cd8-0x0cdf] has been reserved
[    0.273531] system 00:02: [io  0x0800-0x089f] has been reserved
[    0.273532] system 00:02: [io  0x0b00-0x0b0f] has been reserved
[    0.273532] system 00:02: [io  0x0b20-0x0b3f] has been reserved
[    0.273533] system 00:02: [io  0x0900-0x090f] has been reserved
[    0.273533] system 00:02: [io  0x0910-0x091f] has been reserved
[    0.273535] system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.273536] system 00:02: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.273537] system 00:02: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.273538] system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.273539] system 00:02: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.273540] system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.273541] system 00:02: [mem 0xff000000-0xffffffff] has been reserved
[    0.273542] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.273968] pnp: PnP ACPI: found 3 devices
[    0.279349] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.279399] NET: Registered protocol family 2
[    0.279598] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.280770] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.280860] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.280983] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.281037] TCP: Hash tables configured (established 131072 bind 65536)
[    0.281093] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[    0.281130] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.281166] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[    0.281206] NET: Registered protocol family 1
[    0.281209] NET: Registered protocol family 44
[    0.281212] pci 0000:00:02.2: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.281214] pci 0000:00:02.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.281218] pci 0000:00:02.2: BAR 14: assigned [mem 0xf8000000-0xf81fffff]
[    0.281220] pci 0000:00:02.2: BAR 13: assigned [io  0x1000-0x1fff]
[    0.281221] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.281222] pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
[    0.281225] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.281226] pci 0000:00:01.1:   bridge window [mem 0xfc00000000-0xfe01ffffff 64bit pref]
[    0.281229] pci 0000:00:02.2: PCI bridge to [bus 02]
[    0.281230] pci 0000:00:02.2:   bridge window [io  0x1000-0x1fff]
[    0.281232] pci 0000:00:02.2:   bridge window [mem 0xf8000000-0xf81fffff]
[    0.281233] pci 0000:00:02.2:   bridge window [mem 0xfe20300000-0xfe204fffff 64bit pref]
[    0.281236] pci 0000:00:02.4: PCI bridge to [bus 03]
[    0.281238] pci 0000:00:02.4:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.281241] pci 0000:00:08.1: PCI bridge to [bus 04]
[    0.281242] pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
[    0.281244] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.281246] pci 0000:00:08.1:   bridge window [mem 0xfe10000000-0xfe201fffff 64bit pref]
[    0.281248] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.281249] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.281250] pci_bus 0000:00: resource 6 [io  0x0d00-0xefff window]
[    0.281251] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
[    0.281251] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfcffffff window]
[    0.281252] pci_bus 0000:00: resource 9 [mem 0x410000000-0xffffffffff window]
[    0.281253] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.281253] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.281254] pci_bus 0000:01: resource 2 [mem 0xfc00000000-0xfe01ffffff 64bit pref]
[    0.281255] pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
[    0.281255] pci_bus 0000:02: resource 1 [mem 0xf8000000-0xf81fffff]
[    0.281256] pci_bus 0000:02: resource 2 [mem 0xfe20300000-0xfe204fffff 64bit pref]
[    0.281257] pci_bus 0000:03: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.281257] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.281258] pci_bus 0000:04: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.281259] pci_bus 0000:04: resource 2 [mem 0xfe10000000-0xfe201fffff 64bit pref]
[    0.281325] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.281374] pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
[    0.281510] PCI: CLS 64 bytes, default 64
[    0.281530] Trying to unpack rootfs image as initramfs...
[    0.309709] Freeing initrd memory: 7968K
[    0.309721] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.309802] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.309803] pci 0000:00:00.2: PCI INT A: not connected
[    0.309823] pci 0000:00:01.0: Adding to iommu group 0
[    0.309829] pci 0000:00:01.1: Adding to iommu group 1
[    0.309837] pci 0000:00:02.0: Adding to iommu group 2
[    0.309844] pci 0000:00:02.2: Adding to iommu group 3
[    0.309849] pci 0000:00:02.4: Adding to iommu group 4
[    0.309855] pci 0000:00:08.0: Adding to iommu group 5
[    0.309859] pci 0000:00:08.1: Adding to iommu group 5
[    0.309867] pci 0000:00:14.0: Adding to iommu group 6
[    0.309871] pci 0000:00:14.3: Adding to iommu group 6
[    0.309885] pci 0000:00:18.0: Adding to iommu group 7
[    0.309889] pci 0000:00:18.1: Adding to iommu group 7
[    0.309893] pci 0000:00:18.2: Adding to iommu group 7
[    0.309897] pci 0000:00:18.3: Adding to iommu group 7
[    0.309901] pci 0000:00:18.4: Adding to iommu group 7
[    0.309906] pci 0000:00:18.5: Adding to iommu group 7
[    0.309910] pci 0000:00:18.6: Adding to iommu group 7
[    0.309914] pci 0000:00:18.7: Adding to iommu group 7
[    0.309923] pci 0000:01:00.0: Adding to iommu group 8
[    0.309929] pci 0000:01:00.1: Adding to iommu group 8
[    0.309934] pci 0000:02:00.0: Adding to iommu group 9
[    0.309940] pci 0000:03:00.0: Adding to iommu group 10
[    0.309947] pci 0000:04:00.0: Adding to iommu group 5
[    0.309950] pci 0000:04:00.1: Adding to iommu group 5
[    0.309953] pci 0000:04:00.2: Adding to iommu group 5
[    0.309955] pci 0000:04:00.3: Adding to iommu group 5
[    0.309959] pci 0000:04:00.4: Adding to iommu group 5
[    0.309961] pci 0000:04:00.5: Adding to iommu group 5
[    0.309964] pci 0000:04:00.6: Adding to iommu group 5
[    0.310800] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.310800] pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
[    0.310802]  PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.310805] AMD-Vi: Interrupt remapping enabled
[    0.310806] AMD-Vi: Virtual APIC enabled
[    0.310806] AMD-Vi: X2APIC enabled
[    0.310908] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.311303] amd_uncore: 4  amd_df counters detected
[    0.311306] amd_uncore: 6  amd_l3 counters detected
[    0.311634] LVT offset 0 assigned for vector 0x400
[    0.311796] perf: AMD IBS detected (0x000003ff)
[    0.311804] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.312751] check: Scanning for low memory corruption every 60 seconds
[    0.312953] Initialise system trusted keyrings
[    0.312960] Key type blacklist registered
[    0.312984] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[    0.313428] zbud: loaded
[    0.315952] Key type asymmetric registered
[    0.315954] Asymmetric key parser 'x509' registered
[    0.315957] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.315991] io scheduler mq-deadline registered
[    0.315992] io scheduler kyber registered
[    0.316001] io scheduler bfq registered
[    0.316196] pcieport 0000:00:01.1: PME: Signaling with IRQ 26
[    0.316212] pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.316302] pcieport 0000:00:02.2: PME: Signaling with IRQ 27
[    0.316311] pcieport 0000:00:02.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
[    0.316388] pcieport 0000:00:02.4: PME: Signaling with IRQ 28
[    0.316454] pcieport 0000:00:08.1: PME: Signaling with IRQ 29
[    0.316503] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.316517] efifb: probing for efifb
[    0.316539] efifb: showing boot graphics
[    0.339895] efifb: framebuffer at 0xfe10000000, using 8128k, total 8128k
[    0.339896] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.339897] efifb: scrolling: redraw
[    0.339897] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.339990] fbcon: Deferring console take-over
[    0.339991] fb0: EFI VGA frame buffer device
[    0.341966] ACPI: AC: AC Adapter [AC0] (on-line)
[    0.341996] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/PNP0C09:00/PNP0C0D:00/input/input0
[    0.342006] ACPI: button: Lid Switch [LID]
[    0.342018] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    0.342025] ACPI: button: Power Button [PWRB]
[    0.342037] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[    0.342043] ACPI: button: Sleep Button [SLPB]
[    0.342081] Monitor-Mwait will be used to enter C-1 state
[    0.342087] ACPI: \_SB_.PLTF.P000: Found 3 idle states
[    0.342231] ACPI: \_SB_.PLTF.P001: Found 3 idle states
[    0.342296] ACPI: \_SB_.PLTF.P002: Found 3 idle states
[    0.342620] ACPI: \_SB_.PLTF.P003: Found 3 idle states
[    0.343464] ACPI: \_SB_.PLTF.P004: Found 3 idle states
[    0.343618] ACPI: \_SB_.PLTF.P005: Found 3 idle states
[    0.343724] ACPI: \_SB_.PLTF.P006: Found 3 idle states
[    0.343898] ACPI: \_SB_.PLTF.P007: Found 3 idle states
[    0.343995] ACPI: \_SB_.PLTF.P008: Found 3 idle states
[    0.344154] ACPI: \_SB_.PLTF.P009: Found 3 idle states
[    0.344266] ACPI: \_SB_.PLTF.P00A: Found 3 idle states
[    0.344407] ACPI: \_SB_.PLTF.P00B: Found 3 idle states
[    0.344547] ACPI: \_SB_.PLTF.P00C: Found 3 idle states
[    0.344694] ACPI: \_SB_.PLTF.P00D: Found 3 idle states
[    0.344768] ACPI: \_SB_.PLTF.P00E: Found 3 idle states
[    0.344852] ACPI: \_SB_.PLTF.P00F: Found 3 idle states
[    0.345440] ACPI: \_TZ_.THRM: Invalid passive threshold
[    0.345610] thermal LNXTHERM:00: registered as thermal_zone0
[    0.345611] ACPI: thermal: Thermal Zone [THRM] (69 C)
[    0.345768] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.346621] Non-volatile memory driver v1.3
[    0.346623] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.347050] ACPI: battery: Slot [BAT0] (battery present)
[    0.347819] nvme nvme0: pci function 0000:03:00.0
[    0.347867] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.347873] ehci-pci: EHCI PCI platform driver
[    0.347882] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.347883] ohci-pci: OHCI PCI platform driver
[    0.347886] uhci_hcd: USB Universal Host Controller Interface driver
[    0.347912] usbcore: registered new interface driver usbserial_generic
[    0.347915] usbserial: USB Serial support registered for generic
[    0.348026] rtc_cmos 00:01: RTC can wake from S4
[    0.348189] rtc_cmos 00:01: registered as rtc0
[    0.348260] rtc_cmos 00:01: setting system clock to 2021-06-16T13:47:35 UTC (1623851255)
[    0.348280] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.348514] ledtrig-cpu: registered to indicate activity on CPUs
[    0.348589] hid: raw HID events driver (C) Jiri Kosina
[    0.348670] drop_monitor: Initializing network drop monitor service
[    0.348703] Initializing XFRM netlink socket
[    0.348751] NET: Registered protocol family 10
[    0.352304] Segment Routing with IPv6
[    0.352307] RPL Segment Routing with IPv6
[    0.352328] NET: Registered protocol family 17
[    0.353164] microcode: CPU0: patch_level=0x0a50000b
[    0.353179] microcode: CPU1: patch_level=0x0a50000b
[    0.353189] microcode: CPU2: patch_level=0x0a50000b
[    0.353202] microcode: CPU3: patch_level=0x0a50000b
[    0.353211] microcode: CPU4: patch_level=0x0a50000b
[    0.353223] microcode: CPU5: patch_level=0x0a50000b
[    0.353227] microcode: CPU6: patch_level=0x0a50000b
[    0.353235] microcode: CPU7: patch_level=0x0a50000b
[    0.353245] microcode: CPU8: patch_level=0x0a50000b
[    0.353262] microcode: CPU9: patch_level=0x0a50000b
[    0.353273] microcode: CPU10: patch_level=0x0a50000b
[    0.353285] microcode: CPU11: patch_level=0x0a50000b
[    0.353297] microcode: CPU12: patch_level=0x0a50000b
[    0.353310] microcode: CPU13: patch_level=0x0a50000b
[    0.353320] microcode: CPU14: patch_level=0x0a50000b
[    0.353334] microcode: CPU15: patch_level=0x0a50000b
[    0.353339] microcode: Microcode Update Driver: v2.2.
[    0.353549] resctrl: L3 allocation detected
[    0.353552] resctrl: L3DATA allocation detected
[    0.353553] resctrl: L3CODE allocation detected
[    0.353553] resctrl: MB allocation detected
[    0.353553] resctrl: L3 monitoring detected
[    0.353557] IPI shorthand broadcast: enabled
[    0.353566] sched_clock: Marking stable (353238005, 298212)->(358335595, -4799378)
[    0.353727] registered taskstats version 1
[    0.353737] Loading compiled-in X.509 certificates
[    0.355598] Loaded X.509 cert 'Build time autogenerated kernel key: ea0ee805a2c6c86d455253c0652fc214f025a1e6'
[    0.356000] zswap: loaded using pool lz4/z3fold
[    0.356328] Key type ._fscrypt registered
[    0.356329] Key type .fscrypt registered
[    0.356330] Key type fscrypt-provisioning registered
[    0.356748] PM:   Magic number: 9:815:786
[    0.356920] RAS: Correctable Errors collector initialized.
[    0.363567] nvme nvme0: Shutdown timeout set to 8 seconds
[    0.388236] nvme nvme0: allocated 64 MiB host memory buffer.
[    0.438296] nvme nvme0: 12/0/0 default/read/poll queues
[    0.451878]  nvme0n1: p1 p2 p3 p4 p5 p6 p7
[    0.452953] Freeing unused decrypted memory: 2036K
[    0.453159] Freeing unused kernel image (initmem) memory: 1652K
[    0.463542] Write protecting the kernel read-only data: 26624k
[    0.464207] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    0.464631] Freeing unused kernel image (rodata/data gap) memory: 1252K
[    0.485856] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.485861] rodata_test: all tests were successful
[    0.485865] Run /init as init process
[    0.485865]   with arguments:
[    0.485866]     /init
[    0.485866]   with environment:
[    0.485867]     HOME=/
[    0.485867]     TERM=linux
[    0.485867]     BOOT_IMAGE=/boot/vmlinuz-linux
[    0.499212] fbcon: Taking over console
[    0.499265] Console: switching to colour frame buffer device 240x67
[    0.568826] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.569442] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    0.569453] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
[    0.569553] xhci_hcd 0000:04:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
[    0.569800] acpi device:12: registered as cooling_device16
[    0.569806] acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
[    0.569840] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/LNXVIDEO:00/input/input3
[    0.569952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    0.569955] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.569957] usb usb1: Product: xHCI Host Controller
[    0.569958] usb usb1: Manufacturer: Linux 5.12.10-arch1-1 xhci-hcd
[    0.569959] usb usb1: SerialNumber: 0000:04:00.3
[    0.570146] hub 1-0:1.0: USB hub found
[    0.570156] hub 1-0:1.0: 4 ports detected
[    0.570848] xhci_hcd 0000:04:00.3: xHCI Host Controller
[    0.570863] xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
[    0.570870] xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    0.570891] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.570903] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[    0.570905] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.570906] usb usb2: Product: xHCI Host Controller
[    0.570906] usb usb2: Manufacturer: Linux 5.12.10-arch1-1 xhci-hcd
[    0.570907] usb usb2: SerialNumber: 0000:04:00.3
[    0.571038] hub 2-0:1.0: USB hub found
[    0.571047] hub 2-0:1.0: 2 ports detected
[    0.571647] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    0.571678] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
[    0.571841] xhci_hcd 0000:04:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
[    0.572493] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
[    0.572500] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.572503] usb usb3: Product: xHCI Host Controller
[    0.572504] usb usb3: Manufacturer: Linux 5.12.10-arch1-1 xhci-hcd
[    0.572505] usb usb3: SerialNumber: 0000:04:00.4
[    0.572772] hub 3-0:1.0: USB hub found
[    0.572821] hub 3-0:1.0: 4 ports detected
[    0.573565] xhci_hcd 0000:04:00.4: xHCI Host Controller
[    0.573594] xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
[    0.573608] xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    0.573651] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    0.573671] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
[    0.573672] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.573674] usb usb4: Product: xHCI Host Controller
[    0.573674] usb usb4: Manufacturer: Linux 5.12.10-arch1-1 xhci-hcd
[    0.573675] usb usb4: SerialNumber: 0000:04:00.4
[    0.573843] hub 4-0:1.0: USB hub found
[    0.573849] hub 4-0:1.0: 2 ports detected
[    0.637758] EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    0.667169] random: fast init done
[    0.737960] systemd[1]: systemd 248.3-2-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 +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    0.738017] systemd[1]: Detected architecture x86-64.
[    0.738557] systemd[1]: Hostname set to <Terasloppy>.
[    0.768905] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    0.818338] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    0.821642] usb 3-3: new full-speed USB device number 2 using xhci_hcd
[    0.823077] systemd[1]: Queued start job for default target Graphical Interface.
[    0.824297] systemd[1]: Created slice system-getty.slice.
[    0.824437] systemd[1]: Created slice system-modprobe.slice.
[    0.824622] systemd[1]: Created slice system-netctl.slice.
[    0.824776] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    0.824859] systemd[1]: Created slice User and Session Slice.
[    0.824898] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    0.824918] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    0.825044] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    0.825079] systemd[1]: Reached target Local Encrypted Volumes.
[    0.825097] systemd[1]: Reached target Paths.
[    0.825104] systemd[1]: Reached target Remote File Systems.
[    0.825108] systemd[1]: Reached target Slices.
[    0.825121] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    0.825175] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    0.825239] systemd[1]: Listening on LVM2 poll daemon socket.
[    0.826011] systemd[1]: Listening on Process Core Dump Socket.
[    0.826111] systemd[1]: Listening on Journal Audit Socket.
[    0.826172] systemd[1]: Listening on Journal Socket (/dev/log).
[    0.826240] systemd[1]: Listening on Journal Socket.
[    0.826598] systemd[1]: Listening on udev Control Socket.
[    0.826666] systemd[1]: Listening on udev Kernel Socket.
[    0.827137] systemd[1]: Mounting Huge Pages File System...
[    0.827710] systemd[1]: Mounting POSIX Message Queue File System...
[    0.828261] systemd[1]: Mounting Kernel Debug File System...
[    0.828904] systemd[1]: Mounting Kernel Trace File System...
[    0.829498] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    0.830042] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    0.830658] systemd[1]: Starting Load Kernel Module configfs...
[    0.831231] systemd[1]: Starting Load Kernel Module drm...
[    0.831855] systemd[1]: Starting Load Kernel Module fuse...
[    0.832310] random: lvm: uninitialized urandom read (4 bytes read)
[    0.833082] systemd[1]: Starting Set Up Additional Binary Formats...
[    0.833145] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    0.834308] systemd[1]: Starting Journal Service...
[    0.835516] Linux agpgart interface v0.103
[    0.835798] systemd[1]: Starting Load Kernel Modules...
[    0.836688] systemd[1]: Starting Remount Root and Kernel File Systems...
[    0.836736] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    0.837464] systemd[1]: Starting Coldplug All udev Devices...
[    0.838520] systemd[1]: Mounted Huge Pages File System.
[    0.838586] systemd[1]: Mounted POSIX Message Queue File System.
[    0.838622] systemd[1]: Mounted Kernel Debug File System.
[    0.838656] systemd[1]: Mounted Kernel Trace File System.
[    0.838844] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    0.839095] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    0.839200] systemd[1]: Finished Load Kernel Module configfs.
[    0.839340] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 308 (systemd-binfmt)
[    0.840101] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    0.840993] fuse: init (API version 7.33)
[    0.841278] EXT4-fs (nvme0n1p7): re-mounted. Opts: stripe=32. Quota mode: none.
[    0.841499] systemd[1]: Mounting Kernel Configuration File System...
[    0.842103] Asymmetric key parser 'pkcs8' registered
[    0.842968] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    0.843207] systemd[1]: Finished Load Kernel Module fuse.
[    0.843258] audit: type=1130 audit(1623851255.993:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.843262] audit: type=1131 audit(1623851255.993:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.843735] systemd[1]: Finished Load Kernel Modules.
[    0.843776] audit: type=1130 audit(1623851255.993:4): 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'
[    0.843977] systemd[1]: Finished Remount Root and Kernel File Systems.
[    0.844020] audit: type=1130 audit(1623851255.993:5): 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'
[    0.844111] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    0.844171] systemd[1]: Mounted Kernel Configuration File System.
[    0.844701] systemd[1]: Activating swap /swapfile...
[    0.845434] systemd[1]: Mounting FUSE Control File System...
[    0.845502] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    0.845973] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    0.846621] systemd[1]: Starting Load/Save Random Seed...
[    0.847342] systemd[1]: Starting Apply Kernel Variables...
[    0.848112] systemd[1]: Starting Create System Users...
[    0.849186] systemd[1]: Finished Set Up Additional Binary Formats.
[    0.849241] audit: type=1130 audit(1623851256.000:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.849981] systemd[1]: Mounted FUSE Control File System.
[    0.853156] systemd[1]: Finished Apply Kernel Variables.
[    0.853212] audit: type=1130 audit(1623851256.003:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.856633] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    0.856784] systemd[1]: Finished Load Kernel Module drm.
[    0.856834] audit: type=1130 audit(1623851256.006:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.856837] audit: type=1131 audit(1623851256.006:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.860249] systemd[1]: Finished Create System Users.
[    0.860291] audit: type=1130 audit(1623851256.010:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    0.860901] systemd[1]: Starting Create Static Device Nodes in /dev...
[    0.860980] systemd[1]: Started Journal Service.
[    0.864746] systemd-journald[309]: Received client request to flush runtime journal.
[    0.871679] Adding 8388604k swap on /swapfile.  Priority:-2 extents:5 across:8921084k SSFS
[    0.934205] input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4
[    0.978764] input: PC Speaker as /devices/platform/pcspkr/input/input5
[    0.978773] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xff00, revision 15
[    0.978777] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    0.978844] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xff20
[    0.979647] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    0.979650] RAPL PMU: hw unit of domain package 2^-16 Joules
[    0.980074] ccp 0000:04:00.2: enabling device (0000 -> 0002)
[    0.980734] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    0.980810] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    0.980815] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    0.980916] usb 1-3: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 0.02
[    0.980918] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    0.980920] usb 1-3: Product: N-KEY Device
[    0.980921] usb 1-3: Manufacturer: ASUSTeK Computer Inc.
[    0.981757] cryptd: max_cpu_qlen set to 1000
[    0.982367] snd_rn_pci_acp3x 0000:04:00.5: enabling device (0000 -> 0002)
[    0.983062] ccp 0000:04:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    0.984668] usb 3-3: New USB device found, idVendor=27c6, idProduct=521d, bcdDevice= 1.00
[    0.984672] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    0.984674] usb 3-3: Product: FingerPrint
[    0.984675] usb 3-3: Manufacturer: Goodix
[    0.986466] i8042: PNP: No PS/2 controller found.
[    0.994025] ccp 0000:04:00.2: tee enabled
[    0.994030] ccp 0000:04:00.2: psp enabled
[    0.994634] AVX2 version of gcm_enc/dec engaged.
[    0.994661] AES CTR mode by8 optimization enabled
[    0.995414] asus_wmi: ASUS WMI generic driver loaded
[    0.997341] asus_wmi: Initialization: 0x1
[    0.997404] asus_wmi: BIOS WMI version: 9.0
[    0.997448] asus_wmi: SFUN value: 0x21
[    0.997450] asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
[    0.997452] asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
[    1.010562] input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input6
[    1.020924] ACPI: battery: new extension: ASUS Battery Extension
[    1.056449] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.077965] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.078552] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.078556] cfg80211: failed to load regulatory.db
[    1.082885] usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
[    1.100065] usb 2-1: New USB device found, idVendor=174c, idProduct=55aa, bcdDevice= 1.00
[    1.100070] usb 2-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[    1.100071] usb 2-1: Product: ASM1153E
[    1.100073] usb 2-1: Manufacturer: Inateck
[    1.100074] usb 2-1: SerialNumber: 12345678910E
[    1.111629] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[    1.141135] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[    1.141235] snd_hda_intel 0000:01:00.1: Disabling MSI
[    1.141240] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    1.141341] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[    1.141394] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[    1.146617] kvm: Nested Virtualization enabled
[    1.146620] SVM: kvm: Nested Paging enabled
[    1.146632] SVM: Virtual VMLOAD VMSAVE supported
[    1.146633] SVM: Virtual GIF supported
[    1.207168] MCE: In-kernel MCE decoding enabled.
[    1.209551] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card1/input7
[    1.209704] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input8
[    1.209738] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input9
[    1.209773] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input10
[    1.209805] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input11
[    1.221368] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    1.234738] input: ELAN1201:00 04F3:3098 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input12
[    1.234812] input: ELAN1201:00 04F3:3098 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input13
[    1.234860] hid-generic 0018:04F3:3098.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1201:00 04F3:3098] on i2c-ELAN1201:00
[    1.257028] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC289: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
[    1.257045] snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.257047] snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    1.257049] snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
[    1.257050] snd_hda_codec_realtek hdaudioC2D0:    inputs:
[    1.257051] snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
[    1.257053] snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
[    1.259166] usb 3-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
[    1.259170] usb 3-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    1.259171] usb 3-4: Product: Wireless_Device
[    1.259172] usb 3-4: Manufacturer: MediaTek Inc.
[    1.259173] usb 3-4: SerialNumber: 000000000
[    1.319256] tsc: Refined TSC clocksource calibration: 3299.371 MHz
[    1.319264] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f8efa09ddd, max_idle_ns: 440795226695 ns
[    1.319326] clocksource: Switched to clocksource tsc
[    1.322071] usbcore: registered new interface driver usb-storage
[    1.325263] scsi host0: uas
[    1.325523] usbcore: registered new interface driver uas
[    1.325823] scsi 0:0:0:0: Direct-Access     Inateck  ASM1153E         0    PQ: 0 ANSI: 6
[    1.326202] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input14
[    1.326259] input: ASUSTeK Computer Inc. N-KEY Device Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input15
[    1.326682] sd 0:0:0:0: [sda] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    1.326684] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.326758] sd 0:0:0:0: [sda] Write Protect is off
[    1.326759] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
[    1.326919] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.327153] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[    1.328742] 8021q: 802.1Q VLAN Support v1.8
[    1.330789] mt7921e 0000:02:00.0: enabling device (0000 -> 0002)
[    1.330948] mt7921e 0000:02:00.0: ASIC revision: 79610010
[    1.332069] mt7921e: probe of 0000:02:00.0 failed with error -5
[    1.375169]  sda: sda1 sda2
[    1.376084] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.382288] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input16
[    1.382410] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input17
[    1.382636] hid-generic 0003:0B05:19B6.0002: input,hiddev96,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input0
[    1.388199] hid-generic 0003:0B05:19B6.0003: hiddev97,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input1
[    1.395562] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0004/input/input18
[    1.452336] hid-generic 0003:0B05:19B6.0004: input,hidraw3: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input2
[    1.452393] usbcore: registered new interface driver usbhid
[    1.452396] usbhid: USB HID core driver
[    1.452699] intel_rapl_common: Found RAPL domain package
[    1.452709] intel_rapl_common: Found RAPL domain core
[    1.546783] [drm] amdgpu kernel modesetting enabled.
[    1.546804] vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
[    1.546876] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card2/input19
[    1.547158] ATPX version 1, functions 0x00000001
[    1.547196] ATPX Hybrid Graphics
[    1.547283] Virtual CRAT table created for CPU
[    1.547295] amdgpu: Topology: Add CPU node
[    1.547389] checking generic (fe10000000 7f0000) vs hw (fe10000000 10000000)
[    1.547391] fb0: switching to amdgpudrmfb from EFI VGA
[    1.547471] Console: switching to colour dummy device 80x25
[    1.547506] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
[    1.547552] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
[    1.547697] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x1722 0xC4).
[    1.547703] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
[    1.547880] [drm] register mmio base: 0xFC500000
[    1.547884] [drm] register mmio size: 524288
[    1.547887] [drm] PCIE atomic ops is not supported
[    1.549010] [drm] add ip block number 0 <soc15_common>
[    1.549012] [drm] add ip block number 1 <gmc_v9_0>
[    1.549013] [drm] add ip block number 2 <vega10_ih>
[    1.549014] [drm] add ip block number 3 <psp>
[    1.549015] [drm] add ip block number 4 <smu>
[    1.549015] [drm] add ip block number 5 <gfx_v9_0>
[    1.549016] [drm] add ip block number 6 <sdma_v4_0>
[    1.549017] [drm] add ip block number 7 <dm>
[    1.549018] [drm] add ip block number 8 <vcn_v2_0>
[    1.549018] [drm] add ip block number 9 <jpeg_v2_0>
[    1.549031] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
[    1.549033] amdgpu: ATOM BIOS: 113-CEZANNE-017
[    1.549900] [drm] VCN decode is enabled in VM mode
[    1.549902] [drm] VCN encode is enabled in VM mode
[    1.549903] [drm] JPEG decode is enabled in VM mode
[    1.549939] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    1.549946] amdgpu 0000:04:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
[    1.549948] amdgpu 0000:04:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    1.549949] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    1.549954] [drm] Detected VRAM RAM=512M, BAR=512M
[    1.549955] [drm] RAM width 128bits DDR4
[    1.550045] [TTM] Zone  kernel: Available graphics memory: 7928500 KiB
[    1.550047] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    1.550088] [drm] amdgpu: 512M of VRAM memory ready
[    1.550090] [drm] amdgpu: 3072M of GTT memory ready.
[    1.550092] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    1.550208] [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
[    1.555567] [drm] Loading DMUB firmware via PSP: version=0x00000000
[    1.556190] [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
[    1.556199] [drm] PSP loading VCN firmware
[    1.604419] Bluetooth: Core ver 2.22
[    1.604452] NET: Registered protocol family 31
[    1.604453] Bluetooth: HCI device and connection manager initialized
[    1.604457] Bluetooth: HCI socket layer initialized
[    1.604458] Bluetooth: L2CAP socket layer initialized
[    1.604460] Bluetooth: SCO socket layer initialized
[    1.609107] input: ELAN1201:00 04F3:3098 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input21
[    1.615169] usbcore: registered new interface driver btusb
[    1.679454] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card2/input20
[    1.679506] input: ELAN1201:00 04F3:3098 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input22
[    1.696274] hid-multitouch 0018:04F3:3098.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1201:00 04F3:3098] on i2c-ELAN1201:00
[    1.698015] asus 0003:0B05:19B6.0003: hiddev97,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input1
[    1.698020] asus 0003:0B05:19B6.0003: Asus input not registered
[    1.698059] asus: probe of 0003:0B05:19B6.0003 failed with error -12
[    1.717275] asus 0003:0B05:19B6.0002: Asus initialise N-KEY Device
[    1.731761] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input23
[    1.810244] nvidia: loading out-of-tree module taints kernel.
[    1.810250] nvidia: module license 'NVIDIA' taints kernel.
[    1.810251] Disabling lock debugging due to kernel taint
[    1.839331] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    1.853321] nvidia-nvlink: Nvlink Core is being initialized, major device number 235

[    1.853777] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[    1.853866] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
[    1.902871] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  465.31  Thu May 13 22:24:36 UTC 2021
[    1.903988] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0004/input/input24
[    1.959601] asus 0003:0B05:19B6.0002: input,hiddev96,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input0
[    2.016151] asus 0003:0B05:19B6.0004: input,hidraw2: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input2
[    2.055580] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  465.31  Thu May 13 22:14:23 UTC 2021
[    2.057323] mousedev: PS/2 mouse device common for all mice
[    2.061150] [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
[    2.061154] [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
[    2.278267] [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
[    2.377827] amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    2.385864] amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    2.385866] amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    2.387608] amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
[    2.388930] [drm] kiq ring mec 2 pipe 1 q 0
[    2.391608] [drm] Display Core initialized with v3.2.122!
[    2.392130] [drm] DMUB hardware initialized: version=0x01020008
[    2.403670] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    2.534557] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    2.534574] [drm] JPEG decode initialized successfully.
[    2.535502] kfd kfd: Allocated 3969056 bytes on gart
[    2.535647] Virtual CRAT table created for GPU
[    2.537497] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[    2.537500] kfd kfd: added device 1002:1638
[    2.537503] amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 28
[    2.537976] [drm] fb mappable at 0x3F0CD1000
[    2.537979] [drm] vram apper at 0x3F0000000
[    2.537979] [drm] size 8294400
[    2.537980] [drm] fb depth is 24
[    2.537980] [drm]    pitch is 7680
[    2.538058] fbcon: amdgpudrmfb (fb0) is primary device
[    2.563727] Console: switching to colour frame buffer device 240x67
[    2.572237] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    2.598806] random: crng init done
[    2.598809] random: 2 urandom warning(s) missed due to ratelimiting
[    2.599302] amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    2.599306] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    2.599308] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    2.599309] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    2.599309] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    2.599310] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    2.599311] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    2.599312] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    2.599312] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    2.599313] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    2.599314] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    2.599315] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    2.599316] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    2.599317] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    2.599318] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    2.608532] [drm] Initialized amdgpu 3.40.0 20150101 for 0000:04:00.0 on minor 0
[    2.966445] usb 2-2: new SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[    2.983453] usb 2-2: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
[    2.983464] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[    2.983468] usb 2-2: Product: USB 10/100/1000 LAN
[    2.983471] usb 2-2: Manufacturer: Realtek
[    2.983473] usb 2-2: SerialNumber: 001002E1A
[    3.016649] usbcore: registered new interface driver r8152
[    3.023857] usbcore: registered new interface driver cdc_ether
[    3.025113] usbcore: registered new interface driver r8153_ecm
[    3.192353] usb 2-2: reset SuperSpeed Gen 1 USB device number 3 using xhci_hcd
[    3.243001] r8152 2-2:1.0: load rtl8153b-2 v1 10/23/19 successfully
[    3.273303] r8152 2-2:1.0 eth0: v1.11.11
[    3.281918] r8152 2-2:1.0 enp4s0f3u2: renamed from eth0
[    6.501446] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0f3u2: link becomes ready
[    6.501662] r8152 2-2:1.0 enp4s0f3u2: carrier on
[    6.627017] kauditd_printk_skb: 30 callbacks suppressed
[    6.627026] audit: type=1131 audit(1623851261.774:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.622492] audit: type=1100 audit(1623851269.771:42): pid=543 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
[   14.634164] audit: type=1101 audit(1623851269.781:43): pid=543 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
[   14.636823] audit: type=1103 audit(1623851269.784:44): pid=543 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
[   14.636877] audit: type=1006 audit(1623851269.784:45): pid=543 uid=0 old-auid=4294967295 auid=1001 tty=tty1 old-ses=4294967295 ses=1 res=1
[   14.636880] audit: type=1300 audit(1623851269.784:45): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7fffde4bf3c0 a2=4 a3=3e9 items=0 ppid=1 pid=543 auid=1001 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1001 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[   14.636882] audit: type=1327 audit(1623851269.784:45): proctitle=2F62696E2F6C6F67696E002D70002D2D
[   14.654866] audit: type=1130 audit(1623851269.801:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.665063] audit: type=1101 audit(1623851269.811:47): pid=603 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   14.665097] audit: type=1103 audit(1623851269.811:48): pid=603 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   14.665230] audit: type=1006 audit(1623851269.811:49): pid=603 uid=0 old-auid=4294967295 auid=1001 tty=(none) old-ses=4294967295 ses=2 res=1
[   39.335689] ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210105/nsarguments-61)
[   40.944852] kauditd_printk_skb: 10 callbacks suppressed
[   40.944855] audit: type=1130 audit(1623851296.091:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   40.962834] audit: type=1334 audit(1623851296.111:57): prog-id=21 op=LOAD
[   40.963040] audit: type=1334 audit(1623851296.111:58): prog-id=22 op=LOAD
[   40.993568] audit: type=1130 audit(1623851296.141:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   40.999995] audit: type=1130 audit(1623851296.147:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   41.056692] audit: type=1130 audit(1623851296.204:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   41.101898] audit: type=1130 audit(1623851296.247:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   41.989687] audit: type=1130 audit(1623851297.137:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  294.873760] audit: type=1100 audit(1623851550.021:64): pid=2412 uid=1001 auid=1001 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  294.874894] audit: type=1101 audit(1623851550.021:65): pid=2412 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  294.875529] audit: type=1110 audit(1623851550.024:66): pid=2412 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  294.876935] audit: type=1105 audit(1623851550.024:67): pid=2412 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  298.940628] audit: type=1106 audit(1623851554.087:68): pid=2412 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  298.940690] audit: type=1104 audit(1623851554.087:69): pid=2412 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  535.246527] audit: type=1334 audit(1623851790.394:70): prog-id=23 op=LOAD
[  535.246824] audit: type=1334 audit(1623851790.394:71): prog-id=24 op=LOAD
[  535.247003] audit: type=1334 audit(1623851790.394:72): prog-id=25 op=LOAD
[  535.273594] audit: type=1130 audit(1623851790.421:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  565.327537] audit: type=1131 audit(1623851820.474:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  565.472508] audit: type=1334 audit(1623851820.621:75): prog-id=25 op=UNLOAD
[  565.472514] audit: type=1334 audit(1623851820.621:76): prog-id=24 op=UNLOAD
[  565.472516] audit: type=1334 audit(1623851820.621:77): prog-id=23 op=UNLOAD
[  902.780187] audit: type=1130 audit(1623852157.927:78): 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'
[  902.780193] audit: type=1131 audit(1623852157.927:79): 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'
[ 1504.877534] audit: type=1100 audit(1623852760.024:80): pid=4553 uid=1001 auid=1001 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1504.880439] audit: type=1101 audit(1623852760.027:81): pid=4553 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1504.882428] audit: type=1110 audit(1623852760.031:82): pid=4553 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1504.884601] audit: type=1105 audit(1623852760.031:83): pid=4553 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1504.899052] audit: type=1106 audit(1623852760.047:84): pid=4553 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1504.899193] audit: type=1104 audit(1623852760.047:85): pid=4553 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1534.267746] audit: type=1101 audit(1623852789.414:86): pid=4571 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1534.268402] audit: type=1110 audit(1623852789.414:87): pid=4571 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 1534.271180] audit: type=1105 audit(1623852789.417:88): pid=4571 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

The relevant part seems to be on lines 971-973

[    1.327153] sd 0:0:0:0: [sda] Optimal transfer size 33553920 bytes not a multiple of physical block size (4096 bytes)
[    1.328742] 8021q: 802.1Q VLAN Support v1.8
[    1.330789] mt7921e 0000:02:00.0: enabling device (0000 -> 0002)
[    1.330948] mt7921e 0000:02:00.0: ASIC revision: 79610010
[    1.332069] mt7921e: probe of 0000:02:00.0 failed with error -5
[    1.375169]  sda: sda1 sda2
[    1.376084] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.382288] input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input16

Offline

#4 2021-06-16 18:22:49

progandy
Member
Registered: 2012-05-17
Posts: 5,184

Re: [SOLVED] MediaTek MT7921 no kernel driver

There is a bug report with not much more information in the upstream repository:
https://github.com/openwrt/mt76/issues/548

If you dual-boot with windows, disable its fast-startup mode. https://wiki.archlinux.org/title/Dual_b … ibernation

Last edited by progandy (2021-06-16 18:25:46)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#5 2021-06-16 18:41:48

Erubi
Member
Registered: 2021-06-16
Posts: 36

Re: [SOLVED] MediaTek MT7921 no kernel driver

I am dual booting, fast startup is already disabled and I also did powercfg /h off (I had to in order to mount the windows partition in RW mode within arch).

rfkill list all shows a bluetooth device but no wifi.

Here is the output of lshw -C network

  *-network UNCLAIMED       
       description: Network controller
       product: MEDIATEK Corp.
       vendor: MEDIATEK Corp.
       physical id: 0
       bus info: pci@0000:02:00.0
       version: 00
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm cap_list
       configuration: latency=0
       resources: iomemory:fe0-fdf iomemory:fe0-fdf iomemory:fe0-fdf memory:fe20300000-fe203fffff memory:fe20400000-fe20403fff memory:fe20404000-fe20404fff
  *-network
       description: Ethernet interface
       physical id: 1
       bus info: usb@2:2
       logical name: enp4s0f3u2
       serial: 00:05:1b:93:79:53
       size: 1Gbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=r8152 driverversion=v1.11.11 duplex=full firmware=rtl8153b-2 v1 10/23/19 ip=192.168.1.116 link=yes multicast=yes port=MII speed=1Gbit/s

Offline

#6 2021-06-16 19:33:09

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] MediaTek MT7921 no kernel driver

Does the NIC work on windows?

powercfg /h off

doesn't fit the suggestion in the ubuntu thread - the idea is to take it off power (in doubt remove AC and battery for some while)
Also double-check that fast boot is *still* disabled, because windows frequently re-activates it with updates.

Offline

#7 2021-06-16 19:53:14

Erubi
Member
Registered: 2021-06-16
Posts: 36

Re: [SOLVED] MediaTek MT7921 no kernel driver

Yes, the wifi adapter does work on Windows.

On Windows, the fast startup option seems to have disappeared entirely, probably because I disabled hibernation.

EDIT:
Ok the device now seems to be recognized and the driver is loaded. No clue what fixed it, but ip link gives this

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN mode DEFAULT group default qlen 1000
    link/ether ec:2e:98:1c:80:f1 brd ff:ff:ff:ff:ff:ff
3: enp4s0f3u2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000
    link/ether 00:05:1b:93:79:53 brd ff:ff:ff:ff:ff:ff

Still no internet over wifi, my guess is I probably need to fix the profile in netctl but I'm not sure.

EDIT 2: Seems to be broken again.

Last edited by Erubi (2021-06-16 20:15:32)

Offline

#8 2021-06-16 20:17:11

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] MediaTek MT7921 no kernel driver

=> wifi-menu

No clue what fixed it

It didn't work, you booted windows, shut down windows and then it did work?
tongue

Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

Edit: how does it "seem" broken again and what happened interim?

Last edited by seth (2021-06-16 20:18:05)

Offline

#9 2021-06-16 21:12:24

Erubi
Member
Registered: 2021-06-16
Posts: 36

Re: [SOLVED] MediaTek MT7921 no kernel driver

Essentially when I booted it, ip link showed wlan0 although I still did not have internet access. I checked lspci -k and it showed kernel driver m7921e as having loaded. And then it went back to only showing the ethernet in ip link, and lspci -k only shows the kernel module but no kernel driver, like up in the first post.

I did some experimentation and it seems like the power being plugged in on startup is preventing the wifi-driver from loading hmm It doesn't seem to matter whether it is a shutdown or a restart. Right now I tentatively have wifi working, but I'd like a more permanent solution than unplugging it and restarting whenever I want to use wifi. I've had really bad luck in the past with my laptops' power plugs wearing out prematurely and I don't want to put any excess wear on it.

Last edited by Erubi (2021-06-16 21:13:52)

Offline

#10 2021-06-16 21:24:36

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] MediaTek MT7921 no kernel driver

If you permanently keep the device on AC, the thing that'll wear down fast-ish is the battery.
But the pattern fits the ubuntu thread perfectly.

Did you try https://askubuntu.com/a/1251469 ?

Offline

#11 2021-06-17 17:22:58

Erubi
Member
Registered: 2021-06-16
Posts: 36

Re: [SOLVED] MediaTek MT7921 no kernel driver

The wifi adapter does not have a power management tab. I did find a device under system called ASUS Wireless Radio Control which does have power management, and I disabled the power save but that didn't seem to change anything.

In Arch, I also tried blacklisting the drivers so that I can load them manually with modprobe after boot and have not had any luck with that, although it's possible that I'm doing it wrong.

I put a conf file in /usr/lib/modprobe.d that says

#fix wifi
blacklist mt7921e

After rebooting, modprobe mt7921e still appears to do nothing.

Last edited by Erubi (2021-06-17 17:23:30)

Offline

#12 2021-06-18 02:31:07

Erubi
Member
Registered: 2021-06-16
Posts: 36

Re: [SOLVED] MediaTek MT7921 no kernel driver

This is bizarre.

I tried blacklisting mt76 and mt7601u as well and briefly I was able to use the wifi by doing modprobe mt7921e. It would work regardless of if I had the power plugged in or not so I believe I'd solved the problem.

I then deleted the blacklist file to test if that actually was the solution, and it stopped working. I made the blacklist file again and it still doesn't work, even if I have the power unplugged sad

I did a pacman -Syu to maybe see if that will fix it but no luck.

Offline

#13 2021-06-18 06:05:37

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] MediaTek MT7921 no kernel driver

Boot windows, enable hibernation and check the state of fast-boot.

The module depends on "mt76,mt76-connac-lib,mac80211,cfg80211" (check modinfo) - but there's an IO error when probing the device.
You can also just "modprobe -r mt7921e" and then reload it again.

Offline

#14 2021-06-18 13:50:59

Erubi
Member
Registered: 2021-06-16
Posts: 36

Re: [SOLVED] MediaTek MT7921 no kernel driver

I believe it's fixed. The solution was to uninstall netctl and install networkmanager instead.

After rebooting I was able to modprobe mt7921e successfully, and then I configured the wifi with networkmanager and was able to connect to it. I then deleted the module blacklist and after rebooting, I was able to connect to wifi automatically with no issues smile

I have not thoroughly tested and so it's possible that it could break again, but until that happened I'll leave this as solved.

Last edited by Erubi (2021-06-18 13:51:38)

Offline

#15 2021-06-18 13:58:14

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] MediaTek MT7921 no kernel driver

There's little to no chance that the network managing daemon causes an IO error on the initial probe of the PCI device…
Post the system journal from one of the older bad boots.

Offline

#16 2021-06-18 14:30:49

Erubi
Member
Registered: 2021-06-16
Posts: 36

Re: [SOLVED] MediaTek MT7921 no kernel driver

Where can I find that?

Offline

#17 2021-06-18 14:32:15

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] MediaTek MT7921 no kernel driver

https://wiki.archlinux.org/title/Systemd/Journal
"sudo journalctl -b -5" for five boots ago.

Offline

#18 2021-06-18 15:03:03

Erubi
Member
Registered: 2021-06-16
Posts: 36

Re: [SOLVED] MediaTek MT7921 no kernel driver

Here is the journal for 5 boots ago:

-- Journal begins at Wed 2021-06-16 00:02:23 EDT, ends at Fri 2021-06-18 06:57:15 EDT. --
Jun 18 04:48:53 Terasloppy kernel: Linux version 5.12.11-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 16 Jun 2021 15:25:28 +0000
Jun 18 04:48:53 Terasloppy kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4e9340da-977c-41e6-8c5d-7970dca9a4ec rw loglevel=3 quiet
Jun 18 04:48:53 Terasloppy kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 18 04:48:53 Terasloppy kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 18 04:48:53 Terasloppy kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 18 04:48:53 Terasloppy kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jun 18 04:48:53 Terasloppy kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun 18 04:48:53 Terasloppy kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Jun 18 04:48:53 Terasloppy kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Jun 18 04:48:53 Terasloppy kernel: BIOS-provided physical RAM map:
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009dbefff] usable
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x0000000009dbf000-0x000000000a000fff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x000000000a20f000-0x00000000ebe0cfff] usable
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000ebe0d000-0x00000000ed326fff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000ed327000-0x00000000ed38afff] ACPI data
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000ed38b000-0x00000000ed544fff] ACPI NVS
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000ed545000-0x00000000edd42fff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000edd43000-0x00000000eddfefff] type 20
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000eddff000-0x00000000eeffffff] usable
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000ef000000-0x00000000f7ffffff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x0000000100000000-0x00000003ee33ffff] usable
Jun 18 04:48:53 Terasloppy kernel: BIOS-e820: [mem 0x00000003ee340000-0x000000040fffffff] reserved
Jun 18 04:48:53 Terasloppy kernel: NX (Execute Disable) protection: active
Jun 18 04:48:53 Terasloppy kernel: efi: EFI v2.70 by American Megatrends
Jun 18 04:48:53 Terasloppy kernel: efi: ACPI=0xed52d000 ACPI 2.0=0xed52d014 TPMFinalLog=0xed4f8000 SMBIOS=0xedbdf000 SMBIOS 3.0=0xedbde000 ESRT=0xea3af318 
Jun 18 04:48:53 Terasloppy kernel: SMBIOS 3.3.0 present.
Jun 18 04:48:53 Terasloppy kernel: DMI: ASUSTeK COMPUTER INC. ROG Zephyrus G14 GA401QM_GA401QM/GA401QM, BIOS GA401QM.403 02/08/2021
Jun 18 04:48:53 Terasloppy kernel: tsc: Fast TSC calibration using PIT
Jun 18 04:48:53 Terasloppy kernel: tsc: Detected 3293.823 MHz processor
Jun 18 04:48:53 Terasloppy kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 18 04:48:53 Terasloppy kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 18 04:48:53 Terasloppy kernel: last_pfn = 0x3ee340 max_arch_pfn = 0x400000000
Jun 18 04:48:53 Terasloppy kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 18 04:48:53 Terasloppy kernel: e820: update [mem 0xf0000000-0xffffffff] usable ==> reserved
Jun 18 04:48:53 Terasloppy kernel: last_pfn = 0xef000 max_arch_pfn = 0x400000000
Jun 18 04:48:53 Terasloppy kernel: esrt: Reserving ESRT space from 0x00000000ea3af318 to 0x00000000ea3af350.
Jun 18 04:48:53 Terasloppy kernel: e820: update [mem 0xea3af000-0xea3affff] usable ==> reserved
Jun 18 04:48:53 Terasloppy kernel: Using GB pages for direct mapping
Jun 18 04:48:53 Terasloppy kernel: Secure boot disabled
Jun 18 04:48:53 Terasloppy kernel: RAMDISK: [mem 0x3705f000-0x37826fff]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Early table checksum verification disabled
Jun 18 04:48:53 Terasloppy kernel: ACPI: RSDP 0x00000000ED52D014 000024 (v02 ALASKA)
Jun 18 04:48:53 Terasloppy kernel: ACPI: XSDT 0x00000000ED52C728 000114 (v01 ALASKA A M I    01072009 AMI  01000013)
Jun 18 04:48:53 Terasloppy kernel: ACPI: FACP 0x00000000ED37C000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Jun 18 04:48:53 Terasloppy kernel: ACPI: DSDT 0x00000000ED36F000 00CA26 (v02 ALASKA A M I    01072009 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: FACS 0x00000000ED4F6000 000040
Jun 18 04:48:53 Terasloppy kernel: ACPI: MSDM 0x00000000ED38A000 000055 (v03 ALASKA A M I    01072009 ASUS 00000001)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED382000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
Jun 18 04:48:53 Terasloppy kernel: ACPI: IVRS 0x00000000ED381000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED37D000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: FIDT 0x00000000ED36E000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 18 04:48:53 Terasloppy kernel: ACPI: ECDT 0x00000000ED36D000 0000C1 (v01 ALASKA A M I    01072009 AMI. 00000005)
Jun 18 04:48:53 Terasloppy kernel: ACPI: MCFG 0x00000000ED36C000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
Jun 18 04:48:53 Terasloppy kernel: ACPI: HPET 0x00000000ED36B000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED365000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
Jun 18 04:48:53 Terasloppy kernel: ACPI: CRAT 0x00000000ED364000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
Jun 18 04:48:53 Terasloppy kernel: ACPI: CDIT 0x00000000ED363000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
Jun 18 04:48:53 Terasloppy kernel: ACPI: VFCT 0x00000000ED355000 00D884 (v01 ALASKA A M I    00000001 AMD  31504F47)
Jun 18 04:48:53 Terasloppy kernel: ACPI: BGRT 0x00000000ED354000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 18 04:48:53 Terasloppy kernel: ACPI: TPM2 0x00000000ED353000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED352000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED351000 00048C (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED34F000 001486 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED34D000 0014F6 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED349000 003AA3 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED345000 003756 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: WSMT 0x00000000ED344000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 18 04:48:53 Terasloppy kernel: ACPI: APIC 0x00000000ED343000 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED342000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED341000 000917 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED33F000 00106F (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED33E000 000241 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED33D000 00061B (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: SSDT 0x00000000ED33C000 00064A (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 04:48:53 Terasloppy kernel: ACPI: FPDT 0x00000000ED33B000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving FACP table memory at [mem 0xed37c000-0xed37c113]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving DSDT table memory at [mem 0xed36f000-0xed37ba25]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving FACS table memory at [mem 0xed4f6000-0xed4f603f]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving MSDM table memory at [mem 0xed38a000-0xed38a054]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed382000-0xed389228]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving IVRS table memory at [mem 0xed381000-0xed3811a3]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed37d000-0xed380a20]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving FIDT table memory at [mem 0xed36e000-0xed36e09b]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving ECDT table memory at [mem 0xed36d000-0xed36d0c0]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving MCFG table memory at [mem 0xed36c000-0xed36c03b]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving HPET table memory at [mem 0xed36b000-0xed36b037]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed365000-0xed36a353]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving CRAT table memory at [mem 0xed364000-0xed364ee7]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving CDIT table memory at [mem 0xed363000-0xed363028]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving VFCT table memory at [mem 0xed355000-0xed362883]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving BGRT table memory at [mem 0xed354000-0xed354037]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving TPM2 table memory at [mem 0xed353000-0xed35304b]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed352000-0xed352148]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed351000-0xed35148b]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed34f000-0xed350485]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed34d000-0xed34e4f5]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed349000-0xed34caa2]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed345000-0xed348755]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving WSMT table memory at [mem 0xed344000-0xed344027]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving APIC table memory at [mem 0xed343000-0xed3430dd]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed342000-0xed34208c]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed341000-0xed341916]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed33f000-0xed34006e]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed33e000-0xed33e240]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed33d000-0xed33d61a]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed33c000-0xed33c649]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Reserving FPDT table memory at [mem 0xed33b000-0xed33b043]
Jun 18 04:48:53 Terasloppy kernel: ACPI: Local APIC address 0xfee00000
Jun 18 04:48:53 Terasloppy kernel: No NUMA configuration found
Jun 18 04:48:53 Terasloppy kernel: Faking a node at [mem 0x0000000000000000-0x00000003ee33ffff]
Jun 18 04:48:53 Terasloppy kernel: NODE_DATA(0) allocated [mem 0x3ee33c000-0x3ee33ffff]
Jun 18 04:48:53 Terasloppy kernel: Zone ranges:
Jun 18 04:48:53 Terasloppy kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 18 04:48:53 Terasloppy kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 18 04:48:53 Terasloppy kernel:   Normal   [mem 0x0000000100000000-0x00000003ee33ffff]
Jun 18 04:48:53 Terasloppy kernel:   Device   empty
Jun 18 04:48:53 Terasloppy kernel: Movable zone start for each node
Jun 18 04:48:53 Terasloppy kernel: Early memory node ranges
Jun 18 04:48:53 Terasloppy kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Jun 18 04:48:53 Terasloppy kernel:   node   0: [mem 0x0000000000100000-0x0000000009dbefff]
Jun 18 04:48:53 Terasloppy kernel:   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
Jun 18 04:48:53 Terasloppy kernel:   node   0: [mem 0x000000000a20f000-0x00000000ebe0cfff]
Jun 18 04:48:53 Terasloppy kernel:   node   0: [mem 0x00000000eddff000-0x00000000eeffffff]
Jun 18 04:48:53 Terasloppy kernel:   node   0: [mem 0x0000000100000000-0x00000003ee33ffff]
Jun 18 04:48:53 Terasloppy kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000003ee33ffff]
Jun 18 04:48:53 Terasloppy kernel: On node 0 totalpages: 4042908
Jun 18 04:48:53 Terasloppy kernel:   DMA zone: 64 pages used for memmap
Jun 18 04:48:53 Terasloppy kernel:   DMA zone: 159 pages reserved
Jun 18 04:48:53 Terasloppy kernel:   DMA zone: 3999 pages, LIFO batch:0
Jun 18 04:48:53 Terasloppy kernel:   DMA zone: 28769 pages in unavailable ranges
Jun 18 04:48:53 Terasloppy kernel:   DMA32 zone: 15095 pages used for memmap
Jun 18 04:48:53 Terasloppy kernel:   DMA32 zone: 966077 pages, LIFO batch:63
Jun 18 04:48:53 Terasloppy kernel:   DMA32 zone: 12867 pages in unavailable ranges
Jun 18 04:48:53 Terasloppy kernel:   Normal zone: 48013 pages used for memmap
Jun 18 04:48:53 Terasloppy kernel:   Normal zone: 3072832 pages, LIFO batch:63
Jun 18 04:48:53 Terasloppy kernel:   Normal zone: 7360 pages in unavailable ranges
Jun 18 04:48:53 Terasloppy kernel: ACPI: PM-Timer IO Port: 0x808
Jun 18 04:48:53 Terasloppy kernel: ACPI: Local APIC address 0xfee00000
Jun 18 04:48:53 Terasloppy kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jun 18 04:48:53 Terasloppy kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Jun 18 04:48:53 Terasloppy kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Jun 18 04:48:53 Terasloppy kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 18 04:48:53 Terasloppy kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jun 18 04:48:53 Terasloppy kernel: ACPI: IRQ0 used by override.
Jun 18 04:48:53 Terasloppy kernel: ACPI: IRQ9 used by override.
Jun 18 04:48:53 Terasloppy kernel: Using ACPI (MADT) for SMP configuration information
Jun 18 04:48:53 Terasloppy kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Jun 18 04:48:53 Terasloppy kernel: e820: update [mem 0xe8100000-0xe815efff] usable ==> reserved
Jun 18 04:48:53 Terasloppy kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0x09dbf000-0x0a000fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xe8100000-0xe815efff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xea3af000-0xea3affff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xebe0d000-0xed326fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xed327000-0xed38afff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xed38b000-0xed544fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xed545000-0xedd42fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xedd43000-0xeddfefff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xef000000-0xf7ffffff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfcffffff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfdffffff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfeb7ffff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc3fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
Jun 18 04:48:53 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jun 18 04:48:53 Terasloppy kernel: [mem 0xf8000000-0xfcffffff] available for PCI devices
Jun 18 04:48:53 Terasloppy kernel: Booting paravirtualized kernel on bare hardware
Jun 18 04:48:53 Terasloppy kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 18 04:48:53 Terasloppy kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Jun 18 04:48:53 Terasloppy kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Jun 18 04:48:53 Terasloppy kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Jun 18 04:48:53 Terasloppy kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Jun 18 04:48:53 Terasloppy kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3979577
Jun 18 04:48:53 Terasloppy kernel: Policy zone: Normal
Jun 18 04:48:53 Terasloppy kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4e9340da-977c-41e6-8c5d-7970dca9a4ec rw loglevel=3 quiet
Jun 18 04:48:53 Terasloppy kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Jun 18 04:48:53 Terasloppy kernel: Memory: 15686744K/16171632K available (14344K kernel code, 2040K rwdata, 8988K rodata, 1652K init, 4372K bss, 484628K reserved, 0K cma-reserved)
Jun 18 04:48:53 Terasloppy kernel: random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0
Jun 18 04:48:53 Terasloppy kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jun 18 04:48:53 Terasloppy kernel: ftrace: allocating 41908 entries in 164 pages
Jun 18 04:48:53 Terasloppy kernel: ftrace: allocated 164 pages with 3 groups
Jun 18 04:48:53 Terasloppy kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 18 04:48:53 Terasloppy kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Jun 18 04:48:53 Terasloppy kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Jun 18 04:48:53 Terasloppy kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jun 18 04:48:53 Terasloppy kernel:         Trampoline variant of Tasks RCU enabled.
Jun 18 04:48:53 Terasloppy kernel:         Rude variant of Tasks RCU enabled.
Jun 18 04:48:53 Terasloppy kernel:         Tracing variant of Tasks RCU enabled.
Jun 18 04:48:53 Terasloppy kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 18 04:48:53 Terasloppy kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jun 18 04:48:53 Terasloppy kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Jun 18 04:48:53 Terasloppy kernel: Console: colour dummy device 80x25
Jun 18 04:48:53 Terasloppy kernel: printk: console [tty0] enabled
Jun 18 04:48:53 Terasloppy kernel: ACPI: Core revision 20210105
Jun 18 04:48:53 Terasloppy kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Jun 18 04:48:53 Terasloppy kernel: APIC: Switch to symmetric I/O mode setup
Jun 18 04:48:53 Terasloppy kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Jun 18 04:48:53 Terasloppy kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Jun 18 04:48:53 Terasloppy kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Jun 18 04:48:53 Terasloppy kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Jun 18 04:48:53 Terasloppy kernel: Switched APIC routing to physical flat.
Jun 18 04:48:53 Terasloppy kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 18 04:48:53 Terasloppy kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7a8119c9b, max_idle_ns: 440795252934 ns
Jun 18 04:48:53 Terasloppy kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6590.13 BogoMIPS (lpj=10979410)
Jun 18 04:48:53 Terasloppy kernel: pid_max: default: 32768 minimum: 301
Jun 18 04:48:53 Terasloppy kernel: LSM: Security Framework initializing
Jun 18 04:48:53 Terasloppy kernel: Yama: becoming mindful.
Jun 18 04:48:53 Terasloppy kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jun 18 04:48:53 Terasloppy kernel: LVT offset 1 assigned for vector 0xf9
Jun 18 04:48:53 Terasloppy kernel: LVT offset 2 assigned for vector 0xf4
Jun 18 04:48:53 Terasloppy kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Jun 18 04:48:53 Terasloppy kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Jun 18 04:48:53 Terasloppy kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 18 04:48:53 Terasloppy kernel: Spectre V2 : Mitigation: Full AMD retpoline
Jun 18 04:48:53 Terasloppy kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 18 04:48:53 Terasloppy kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jun 18 04:48:53 Terasloppy kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 18 04:48:53 Terasloppy kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Jun 18 04:48:53 Terasloppy kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Jun 18 04:48:53 Terasloppy kernel: Freeing SMP alternatives memory: 36K
Jun 18 04:48:53 Terasloppy kernel: smpboot: CPU0: AMD Ryzen 9 5900HS with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
Jun 18 04:48:53 Terasloppy kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Jun 18 04:48:53 Terasloppy kernel: ... version:                0
Jun 18 04:48:53 Terasloppy kernel: ... bit width:              48
Jun 18 04:48:53 Terasloppy kernel: ... generic registers:      6
Jun 18 04:48:53 Terasloppy kernel: ... value mask:             0000ffffffffffff
Jun 18 04:48:53 Terasloppy kernel: ... max period:             00007fffffffffff
Jun 18 04:48:53 Terasloppy kernel: ... fixed-purpose events:   0
Jun 18 04:48:53 Terasloppy kernel: ... event mask:             000000000000003f
Jun 18 04:48:53 Terasloppy kernel: rcu: Hierarchical SRCU implementation.
Jun 18 04:48:53 Terasloppy kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 18 04:48:53 Terasloppy kernel: smp: Bringing up secondary CPUs ...
Jun 18 04:48:53 Terasloppy kernel: x86: Booting SMP configuration:
Jun 18 04:48:53 Terasloppy kernel: .... node  #0, CPUs:        #1
Jun 18 04:48:53 Terasloppy kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Jun 18 04:48:53 Terasloppy kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Jun 18 04:48:53 Terasloppy kernel: smp: Brought up 1 node, 16 CPUs
Jun 18 04:48:53 Terasloppy kernel: smpboot: Max logical packages: 1
Jun 18 04:48:53 Terasloppy kernel: smpboot: Total of 16 processors activated (105444.10 BogoMIPS)
Jun 18 04:48:53 Terasloppy kernel: devtmpfs: initialized
Jun 18 04:48:53 Terasloppy kernel: x86/mm: Memory block size: 128MB
Jun 18 04:48:53 Terasloppy kernel: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
Jun 18 04:48:53 Terasloppy kernel: PM: Registering ACPI NVS region [mem 0xed38b000-0xed544fff] (1810432 bytes)
Jun 18 04:48:53 Terasloppy kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 18 04:48:53 Terasloppy kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: pinctrl core: initialized pinctrl subsystem
Jun 18 04:48:53 Terasloppy kernel: PM: RTC time: 08:48:53, date: 2021-06-18
Jun 18 04:48:53 Terasloppy kernel: NET: Registered protocol family 16
Jun 18 04:48:53 Terasloppy kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jun 18 04:48:53 Terasloppy kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 18 04:48:53 Terasloppy kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 18 04:48:53 Terasloppy kernel: audit: initializing netlink subsys (disabled)
Jun 18 04:48:53 Terasloppy kernel: audit: type=2000 audit(1624006133.163:1): state=initialized audit_enabled=0 res=1
Jun 18 04:48:53 Terasloppy kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 18 04:48:53 Terasloppy kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 18 04:48:53 Terasloppy kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 18 04:48:53 Terasloppy kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 18 04:48:53 Terasloppy kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 18 04:48:53 Terasloppy kernel: cpuidle: using governor ladder
Jun 18 04:48:53 Terasloppy kernel: cpuidle: using governor menu
Jun 18 04:48:53 Terasloppy kernel: ACPI: bus type PCI registered
Jun 18 04:48:53 Terasloppy kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 18 04:48:53 Terasloppy kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Jun 18 04:48:53 Terasloppy kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
Jun 18 04:48:53 Terasloppy kernel: PCI: Using configuration type 1 for base access
Jun 18 04:48:53 Terasloppy kernel: Kprobes globally optimized
Jun 18 04:48:53 Terasloppy kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Jun 18 04:48:53 Terasloppy kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jun 18 04:48:53 Terasloppy kernel: ACPI: Added _OSI(Module Device)
Jun 18 04:48:53 Terasloppy kernel: ACPI: Added _OSI(Processor Device)
Jun 18 04:48:53 Terasloppy kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 18 04:48:53 Terasloppy kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 18 04:48:53 Terasloppy kernel: ACPI: Added _OSI(Linux-Dell-Video)
Jun 18 04:48:53 Terasloppy kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jun 18 04:48:53 Terasloppy kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Jun 18 04:48:53 Terasloppy kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC0._S0W], AE_ALREADY_EXISTS (20210105/dswload2-326)
Jun 18 04:48:53 Terasloppy kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210105/psobject-220)
Jun 18 04:48:53 Terasloppy kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Jun 18 04:48:53 Terasloppy kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC1._S0W], AE_ALREADY_EXISTS (20210105/dswload2-326)
Jun 18 04:48:53 Terasloppy kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210105/psobject-220)
Jun 18 04:48:53 Terasloppy kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Jun 18 04:48:53 Terasloppy kernel: ACPI: 16 ACPI AML tables successfully acquired and loaded
Jun 18 04:48:53 Terasloppy kernel: ACPI: EC: EC started
Jun 18 04:48:53 Terasloppy kernel: ACPI: EC: interrupt blocked
Jun 18 04:48:53 Terasloppy kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 18 04:48:53 Terasloppy kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jun 18 04:48:53 Terasloppy kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun 18 04:48:53 Terasloppy kernel: ACPI: Interpreter enabled
Jun 18 04:48:53 Terasloppy kernel: ACPI: (supports S0 S4 S5)
Jun 18 04:48:53 Terasloppy kernel: ACPI: Using IOAPIC for interrupt routing
Jun 18 04:48:53 Terasloppy kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 18 04:48:53 Terasloppy kernel: ACPI: PM: Power Resource [PG00] (on)
Jun 18 04:48:53 Terasloppy kernel: ACPI: PM: Power Resource [P0U0] (on)
Jun 18 04:48:53 Terasloppy kernel: ACPI: PM: Power Resource [P3U0] (off)
Jun 18 04:48:53 Terasloppy kernel: ACPI: PM: Power Resource [P0U1] (on)
Jun 18 04:48:53 Terasloppy kernel: ACPI: PM: Power Resource [P3U1] (off)
Jun 18 04:48:53 Terasloppy kernel: ACPI: PM: Power Resource [P0NV] (on)
Jun 18 04:48:53 Terasloppy kernel: ACPI: PM: Power Resource [PRWL] (on)
Jun 18 04:48:53 Terasloppy kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jun 18 04:48:53 Terasloppy kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 18 04:48:53 Terasloppy kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Jun 18 04:48:53 Terasloppy kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Jun 18 04:48:53 Terasloppy kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Jun 18 04:48:53 Terasloppy kernel: PCI host bridge to bus 0000:00
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xefff window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: root bus resource [mem 0x410000000-0xffffffffff window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.4: enabling Extended Tags
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1: enabling Extended Tags
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.0: reg 0x14: [mem 0xfc00000000-0xfdffffffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xfe00000000-0xfe01ffffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.1:   bridge window [mem 0xfc00000000-0xfe01ffffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:02:00.0: [14c3:7961] type 00 class 0x028000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfe20300000-0xfe203fffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfe20400000-0xfe20403fff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfe20404000-0xfe20404fff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:02:00.0: supports D1 D2
Jun 18 04:48:53 Terasloppy kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2:   bridge window [mem 0xfe20300000-0xfe204fffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:03:00.0: [144d:a809] type 00 class 0x010802
Jun 18 04:48:53 Terasloppy kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfc600000-0xfc603fff 64bit]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.4: PCI bridge to [bus 03]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.4:   bridge window [mem 0xfc600000-0xfc6fffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: [1002:1638] type 00 class 0x030000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfe10000000-0xfe1fffffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: reg 0x18: [mem 0xfe20000000-0xfe201fffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: reg 0x20: [io  0xd000-0xd0ff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: enabling Extended Tags
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: BAR 0: assigned to efifb
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.1: [1002:1637] type 00 class 0x040300
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.1: reg 0x10: [mem 0xfc5c8000-0xfc5cbfff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.1: enabling Extended Tags
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.2: reg 0x24: [mem 0xfc5cc000-0xfc5cdfff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.2: enabling Extended Tags
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.3: [1022:1639] type 00 class 0x0c0330
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.3: enabling Extended Tags
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.4: [1022:1639] type 00 class 0x0c0330
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.4: enabling Extended Tags
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.5: enabling Extended Tags
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.6: enabling Extended Tags
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1:   bridge window [mem 0xfe10000000-0xfe201fffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 04:48:53 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 04:48:53 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 04:48:53 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 04:48:53 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 04:48:53 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 04:48:53 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 04:48:53 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 04:48:53 Terasloppy kernel: ACPI: EC: interrupt unblocked
Jun 18 04:48:53 Terasloppy kernel: ACPI: EC: event unblocked
Jun 18 04:48:53 Terasloppy kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 18 04:48:53 Terasloppy kernel: ACPI: EC: GPE=0x3
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Jun 18 04:48:53 Terasloppy kernel: iommu: Default domain type: Translated 
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: vgaarb: bridge control possible
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: vgaarb: setting as boot device
Jun 18 04:48:53 Terasloppy kernel: vgaarb: loaded
Jun 18 04:48:53 Terasloppy kernel: SCSI subsystem initialized
Jun 18 04:48:53 Terasloppy kernel: libata version 3.00 loaded.
Jun 18 04:48:53 Terasloppy kernel: ACPI: bus type USB registered
Jun 18 04:48:53 Terasloppy kernel: usbcore: registered new interface driver usbfs
Jun 18 04:48:53 Terasloppy kernel: usbcore: registered new interface driver hub
Jun 18 04:48:53 Terasloppy kernel: usbcore: registered new device driver usb
Jun 18 04:48:53 Terasloppy kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 18 04:48:53 Terasloppy kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 18 04:48:53 Terasloppy kernel: PTP clock support registered
Jun 18 04:48:53 Terasloppy kernel: EDAC MC: Ver: 3.0.0
Jun 18 04:48:53 Terasloppy kernel: Registered efivars operations
Jun 18 04:48:53 Terasloppy kernel: NetLabel: Initializing
Jun 18 04:48:53 Terasloppy kernel: NetLabel:  domain hash size = 128
Jun 18 04:48:53 Terasloppy kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 18 04:48:53 Terasloppy kernel: NetLabel:  unlabeled traffic allowed by default
Jun 18 04:48:53 Terasloppy kernel: PCI: Using ACPI for IRQ routing
Jun 18 04:48:53 Terasloppy kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 18 04:48:53 Terasloppy kernel: Expanded resource Reserved due to conflict with PCI Bus 0000:00
Jun 18 04:48:53 Terasloppy kernel: e820: reserve RAM buffer [mem 0x09dbf000-0x0bffffff]
Jun 18 04:48:53 Terasloppy kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Jun 18 04:48:53 Terasloppy kernel: e820: reserve RAM buffer [mem 0xe8100000-0xebffffff]
Jun 18 04:48:53 Terasloppy kernel: e820: reserve RAM buffer [mem 0xea3af000-0xebffffff]
Jun 18 04:48:53 Terasloppy kernel: e820: reserve RAM buffer [mem 0xebe0d000-0xebffffff]
Jun 18 04:48:53 Terasloppy kernel: e820: reserve RAM buffer [mem 0xef000000-0xefffffff]
Jun 18 04:48:53 Terasloppy kernel: e820: reserve RAM buffer [mem 0x3ee340000-0x3efffffff]
Jun 18 04:48:53 Terasloppy kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Jun 18 04:48:53 Terasloppy kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Jun 18 04:48:53 Terasloppy kernel: clocksource: Switched to clocksource tsc-early
Jun 18 04:48:53 Terasloppy kernel: VFS: Disk quotas dquot_6.6.0
Jun 18 04:48:53 Terasloppy kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 18 04:48:53 Terasloppy kernel: pnp: PnP ACPI init
Jun 18 04:48:53 Terasloppy kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Jun 18 04:48:53 Terasloppy kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x040b] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x04d6] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0c14] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0c50-0x0c51] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0c52] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0c6c] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0c6f] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0800-0x089f] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0b00-0x0b0f] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0900-0x090f] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [io  0x0910-0x091f] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [mem 0xfec01000-0xfec01fff] could not be reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [mem 0xfedc0000-0xfedc0fff] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [mem 0xfed80000-0xfed8ffff] could not be reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: [mem 0xff000000-0xffffffff] has been reserved
Jun 18 04:48:53 Terasloppy kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 18 04:48:53 Terasloppy kernel: pnp: PnP ACPI: found 3 devices
Jun 18 04:48:53 Terasloppy kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 18 04:48:53 Terasloppy kernel: NET: Registered protocol family 2
Jun 18 04:48:53 Terasloppy kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jun 18 04:48:53 Terasloppy kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jun 18 04:48:53 Terasloppy kernel: NET: Registered protocol family 1
Jun 18 04:48:53 Terasloppy kernel: NET: Registered protocol family 44
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2: BAR 14: assigned [mem 0xf8000000-0xf81fffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2: BAR 13: assigned [io  0x1000-0x1fff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.1:   bridge window [mem 0xfc00000000-0xfe01ffffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2:   bridge window [io  0x1000-0x1fff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2:   bridge window [mem 0xf8000000-0xf81fffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2:   bridge window [mem 0xfe20300000-0xfe204fffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.4: PCI bridge to [bus 03]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.4:   bridge window [mem 0xfc600000-0xfc6fffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1:   bridge window [mem 0xfe10000000-0xfe201fffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: resource 6 [io  0x0d00-0xefff window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfcffffff window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:00: resource 9 [mem 0x410000000-0xffffffffff window]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:01: resource 2 [mem 0xfc00000000-0xfe01ffffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:02: resource 1 [mem 0xf8000000-0xf81fffff]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:02: resource 2 [mem 0xfe20300000-0xfe204fffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:03: resource 1 [mem 0xfc600000-0xfc6fffff]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:04: resource 1 [mem 0xfc200000-0xfc5fffff]
Jun 18 04:48:53 Terasloppy kernel: pci_bus 0000:04: resource 2 [mem 0xfe10000000-0xfe201fffff 64bit pref]
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
Jun 18 04:48:53 Terasloppy kernel: PCI: CLS 64 bytes, default 64
Jun 18 04:48:53 Terasloppy kernel: Trying to unpack rootfs image as initramfs...
Jun 18 04:48:53 Terasloppy kernel: Freeing initrd memory: 7968K
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:00.2: PCI INT A: not connected
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.0: Adding to iommu group 0
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:01.1: Adding to iommu group 1
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.0: Adding to iommu group 2
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.2: Adding to iommu group 3
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:02.4: Adding to iommu group 4
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.0: Adding to iommu group 5
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:08.1: Adding to iommu group 5
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:14.0: Adding to iommu group 6
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:14.3: Adding to iommu group 6
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.0: Adding to iommu group 7
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.1: Adding to iommu group 7
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.2: Adding to iommu group 7
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.3: Adding to iommu group 7
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.4: Adding to iommu group 7
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.5: Adding to iommu group 7
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.6: Adding to iommu group 7
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:18.7: Adding to iommu group 7
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.0: Adding to iommu group 8
Jun 18 04:48:53 Terasloppy kernel: pci 0000:01:00.1: Adding to iommu group 8
Jun 18 04:48:53 Terasloppy kernel: pci 0000:02:00.0: Adding to iommu group 9
Jun 18 04:48:53 Terasloppy kernel: pci 0000:03:00.0: Adding to iommu group 10
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.0: Adding to iommu group 5
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.1: Adding to iommu group 5
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.2: Adding to iommu group 5
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.3: Adding to iommu group 5
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.4: Adding to iommu group 5
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.5: Adding to iommu group 5
Jun 18 04:48:53 Terasloppy kernel: pci 0000:04:00.6: Adding to iommu group 5
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Jun 18 04:48:53 Terasloppy kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
Jun 18 04:48:53 Terasloppy kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
Jun 18 04:48:53 Terasloppy kernel: AMD-Vi: Interrupt remapping enabled
Jun 18 04:48:53 Terasloppy kernel: AMD-Vi: Virtual APIC enabled
Jun 18 04:48:53 Terasloppy kernel: AMD-Vi: X2APIC enabled
Jun 18 04:48:53 Terasloppy kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Jun 18 04:48:53 Terasloppy kernel: amd_uncore: 4  amd_df counters detected
Jun 18 04:48:53 Terasloppy kernel: amd_uncore: 6  amd_l3 counters detected
Jun 18 04:48:53 Terasloppy kernel: LVT offset 0 assigned for vector 0x400
Jun 18 04:48:53 Terasloppy kernel: perf: AMD IBS detected (0x000003ff)
Jun 18 04:48:53 Terasloppy kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Jun 18 04:48:53 Terasloppy kernel: Initialise system trusted keyrings
Jun 18 04:48:53 Terasloppy kernel: Key type blacklist registered
Jun 18 04:48:53 Terasloppy kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jun 18 04:48:53 Terasloppy kernel: zbud: loaded
Jun 18 04:48:53 Terasloppy kernel: Key type asymmetric registered
Jun 18 04:48:53 Terasloppy kernel: Asymmetric key parser 'x509' registered
Jun 18 04:48:53 Terasloppy kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Jun 18 04:48:53 Terasloppy kernel: io scheduler mq-deadline registered
Jun 18 04:48:53 Terasloppy kernel: io scheduler kyber registered
Jun 18 04:48:53 Terasloppy kernel: io scheduler bfq registered
Jun 18 04:48:53 Terasloppy kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 26
Jun 18 04:48:53 Terasloppy kernel: pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jun 18 04:48:53 Terasloppy kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 27
Jun 18 04:48:53 Terasloppy kernel: pcieport 0000:00:02.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jun 18 04:48:53 Terasloppy kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 28
Jun 18 04:48:53 Terasloppy kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 29
Jun 18 04:48:53 Terasloppy kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 18 04:48:53 Terasloppy kernel: efifb: probing for efifb
Jun 18 04:48:53 Terasloppy kernel: efifb: showing boot graphics
Jun 18 04:48:53 Terasloppy kernel: efifb: framebuffer at 0xfe10000000, using 8128k, total 8128k
Jun 18 04:48:53 Terasloppy kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Jun 18 04:48:53 Terasloppy kernel: efifb: scrolling: redraw
Jun 18 04:48:53 Terasloppy kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jun 18 04:48:53 Terasloppy kernel: fbcon: Deferring console take-over
Jun 18 04:48:53 Terasloppy kernel: fb0: EFI VGA frame buffer device
Jun 18 04:48:53 Terasloppy kernel: ACPI: AC: AC Adapter [AC0] (on-line)
Jun 18 04:48:53 Terasloppy kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/PNP0C09:00/PNP0C0D:00/input/input0
Jun 18 04:48:53 Terasloppy kernel: ACPI: button: Lid Switch [LID]
Jun 18 04:48:53 Terasloppy kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jun 18 04:48:53 Terasloppy kernel: ACPI: button: Power Button [PWRB]
Jun 18 04:48:53 Terasloppy kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Jun 18 04:48:53 Terasloppy kernel: ACPI: button: Sleep Button [SLPB]
Jun 18 04:48:53 Terasloppy kernel: Monitor-Mwait will be used to enter C-1 state
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P000: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P001: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P002: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P003: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P004: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P005: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P006: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P007: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P008: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P009: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P00A: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P00B: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P00C: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P00D: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P00E: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_SB_.PLTF.P00F: Found 3 idle states
Jun 18 04:48:53 Terasloppy kernel: ACPI: \_TZ_.THRM: Invalid passive threshold
Jun 18 04:48:53 Terasloppy kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jun 18 04:48:53 Terasloppy kernel: ACPI: thermal: Thermal Zone [THRM] (59 C)
Jun 18 04:48:53 Terasloppy kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 18 04:48:53 Terasloppy kernel: Non-volatile memory driver v1.3
Jun 18 04:48:53 Terasloppy kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Jun 18 04:48:53 Terasloppy kernel: ACPI: battery: Slot [BAT0] (battery present)
Jun 18 04:48:53 Terasloppy kernel: nvme nvme0: pci function 0000:03:00.0
Jun 18 04:48:53 Terasloppy kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jun 18 04:48:53 Terasloppy kernel: ehci-pci: EHCI PCI platform driver
Jun 18 04:48:53 Terasloppy kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jun 18 04:48:53 Terasloppy kernel: ohci-pci: OHCI PCI platform driver
Jun 18 04:48:53 Terasloppy kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jun 18 04:48:53 Terasloppy kernel: usbcore: registered new interface driver usbserial_generic
Jun 18 04:48:53 Terasloppy kernel: usbserial: USB Serial support registered for generic
Jun 18 04:48:53 Terasloppy kernel: rtc_cmos 00:01: RTC can wake from S4
Jun 18 04:48:53 Terasloppy kernel: rtc_cmos 00:01: registered as rtc0
Jun 18 04:48:53 Terasloppy kernel: rtc_cmos 00:01: setting system clock to 2021-06-18T08:48:53 UTC (1624006133)
Jun 18 04:48:53 Terasloppy kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jun 18 04:48:53 Terasloppy kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 18 04:48:53 Terasloppy kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 18 04:48:53 Terasloppy kernel: drop_monitor: Initializing network drop monitor service
Jun 18 04:48:53 Terasloppy kernel: Initializing XFRM netlink socket
Jun 18 04:48:53 Terasloppy kernel: NET: Registered protocol family 10
Jun 18 04:48:53 Terasloppy kernel: Segment Routing with IPv6
Jun 18 04:48:53 Terasloppy kernel: RPL Segment Routing with IPv6
Jun 18 04:48:53 Terasloppy kernel: NET: Registered protocol family 17
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU0: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU1: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU2: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU3: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU4: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU5: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU6: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU7: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU8: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU9: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU10: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU11: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU12: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU13: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU14: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: CPU15: patch_level=0x0a50000b
Jun 18 04:48:53 Terasloppy kernel: microcode: Microcode Update Driver: v2.2.
Jun 18 04:48:53 Terasloppy kernel: resctrl: L3 allocation detected
Jun 18 04:48:53 Terasloppy kernel: resctrl: L3DATA allocation detected
Jun 18 04:48:53 Terasloppy kernel: resctrl: L3CODE allocation detected
Jun 18 04:48:53 Terasloppy kernel: resctrl: MB allocation detected
Jun 18 04:48:53 Terasloppy kernel: resctrl: L3 monitoring detected
Jun 18 04:48:53 Terasloppy kernel: IPI shorthand broadcast: enabled
Jun 18 04:48:53 Terasloppy kernel: sched_clock: Marking stable (344548270, 256210)->(347538599, -2734119)
Jun 18 04:48:53 Terasloppy kernel: registered taskstats version 1
Jun 18 04:48:53 Terasloppy kernel: Loading compiled-in X.509 certificates
Jun 18 04:48:53 Terasloppy kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 59dc90f68ebeadfb18afbb1fcb9c579e3349b05b'
Jun 18 04:48:53 Terasloppy kernel: zswap: loaded using pool lz4/z3fold
Jun 18 04:48:53 Terasloppy kernel: Key type ._fscrypt registered
Jun 18 04:48:53 Terasloppy kernel: Key type .fscrypt registered
Jun 18 04:48:53 Terasloppy kernel: Key type fscrypt-provisioning registered
Jun 18 04:48:53 Terasloppy kernel: PM:   Magic number: 9:985:826
Jun 18 04:48:53 Terasloppy kernel: RAS: Correctable Errors collector initialized.
Jun 18 04:48:53 Terasloppy kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Jun 18 04:48:53 Terasloppy kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Jun 18 04:48:53 Terasloppy kernel: nvme nvme0: 12/0/0 default/read/poll queues
Jun 18 04:48:53 Terasloppy kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7
Jun 18 04:48:53 Terasloppy kernel: Freeing unused decrypted memory: 2036K
Jun 18 04:48:53 Terasloppy kernel: Freeing unused kernel image (initmem) memory: 1652K
Jun 18 04:48:53 Terasloppy kernel: Write protecting the kernel read-only data: 26624k
Jun 18 04:48:53 Terasloppy kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Jun 18 04:48:53 Terasloppy kernel: Freeing unused kernel image (rodata/data gap) memory: 1252K
Jun 18 04:48:53 Terasloppy kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 18 04:48:53 Terasloppy kernel: rodata_test: all tests were successful
Jun 18 04:48:53 Terasloppy kernel: Run /init as init process
Jun 18 04:48:53 Terasloppy kernel:   with arguments:
Jun 18 04:48:53 Terasloppy kernel:     /init
Jun 18 04:48:53 Terasloppy kernel:   with environment:
Jun 18 04:48:53 Terasloppy kernel:     HOME=/
Jun 18 04:48:53 Terasloppy kernel:     TERM=linux
Jun 18 04:48:53 Terasloppy kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Jun 18 04:48:53 Terasloppy kernel: fbcon: Taking over console
Jun 18 04:48:53 Terasloppy kernel: Console: switching to colour frame buffer device 240x67
Jun 18 04:48:53 Terasloppy kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Jun 18 04:48:53 Terasloppy kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
Jun 18 04:48:53 Terasloppy kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 18 04:48:53 Terasloppy kernel: usb usb1: Product: xHCI Host Controller
Jun 18 04:48:53 Terasloppy kernel: usb usb1: Manufacturer: Linux 5.12.11-arch1-1 xhci-hcd
Jun 18 04:48:53 Terasloppy kernel: usb usb1: SerialNumber: 0000:04:00.3
Jun 18 04:48:53 Terasloppy kernel: hub 1-0:1.0: USB hub found
Jun 18 04:48:53 Terasloppy kernel: hub 1-0:1.0: 4 ports detected
Jun 18 04:48:53 Terasloppy kernel: acpi device:12: registered as cooling_device16
Jun 18 04:48:53 Terasloppy kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Jun 18 04:48:53 Terasloppy kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/LNXVIDEO:00/input/input3
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Jun 18 04:48:53 Terasloppy kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 18 04:48:53 Terasloppy kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
Jun 18 04:48:53 Terasloppy kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 18 04:48:53 Terasloppy kernel: usb usb2: Product: xHCI Host Controller
Jun 18 04:48:53 Terasloppy kernel: usb usb2: Manufacturer: Linux 5.12.11-arch1-1 xhci-hcd
Jun 18 04:48:53 Terasloppy kernel: usb usb2: SerialNumber: 0000:04:00.3
Jun 18 04:48:53 Terasloppy kernel: hub 2-0:1.0: USB hub found
Jun 18 04:48:53 Terasloppy kernel: hub 2-0:1.0: 2 ports detected
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Jun 18 04:48:53 Terasloppy kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
Jun 18 04:48:53 Terasloppy kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 18 04:48:53 Terasloppy kernel: usb usb3: Product: xHCI Host Controller
Jun 18 04:48:53 Terasloppy kernel: usb usb3: Manufacturer: Linux 5.12.11-arch1-1 xhci-hcd
Jun 18 04:48:53 Terasloppy kernel: usb usb3: SerialNumber: 0000:04:00.4
Jun 18 04:48:53 Terasloppy kernel: hub 3-0:1.0: USB hub found
Jun 18 04:48:53 Terasloppy kernel: hub 3-0:1.0: 4 ports detected
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
Jun 18 04:48:53 Terasloppy kernel: xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Jun 18 04:48:53 Terasloppy kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 18 04:48:53 Terasloppy kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
Jun 18 04:48:53 Terasloppy kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 18 04:48:53 Terasloppy kernel: usb usb4: Product: xHCI Host Controller
Jun 18 04:48:53 Terasloppy kernel: usb usb4: Manufacturer: Linux 5.12.11-arch1-1 xhci-hcd
Jun 18 04:48:53 Terasloppy kernel: usb usb4: SerialNumber: 0000:04:00.4
Jun 18 04:48:53 Terasloppy kernel: hub 4-0:1.0: USB hub found
Jun 18 04:48:53 Terasloppy kernel: hub 4-0:1.0: 2 ports detected
Jun 18 04:48:53 Terasloppy kernel: EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Jun 18 04:48:53 Terasloppy kernel: random: fast init done
Jun 18 04:48:53 Terasloppy systemd[1]: systemd 248.3-2-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 +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jun 18 04:48:53 Terasloppy systemd[1]: Detected architecture x86-64.
Jun 18 04:48:53 Terasloppy systemd[1]: Hostname set to <Terasloppy>.
Jun 18 04:48:53 Terasloppy kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
Jun 18 04:48:53 Terasloppy systemd[1]: Queued start job for default target Graphical Interface.
Jun 18 04:48:53 Terasloppy kernel: usb 1-3: new full-speed USB device number 2 using xhci_hcd
Jun 18 04:48:53 Terasloppy systemd[1]: Created slice system-getty.slice.
Jun 18 04:48:53 Terasloppy systemd[1]: Created slice system-modprobe.slice.
Jun 18 04:48:53 Terasloppy systemd[1]: Created slice system-netctl.slice.
Jun 18 04:48:53 Terasloppy systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jun 18 04:48:53 Terasloppy systemd[1]: Created slice User and Session Slice.
Jun 18 04:48:53 Terasloppy systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 18 04:48:53 Terasloppy systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 18 04:48:53 Terasloppy systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 18 04:48:53 Terasloppy systemd[1]: Reached target Local Encrypted Volumes.
Jun 18 04:48:53 Terasloppy systemd[1]: Reached target Paths.
Jun 18 04:48:53 Terasloppy systemd[1]: Reached target Remote File Systems.
Jun 18 04:48:53 Terasloppy systemd[1]: Reached target Slices.
Jun 18 04:48:53 Terasloppy systemd[1]: Reached target Local Verity Integrity Protected Volumes.
Jun 18 04:48:53 Terasloppy systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 18 04:48:53 Terasloppy systemd[1]: Listening on LVM2 poll daemon socket.
Jun 18 04:48:53 Terasloppy systemd[1]: Listening on Process Core Dump Socket.
Jun 18 04:48:53 Terasloppy systemd[1]: Listening on Journal Audit Socket.
Jun 18 04:48:53 Terasloppy systemd[1]: Listening on Journal Socket (/dev/log).
Jun 18 04:48:53 Terasloppy systemd[1]: Listening on Journal Socket.
Jun 18 04:48:53 Terasloppy systemd[1]: Listening on udev Control Socket.
Jun 18 04:48:53 Terasloppy systemd[1]: Listening on udev Kernel Socket.
Jun 18 04:48:53 Terasloppy systemd[1]: Mounting Huge Pages File System...
Jun 18 04:48:53 Terasloppy systemd[1]: Mounting POSIX Message Queue File System...
Jun 18 04:48:53 Terasloppy systemd[1]: Mounting Kernel Debug File System...
Jun 18 04:48:53 Terasloppy systemd[1]: Mounting Kernel Trace File System...
Jun 18 04:48:53 Terasloppy kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Create list of static device nodes for the current kernel...
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Load Kernel Module configfs...
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Load Kernel Module drm...
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Load Kernel Module fuse...
Jun 18 04:48:53 Terasloppy kernel: random: lvm: uninitialized urandom read (4 bytes read)
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Set Up Additional Binary Formats...
Jun 18 04:48:53 Terasloppy systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Journal Service...
Jun 18 04:48:53 Terasloppy kernel: Linux agpgart interface v0.103
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Load Kernel Modules...
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 18 04:48:53 Terasloppy systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Coldplug All udev Devices...
Jun 18 04:48:53 Terasloppy systemd[1]: Mounted Huge Pages File System.
Jun 18 04:48:53 Terasloppy systemd[1]: Mounted POSIX Message Queue File System.
Jun 18 04:48:53 Terasloppy systemd[1]: Mounted Kernel Debug File System.
Jun 18 04:48:53 Terasloppy systemd[1]: Mounted Kernel Trace File System.
Jun 18 04:48:53 Terasloppy systemd[1]: Finished Create list of static device nodes for the current kernel.
Jun 18 04:48:53 Terasloppy systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 18 04:48:53 Terasloppy systemd[1]: Finished Load Kernel Module configfs.
Jun 18 04:48:53 Terasloppy systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 308 (systemd-binfmt)
Jun 18 04:48:53 Terasloppy systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jun 18 04:48:53 Terasloppy systemd[1]: Mounting Kernel Configuration File System...
Jun 18 04:48:53 Terasloppy kernel: EXT4-fs (nvme0n1p7): re-mounted. Opts: stripe=32. Quota mode: none.
Jun 18 04:48:53 Terasloppy kernel: Asymmetric key parser 'pkcs8' registered
Jun 18 04:48:53 Terasloppy kernel: fuse: init (API version 7.33)
Jun 18 04:48:53 Terasloppy systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 18 04:48:53 Terasloppy systemd[1]: Finished Load Kernel Module fuse.
Jun 18 04:48:53 Terasloppy kernel: audit: type=1130 audit(1624006133.976:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy kernel: audit: type=1131 audit(1624006133.976:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy systemd[1]: Finished Load Kernel Modules.
Jun 18 04:48:53 Terasloppy kernel: audit: type=1130 audit(1624006133.976:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 18 04:48:53 Terasloppy kernel: audit: type=1130 audit(1624006133.976:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jun 18 04:48:53 Terasloppy systemd[1]: Mounted Kernel Configuration File System.
Jun 18 04:48:53 Terasloppy systemd[1]: Activating swap /swapfile...
Jun 18 04:48:53 Terasloppy systemd[1]: Mounting FUSE Control File System...
Jun 18 04:48:53 Terasloppy systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jun 18 04:48:53 Terasloppy systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Load/Save Random Seed...
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Apply Kernel Variables...
Jun 18 04:48:53 Terasloppy systemd[1]: Condition check resulted in Create System Users being skipped.
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 18 04:48:53 Terasloppy systemd[1]: Finished Set Up Additional Binary Formats.
Jun 18 04:48:53 Terasloppy kernel: audit: type=1130 audit(1624006133.983:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy systemd[1]: Mounted FUSE Control File System.
Jun 18 04:48:53 Terasloppy systemd[1]: Finished Apply Kernel Variables.
Jun 18 04:48:53 Terasloppy kernel: audit: type=1130 audit(1624006133.986:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 18 04:48:53 Terasloppy systemd[1]: Finished Load Kernel Module drm.
Jun 18 04:48:53 Terasloppy kernel: audit: type=1130 audit(1624006133.990:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy kernel: audit: type=1131 audit(1624006133.990:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy systemd-journald[309]: Journal started
Jun 18 04:48:53 Terasloppy systemd-journald[309]: Runtime Journal (/run/log/journal/4a9b82bbd1374b1eaab44d6fe02bf0cb) is 8.0M, max 774.2M, 766.2M free.
Jun 18 04:48:53 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:53 Terasloppy systemd-modules-load[310]: Inserted module 'pkcs8_key_parser'
Jun 18 04:48:53 Terasloppy systemd-random-seed[320]: Kernel entropy pool is not initialized yet, waiting until it is.
Jun 18 04:48:53 Terasloppy systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 18 04:48:54 Terasloppy systemd[1]: Started Journal Service.
Jun 18 04:48:54 Terasloppy kernel: audit: type=1130 audit(1624006133.993:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy systemd-journald[309]: Time spent on flushing to /var/log/journal/4a9b82bbd1374b1eaab44d6fe02bf0cb is 32.347ms for 885 entries.
Jun 18 04:48:54 Terasloppy systemd-journald[309]: System Journal (/var/log/journal/4a9b82bbd1374b1eaab44d6fe02bf0cb) is 216.0M, max 4.0G, 3.7G free.
Jun 18 04:48:54 Terasloppy kernel: Adding 8388604k swap on /swapfile.  Priority:-2 extents:5 across:8921084k SSFS
Jun 18 04:48:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy audit: BPF prog-id=14 op=LOAD
Jun 18 04:48:54 Terasloppy audit: BPF prog-id=15 op=LOAD
Jun 18 04:48:54 Terasloppy audit: BPF prog-id=16 op=LOAD
Jun 18 04:48:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 18 04:48:54 Terasloppy systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 18 04:48:54 Terasloppy systemd[1]: Activated swap /swapfile.
Jun 18 04:48:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy systemd[1]: Reached target Swap.
Jun 18 04:48:54 Terasloppy systemd[1]: Mounting Temporary Directory (/tmp)...
Jun 18 04:48:54 Terasloppy systemd[1]: Mounted Temporary Directory (/tmp).
Jun 18 04:48:54 Terasloppy systemd[1]: Finished Coldplug All udev Devices.
Jun 18 04:48:54 Terasloppy systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 18 04:48:54 Terasloppy systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 18 04:48:54 Terasloppy kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4
Jun 18 04:48:54 Terasloppy systemd[1]: Found device SAMSUNG MZVLQ1T0HBLB-00B00 SYSTEM.
Jun 18 04:48:54 Terasloppy kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xff00, revision 15
Jun 18 04:48:54 Terasloppy kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Jun 18 04:48:54 Terasloppy kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xff20
Jun 18 04:48:54 Terasloppy kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
Jun 18 04:48:54 Terasloppy kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Jun 18 04:48:54 Terasloppy kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jun 18 04:48:54 Terasloppy kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Jun 18 04:48:54 Terasloppy kernel: snd_rn_pci_acp3x 0000:04:00.5: enabling device (0000 -> 0002)
Jun 18 04:48:54 Terasloppy kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Jun 18 04:48:54 Terasloppy kernel: ccp 0000:04:00.2: enabling device (0000 -> 0002)
Jun 18 04:48:54 Terasloppy kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
Jun 18 04:48:54 Terasloppy kernel: ccp 0000:04:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Jun 18 04:48:54 Terasloppy kernel: cryptd: max_cpu_qlen set to 1000
Jun 18 04:48:54 Terasloppy kernel: usb 1-3: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 0.02
Jun 18 04:48:54 Terasloppy kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 18 04:48:54 Terasloppy kernel: usb 1-3: Product: N-KEY Device
Jun 18 04:48:54 Terasloppy kernel: usb 1-3: Manufacturer: ASUSTeK Computer Inc.
Jun 18 04:48:54 Terasloppy kernel: usb 3-3: New USB device found, idVendor=27c6, idProduct=521d, bcdDevice= 1.00
Jun 18 04:48:54 Terasloppy kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 18 04:48:54 Terasloppy kernel: usb 3-3: Product: FingerPrint
Jun 18 04:48:54 Terasloppy kernel: usb 3-3: Manufacturer: Goodix
Jun 18 04:48:54 Terasloppy kernel: ccp 0000:04:00.2: tee enabled
Jun 18 04:48:54 Terasloppy kernel: ccp 0000:04:00.2: psp enabled
Jun 18 04:48:54 Terasloppy kernel: AVX2 version of gcm_enc/dec engaged.
Jun 18 04:48:54 Terasloppy kernel: AES CTR mode by8 optimization enabled
Jun 18 04:48:54 Terasloppy kernel: i8042: PNP: No PS/2 controller found.
Jun 18 04:48:54 Terasloppy kernel: asus_wmi: ASUS WMI generic driver loaded
Jun 18 04:48:54 Terasloppy kernel: asus_wmi: Initialization: 0x1
Jun 18 04:48:54 Terasloppy kernel: asus_wmi: BIOS WMI version: 9.0
Jun 18 04:48:54 Terasloppy kernel: asus_wmi: SFUN value: 0x21
Jun 18 04:48:54 Terasloppy kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Jun 18 04:48:54 Terasloppy kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Jun 18 04:48:54 Terasloppy kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input6
Jun 18 04:48:54 Terasloppy kernel: ACPI: battery: new extension: ASUS Battery Extension
Jun 18 04:48:54 Terasloppy systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 18 04:48:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy systemd[1]: Reached target Local File Systems (Pre).
Jun 18 04:48:54 Terasloppy systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Jun 18 04:48:54 Terasloppy systemd[1]: Starting File System Check on /dev/disk/by-uuid/6043-55A6...
Jun 18 04:48:54 Terasloppy kernel: usb 2-1: new SuperSpeed Gen 1 USB device number 2 using xhci_hcd
Jun 18 04:48:54 Terasloppy kernel: usb 2-1: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=31.00
Jun 18 04:48:54 Terasloppy kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=6
Jun 18 04:48:54 Terasloppy kernel: usb 2-1: Product: USB 10/100/1000 LAN
Jun 18 04:48:54 Terasloppy kernel: usb 2-1: Manufacturer: Realtek
Jun 18 04:48:54 Terasloppy kernel: usb 2-1: SerialNumber: 001002E1A
Jun 18 04:48:54 Terasloppy systemd-fsck[419]: fsck.fat 4.2 (2021-01-31)
Jun 18 04:48:54 Terasloppy systemd-fsck[419]: /dev/nvme0n1p1: 190 files, 6962/65536 clusters
Jun 18 04:48:54 Terasloppy systemd[1]: Finished File System Check on /dev/disk/by-uuid/6043-55A6.
Jun 18 04:48:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6043\x2d55A6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy systemd[1]: Mounting /efi...
Jun 18 04:48:54 Terasloppy kernel: usb 3-4: new high-speed USB device number 3 using xhci_hcd
Jun 18 04:48:54 Terasloppy kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Jun 18 04:48:54 Terasloppy kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jun 18 04:48:54 Terasloppy kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jun 18 04:48:54 Terasloppy kernel: snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
Jun 18 04:48:54 Terasloppy kernel: snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
Jun 18 04:48:54 Terasloppy systemd[1]: Mounted /efi.
Jun 18 04:48:54 Terasloppy systemd[1]: Reached target Local File Systems.
Jun 18 04:48:54 Terasloppy systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Jun 18 04:48:54 Terasloppy kernel: kvm: Nested Virtualization enabled
Jun 18 04:48:54 Terasloppy kernel: SVM: kvm: Nested Paging enabled
Jun 18 04:48:54 Terasloppy kernel: SVM: Virtual VMLOAD VMSAVE supported
Jun 18 04:48:54 Terasloppy kernel: SVM: Virtual GIF supported
Jun 18 04:48:54 Terasloppy systemd[1]: Starting Create Volatile Files and Directories...
Jun 18 04:48:54 Terasloppy systemd[1]: Finished Create Volatile Files and Directories.
Jun 18 04:48:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Jun 18 04:48:54 Terasloppy systemd[1]: Condition check resulted in Update is Completed being skipped.
Jun 18 04:48:54 Terasloppy systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jun 18 04:48:54 Terasloppy systemd-udevd[385]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 18 04:48:54 Terasloppy audit[431]: SYSTEM_BOOT pid=431 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Jun 18 04:48:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy systemd[1]: Reached target System Initialization.
Jun 18 04:48:54 Terasloppy systemd[1]: Started Daily man-db regeneration.
Jun 18 04:48:54 Terasloppy systemd[1]: Started Daily verification of password and group files.
Jun 18 04:48:54 Terasloppy systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 18 04:48:54 Terasloppy systemd[1]: Reached target Timers.
Jun 18 04:48:54 Terasloppy systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 18 04:48:54 Terasloppy systemd[1]: Reached target Sockets.
Jun 18 04:48:54 Terasloppy systemd[1]: Reached target Basic System.
Jun 18 04:48:54 Terasloppy systemd[1]: Started D-Bus System Message Bus.
Jun 18 04:48:54 Terasloppy kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card1/input7
Jun 18 04:48:54 Terasloppy kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input8
Jun 18 04:48:54 Terasloppy kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input9
Jun 18 04:48:54 Terasloppy kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input10
Jun 18 04:48:54 Terasloppy kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input11
Jun 18 04:48:54 Terasloppy 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'
Jun 18 04:48:54 Terasloppy systemd[1]: Starting dhcpcd on all interfaces...
Jun 18 04:48:54 Terasloppy audit: BPF prog-id=17 op=LOAD
Jun 18 04:48:54 Terasloppy audit: BPF prog-id=18 op=LOAD
Jun 18 04:48:54 Terasloppy audit: BPF prog-id=19 op=LOAD
Jun 18 04:48:54 Terasloppy dhcpcd[437]: dhcpcd-9.4.0 starting
Jun 18 04:48:54 Terasloppy systemd[1]: Starting User Login Management...
Jun 18 04:48:54 Terasloppy dhcpcd[441]: dev: loaded udev
Jun 18 04:48:54 Terasloppy dhcpcd[441]: DUID 00:04:5e:62:14:f2:52:d4:ff:4b:86:ce:9d:f8:67:e7:c8:5e
Jun 18 04:48:54 Terasloppy kernel: random: dhcpcd: uninitialized urandom read (112 bytes read)
Jun 18 04:48:54 Terasloppy systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 18 04:48:54 Terasloppy dbus-daemon[436]: dbus[436]: Unknown group "sudo" in message bus configuration file
Jun 18 04:48:54 Terasloppy kernel: input: ELAN1201:00 04F3:3098 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input12
Jun 18 04:48:54 Terasloppy kernel: input: ELAN1201:00 04F3:3098 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input13
Jun 18 04:48:54 Terasloppy kernel: hid-generic 0018:04F3:3098.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1201:00 04F3:3098] on i2c-ELAN1201:00
Jun 18 04:48:54 Terasloppy systemd-logind[438]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jun 18 04:48:54 Terasloppy systemd-logind[438]: Watching system buttons on /dev/input/event1 (Power Button)
Jun 18 04:48:54 Terasloppy systemd-logind[438]: Watching system buttons on /dev/input/event2 (Sleep Button)
Jun 18 04:48:54 Terasloppy systemd-logind[438]: New seat seat0.
Jun 18 04:48:54 Terasloppy systemd[1]: Started User Login Management.
Jun 18 04:48:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy kernel: MCE: In-kernel MCE decoding enabled.
Jun 18 04:48:54 Terasloppy kernel: usb 3-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
Jun 18 04:48:54 Terasloppy kernel: usb 3-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Jun 18 04:48:54 Terasloppy kernel: usb 3-4: Product: Wireless_Device
Jun 18 04:48:54 Terasloppy kernel: usb 3-4: Manufacturer: MediaTek Inc.
Jun 18 04:48:54 Terasloppy kernel: usb 3-4: SerialNumber: 000000000
Jun 18 04:48:54 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input14
Jun 18 04:48:54 Terasloppy kernel: usbcore: registered new interface driver r8152
Jun 18 04:48:54 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input15
Jun 18 04:48:54 Terasloppy kernel: 8021q: 802.1Q VLAN Support v1.8
Jun 18 04:48:54 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC289: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
Jun 18 04:48:54 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 18 04:48:54 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jun 18 04:48:54 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
Jun 18 04:48:54 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:    inputs:
Jun 18 04:48:54 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
Jun 18 04:48:54 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
Jun 18 04:48:54 Terasloppy kernel: usbcore: registered new interface driver cdc_ether
Jun 18 04:48:54 Terasloppy systemd[1]: Reached target Sound Card.
Jun 18 04:48:54 Terasloppy kernel: usbcore: registered new interface driver r8153_ecm
Jun 18 04:48:54 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input16
Jun 18 04:48:54 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input17
Jun 18 04:48:54 Terasloppy kernel: hid-generic 0003:0B05:19B6.0002: input,hiddev96,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input0
Jun 18 04:48:54 Terasloppy kernel: hid-generic 0003:0B05:19B6.0003: hiddev97,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input1
Jun 18 04:48:54 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0004/input/input20
Jun 18 04:48:54 Terasloppy kernel: tsc: Refined TSC clocksource calibration: 3299.429 MHz
Jun 18 04:48:54 Terasloppy kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f8f30b511a, max_idle_ns: 440795263550 ns
Jun 18 04:48:54 Terasloppy kernel: clocksource: Switched to clocksource tsc
Jun 18 04:48:54 Terasloppy kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card2/input18
Jun 18 04:48:54 Terasloppy kernel: hid-generic 0003:0B05:19B6.0004: input,hidraw3: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input2
Jun 18 04:48:54 Terasloppy kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card2/input19
Jun 18 04:48:54 Terasloppy kernel: usbcore: registered new interface driver usbhid
Jun 18 04:48:54 Terasloppy kernel: usbhid: USB HID core driver
Jun 18 04:48:54 Terasloppy kernel: intel_rapl_common: Found RAPL domain package
Jun 18 04:48:54 Terasloppy kernel: intel_rapl_common: Found RAPL domain core
Jun 18 04:48:54 Terasloppy kernel: usb 2-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
Jun 18 04:48:54 Terasloppy kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 18 04:48:54 Terasloppy kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 18 04:48:54 Terasloppy kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jun 18 04:48:54 Terasloppy kernel: cfg80211: failed to load regulatory.db
Jun 18 04:48:54 Terasloppy kernel: r8152 2-1:1.0: load rtl8153b-2 v1 10/23/19 successfully
Jun 18 04:48:54 Terasloppy kernel: input: ELAN1201:00 04F3:3098 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input21
Jun 18 04:48:54 Terasloppy kernel: r8152 2-1:1.0 eth0: v1.11.11
Jun 18 04:48:54 Terasloppy dhcpcd[441]: no valid interfaces found
Jun 18 04:48:54 Terasloppy systemd[1]: Started dhcpcd on all interfaces.
Jun 18 04:48:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy kernel: [drm] amdgpu kernel modesetting enabled.
Jun 18 04:48:54 Terasloppy kernel: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
Jun 18 04:48:54 Terasloppy kernel: ATPX version 1, functions 0x00000001
Jun 18 04:48:54 Terasloppy kernel: ATPX Hybrid Graphics
Jun 18 04:48:54 Terasloppy kernel: Virtual CRAT table created for CPU
Jun 18 04:48:54 Terasloppy kernel: amdgpu: Topology: Add CPU node
Jun 18 04:48:54 Terasloppy kernel: checking generic (fe10000000 7f0000) vs hw (fe10000000 10000000)
Jun 18 04:48:54 Terasloppy kernel: fb0: switching to amdgpudrmfb from EFI VGA
Jun 18 04:48:54 Terasloppy kernel: Console: switching to colour dummy device 80x25
Jun 18 04:48:54 Terasloppy kernel: amdgpu 0000:04:00.0: vgaarb: deactivate vga console
Jun 18 04:48:54 Terasloppy kernel: amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
Jun 18 04:48:54 Terasloppy kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x1722 0xC4).
Jun 18 04:48:54 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Jun 18 04:48:54 Terasloppy kernel: [drm] register mmio base: 0xFC500000
Jun 18 04:48:54 Terasloppy kernel: [drm] register mmio size: 524288
Jun 18 04:48:54 Terasloppy kernel: [drm] PCIE atomic ops is not supported
Jun 18 04:48:54 Terasloppy kernel: [drm] add ip block number 0 <soc15_common>
Jun 18 04:48:54 Terasloppy kernel: [drm] add ip block number 1 <gmc_v9_0>
Jun 18 04:48:54 Terasloppy kernel: [drm] add ip block number 2 <vega10_ih>
Jun 18 04:48:54 Terasloppy kernel: [drm] add ip block number 3 <psp>
Jun 18 04:48:54 Terasloppy kernel: [drm] add ip block number 4 <smu>
Jun 18 04:48:54 Terasloppy kernel: [drm] add ip block number 5 <gfx_v9_0>
Jun 18 04:48:54 Terasloppy kernel: [drm] add ip block number 6 <sdma_v4_0>
Jun 18 04:48:54 Terasloppy kernel: [drm] add ip block number 7 <dm>
Jun 18 04:48:54 Terasloppy kernel: [drm] add ip block number 8 <vcn_v2_0>
Jun 18 04:48:54 Terasloppy kernel: [drm] add ip block number 9 <jpeg_v2_0>
Jun 18 04:48:54 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
Jun 18 04:48:54 Terasloppy kernel: amdgpu: ATOM BIOS: 113-CEZANNE-017
Jun 18 04:48:54 Terasloppy kernel: [drm] VCN decode is enabled in VM mode
Jun 18 04:48:54 Terasloppy kernel: [drm] VCN encode is enabled in VM mode
Jun 18 04:48:54 Terasloppy kernel: [drm] JPEG decode is enabled in VM mode
Jun 18 04:48:54 Terasloppy kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Jun 18 04:48:54 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Jun 18 04:48:54 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Jun 18 04:48:54 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Jun 18 04:48:54 Terasloppy kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Jun 18 04:48:54 Terasloppy kernel: [drm] RAM width 128bits DDR4
Jun 18 04:48:54 Terasloppy kernel: [TTM] Zone  kernel: Available graphics memory: 7928226 KiB
Jun 18 04:48:54 Terasloppy kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
Jun 18 04:48:54 Terasloppy kernel: [drm] amdgpu: 512M of VRAM memory ready
Jun 18 04:48:54 Terasloppy kernel: [drm] amdgpu: 3072M of GTT memory ready.
Jun 18 04:48:54 Terasloppy kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Jun 18 04:48:54 Terasloppy kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
Jun 18 04:48:54 Terasloppy systemd-udevd[385]: Using default interface naming scheme 'v247'.
Jun 18 04:48:54 Terasloppy systemd-udevd[385]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 18 04:48:54 Terasloppy kernel: r8152 2-1:1.0 enp4s0f3u1: renamed from eth0
Jun 18 04:48:54 Terasloppy kernel: [drm] Loading DMUB firmware via PSP: version=0x00000000
Jun 18 04:48:54 Terasloppy kernel: [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
Jun 18 04:48:54 Terasloppy kernel: [drm] PSP loading VCN firmware
Jun 18 04:48:54 Terasloppy kernel: input: ELAN1201:00 04F3:3098 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input22
Jun 18 04:48:54 Terasloppy systemd-udevd[362]: Using default interface naming scheme 'v247'.
Jun 18 04:48:54 Terasloppy systemd-udevd[362]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 18 04:48:54 Terasloppy kernel: Bluetooth: Core ver 2.22
Jun 18 04:48:54 Terasloppy kernel: NET: Registered protocol family 31
Jun 18 04:48:54 Terasloppy kernel: Bluetooth: HCI device and connection manager initialized
Jun 18 04:48:54 Terasloppy kernel: Bluetooth: HCI socket layer initialized
Jun 18 04:48:54 Terasloppy kernel: Bluetooth: L2CAP socket layer initialized
Jun 18 04:48:54 Terasloppy kernel: Bluetooth: SCO socket layer initialized
Jun 18 04:48:54 Terasloppy kernel: hid-multitouch 0018:04F3:3098.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1201:00 04F3:3098] on i2c-ELAN1201:00
Jun 18 04:48:54 Terasloppy systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun 18 04:48:54 Terasloppy kernel: asus 0003:0B05:19B6.0003: hiddev97,hidraw2: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input1
Jun 18 04:48:54 Terasloppy kernel: asus 0003:0B05:19B6.0003: Asus input not registered
Jun 18 04:48:54 Terasloppy kernel: asus: probe of 0003:0B05:19B6.0003 failed with error -12
Jun 18 04:48:54 Terasloppy kernel: usbcore: registered new interface driver btusb
Jun 18 04:48:54 Terasloppy systemd[1]: Reached target Bluetooth.
Jun 18 04:48:54 Terasloppy systemd[1]: Started Load/Save RF Kill Switch Status.
Jun 18 04:48:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:54 Terasloppy dhcpcd[441]: enp4s0f3u1: waiting for carrier
Jun 18 04:48:54 Terasloppy dhcpcd[441]: enp4s0f3u1: carrier acquired
Jun 18 04:48:54 Terasloppy dhcpcd[441]: enp4s0f3u1: IAID 1b:93:79:53
Jun 18 04:48:54 Terasloppy dhcpcd[441]: enp4s0f3u1: adding address fe80::cc1a:bfc4:a948:e762
Jun 18 04:48:54 Terasloppy dhcpcd[441]: enp4s0f3u1: carrier lost
Jun 18 04:48:54 Terasloppy dhcpcd[441]: enp4s0f3u1: deleting address fe80::cc1a:bfc4:a948:e762
Jun 18 04:48:54 Terasloppy dhcpcd[441]: enp4s0f3u1: waiting for carrier
Jun 18 04:48:54 Terasloppy kernel: asus 0003:0B05:19B6.0002: Asus initialise N-KEY Device
Jun 18 04:48:54 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0002/input/input23
Jun 18 04:48:54 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0004/input/input24
Jun 18 04:48:54 Terasloppy kernel: nvidia: loading out-of-tree module taints kernel.
Jun 18 04:48:54 Terasloppy kernel: nvidia: module license 'NVIDIA' taints kernel.
Jun 18 04:48:54 Terasloppy kernel: Disabling lock debugging due to kernel taint
Jun 18 04:48:54 Terasloppy kernel: asus 0003:0B05:19B6.0002: input,hiddev96,hidraw1: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input0
Jun 18 04:48:54 Terasloppy systemd-udevd[352]: input20: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[361]: event18: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd[1]: Starting ASUS Notebook Control...
Jun 18 04:48:55 Terasloppy asusd[510]: INFO:       daemon v3.7.1
Jun 18 04:48:55 Terasloppy asusd[510]: INFO:    rog-anime v1.0.5
Jun 18 04:48:55 Terasloppy asusd[510]: INFO:     rog-aura v1.1.0
Jun 18 04:48:55 Terasloppy asusd[510]: INFO:     rog-dbus v3.5.0
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: rog-profiles v0.1.1
Jun 18 04:48:55 Terasloppy asusd[510]: INFO:    rog-types v3.2.0
Jun 18 04:48:55 Terasloppy kernel: asus 0003:0B05:19B6.0004: input,hidraw2: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input2
Jun 18 04:48:55 Terasloppy systemd-udevd[359]: event18: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[352]: input20: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy kernel: urandom_read: 2 callbacks suppressed
Jun 18 04:48:55 Terasloppy kernel: random: asusd: uninitialized urandom read (16 bytes read)
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: Matched to ROG Zephyrus G14 GA401Q
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: Product name: ROG Zephyrus G14 GA401QM_GA401QM
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: Product family: ROG Zephyrus G14
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: Board name: GA401QM
Jun 18 04:48:55 Terasloppy asusd[510]: {
Jun 18 04:48:55 Terasloppy asusd[510]:   "anime_ctrl": false,
Jun 18 04:48:55 Terasloppy asusd[510]:   "charge_ctrl": {
Jun 18 04:48:55 Terasloppy asusd[510]:     "charge_level_set": true
Jun 18 04:48:55 Terasloppy asusd[510]:   },
Jun 18 04:48:55 Terasloppy asusd[510]:   "fan_cpu_ctrl": {
Jun 18 04:48:55 Terasloppy asusd[510]:     "stock_fan_modes": true,
Jun 18 04:48:55 Terasloppy asusd[510]:     "min_max_freq": false,
Jun 18 04:48:55 Terasloppy asusd[510]:     "fan_curve_set": false
Jun 18 04:48:55 Terasloppy asusd[510]:   },
Jun 18 04:48:55 Terasloppy asusd[510]:   "keyboard_led": {
Jun 18 04:48:55 Terasloppy asusd[510]:     "brightness_set": true,
Jun 18 04:48:55 Terasloppy asusd[510]:     "stock_led_modes": [
Jun 18 04:48:55 Terasloppy asusd[510]:       "Static",
Jun 18 04:48:55 Terasloppy asusd[510]:       "Breathe",
Jun 18 04:48:55 Terasloppy asusd[510]:       "Pulse"
Jun 18 04:48:55 Terasloppy asusd[510]:     ],
Jun 18 04:48:55 Terasloppy asusd[510]:     "multizone_led_mode": false,
Jun 18 04:48:55 Terasloppy asusd[510]:     "per_key_led_mode": false
Jun 18 04:48:55 Terasloppy asusd[510]:   },
Jun 18 04:48:55 Terasloppy asusd[510]:   "rog_bios_ctrl": {
Jun 18 04:48:55 Terasloppy asusd[510]:     "post_sound_toggle": true,
Jun 18 04:48:55 Terasloppy asusd[510]:     "dedicated_gfx_toggle": false
Jun 18 04:48:55 Terasloppy asusd[510]:   }
Jun 18 04:48:55 Terasloppy asusd[510]: }
Jun 18 04:48:55 Terasloppy systemd[1]: Started ASUS Notebook Control.
Jun 18 04:48:55 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=asusd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: G-Sync Switchable Graphics not detected
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: If your laptop is not a G-Sync enabled laptop then you can ignore this. Standard graphics switching will still work.
Jun 18 04:48:55 Terasloppy systemd-udevd[352]: input24: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: Set /sys/firmware/efi/efivars/AsusPostLogoSound-607005d5-3f75-4b2e-98f0-85ba66797a3e writeable: status: exit code: 0
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: Battery charge limit: 100
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: Device has thermal throttle control
Jun 18 04:48:55 Terasloppy asusd[510]: ERROR: AniMe control: No such device (it may have been disconnected)
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: Matched to ROG Zephyrus G14 GA401Q
Jun 18 04:48:55 Terasloppy asusd[510]: WARN: led_node: Missing functionality: ASUS LED device node not found
Jun 18 04:48:55 Terasloppy asusd[510]: WARN: led_node: Missing functionality: ASUS LED device node not found
Jun 18 04:48:55 Terasloppy asusd[510]: WARN: led_node: Missing functionality: ASUS LED device node not found
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: Using device at: "/dev/hidraw1" for LED control
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: Rescanning PCI bus
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:01:00.0: NVIDIA graphics
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:01:00.0: Function for 0000:01:00.0
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:01:00.1: Function for 0000:01:00.0
Jun 18 04:48:55 Terasloppy kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:04:00.0: AMD graphics
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:04:00.5: Function for 0000:04:00.0
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:04:00.3: Function for 0000:04:00.0
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:04:00.1: Function for 0000:04:00.0
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:04:00.6: Function for 0000:04:00.0
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:04:00.4: Function for 0000:04:00.0
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:04:00.2: Function for 0000:04:00.0
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:04:00.0: Function for 0000:04:00.0
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: 0000:01:00.0: NVIDIA graphics, setting PM to auto
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: Writing /etc/X11/xorg.conf.d/90-nvidia-primary.conf
Jun 18 04:48:55 Terasloppy asusd[510]: INFO: GFX: Writing /etc/modprobe.d/asusd.conf
Jun 18 04:48:55 Terasloppy systemd-udevd[361]: input16: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[340]: input17: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[359]: input15: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy kernel: mousedev: PS/2 mouse device common for all mice
Jun 18 04:48:55 Terasloppy systemd-udevd[354]: input14: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[340]: event17: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[361]: event16: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Jun 18 04:48:55 Terasloppy kernel: 
Jun 18 04:48:55 Terasloppy kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Jun 18 04:48:55 Terasloppy kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Jun 18 04:48:55 Terasloppy kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  465.31  Thu May 13 22:24:36 UTC 2021
Jun 18 04:48:55 Terasloppy systemd-udevd[359]: event15: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[354]: event14: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[385]: event15: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[359]: event17: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[362]: event14: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[354]: event16: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[385]: input15: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[362]: input14: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[359]: input17: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[354]: input16: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-udevd[385]: input23: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Jun 18 04:48:55 Terasloppy systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
Jun 18 04:48:55 Terasloppy systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Jun 18 04:48:55 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:asus::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:55 Terasloppy kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  465.31  Thu May 13 22:14:23 UTC 2021
Jun 18 04:48:55 Terasloppy kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jun 18 04:48:55 Terasloppy kernel: ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210105/nsarguments-61)
Jun 18 04:48:55 Terasloppy systemd-udevd[362]: event14: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-logind[438]: Watching system buttons on /dev/input/event14 (Asus Keyboard)
Jun 18 04:48:55 Terasloppy systemd-udevd[361]: event15: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 04:48:55 Terasloppy systemd-logind[438]: Watching system buttons on /dev/input/event15 (Asus Keyboard)
Jun 18 04:48:55 Terasloppy kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Jun 18 04:48:55 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
Jun 18 04:48:55 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
Jun 18 04:48:55 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Jun 18 04:48:55 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
Jun 18 04:48:55 Terasloppy kernel: [drm] kiq ring mec 2 pipe 1 q 0
Jun 18 04:48:55 Terasloppy kernel: [drm] Display Core initialized with v3.2.122!
Jun 18 04:48:55 Terasloppy kernel: [drm] DMUB hardware initialized: version=0x01020008
Jun 18 04:48:55 Terasloppy kernel: snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Jun 18 04:48:55 Terasloppy kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Jun 18 04:48:55 Terasloppy kernel: [drm] JPEG decode initialized successfully.
Jun 18 04:48:55 Terasloppy kernel: kfd kfd: Allocated 3969056 bytes on gart
Jun 18 04:48:55 Terasloppy kernel: Virtual CRAT table created for GPU
Jun 18 04:48:55 Terasloppy kernel: amdgpu: Topology: Add dGPU node [0x1638:0x1002]
Jun 18 04:48:55 Terasloppy kernel: kfd kfd: added device 1002:1638
Jun 18 04:48:55 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 28
Jun 18 04:48:55 Terasloppy kernel: [drm] fb mappable at 0x3F0CD1000
Jun 18 04:48:55 Terasloppy kernel: [drm] vram apper at 0x3F0000000
Jun 18 04:48:55 Terasloppy kernel: [drm] size 8294400
Jun 18 04:48:55 Terasloppy kernel: [drm] fb depth is 24
Jun 18 04:48:55 Terasloppy kernel: [drm]    pitch is 7680
Jun 18 04:48:55 Terasloppy kernel: random: crng init done
Jun 18 04:48:55 Terasloppy systemd[1]: Finished Load/Save Random Seed.
Jun 18 04:48:55 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:55 Terasloppy systemd[1]: Condition check resulted in First Boot Complete being skipped.
Jun 18 04:48:55 Terasloppy systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Jun 18 04:48:55 Terasloppy systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jun 18 04:48:56 Terasloppy kernel: fbcon: amdgpudrmfb (fb0) is primary device
Jun 18 04:48:56 Terasloppy kernel: Console: switching to colour frame buffer device 240x67
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
Jun 18 04:48:56 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
Jun 18 04:48:56 Terasloppy kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Jun 18 04:48:56 Terasloppy kernel: [drm] Initialized amdgpu 3.40.0 20150101 for 0000:04:00.0 on minor 0
Jun 18 04:48:56 Terasloppy systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Jun 18 04:48:56 Terasloppy systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
Jun 18 04:48:56 Terasloppy systemd-backlight[569]: Failed to get backlight or LED device 'backlight:acpi_video0': No such device
Jun 18 04:48:56 Terasloppy systemd[1]: systemd-backlight@backlight:acpi_video0.service: Main process exited, code=exited, status=1/FAILURE
Jun 18 04:48:56 Terasloppy systemd[1]: systemd-backlight@backlight:acpi_video0.service: Failed with result 'exit-code'.
Jun 18 04:48:56 Terasloppy systemd[1]: Failed to start Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Jun 18 04:48:56 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 18 04:48:56 Terasloppy systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
Jun 18 04:48:56 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:56 Terasloppy kernel: nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
Jun 18 04:48:56 Terasloppy asusd[510]: INFO: GFX: Disabling nvidia-fallback.service
Jun 18 04:48:56 Terasloppy kernel: nvidia-uvm: Loaded the UVM driver, major device number 511.
Jun 18 04:48:56 Terasloppy asusd[575]: Failed to disable unit: Unit file nvidia-fallback.service does not exist.
Jun 18 04:48:56 Terasloppy asusd[510]: WARN: systemctl: exit code: 1 (ignore warning if service does not exist!)
Jun 18 04:48:56 Terasloppy asusd[510]: INFO: GFX: Reloaded gfx mode: Hybrid
Jun 18 04:48:57 Terasloppy dhcpcd[441]: enp4s0f3u1: carrier acquired
Jun 18 04:48:57 Terasloppy kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0f3u1: link becomes ready
Jun 18 04:48:57 Terasloppy kernel: r8152 2-1:1.0 enp4s0f3u1: carrier on
Jun 18 04:48:57 Terasloppy dhcpcd[441]: enp4s0f3u1: IAID 1b:93:79:53
Jun 18 04:48:57 Terasloppy dhcpcd[441]: enp4s0f3u1: adding address fe80::cc1a:bfc4:a948:e762
Jun 18 04:48:57 Terasloppy dhcpcd[441]: enp4s0f3u1: soliciting an IPv6 router
Jun 18 04:48:59 Terasloppy dhcpcd[441]: enp4s0f3u1: rebinding lease of 10.24.153.239
Jun 18 04:48:59 Terasloppy dhcpcd[441]: enp4s0f3u1: probing address 10.24.153.239/24
Jun 18 04:48:59 Terasloppy systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jun 18 04:48:59 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:48:59 Terasloppy kernel: kauditd_printk_skb: 24 callbacks suppressed
Jun 18 04:48:59 Terasloppy kernel: audit: type=1131 audit(1624006139.726:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:49:04 Terasloppy dhcpcd[441]: enp4s0f3u1: leased 10.24.153.239 for 86400 seconds
Jun 18 04:49:04 Terasloppy dhcpcd[441]: enp4s0f3u1: adding route to 10.24.153.0/24
Jun 18 04:49:04 Terasloppy dhcpcd[441]: enp4s0f3u1: adding default route via 10.24.153.217
Jun 18 04:49:11 Terasloppy dhcpcd[441]: enp4s0f3u1: no IPv6 Routers available
Jun 18 04:50:24 Terasloppy systemd[1]: sys-subsystem-net-devices-enp4s0f3u2.device: Job sys-subsystem-net-devices-enp4s0f3u2.device/start timed out.
Jun 18 04:50:24 Terasloppy systemd[1]: Timed out waiting for device /sys/subsystem/net/devices/enp4s0f3u2.
Jun 18 04:50:24 Terasloppy systemd[1]: Dependency failed for A basic dhcp ethernet connection.
Jun 18 04:50:24 Terasloppy systemd[1]: netctl@ethernet.service: Job netctl@ethernet.service/start failed with result 'dependency'.
Jun 18 04:50:24 Terasloppy systemd[1]: sys-subsystem-net-devices-enp4s0f3u2.device: Job sys-subsystem-net-devices-enp4s0f3u2.device/start failed with result 'timeout'.
Jun 18 04:50:24 Terasloppy systemd[1]: Reached target Network.
Jun 18 04:50:24 Terasloppy systemd[1]: Starting Permit User Sessions...
Jun 18 04:50:24 Terasloppy systemd[1]: Finished Permit User Sessions.
Jun 18 04:50:24 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:50:24 Terasloppy kernel: audit: type=1130 audit(1624006224.106:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:50:24 Terasloppy systemd[1]: Started Getty on tty1.
Jun 18 04:50:24 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:50:24 Terasloppy systemd[1]: Reached target Login Prompts.
Jun 18 04:50:24 Terasloppy systemd[1]: Reached target Multi-User System.
Jun 18 04:50:24 Terasloppy systemd[1]: Reached target Graphical Interface.
Jun 18 04:50:24 Terasloppy systemd[1]: Startup finished in 11.623s (firmware) + 1.362s (loader) + 663ms (kernel) + 1min 30.291s (userspace) = 1min 43.940s.
Jun 18 04:50:24 Terasloppy kernel: audit: type=1130 audit(1624006224.110:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:50:27 Terasloppy login[628]: pam_faillock(login:auth): User unknown
Jun 18 04:50:29 Terasloppy login[628]: pam_unix(login:auth): check pass; user unknown
Jun 18 04:50:29 Terasloppy audit[628]: USER_AUTH pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=? acct="2251991" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=failed'
Jun 18 04:50:29 Terasloppy login[628]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty1 ruser= rhost=
Jun 18 04:50:29 Terasloppy login[628]: pam_faillock(login:auth): User unknown
Jun 18 04:50:29 Terasloppy kernel: audit: type=1100 audit(1624006229.936:38): pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=? acct="2251991" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=failed'
Jun 18 04:50:31 Terasloppy login[628]: FAILED LOGIN 1 FROM tty1 FOR 2251991, Authentication failure
Jun 18 04:50:35 Terasloppy audit[628]: USER_AUTH pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:50:36 Terasloppy kernel: audit: type=1100 audit(1624006235.996:39): pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:50:36 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.4' (uid=0 pid=628 comm="/bin/login -p --         ")
Jun 18 04:50:36 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:50:36 Terasloppy login[628]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:50:36 Terasloppy audit[628]: USER_ACCT pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:50:36 Terasloppy kernel: audit: type=1101 audit(1624006236.006:40): pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:50:36 Terasloppy audit[628]: CRED_ACQ pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:50:36 Terasloppy audit[628]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffef5ba5200 a2=4 a3=3e9 items=0 ppid=1 pid=628 auid=1001 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1001 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jun 18 04:50:36 Terasloppy audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
Jun 18 04:50:36 Terasloppy login[628]: pam_unix(login:session): session opened for user sloppy(uid=1001) by LOGIN(uid=0)
Jun 18 04:50:36 Terasloppy kernel: audit: type=1103 audit(1624006236.010:41): pid=628 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:50:36 Terasloppy kernel: audit: type=1006 audit(1624006236.010:42): pid=628 uid=0 old-auid=4294967295 auid=1001 tty=tty1 old-ses=4294967295 ses=1 res=1
Jun 18 04:50:36 Terasloppy kernel: audit: type=1300 audit(1624006236.010:42): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffef5ba5200 a2=4 a3=3e9 items=0 ppid=1 pid=628 auid=1001 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1001 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jun 18 04:50:36 Terasloppy kernel: audit: type=1327 audit(1624006236.010:42): proctitle=2F62696E2F6C6F67696E002D70002D2D
Jun 18 04:50:36 Terasloppy systemd[1]: Created slice User Slice of UID 1001.
Jun 18 04:50:36 Terasloppy systemd[1]: Starting User Runtime Directory /run/user/1001...
Jun 18 04:50:36 Terasloppy systemd-logind[438]: New session 1 of user sloppy.
Jun 18 04:50:36 Terasloppy systemd[1]: Finished User Runtime Directory /run/user/1001.
Jun 18 04:50:36 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:50:36 Terasloppy systemd[1]: Starting User Manager for UID 1001...
Jun 18 04:50:36 Terasloppy kernel: audit: type=1130 audit(1624006236.030:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:50:36 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.6' (uid=0 pid=630 comm="(systemd) ")
Jun 18 04:50:36 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:50:36 Terasloppy systemd[630]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:50:36 Terasloppy audit[630]: USER_ACCT pid=630 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:50:36 Terasloppy audit[630]: CRED_ACQ pid=630 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 18 04:50:36 Terasloppy audit[630]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffc326fc890 a2=4 a3=3e9 items=0 ppid=1 pid=630 auid=1001 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jun 18 04:50:36 Terasloppy audit: PROCTITLE proctitle="(systemd)"
Jun 18 04:50:36 Terasloppy systemd[630]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sloppy] ruser=[<unknown>] rhost=[<unknown>]
Jun 18 04:50:36 Terasloppy systemd[630]: pam_unix(systemd-user:session): session opened for user sloppy(uid=1001) by (uid=0)
Jun 18 04:50:36 Terasloppy kernel: audit: type=1101 audit(1624006236.040:44): pid=630 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:50:36 Terasloppy kernel: audit: type=1103 audit(1624006236.040:45): pid=630 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 18 04:50:36 Terasloppy kernel: audit: type=1006 audit(1624006236.040:46): pid=630 uid=0 old-auid=4294967295 auid=1001 tty=(none) old-ses=4294967295 ses=2 res=1
Jun 18 04:50:36 Terasloppy systemd[630]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Jun 18 04:50:36 Terasloppy audit[630]: USER_START pid=630 uid=0 auid=1001 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:50:36 Terasloppy audit: BPF prog-id=20 op=LOAD
Jun 18 04:50:36 Terasloppy audit[630]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffc0e8c0ac0 a2=78 a3=7ffc0e8c0ac0 items=0 ppid=1 pid=630 auid=1001 uid=1001 gid=1001 euid=1001 suid=1001 fsuid=1001 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 18 04:50:36 Terasloppy audit: PROCTITLE proctitle="(systemd)"
Jun 18 04:50:36 Terasloppy audit: BPF prog-id=20 op=UNLOAD
Jun 18 04:50:36 Terasloppy systemd[630]: Queued start job for default target Main User Target.
Jun 18 04:50:36 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:50:36 Terasloppy audit[628]: USER_START pid=628 uid=0 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:50:36 Terasloppy audit[628]: CRED_REFR pid=628 uid=0 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:50:36 Terasloppy login[628]: pam_env(login:session): deprecated reading of user environment enabled
Jun 18 04:50:36 Terasloppy systemd[630]: Created slice User Application Slice.
Jun 18 04:50:36 Terasloppy login[628]: LOGIN ON tty1 BY sloppy
Jun 18 04:50:36 Terasloppy systemd[630]: Reached target Paths.
Jun 18 04:50:36 Terasloppy systemd[630]: Reached target Timers.
Jun 18 04:50:36 Terasloppy systemd[630]: Starting D-Bus User Message Bus Socket.
Jun 18 04:50:36 Terasloppy systemd[630]: Listening on GnuPG network certificate management daemon.
Jun 18 04:50:36 Terasloppy systemd[630]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 18 04:50:36 Terasloppy systemd[630]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 18 04:50:36 Terasloppy systemd[630]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 18 04:50:36 Terasloppy systemd[630]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 18 04:50:36 Terasloppy systemd[630]: Listening on p11-kit server.
Jun 18 04:50:36 Terasloppy systemd[630]: Listening on Sound System.
Jun 18 04:50:36 Terasloppy systemd[630]: Listening on D-Bus User Message Bus Socket.
Jun 18 04:50:36 Terasloppy systemd[630]: Reached target Sockets.
Jun 18 04:50:36 Terasloppy systemd[630]: Reached target Basic System.
Jun 18 04:50:36 Terasloppy systemd[630]: Reached target Main User Target.
Jun 18 04:50:36 Terasloppy systemd[630]: Startup finished in 70ms.
Jun 18 04:50:36 Terasloppy systemd[1]: Started User Manager for UID 1001.
Jun 18 04:50:36 Terasloppy systemd[1]: Started Session 1 of user sloppy.
Jun 18 04:50:49 Terasloppy dhcpcd[441]: enp4s0f3u1: Router Advertisement from fe80::c641:1eff:fe1f:fa53
Jun 18 04:50:49 Terasloppy dhcpcd[441]: enp4s0f3u1: requesting DHCPv6 information
Jun 18 04:50:59 Terasloppy dhcpcd[441]: enp4s0f3u1: failed to request DHCPv6 information
Jun 18 04:50:59 Terasloppy dhcpcd[441]: enp4s0f3u1: no advertising IPv6 router wants DHCP
Jun 18 04:51:06 Terasloppy audit[758]: USER_AUTH pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy kernel: kauditd_printk_skb: 10 callbacks suppressed
Jun 18 04:51:06 Terasloppy kernel: audit: type=1100 audit(1624006266.730:53): pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.8' (uid=0 pid=758 comm="sudo modprobe mt7921e ")
Jun 18 04:51:06 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:51:06 Terasloppy sudo[758]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:51:06 Terasloppy audit[758]: USER_ACCT pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy sudo[758]:   sloppy : TTY=tty1 ; PWD=/home/sloppy ; USER=root ; COMMAND=/usr/bin/modprobe mt7921e
Jun 18 04:51:06 Terasloppy kernel: audit: type=1101 audit(1624006266.733:54): pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy kernel: audit: type=1110 audit(1624006266.736:55): pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy audit[758]: CRED_REFR pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy sudo[758]: pam_unix(sudo:session): session opened for user root(uid=0) by sloppy(uid=1001)
Jun 18 04:51:06 Terasloppy audit[758]: USER_START pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy kernel: audit: type=1105 audit(1624006266.736:56): pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy kernel: mt7921e 0000:02:00.0: enabling device (0000 -> 0002)
Jun 18 04:51:06 Terasloppy kernel: mt7921e 0000:02:00.0: ASIC revision: 79610010
Jun 18 04:51:06 Terasloppy kernel: mt7921e: probe of 0000:02:00.0 failed with error -5
Jun 18 04:51:06 Terasloppy kernel: audit: type=1106 audit(1624006266.893:57): pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy kernel: audit: type=1104 audit(1624006266.893:58): pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy audit[758]: USER_END pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy audit[758]: CRED_DISP pid=758 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 04:51:06 Terasloppy sudo[758]: pam_unix(sudo:session): session closed for user root
Jun 18 04:51:46 Terasloppy systemd[630]: Started D-Bus User Message Bus.
Jun 18 04:51:46 Terasloppy dbus-daemon[815]: [session uid=1001 pid=815] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.2' (uid=1001 pid=812 comm="cinnamon-session ")
Jun 18 04:51:46 Terasloppy systemd[630]: Starting Accessibility services bus...
Jun 18 04:51:46 Terasloppy dbus-daemon[815]: [session uid=1001 pid=815] Successfully activated service 'org.a11y.Bus'
Jun 18 04:51:46 Terasloppy systemd[630]: Started Accessibility services bus.
Jun 18 04:51:46 Terasloppy at-spi-bus-launcher[845]: dbus-daemon[845]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1001 pid=812 comm="cinnamon-session ")
Jun 18 04:51:46 Terasloppy at-spi-bus-launcher[845]: dbus-daemon[845]: Successfully activated service 'org.a11y.atspi.Registry'
Jun 18 04:51:46 Terasloppy at-spi-bus-launcher[848]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 18 04:51:46 Terasloppy systemd[630]: Starting Sound Service...
Jun 18 04:51:46 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.11' (uid=1001 pid=859 comm="csd-xrandr ")
Jun 18 04:51:46 Terasloppy audit: BPF prog-id=21 op=LOAD
Jun 18 04:51:46 Terasloppy audit: BPF prog-id=22 op=LOAD
Jun 18 04:51:46 Terasloppy systemd[1]: Starting Daemon for power management...
Jun 18 04:51:46 Terasloppy kernel: audit: type=1334 audit(1624006306.250:59): prog-id=21 op=LOAD
Jun 18 04:51:46 Terasloppy kernel: audit: type=1334 audit(1624006306.250:60): prog-id=22 op=LOAD
Jun 18 04:51:46 Terasloppy dbus-daemon[815]: [session uid=1001 pid=815] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.31' (uid=1001 pid=876 comm="csd-a11y-settings ")
Jun 18 04:51:46 Terasloppy systemd[630]: Starting User preferences database...
Jun 18 04:51:46 Terasloppy dbus-daemon[815]: [session uid=1001 pid=815] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.18' (uid=1001 pid=856 comm="csd-automount ")
Jun 18 04:51:46 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.13' (uid=1001 pid=889 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jun 18 04:51:46 Terasloppy systemd[630]: Starting Virtual filesystem service...
Jun 18 04:51:46 Terasloppy systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jun 18 04:51:46 Terasloppy dbus-daemon[815]: [session uid=1001 pid=815] Successfully activated service 'ca.desrt.dconf'
Jun 18 04:51:46 Terasloppy systemd[630]: Started User preferences database.
Jun 18 04:51:46 Terasloppy dbus-daemon[436]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jun 18 04:51:46 Terasloppy systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jun 18 04:51:46 Terasloppy 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'
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Successfully called chroot.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Successfully dropped privileges.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Successfully limited resources.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Canary thread running.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Watchdog thread running.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Running.
Jun 18 04:51:46 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.14' (uid=0 pid=920 comm="/usr/lib/rtkit-daemon ")
Jun 18 04:51:46 Terasloppy kernel: audit: type=1130 audit(1624006306.270:61): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:51:46 Terasloppy systemd[1]: Starting Authorization Manager...
Jun 18 04:51:46 Terasloppy dbus-daemon[815]: [session uid=1001 pid=815] Successfully activated service 'org.gtk.vfs.Daemon'
Jun 18 04:51:46 Terasloppy systemd[630]: Started Virtual filesystem service.
Jun 18 04:51:46 Terasloppy dbus-daemon[815]: [session uid=1001 pid=815] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.18' (uid=1001 pid=856 comm="csd-automount ")
Jun 18 04:51:46 Terasloppy systemd[630]: Starting Virtual filesystem service - disk device monitor...
Jun 18 04:51:46 Terasloppy upowerd[894]: energy_full (79.877000) is greater than energy_full_design (75.998000)
Jun 18 04:51:46 Terasloppy polkitd[928]: Started polkitd version 0.119
Jun 18 04:51:46 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.17' (uid=1001 pid=890 comm="csd-color ")
Jun 18 04:51:46 Terasloppy systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jun 18 04:51:46 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.20' (uid=1001 pid=952 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
Jun 18 04:51:46 Terasloppy systemd[1]: Starting Disk Manager...
Jun 18 04:51:46 Terasloppy udisksd[983]: udisks daemon version 2.9.2 starting
Jun 18 04:51:46 Terasloppy dbus-daemon[436]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jun 18 04:51:46 Terasloppy systemd[1]: Started Manage, Install and Generate Color Profiles.
Jun 18 04:51:46 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:51:46 Terasloppy kernel: audit: type=1130 audit(1624006306.310:62): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:51:46 Terasloppy polkitd[928]: Loading rules from directory /etc/polkit-1/rules.d
Jun 18 04:51:46 Terasloppy polkitd[928]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 18 04:51:46 Terasloppy polkitd[928]: Finished loading, compiling and executing 4 rules
Jun 18 04:51:46 Terasloppy dbus-daemon[436]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jun 18 04:51:46 Terasloppy systemd[1]: Started Authorization Manager.
Jun 18 04:51:46 Terasloppy polkitd[928]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 18 04:51:46 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:51:46 Terasloppy kernel: audit: type=1130 audit(1624006306.323:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Successfully made thread 889 of process 889 owned by '1001' high priority at nice level -11.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Supervising 1 threads of 1 processes of 1 users.
Jun 18 04:51:46 Terasloppy dbus-daemon[436]: [system] Successfully activated service 'org.freedesktop.UPower'
Jun 18 04:51:46 Terasloppy systemd[1]: Started Daemon for power management.
Jun 18 04:51:46 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:51:46 Terasloppy kernel: audit: type=1130 audit(1624006306.360:64): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:51:46 Terasloppy dbus-daemon[436]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jun 18 04:51:46 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:51:46 Terasloppy systemd[1]: Started Disk Manager.
Jun 18 04:51:46 Terasloppy kernel: audit: type=1130 audit(1624006306.396:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:51:46 Terasloppy udisksd[983]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun 18 04:51:46 Terasloppy dbus-daemon[815]: [session uid=1001 pid=815] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Jun 18 04:51:46 Terasloppy systemd[630]: Started Virtual filesystem service - disk device monitor.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Supervising 1 threads of 1 processes of 1 users.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Successfully made thread 1032 of process 889 owned by '1001' RT at priority 5.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Supervising 2 threads of 1 processes of 1 users.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Supervising 2 threads of 1 processes of 1 users.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Successfully made thread 1033 of process 889 owned by '1001' RT at priority 5.
Jun 18 04:51:46 Terasloppy rtkit-daemon[920]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 04:51:46 Terasloppy systemd[630]: Started Sound Service.
Jun 18 04:51:47 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.27' (uid=1001 pid=872 comm="csd-background ")
Jun 18 04:51:47 Terasloppy systemd[1]: Reached target User and Group Name Lookups.
Jun 18 04:51:47 Terasloppy systemd[1]: Starting Accounts Service...
Jun 18 04:51:47 Terasloppy accounts-daemon[1095]: started daemon version 0.6.55
Jun 18 04:51:47 Terasloppy dbus-daemon[436]: [system] Successfully activated service 'org.freedesktop.Accounts'
Jun 18 04:51:47 Terasloppy systemd[1]: Started Accounts Service.
Jun 18 04:51:47 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:51:47 Terasloppy kernel: audit: type=1130 audit(1624006307.120:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 04:51:47 Terasloppy polkitd[928]: Registered Authentication Agent for unix-session:1 (system bus name :1.29 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 18 04:51:47 Terasloppy cinnamon-killer-daemon[1093]: Bound Cinnamon restart to <Control><Alt>Escape.
Jun 18 04:51:47 Terasloppy dbus-daemon[815]: [session uid=1001 pid=815] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.69' (uid=1001 pid=1091 comm="nemo-desktop ")
Jun 18 04:51:47 Terasloppy systemd[630]: Starting Virtual filesystem metadata service...
Jun 18 04:51:47 Terasloppy dbus-daemon[815]: [session uid=1001 pid=815] Successfully activated service 'org.gtk.vfs.Metadata'
Jun 18 04:51:47 Terasloppy systemd[630]: Started Virtual filesystem metadata service.
Jun 18 04:51:47 Terasloppy cinnamon-session[812]: WARNING: t+1.23286s: Detected that screensaver has appeared on the bus
Jun 18 04:51:49 Terasloppy rtkit-daemon[920]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 04:51:49 Terasloppy rtkit-daemon[920]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 04:51:50 Terasloppy rtkit-daemon[920]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 04:51:50 Terasloppy rtkit-daemon[920]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 04:51:50 Terasloppy rtkit-daemon[920]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 04:51:50 Terasloppy rtkit-daemon[920]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 04:51:50 Terasloppy rtkit-daemon[920]: Successfully made thread 1342 of process 1182 owned by '1001' RT at priority 10.
Jun 18 04:51:50 Terasloppy rtkit-daemon[920]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 04:51:50 Terasloppy rtkit-daemon[920]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 04:51:50 Terasloppy rtkit-daemon[920]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 04:51:50 Terasloppy rtkit-daemon[920]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 04:51:50 Terasloppy rtkit-daemon[920]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 04:51:51 Terasloppy rtkit-daemon[920]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 04:51:51 Terasloppy rtkit-daemon[920]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 04:51:57 Terasloppy rtkit-daemon[920]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 04:51:57 Terasloppy rtkit-daemon[920]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 04:51:57 Terasloppy rtkit-daemon[920]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 04:51:57 Terasloppy rtkit-daemon[920]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 04:51:57 Terasloppy rtkit-daemon[920]: Successfully made thread 1600 of process 1310 owned by '1001' RT at priority 10.
Jun 18 04:51:57 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:51:57 Terasloppy cinnamon-session[812]: WARNING: t+11.23241s: Detected that screensaver has left the bus
Jun 18 04:52:41 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:52:41 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:54:15 Terasloppy kernel: audit: type=1100 audit(1624006454.996:67): pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:54:15 Terasloppy kernel: audit: type=1101 audit(1624006455.000:68): pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:54:15 Terasloppy kernel: audit: type=1110 audit(1624006455.000:69): pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:54:15 Terasloppy kernel: audit: type=1105 audit(1624006455.006:70): pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:54:14 Terasloppy audit[1923]: USER_AUTH pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:54:15 Terasloppy audit[1923]: USER_ACCT pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:54:15 Terasloppy audit[1923]: CRED_REFR pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:54:15 Terasloppy audit[1923]: USER_START pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:54:15 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.45' (uid=0 pid=1923 comm="sudo modinfo mt7921e ")
Jun 18 04:54:15 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:54:15 Terasloppy sudo[1923]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:54:15 Terasloppy sudo[1923]:   sloppy : TTY=pts/0 ; PWD=/home/sloppy ; USER=root ; COMMAND=/usr/bin/modinfo mt7921e
Jun 18 04:54:15 Terasloppy sudo[1923]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 04:54:15 Terasloppy sudo[1923]: pam_unix(sudo:session): session closed for user root
Jun 18 04:54:15 Terasloppy audit[1923]: USER_END pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:54:15 Terasloppy audit[1923]: CRED_DISP pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:54:15 Terasloppy kernel: audit: type=1106 audit(1624006455.020:71): pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:54:15 Terasloppy kernel: audit: type=1104 audit(1624006455.020:72): pid=1923 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:00 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.46' (uid=0 pid=1934 comm="sudo modprobe mt7921e -v ")
Jun 18 04:56:00 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:56:00 Terasloppy sudo[1934]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:56:00 Terasloppy audit[1934]: USER_ACCT pid=1934 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:00 Terasloppy sudo[1934]:   sloppy : TTY=pts/0 ; PWD=/home/sloppy ; USER=root ; COMMAND=/usr/bin/modprobe mt7921e -v
Jun 18 04:56:00 Terasloppy audit[1934]: CRED_REFR pid=1934 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:00 Terasloppy sudo[1934]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 04:56:00 Terasloppy kernel: audit: type=1101 audit(1624006560.796:73): pid=1934 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:00 Terasloppy kernel: audit: type=1110 audit(1624006560.796:74): pid=1934 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:00 Terasloppy kernel: audit: type=1105 audit(1624006560.796:75): pid=1934 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:00 Terasloppy audit[1934]: USER_START pid=1934 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:00 Terasloppy sudo[1934]: pam_unix(sudo:session): session closed for user root
Jun 18 04:56:00 Terasloppy audit[1934]: USER_END pid=1934 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:00 Terasloppy audit[1934]: CRED_DISP pid=1934 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:00 Terasloppy kernel: audit: type=1106 audit(1624006560.800:76): pid=1934 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:00 Terasloppy kernel: audit: type=1104 audit(1624006560.800:77): pid=1934 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:06 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.47' (uid=0 pid=1936 comm="sudo modprobe -v mt7921e ")
Jun 18 04:56:06 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:56:06 Terasloppy sudo[1936]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:56:06 Terasloppy kernel: audit: type=1101 audit(1624006566.406:78): pid=1936 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:06 Terasloppy kernel: audit: type=1110 audit(1624006566.410:79): pid=1936 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:06 Terasloppy kernel: audit: type=1105 audit(1624006566.413:80): pid=1936 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:06 Terasloppy audit[1936]: USER_ACCT pid=1936 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:06 Terasloppy audit[1936]: CRED_REFR pid=1936 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:06 Terasloppy audit[1936]: USER_START pid=1936 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:06 Terasloppy sudo[1936]:   sloppy : TTY=pts/0 ; PWD=/home/sloppy ; USER=root ; COMMAND=/usr/bin/modprobe -v mt7921e
Jun 18 04:56:06 Terasloppy sudo[1936]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 04:56:06 Terasloppy sudo[1936]: pam_unix(sudo:session): session closed for user root
Jun 18 04:56:06 Terasloppy audit[1936]: USER_END pid=1936 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:06 Terasloppy audit[1936]: CRED_DISP pid=1936 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:06 Terasloppy kernel: audit: type=1106 audit(1624006566.416:81): pid=1936 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:06 Terasloppy kernel: audit: type=1104 audit(1624006566.416:82): pid=1936 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:56:26 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:56:26 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:56:33 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:56:33 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:56:38 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:56:38 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:58:30 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:58:30 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:58:58 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:58:58 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 04:59:09 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.53' (uid=0 pid=2272 comm="sudo modprobe rt2800pci ")
Jun 18 04:59:09 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:59:09 Terasloppy sudo[2272]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:59:09 Terasloppy audit[2272]: USER_ACCT pid=2272 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy kernel: audit: type=1101 audit(1624006749.716:83): pid=2272 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy kernel: audit: type=1110 audit(1624006749.720:84): pid=2272 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy audit[2272]: CRED_REFR pid=2272 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy sudo[2272]:   sloppy : TTY=pts/0 ; PWD=/home/sloppy ; USER=root ; COMMAND=/usr/bin/modprobe rt2800pci
Jun 18 04:59:09 Terasloppy sudo[2272]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 04:59:09 Terasloppy audit[2272]: USER_START pid=2272 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy kernel: audit: type=1105 audit(1624006749.720:85): pid=2272 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy sudo[2272]: pam_unix(sudo:session): session closed for user root
Jun 18 04:59:09 Terasloppy audit[2272]: USER_END pid=2272 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy audit[2272]: CRED_DISP pid=2272 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy kernel: audit: type=1106 audit(1624006749.750:86): pid=2272 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy kernel: audit: type=1104 audit(1624006749.750:87): pid=2272 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.54' (uid=0 pid=2277 comm="sudo sed -i s/3/2/ /etc/NetworkManager/conf.d/defa")
Jun 18 04:59:09 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:59:09 Terasloppy sudo[2277]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:59:09 Terasloppy audit[2277]: USER_ACCT pid=2277 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy sudo[2277]:   sloppy : TTY=pts/0 ; PWD=/home/sloppy ; USER=root ; COMMAND=/usr/bin/sed -i s/3/2/ /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Jun 18 04:59:09 Terasloppy audit[2277]: CRED_REFR pid=2277 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy sudo[2277]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 04:59:09 Terasloppy audit[2277]: USER_START pid=2277 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy kernel: audit: type=1101 audit(1624006749.760:88): pid=2277 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy kernel: audit: type=1110 audit(1624006749.760:89): pid=2277 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy kernel: audit: type=1105 audit(1624006749.760:90): pid=2277 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy sudo[2277]: pam_unix(sudo:session): session closed for user root
Jun 18 04:59:09 Terasloppy audit[2277]: USER_END pid=2277 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy audit[2277]: CRED_DISP pid=2277 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy kernel: audit: type=1106 audit(1624006749.763:91): pid=2277 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:09 Terasloppy kernel: audit: type=1104 audit(1624006749.763:92): pid=2277 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:29 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.55' (uid=0 pid=2282 comm="sudo modprobe rt2800pci ")
Jun 18 04:59:29 Terasloppy kernel: audit: type=1101 audit(1624006769.256:93): pid=2282 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:29 Terasloppy kernel: audit: type=1110 audit(1624006769.256:94): pid=2282 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:29 Terasloppy kernel: audit: type=1105 audit(1624006769.260:95): pid=2282 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:29 Terasloppy kernel: audit: type=1106 audit(1624006769.263:96): pid=2282 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:29 Terasloppy kernel: audit: type=1104 audit(1624006769.263:97): pid=2282 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:29 Terasloppy audit[2282]: USER_ACCT pid=2282 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:29 Terasloppy audit[2282]: CRED_REFR pid=2282 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:29 Terasloppy audit[2282]: USER_START pid=2282 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:29 Terasloppy audit[2282]: USER_END pid=2282 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:29 Terasloppy audit[2282]: CRED_DISP pid=2282 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:29 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:59:29 Terasloppy sudo[2282]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:59:29 Terasloppy sudo[2282]:   sloppy : TTY=pts/0 ; PWD=/home/sloppy ; USER=root ; COMMAND=/usr/bin/modprobe rt2800pci
Jun 18 04:59:29 Terasloppy sudo[2282]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 04:59:29 Terasloppy sudo[2282]: pam_unix(sudo:session): session closed for user root
Jun 18 04:59:40 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.56' (uid=0 pid=2284 comm="sudo sed -i s/3/2/ /etc/NetworkManager/conf.d/defa")
Jun 18 04:59:40 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:59:40 Terasloppy sudo[2284]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 04:59:40 Terasloppy audit[2284]: USER_ACCT pid=2284 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:40 Terasloppy kernel: audit: type=1101 audit(1624006780.106:98): pid=2284 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:40 Terasloppy sudo[2284]:   sloppy : TTY=pts/0 ; PWD=/home/sloppy ; USER=root ; COMMAND=/usr/bin/sed -i s/3/2/ /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Jun 18 04:59:40 Terasloppy audit[2284]: CRED_REFR pid=2284 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:40 Terasloppy kernel: audit: type=1110 audit(1624006780.110:99): pid=2284 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:40 Terasloppy sudo[2284]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 04:59:40 Terasloppy audit[2284]: USER_START pid=2284 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:40 Terasloppy kernel: audit: type=1105 audit(1624006780.113:100): pid=2284 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:40 Terasloppy sudo[2284]: pam_unix(sudo:session): session closed for user root
Jun 18 04:59:40 Terasloppy audit[2284]: USER_END pid=2284 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:40 Terasloppy audit[2284]: CRED_DISP pid=2284 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:40 Terasloppy kernel: audit: type=1106 audit(1624006780.116:101): pid=2284 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 04:59:40 Terasloppy kernel: audit: type=1104 audit(1624006780.116:102): pid=2284 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:01:58 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:01:58 Terasloppy rtkit-daemon[920]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:03:17 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.58' (uid=0 pid=2438 comm="sudo nano /etc/NetworkManager/conf.d/default-wifi-")
Jun 18 05:03:17 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:03:17 Terasloppy sudo[2438]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:03:17 Terasloppy audit[2438]: USER_ACCT pid=2438 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:03:17 Terasloppy kernel: audit: type=1101 audit(1624006997.063:103): pid=2438 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:03:17 Terasloppy sudo[2438]:   sloppy : TTY=pts/0 ; PWD=/home/sloppy ; USER=root ; COMMAND=/usr/bin/nano /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Jun 18 05:03:17 Terasloppy audit[2438]: CRED_REFR pid=2438 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:03:17 Terasloppy sudo[2438]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 05:03:17 Terasloppy kernel: audit: type=1110 audit(1624006997.066:104): pid=2438 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:03:17 Terasloppy kernel: audit: type=1105 audit(1624006997.066:105): pid=2438 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:03:17 Terasloppy audit[2438]: USER_START pid=2438 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:04:25 Terasloppy systemd[1]: Starting Cleanup of Temporary Directories...
Jun 18 05:04:25 Terasloppy systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Jun 18 05:04:25 Terasloppy systemd[1]: Finished Cleanup of Temporary Directories.
Jun 18 05:04:25 Terasloppy 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'
Jun 18 05:04:25 Terasloppy 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'
Jun 18 05:04:25 Terasloppy kernel: audit: type=1130 audit(1624007065.380:106): 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'
Jun 18 05:04:25 Terasloppy kernel: audit: type=1131 audit(1624007065.380:107): 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'
Jun 18 05:05:42 Terasloppy sudo[2438]: pam_unix(sudo:session): session closed for user root
Jun 18 05:05:42 Terasloppy kernel: audit: type=1106 audit(1624007142.330:108): pid=2438 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:05:42 Terasloppy kernel: audit: type=1104 audit(1624007142.330:109): pid=2438 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:05:42 Terasloppy audit[2438]: USER_END pid=2438 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:05:42 Terasloppy audit[2438]: CRED_DISP pid=2438 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:05:54 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.59' (uid=0 pid=2512 comm="sudo pacman -S networkmanager ")
Jun 18 05:05:54 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:05:54 Terasloppy sudo[2512]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:05:54 Terasloppy audit[2512]: USER_ACCT pid=2512 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:05:54 Terasloppy kernel: audit: type=1101 audit(1624007154.613:110): pid=2512 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:05:54 Terasloppy sudo[2512]:   sloppy : TTY=pts/0 ; PWD=/home/sloppy ; USER=root ; COMMAND=/usr/bin/pacman -S networkmanager
Jun 18 05:05:54 Terasloppy audit[2512]: CRED_REFR pid=2512 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:05:54 Terasloppy kernel: audit: type=1110 audit(1624007154.616:111): pid=2512 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:05:54 Terasloppy sudo[2512]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 05:05:54 Terasloppy audit[2512]: USER_START pid=2512 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:05:54 Terasloppy kernel: audit: type=1105 audit(1624007154.620:112): pid=2512 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:05:57 Terasloppy dbus-daemon[436]: Unknown group "sudo" in message bus configuration file
Jun 18 05:05:57 Terasloppy dbus-daemon[436]: [system] Reloaded configuration
Jun 18 05:05:57 Terasloppy dbus-daemon[436]: Unknown group "sudo" in message bus configuration file
Jun 18 05:05:57 Terasloppy dbus-daemon[436]: [system] Reloaded configuration
Jun 18 05:05:57 Terasloppy dbus-daemon[436]: Unknown group "sudo" in message bus configuration file
Jun 18 05:05:57 Terasloppy dbus-daemon[436]: [system] Reloaded configuration
Jun 18 05:05:57 Terasloppy systemd[1]: Reloading.
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=19 op=UNLOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=18 op=UNLOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=17 op=UNLOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=22 op=UNLOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=21 op=UNLOAD
Jun 18 05:05:57 Terasloppy kernel: audit: type=1334 audit(1624007157.186:113): prog-id=19 op=UNLOAD
Jun 18 05:05:57 Terasloppy kernel: audit: type=1334 audit(1624007157.186:114): prog-id=18 op=UNLOAD
Jun 18 05:05:57 Terasloppy kernel: audit: type=1334 audit(1624007157.186:115): prog-id=17 op=UNLOAD
Jun 18 05:05:57 Terasloppy kernel: audit: type=1334 audit(1624007157.186:116): prog-id=22 op=UNLOAD
Jun 18 05:05:57 Terasloppy kernel: audit: type=1334 audit(1624007157.186:117): prog-id=21 op=UNLOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=16 op=UNLOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=15 op=UNLOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=14 op=UNLOAD
Jun 18 05:05:57 Terasloppy kernel: audit: type=1334 audit(1624007157.200:118): prog-id=16 op=UNLOAD
Jun 18 05:05:57 Terasloppy kernel: audit: type=1334 audit(1624007157.200:119): prog-id=15 op=UNLOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=13 op=UNLOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=12 op=UNLOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=11 op=UNLOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=23 op=LOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=24 op=LOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=25 op=LOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=26 op=LOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=27 op=LOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=28 op=LOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=29 op=LOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=30 op=LOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=31 op=LOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=32 op=LOAD
Jun 18 05:05:57 Terasloppy audit: BPF prog-id=33 op=LOAD
Jun 18 05:05:57 Terasloppy systemd[1]: Reloading D-Bus System Message Bus.
Jun 18 05:05:57 Terasloppy dbus-daemon[436]: Unknown group "sudo" in message bus configuration file
Jun 18 05:05:57 Terasloppy dbus-daemon[436]: [system] Reloaded configuration
Jun 18 05:05:57 Terasloppy dbus-send[2565]: method return time=1624007157.397908 sender=org.freedesktop.DBus -> destination=:1.60 serial=3 reply_serial=2
Jun 18 05:05:57 Terasloppy systemd[1]: Reloaded D-Bus System Message Bus.
Jun 18 05:05:57 Terasloppy sudo[2512]: pam_unix(sudo:session): session closed for user root
Jun 18 05:05:57 Terasloppy audit[2512]: USER_END pid=2512 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:05:57 Terasloppy audit[2512]: CRED_DISP pid=2512 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:06:01 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.61' (uid=0 pid=2566 comm="sudo nano /etc/NetworkManager/conf.d/default-wifi-")
Jun 18 05:06:01 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:06:01 Terasloppy sudo[2566]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:06:01 Terasloppy audit[2566]: USER_ACCT pid=2566 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:06:01 Terasloppy sudo[2566]:   sloppy : TTY=pts/0 ; PWD=/home/sloppy ; USER=root ; COMMAND=/usr/bin/nano /etc/NetworkManager/conf.d/default-wifi-powersave-on.conf
Jun 18 05:06:01 Terasloppy audit[2566]: CRED_REFR pid=2566 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:06:01 Terasloppy kernel: kauditd_printk_skb: 17 callbacks suppressed
Jun 18 05:06:01 Terasloppy kernel: audit: type=1101 audit(1624007161.833:137): pid=2566 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:06:01 Terasloppy kernel: audit: type=1110 audit(1624007161.833:138): pid=2566 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:06:01 Terasloppy sudo[2566]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 05:06:01 Terasloppy kernel: audit: type=1105 audit(1624007161.836:139): pid=2566 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:06:01 Terasloppy audit[2566]: USER_START pid=2566 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:06:04 Terasloppy sudo[2566]: pam_unix(sudo:session): session closed for user root
Jun 18 05:06:04 Terasloppy audit[2566]: USER_END pid=2566 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:06:04 Terasloppy audit[2566]: CRED_DISP pid=2566 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:06:04 Terasloppy kernel: audit: type=1106 audit(1624007164.950:140): pid=2566 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:06:04 Terasloppy kernel: audit: type=1104 audit(1624007164.950:141): pid=2566 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:09:58 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.63' (uid=0 pid=2644 comm="sudo pacman -Rcns netctl ")
Jun 18 05:09:58 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:09:58 Terasloppy sudo[2644]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:09:58 Terasloppy audit[2644]: USER_ACCT pid=2644 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:09:58 Terasloppy sudo[2644]:   sloppy : TTY=pts/0 ; PWD=/etc/NetworkManager/conf.d ; USER=root ; COMMAND=/usr/bin/pacman -Rcns netctl
Jun 18 05:09:58 Terasloppy audit[2644]: CRED_REFR pid=2644 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:09:58 Terasloppy kernel: audit: type=1101 audit(1624007398.133:142): pid=2644 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:09:58 Terasloppy kernel: audit: type=1110 audit(1624007398.133:143): pid=2644 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:09:58 Terasloppy sudo[2644]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 05:09:58 Terasloppy kernel: audit: type=1105 audit(1624007398.136:144): pid=2644 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:09:58 Terasloppy audit[2644]: USER_START pid=2644 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:03 Terasloppy systemd[1]: Reloading.
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=27 op=UNLOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=26 op=UNLOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=25 op=UNLOAD
Jun 18 05:10:03 Terasloppy kernel: audit: type=1334 audit(1624007403.373:145): prog-id=27 op=UNLOAD
Jun 18 05:10:03 Terasloppy kernel: audit: type=1334 audit(1624007403.373:146): prog-id=26 op=UNLOAD
Jun 18 05:10:03 Terasloppy kernel: audit: type=1334 audit(1624007403.373:147): prog-id=25 op=UNLOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=24 op=UNLOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=23 op=UNLOAD
Jun 18 05:10:03 Terasloppy kernel: audit: type=1334 audit(1624007403.376:148): prog-id=24 op=UNLOAD
Jun 18 05:10:03 Terasloppy kernel: audit: type=1334 audit(1624007403.376:149): prog-id=23 op=UNLOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=30 op=UNLOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=29 op=UNLOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=28 op=UNLOAD
Jun 18 05:10:03 Terasloppy kernel: audit: type=1334 audit(1624007403.393:150): prog-id=30 op=UNLOAD
Jun 18 05:10:03 Terasloppy kernel: audit: type=1334 audit(1624007403.393:151): prog-id=29 op=UNLOAD
Jun 18 05:10:03 Terasloppy kernel: audit: type=1334 audit(1624007403.393:152): prog-id=28 op=UNLOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=33 op=UNLOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=32 op=UNLOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=31 op=UNLOAD
Jun 18 05:10:03 Terasloppy kernel: audit: type=1334 audit(1624007403.396:153): prog-id=33 op=UNLOAD
Jun 18 05:10:03 Terasloppy kernel: audit: type=1334 audit(1624007403.396:154): prog-id=32 op=UNLOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=34 op=LOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=35 op=LOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=36 op=LOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=37 op=LOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=38 op=LOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=39 op=LOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=40 op=LOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=41 op=LOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=42 op=LOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=43 op=LOAD
Jun 18 05:10:03 Terasloppy audit: BPF prog-id=44 op=LOAD
Jun 18 05:10:03 Terasloppy sudo[2644]: pam_unix(sudo:session): session closed for user root
Jun 18 05:10:03 Terasloppy audit[2644]: USER_END pid=2644 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:03 Terasloppy audit[2644]: CRED_DISP pid=2644 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:19 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.64' (uid=0 pid=2670 comm="sudo pacman -Syu ")
Jun 18 05:10:19 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:10:19 Terasloppy sudo[2670]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:10:19 Terasloppy audit[2670]: USER_ACCT pid=2670 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:19 Terasloppy sudo[2670]:   sloppy : TTY=pts/0 ; PWD=/etc/NetworkManager/conf.d ; USER=root ; COMMAND=/usr/bin/pacman -Syu
Jun 18 05:10:19 Terasloppy audit[2670]: CRED_REFR pid=2670 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:19 Terasloppy kernel: kauditd_printk_skb: 14 callbacks suppressed
Jun 18 05:10:19 Terasloppy kernel: audit: type=1101 audit(1624007419.883:169): pid=2670 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:19 Terasloppy kernel: audit: type=1110 audit(1624007419.883:170): pid=2670 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:19 Terasloppy sudo[2670]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 05:10:19 Terasloppy audit[2670]: USER_START pid=2670 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:19 Terasloppy kernel: audit: type=1105 audit(1624007419.886:171): pid=2670 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:27 Terasloppy sudo[2670]: pam_unix(sudo:session): session closed for user root
Jun 18 05:10:27 Terasloppy audit[2670]: USER_END pid=2670 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:27 Terasloppy audit[2670]: CRED_DISP pid=2670 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:27 Terasloppy kernel: audit: type=1106 audit(1624007427.610:172): pid=2670 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:10:27 Terasloppy kernel: audit: type=1104 audit(1624007427.610:173): pid=2670 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:35 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.65' (uid=0 pid=2815 comm="sudo systemd-analyze blame ")
Jun 18 05:12:35 Terasloppy kernel: audit: type=1101 audit(1624007555.466:174): pid=2815 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:35 Terasloppy kernel: audit: type=1110 audit(1624007555.466:175): pid=2815 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:35 Terasloppy kernel: audit: type=1105 audit(1624007555.470:176): pid=2815 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:35 Terasloppy audit[2815]: USER_ACCT pid=2815 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:35 Terasloppy audit[2815]: CRED_REFR pid=2815 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:35 Terasloppy audit[2815]: USER_START pid=2815 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:35 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:12:35 Terasloppy sudo[2815]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:12:35 Terasloppy sudo[2815]:   sloppy : TTY=pts/0 ; PWD=/etc/NetworkManager/conf.d ; USER=root ; COMMAND=/usr/bin/systemd-analyze blame
Jun 18 05:12:35 Terasloppy sudo[2815]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 05:12:51 Terasloppy sudo[2815]: pam_unix(sudo:session): session closed for user root
Jun 18 05:12:51 Terasloppy audit[2815]: USER_END pid=2815 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:51 Terasloppy audit[2815]: CRED_DISP pid=2815 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:51 Terasloppy kernel: audit: type=1106 audit(1624007571.403:177): pid=2815 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:51 Terasloppy kernel: audit: type=1104 audit(1624007571.403:178): pid=2815 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:57 Terasloppy dbus-daemon[436]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.66' (uid=0 pid=2818 comm="sudo systemd-analyze critical-chain ")
Jun 18 05:12:57 Terasloppy dbus-daemon[436]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:12:57 Terasloppy sudo[2818]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:12:57 Terasloppy audit[2818]: USER_ACCT pid=2818 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:57 Terasloppy sudo[2818]:   sloppy : TTY=pts/0 ; PWD=/etc/NetworkManager/conf.d ; USER=root ; COMMAND=/usr/bin/systemd-analyze critical-chain
Jun 18 05:12:57 Terasloppy audit[2818]: CRED_REFR pid=2818 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:57 Terasloppy kernel: audit: type=1101 audit(1624007577.033:179): pid=2818 uid=1001 auid=1001 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:57 Terasloppy kernel: audit: type=1110 audit(1624007577.033:180): pid=2818 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:57 Terasloppy sudo[2818]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1001)
Jun 18 05:12:57 Terasloppy kernel: audit: type=1105 audit(1624007577.036:181): pid=2818 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:57 Terasloppy audit[2818]: USER_START pid=2818 uid=1001 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:57 Terasloppy audit[2818]: USER_END pid=2818 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:57 Terasloppy audit[2818]: CRED_DISP pid=2818 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:57 Terasloppy sudo[2818]: pam_unix(sudo:session): session closed for user root
Jun 18 05:12:57 Terasloppy kernel: audit: type=1106 audit(1624007577.310:182): pid=2818 uid=1001 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:12:57 Terasloppy kernel: audit: type=1104 audit(1624007577.310:183): pid=2818 uid=1001 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Jun 18 05:13:21 Terasloppy cinnamon-session[812]: WARNING: t+1295.44892s: Requesting system restart...
Jun 18 05:13:21 Terasloppy cinnamon-session[812]: WARNING: t+1295.44900s: Attempting to restart using systemd...
Jun 18 05:13:21 Terasloppy systemd[630]: at-spi-dbus-bus.service: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd-logind[438]: System is rebooting.
Jun 18 05:13:21 Terasloppy audit[628]: CRED_DISP pid=628 uid=0 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:13:21 Terasloppy login[628]: pam_unix(login:session): session closed for user sloppy
Jun 18 05:13:21 Terasloppy systemd[1]: Stopping Session 1 of user sloppy.
Jun 18 05:13:21 Terasloppy kernel: audit: type=1104 audit(1624007601.646:184): pid=628 uid=0 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: Removed slice system-modprobe.slice.
Jun 18 05:13:21 Terasloppy systemd[1]: Removed slice system-netctl.slice.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped target Bluetooth.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped target Graphical Interface.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped target Multi-User System.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped target Login Prompts.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped target Sound Card.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped target Timers.
Jun 18 05:13:21 Terasloppy systemd[1]: man-db.timer: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped Daily man-db regeneration.
Jun 18 05:13:21 Terasloppy systemd[1]: shadow.timer: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped Daily verification of password and group files.
Jun 18 05:13:21 Terasloppy systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jun 18 05:13:21 Terasloppy systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Closed LVM2 poll daemon socket.
Jun 18 05:13:21 Terasloppy systemd[1]: systemd-coredump.socket: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Closed Process Core Dump Socket.
Jun 18 05:13:21 Terasloppy systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopping Accounts Service...
Jun 18 05:13:21 Terasloppy systemd[1]: Stopping ASUS Notebook Control...
Jun 18 05:13:21 Terasloppy audit[628]: USER_END pid=628 uid=0 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: Stopping Manage, Install and Generate Color Profiles...
Jun 18 05:13:21 Terasloppy systemd[1]: Stopping Getty on tty1...
Jun 18 05:13:21 Terasloppy kernel: audit: type=1106 audit(1624007601.653:185): pid=628 uid=0 auid=1001 ses=1 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: Starting Generate shutdown-ramfs...
Jun 18 05:13:21 Terasloppy systemd[1]: Stopping Authorization Manager...
Jun 18 05:13:21 Terasloppy systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Jun 18 05:13:21 Terasloppy systemd[1]: Stopping Load/Save Random Seed...
Jun 18 05:13:21 Terasloppy systemd[1]: Stopping Disk Manager...
Jun 18 05:13:21 Terasloppy systemd[1]: Stopping Daemon for power management...
Jun 18 05:13:21 Terasloppy systemd[1]: asusd.service: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped ASUS Notebook Control.
Jun 18 05:13:21 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=asusd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: getty@tty1.service: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped Getty on tty1.
Jun 18 05:13:21 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy kernel: audit: type=1131 audit(1624007601.670:186): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=asusd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy kernel: audit: type=1131 audit(1624007601.670:187): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy udisksd[983]: udisks daemon version 2.9.2 exiting
Jun 18 05:13:21 Terasloppy mkinitcpio[2837]: ==> Starting build: none
Jun 18 05:13:21 Terasloppy mkinitcpio[2837]:   -> Running build hook: [sd-shutdown]
Jun 18 05:13:21 Terasloppy systemd[1]: rtkit-daemon.service: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Jun 18 05:13:21 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: polkit.service: Deactivated successfully.
Jun 18 05:13:21 Terasloppy kernel: audit: type=1131 audit(1624007601.693:188): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped Authorization Manager.
Jun 18 05:13:21 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: upower.service: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped Daemon for power management.
Jun 18 05:13:21 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: colord.service: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped Manage, Install and Generate Color Profiles.
Jun 18 05:13:21 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy kernel: audit: type=1131 audit(1624007601.696:189): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy kernel: audit: type=1131 audit(1624007601.696:190): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy kernel: audit: type=1131 audit(1624007601.696:191): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: udisks2.service: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped Disk Manager.
Jun 18 05:13:21 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: accounts-daemon.service: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped Accounts Service.
Jun 18 05:13:21 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy kernel: audit: type=1131 audit(1624007601.700:192): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy kernel: audit: type=1131 audit(1624007601.700:193): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: systemd-random-seed.service: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Stopped Load/Save Random Seed.
Jun 18 05:13:21 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy systemd[1]: Removed slice system-getty.slice.
Jun 18 05:13:21 Terasloppy systemd-logind[438]: Session 1 logged out. Waiting for processes to exit.
Jun 18 05:13:21 Terasloppy audit: BPF prog-id=35 op=UNLOAD
Jun 18 05:13:21 Terasloppy audit: BPF prog-id=34 op=UNLOAD
Jun 18 05:13:21 Terasloppy mkinitcpio[2837]: ==> Build complete.
Jun 18 05:13:21 Terasloppy systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Jun 18 05:13:21 Terasloppy systemd[1]: Finished Generate shutdown-ramfs.
Jun 18 05:13:21 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:21 Terasloppy systemd[630]: pulseaudio.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: session-1.scope: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Session 1 of user sloppy.
Jun 18 05:13:23 Terasloppy systemd[1]: session-1.scope: Consumed 9min 7.855s CPU time.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopping User Login Management...
Jun 18 05:13:23 Terasloppy systemd[1]: Stopping User Manager for UID 1001...
Jun 18 05:13:23 Terasloppy systemd[630]: Stopped target Main User Target.
Jun 18 05:13:23 Terasloppy gvfsd[919]: A connection to the bus can't be made
Jun 18 05:13:23 Terasloppy gvfsd[1127]: A connection to the bus can't be made
Jun 18 05:13:23 Terasloppy systemd[630]: Stopping D-Bus User Message Bus...
Jun 18 05:13:23 Terasloppy gvfsd[2183]: A connection to the bus can't be made
Jun 18 05:13:23 Terasloppy systemd[630]: Stopping User preferences database...
Jun 18 05:13:23 Terasloppy systemd[630]: Stopping Virtual filesystem service...
Jun 18 05:13:23 Terasloppy systemd[630]: Stopping Virtual filesystem metadata service...
Jun 18 05:13:23 Terasloppy systemd[630]: Stopping Virtual filesystem service - disk device monitor...
Jun 18 05:13:23 Terasloppy systemd[630]: dconf.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Stopped User preferences database.
Jun 18 05:13:23 Terasloppy systemd[630]: gvfs-metadata.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Stopped Virtual filesystem metadata service.
Jun 18 05:13:23 Terasloppy systemd[630]: run-user-1001-gvfs.mount: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: dbus.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Stopped D-Bus User Message Bus.
Jun 18 05:13:23 Terasloppy systemd[630]: gvfs-udisks2-volume-monitor.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Stopped Virtual filesystem service - disk device monitor.
Jun 18 05:13:23 Terasloppy systemd[630]: gvfs-daemon.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Stopped Virtual filesystem service.
Jun 18 05:13:23 Terasloppy systemd[630]: Stopped target Basic System.
Jun 18 05:13:23 Terasloppy systemd[630]: Stopped target Paths.
Jun 18 05:13:23 Terasloppy systemd[630]: Stopped target Sockets.
Jun 18 05:13:23 Terasloppy systemd[630]: Stopped target Timers.
Jun 18 05:13:23 Terasloppy systemd[630]: dbus.socket: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Closed D-Bus User Message Bus Socket.
Jun 18 05:13:23 Terasloppy systemd[630]: dirmngr.socket: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Closed GnuPG network certificate management daemon.
Jun 18 05:13:23 Terasloppy systemd[630]: gpg-agent-browser.socket: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 18 05:13:23 Terasloppy systemd[630]: gpg-agent-extra.socket: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 18 05:13:23 Terasloppy systemd[630]: gpg-agent-ssh.socket: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 18 05:13:23 Terasloppy systemd[630]: gpg-agent.socket: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 18 05:13:23 Terasloppy systemd[630]: p11-kit-server.socket: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Closed p11-kit server.
Jun 18 05:13:23 Terasloppy systemd[630]: pulseaudio.socket: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Closed Sound System.
Jun 18 05:13:23 Terasloppy systemd[630]: Removed slice User Application Slice.
Jun 18 05:13:23 Terasloppy systemd[630]: Reached target Shutdown.
Jun 18 05:13:23 Terasloppy systemd[630]: systemd-exit.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[630]: Finished Exit the Session.
Jun 18 05:13:23 Terasloppy systemd[630]: Reached target Exit the Session.
Jun 18 05:13:23 Terasloppy systemd[631]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sloppy] ruser=[<unknown>] rhost=[<unknown>]
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: user@1001.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped User Manager for UID 1001.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopping User Runtime Directory /run/user/1001...
Jun 18 05:13:23 Terasloppy systemd[1]: user-runtime-dir@1001.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped User Runtime Directory /run/user/1001.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: Removed slice User Slice of UID 1001.
Jun 18 05:13:23 Terasloppy systemd[1]: user-1001.slice: Consumed 9min 8.689s CPU time.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopping D-Bus System Message Bus...
Jun 18 05:13:23 Terasloppy systemd[1]: Stopping Permit User Sessions...
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Permit User Sessions.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target Network.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target Remote File Systems.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopping dhcpcd on all interfaces...
Jun 18 05:13:23 Terasloppy dhcpcd[2950]: sending signal TERM to pid 440
Jun 18 05:13:23 Terasloppy dhcpcd[2950]: waiting for pid 440 to exit
Jun 18 05:13:23 Terasloppy dhcpcd[2950]: sending signal TERM to pid 440
Jun 18 05:13:23 Terasloppy dhcpcd[2950]: waiting for pid 440 to exit
Jun 18 05:13:23 Terasloppy dhcpcd[441]: received SIGTERM, stopping
Jun 18 05:13:23 Terasloppy dhcpcd[441]: enp4s0f3u1: removing interface
Jun 18 05:13:23 Terasloppy systemd[1]: dbus.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped D-Bus System Message Bus.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-logind.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped User Login Management.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target User and Group Name Lookups.
Jun 18 05:13:23 Terasloppy audit: BPF prog-id=38 op=UNLOAD
Jun 18 05:13:23 Terasloppy audit: BPF prog-id=37 op=UNLOAD
Jun 18 05:13:23 Terasloppy audit: BPF prog-id=36 op=UNLOAD
Jun 18 05:13:23 Terasloppy systemd[1]: dhcpcd.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped dhcpcd on all interfaces.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target Basic System.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target Paths.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target Slices.
Jun 18 05:13:23 Terasloppy systemd[1]: Removed slice User and Session Slice.
Jun 18 05:13:23 Terasloppy systemd[1]: user.slice: Consumed 9min 8.689s CPU time.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target Sockets.
Jun 18 05:13:23 Terasloppy systemd[1]: dbus.socket: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Closed D-Bus System Message Bus Socket.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target System Initialization.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target Local Encrypted Volumes.
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target Local Verity Integrity Protected Volumes.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
Jun 18 05:13:23 Terasloppy systemd[1]: Stopping Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
Jun 18 05:13:23 Terasloppy systemd[1]: Stopping Set Up Additional Binary Formats...
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-sysctl.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Apply Kernel Variables.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-modules-load.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Load Kernel Modules.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-backlight@backlight:amdgpu_bl0.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-backlight@leds:asus::kbd_backlight.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:asus::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-binfmt.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Set Up Additional Binary Formats.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: Removed slice system-systemd\x2dbacklight.slice.
Jun 18 05:13:23 Terasloppy audit[2957]: SYSTEM_SHUTDOWN pid=2957 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Create Volatile Files and Directories.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target Local File Systems.
Jun 18 05:13:23 Terasloppy systemd[1]: Unmounting /efi...
Jun 18 05:13:23 Terasloppy systemd[1]: Unmounting /run/user/1001/gvfs...
Jun 18 05:13:23 Terasloppy systemd[1]: Unmounting Temporary Directory (/tmp)...
Jun 18 05:13:23 Terasloppy umount[2959]: umount: /run/user/1001/gvfs: no mount point specified.
Jun 18 05:13:23 Terasloppy systemd[1]: run-user-1001.mount: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Unmounted /run/user/1001.
Jun 18 05:13:23 Terasloppy systemd[1]: run-user-1001-gvfs.mount: Mount process exited, code=exited, status=32/n/a
Jun 18 05:13:23 Terasloppy systemd[1]: run-user-1001-gvfs.mount: Failed with result 'exit-code'.
Jun 18 05:13:23 Terasloppy systemd[1]: Unmounted /run/user/1001/gvfs.
Jun 18 05:13:23 Terasloppy systemd[1]: efi.mount: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Unmounted /efi.
Jun 18 05:13:23 Terasloppy systemd[1]: tmp.mount: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Unmounted Temporary Directory (/tmp).
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target Swap.
Jun 18 05:13:23 Terasloppy systemd[1]: Deactivating swap /swapfile...
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-fsck@dev-disk-by\x2duuid-6043\x2d55A6.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped File System Check on /dev/disk/by-uuid/6043-55A6.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6043\x2d55A6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped target Local File Systems (Pre).
Jun 18 05:13:23 Terasloppy systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Create Static Device Nodes in /dev.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: swapfile.swap: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Deactivated swap /swapfile.
Jun 18 05:13:23 Terasloppy systemd[1]: Reached target Unmount All Filesystems.
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Remount Root and Kernel File Systems.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: lvm2-monitor.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 18 05:13:23 Terasloppy systemd[1]: Reached target Shutdown.
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:13:23 Terasloppy systemd[1]: Reached target Final Step.
Jun 18 05:13:23 Terasloppy systemd[1]: systemd-reboot.service: Deactivated successfully.
Jun 18 05:13:23 Terasloppy systemd[1]: Finished Reboot.
Jun 18 05:13:23 Terasloppy systemd[1]: Reached target Reboot.
Jun 18 05:13:23 Terasloppy systemd[1]: Shutting down.
Jun 18 05:13:23 Terasloppy audit: BPF prog-id=41 op=UNLOAD
Jun 18 05:13:23 Terasloppy audit: BPF prog-id=40 op=UNLOAD
Jun 18 05:13:23 Terasloppy audit: BPF prog-id=39 op=UNLOAD
Jun 18 05:13:23 Terasloppy audit: BPF prog-id=44 op=UNLOAD
Jun 18 05:13:23 Terasloppy audit: BPF prog-id=43 op=UNLOAD
Jun 18 05:13:23 Terasloppy audit: BPF prog-id=42 op=UNLOAD
Jun 18 05:13:23 Terasloppy systemd-shutdown[1]: Syncing filesystems and block devices.
Jun 18 05:13:24 Terasloppy systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Jun 18 05:13:24 Terasloppy systemd-journald[309]: Journal stopped

Here is the most recent one for comparison:

-- Journal begins at Wed 2021-06-16 00:02:23 EDT, ends at Fri 2021-06-18 06:57:21 EDT. --
Jun 18 05:42:14 Terasloppy kernel: Linux version 5.12.11-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 16 Jun 2021 15:25:28 +0000
Jun 18 05:42:14 Terasloppy kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4e9340da-977c-41e6-8c5d-7970dca9a4ec rw loglevel=3 quiet
Jun 18 05:42:14 Terasloppy kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 18 05:42:14 Terasloppy kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 18 05:42:14 Terasloppy kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 18 05:42:14 Terasloppy kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jun 18 05:42:14 Terasloppy kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun 18 05:42:14 Terasloppy kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Jun 18 05:42:14 Terasloppy kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Jun 18 05:42:14 Terasloppy kernel: BIOS-provided physical RAM map:
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009dbefff] usable
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x0000000009dbf000-0x000000000a000fff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x000000000a001000-0x000000000a1fffff] usable
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x000000000a20f000-0x00000000ebe0cfff] usable
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000ebe0d000-0x00000000ed326fff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000ed327000-0x00000000ed38afff] ACPI data
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000ed38b000-0x00000000ed544fff] ACPI NVS
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000ed545000-0x00000000edd42fff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000edd43000-0x00000000eddfefff] type 20
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000eddff000-0x00000000eeffffff] usable
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000ef000000-0x00000000f7ffffff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000fd000000-0x00000000fdffffff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000fedc4000-0x00000000fedc9fff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000fedcc000-0x00000000fedcefff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000fedd5000-0x00000000fedd5fff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x0000000100000000-0x00000003ee33ffff] usable
Jun 18 05:42:14 Terasloppy kernel: BIOS-e820: [mem 0x00000003ee340000-0x000000040fffffff] reserved
Jun 18 05:42:14 Terasloppy kernel: NX (Execute Disable) protection: active
Jun 18 05:42:14 Terasloppy kernel: efi: EFI v2.70 by American Megatrends
Jun 18 05:42:14 Terasloppy kernel: efi: ACPI=0xed52d000 ACPI 2.0=0xed52d014 TPMFinalLog=0xed4f8000 SMBIOS=0xedbdf000 SMBIOS 3.0=0xedbde000 ESRT=0xea8a6c18 
Jun 18 05:42:14 Terasloppy kernel: SMBIOS 3.3.0 present.
Jun 18 05:42:14 Terasloppy kernel: DMI: ASUSTeK COMPUTER INC. ROG Zephyrus G14 GA401QM_GA401QM/GA401QM, BIOS GA401QM.403 02/08/2021
Jun 18 05:42:14 Terasloppy kernel: tsc: Fast TSC calibration using PIT
Jun 18 05:42:14 Terasloppy kernel: tsc: Detected 3293.779 MHz processor
Jun 18 05:42:14 Terasloppy kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 18 05:42:14 Terasloppy kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 18 05:42:14 Terasloppy kernel: last_pfn = 0x3ee340 max_arch_pfn = 0x400000000
Jun 18 05:42:14 Terasloppy kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 18 05:42:14 Terasloppy kernel: e820: update [mem 0xf0000000-0xffffffff] usable ==> reserved
Jun 18 05:42:14 Terasloppy kernel: last_pfn = 0xef000 max_arch_pfn = 0x400000000
Jun 18 05:42:14 Terasloppy kernel: esrt: Reserving ESRT space from 0x00000000ea8a6c18 to 0x00000000ea8a6c50.
Jun 18 05:42:14 Terasloppy kernel: e820: update [mem 0xea8a6000-0xea8a6fff] usable ==> reserved
Jun 18 05:42:14 Terasloppy kernel: Using GB pages for direct mapping
Jun 18 05:42:14 Terasloppy kernel: Secure boot disabled
Jun 18 05:42:14 Terasloppy kernel: RAMDISK: [mem 0x3705f000-0x37826fff]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Early table checksum verification disabled
Jun 18 05:42:14 Terasloppy kernel: ACPI: RSDP 0x00000000ED52D014 000024 (v02 ALASKA)
Jun 18 05:42:14 Terasloppy kernel: ACPI: XSDT 0x00000000ED52C728 000114 (v01 ALASKA A M I    01072009 AMI  01000013)
Jun 18 05:42:14 Terasloppy kernel: ACPI: FACP 0x00000000ED37C000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Jun 18 05:42:14 Terasloppy kernel: ACPI: DSDT 0x00000000ED36F000 00CA26 (v02 ALASKA A M I    01072009 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: FACS 0x00000000ED4F6000 000040
Jun 18 05:42:14 Terasloppy kernel: ACPI: MSDM 0x00000000ED38A000 000055 (v03 ALASKA A M I    01072009 ASUS 00000001)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED382000 007229 (v02 AMD    AmdTable 00000002 MSFT 04000000)
Jun 18 05:42:14 Terasloppy kernel: ACPI: IVRS 0x00000000ED381000 0001A4 (v02 AMD    AmdTable 00000001 AMD  00000000)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED37D000 003A21 (v01 AMD    AMD AOD  00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: FIDT 0x00000000ED36E000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 18 05:42:14 Terasloppy kernel: ACPI: ECDT 0x00000000ED36D000 0000C1 (v01 ALASKA A M I    01072009 AMI. 00000005)
Jun 18 05:42:14 Terasloppy kernel: ACPI: MCFG 0x00000000ED36C000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
Jun 18 05:42:14 Terasloppy kernel: ACPI: HPET 0x00000000ED36B000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED365000 005354 (v02 AMD    AmdTable 00000001 AMD  00000001)
Jun 18 05:42:14 Terasloppy kernel: ACPI: CRAT 0x00000000ED364000 000EE8 (v01 AMD    AmdTable 00000001 AMD  00000001)
Jun 18 05:42:14 Terasloppy kernel: ACPI: CDIT 0x00000000ED363000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
Jun 18 05:42:14 Terasloppy kernel: ACPI: VFCT 0x00000000ED355000 00D884 (v01 ALASKA A M I    00000001 AMD  31504F47)
Jun 18 05:42:14 Terasloppy kernel: ACPI: BGRT 0x00000000ED354000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 18 05:42:14 Terasloppy kernel: ACPI: TPM2 0x00000000ED353000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED352000 000149 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED351000 00048C (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED34F000 001486 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED34D000 0014F6 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED349000 003AA3 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED345000 003756 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: WSMT 0x00000000ED344000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Jun 18 05:42:14 Terasloppy kernel: ACPI: APIC 0x00000000ED343000 0000DE (v03 ALASKA A M I    01072009 AMI  00010013)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED342000 00008D (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED341000 000917 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED33F000 00106F (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED33E000 000241 (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED33D000 00061B (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: SSDT 0x00000000ED33C000 00064A (v01 AMD    AmdTable 00000001 INTL 20190509)
Jun 18 05:42:14 Terasloppy kernel: ACPI: FPDT 0x00000000ED33B000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving FACP table memory at [mem 0xed37c000-0xed37c113]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving DSDT table memory at [mem 0xed36f000-0xed37ba25]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving FACS table memory at [mem 0xed4f6000-0xed4f603f]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving MSDM table memory at [mem 0xed38a000-0xed38a054]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed382000-0xed389228]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving IVRS table memory at [mem 0xed381000-0xed3811a3]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed37d000-0xed380a20]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving FIDT table memory at [mem 0xed36e000-0xed36e09b]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving ECDT table memory at [mem 0xed36d000-0xed36d0c0]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving MCFG table memory at [mem 0xed36c000-0xed36c03b]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving HPET table memory at [mem 0xed36b000-0xed36b037]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed365000-0xed36a353]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving CRAT table memory at [mem 0xed364000-0xed364ee7]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving CDIT table memory at [mem 0xed363000-0xed363028]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving VFCT table memory at [mem 0xed355000-0xed362883]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving BGRT table memory at [mem 0xed354000-0xed354037]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving TPM2 table memory at [mem 0xed353000-0xed35304b]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed352000-0xed352148]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed351000-0xed35148b]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed34f000-0xed350485]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed34d000-0xed34e4f5]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed349000-0xed34caa2]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed345000-0xed348755]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving WSMT table memory at [mem 0xed344000-0xed344027]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving APIC table memory at [mem 0xed343000-0xed3430dd]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed342000-0xed34208c]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed341000-0xed341916]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed33f000-0xed34006e]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed33e000-0xed33e240]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed33d000-0xed33d61a]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving SSDT table memory at [mem 0xed33c000-0xed33c649]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Reserving FPDT table memory at [mem 0xed33b000-0xed33b043]
Jun 18 05:42:14 Terasloppy kernel: ACPI: Local APIC address 0xfee00000
Jun 18 05:42:14 Terasloppy kernel: No NUMA configuration found
Jun 18 05:42:14 Terasloppy kernel: Faking a node at [mem 0x0000000000000000-0x00000003ee33ffff]
Jun 18 05:42:14 Terasloppy kernel: NODE_DATA(0) allocated [mem 0x3ee33c000-0x3ee33ffff]
Jun 18 05:42:14 Terasloppy kernel: Zone ranges:
Jun 18 05:42:14 Terasloppy kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 18 05:42:14 Terasloppy kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 18 05:42:14 Terasloppy kernel:   Normal   [mem 0x0000000100000000-0x00000003ee33ffff]
Jun 18 05:42:14 Terasloppy kernel:   Device   empty
Jun 18 05:42:14 Terasloppy kernel: Movable zone start for each node
Jun 18 05:42:14 Terasloppy kernel: Early memory node ranges
Jun 18 05:42:14 Terasloppy kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Jun 18 05:42:14 Terasloppy kernel:   node   0: [mem 0x0000000000100000-0x0000000009dbefff]
Jun 18 05:42:14 Terasloppy kernel:   node   0: [mem 0x000000000a001000-0x000000000a1fffff]
Jun 18 05:42:14 Terasloppy kernel:   node   0: [mem 0x000000000a20f000-0x00000000ebe0cfff]
Jun 18 05:42:14 Terasloppy kernel:   node   0: [mem 0x00000000eddff000-0x00000000eeffffff]
Jun 18 05:42:14 Terasloppy kernel:   node   0: [mem 0x0000000100000000-0x00000003ee33ffff]
Jun 18 05:42:14 Terasloppy kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000003ee33ffff]
Jun 18 05:42:14 Terasloppy kernel: On node 0 totalpages: 4042908
Jun 18 05:42:14 Terasloppy kernel:   DMA zone: 64 pages used for memmap
Jun 18 05:42:14 Terasloppy kernel:   DMA zone: 159 pages reserved
Jun 18 05:42:14 Terasloppy kernel:   DMA zone: 3999 pages, LIFO batch:0
Jun 18 05:42:14 Terasloppy kernel:   DMA zone: 28769 pages in unavailable ranges
Jun 18 05:42:14 Terasloppy kernel:   DMA32 zone: 15095 pages used for memmap
Jun 18 05:42:14 Terasloppy kernel:   DMA32 zone: 966077 pages, LIFO batch:63
Jun 18 05:42:14 Terasloppy kernel:   DMA32 zone: 12867 pages in unavailable ranges
Jun 18 05:42:14 Terasloppy kernel:   Normal zone: 48013 pages used for memmap
Jun 18 05:42:14 Terasloppy kernel:   Normal zone: 3072832 pages, LIFO batch:63
Jun 18 05:42:14 Terasloppy kernel:   Normal zone: 7360 pages in unavailable ranges
Jun 18 05:42:14 Terasloppy kernel: ACPI: PM-Timer IO Port: 0x808
Jun 18 05:42:14 Terasloppy kernel: ACPI: Local APIC address 0xfee00000
Jun 18 05:42:14 Terasloppy kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jun 18 05:42:14 Terasloppy kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Jun 18 05:42:14 Terasloppy kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Jun 18 05:42:14 Terasloppy kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 18 05:42:14 Terasloppy kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jun 18 05:42:14 Terasloppy kernel: ACPI: IRQ0 used by override.
Jun 18 05:42:14 Terasloppy kernel: ACPI: IRQ9 used by override.
Jun 18 05:42:14 Terasloppy kernel: Using ACPI (MADT) for SMP configuration information
Jun 18 05:42:14 Terasloppy kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Jun 18 05:42:14 Terasloppy kernel: e820: update [mem 0xe8520000-0xe857efff] usable ==> reserved
Jun 18 05:42:14 Terasloppy kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0x09dbf000-0x0a000fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xe8520000-0xe857efff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xea8a6000-0xea8a6fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xebe0d000-0xed326fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xed327000-0xed38afff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xed38b000-0xed544fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xed545000-0xedd42fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xedd43000-0xeddfefff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xef000000-0xf7ffffff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfcffffff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfd000000-0xfdffffff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfeb7ffff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc3fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc4000-0xfedc9fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedca000-0xfedcbfff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedcc000-0xfedcefff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedcf000-0xfedd4fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd5000-0xfedd5fff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
Jun 18 05:42:14 Terasloppy kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Jun 18 05:42:14 Terasloppy kernel: [mem 0xf8000000-0xfcffffff] available for PCI devices
Jun 18 05:42:14 Terasloppy kernel: Booting paravirtualized kernel on bare hardware
Jun 18 05:42:14 Terasloppy kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 18 05:42:14 Terasloppy kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Jun 18 05:42:14 Terasloppy kernel: percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u262144
Jun 18 05:42:14 Terasloppy kernel: pcpu-alloc: s192512 r8192 d28672 u262144 alloc=1*2097152
Jun 18 05:42:14 Terasloppy kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Jun 18 05:42:14 Terasloppy kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3979577
Jun 18 05:42:14 Terasloppy kernel: Policy zone: Normal
Jun 18 05:42:14 Terasloppy kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4e9340da-977c-41e6-8c5d-7970dca9a4ec rw loglevel=3 quiet
Jun 18 05:42:14 Terasloppy kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Jun 18 05:42:14 Terasloppy kernel: Memory: 15691140K/16171632K available (14344K kernel code, 2040K rwdata, 8988K rodata, 1652K init, 4372K bss, 480232K reserved, 0K cma-reserved)
Jun 18 05:42:14 Terasloppy kernel: random: get_random_u64 called from __kmem_cache_create+0x22/0x530 with crng_init=0
Jun 18 05:42:14 Terasloppy kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jun 18 05:42:14 Terasloppy kernel: ftrace: allocating 41908 entries in 164 pages
Jun 18 05:42:14 Terasloppy kernel: ftrace: allocated 164 pages with 3 groups
Jun 18 05:42:14 Terasloppy kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 18 05:42:14 Terasloppy kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Jun 18 05:42:14 Terasloppy kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Jun 18 05:42:14 Terasloppy kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jun 18 05:42:14 Terasloppy kernel:         Trampoline variant of Tasks RCU enabled.
Jun 18 05:42:14 Terasloppy kernel:         Rude variant of Tasks RCU enabled.
Jun 18 05:42:14 Terasloppy kernel:         Tracing variant of Tasks RCU enabled.
Jun 18 05:42:14 Terasloppy kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 18 05:42:14 Terasloppy kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jun 18 05:42:14 Terasloppy kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Jun 18 05:42:14 Terasloppy kernel: Console: colour dummy device 80x25
Jun 18 05:42:14 Terasloppy kernel: printk: console [tty0] enabled
Jun 18 05:42:14 Terasloppy kernel: ACPI: Core revision 20210105
Jun 18 05:42:14 Terasloppy kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Jun 18 05:42:14 Terasloppy kernel: APIC: Switch to symmetric I/O mode setup
Jun 18 05:42:14 Terasloppy kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Jun 18 05:42:14 Terasloppy kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Jun 18 05:42:14 Terasloppy kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Jun 18 05:42:14 Terasloppy kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Jun 18 05:42:14 Terasloppy kernel: Switched APIC routing to physical flat.
Jun 18 05:42:14 Terasloppy kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 18 05:42:14 Terasloppy kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f7a57d3505, max_idle_ns: 440795337028 ns
Jun 18 05:42:14 Terasloppy kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6590.03 BogoMIPS (lpj=10979263)
Jun 18 05:42:14 Terasloppy kernel: pid_max: default: 32768 minimum: 301
Jun 18 05:42:14 Terasloppy kernel: LSM: Security Framework initializing
Jun 18 05:42:14 Terasloppy kernel: Yama: becoming mindful.
Jun 18 05:42:14 Terasloppy kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jun 18 05:42:14 Terasloppy kernel: LVT offset 1 assigned for vector 0xf9
Jun 18 05:42:14 Terasloppy kernel: LVT offset 2 assigned for vector 0xf4
Jun 18 05:42:14 Terasloppy kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Jun 18 05:42:14 Terasloppy kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Jun 18 05:42:14 Terasloppy kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 18 05:42:14 Terasloppy kernel: Spectre V2 : Mitigation: Full AMD retpoline
Jun 18 05:42:14 Terasloppy kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 18 05:42:14 Terasloppy kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jun 18 05:42:14 Terasloppy kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 18 05:42:14 Terasloppy kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Jun 18 05:42:14 Terasloppy kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Jun 18 05:42:14 Terasloppy kernel: Freeing SMP alternatives memory: 36K
Jun 18 05:42:14 Terasloppy kernel: smpboot: CPU0: AMD Ryzen 9 5900HS with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
Jun 18 05:42:14 Terasloppy kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Jun 18 05:42:14 Terasloppy kernel: ... version:                0
Jun 18 05:42:14 Terasloppy kernel: ... bit width:              48
Jun 18 05:42:14 Terasloppy kernel: ... generic registers:      6
Jun 18 05:42:14 Terasloppy kernel: ... value mask:             0000ffffffffffff
Jun 18 05:42:14 Terasloppy kernel: ... max period:             00007fffffffffff
Jun 18 05:42:14 Terasloppy kernel: ... fixed-purpose events:   0
Jun 18 05:42:14 Terasloppy kernel: ... event mask:             000000000000003f
Jun 18 05:42:14 Terasloppy kernel: rcu: Hierarchical SRCU implementation.
Jun 18 05:42:14 Terasloppy kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 18 05:42:14 Terasloppy kernel: smp: Bringing up secondary CPUs ...
Jun 18 05:42:14 Terasloppy kernel: x86: Booting SMP configuration:
Jun 18 05:42:14 Terasloppy kernel: .... node  #0, CPUs:        #1
Jun 18 05:42:14 Terasloppy kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Jun 18 05:42:14 Terasloppy kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Jun 18 05:42:14 Terasloppy kernel: smp: Brought up 1 node, 16 CPUs
Jun 18 05:42:14 Terasloppy kernel: smpboot: Max logical packages: 1
Jun 18 05:42:14 Terasloppy kernel: smpboot: Total of 16 processors activated (105443.63 BogoMIPS)
Jun 18 05:42:14 Terasloppy kernel: devtmpfs: initialized
Jun 18 05:42:14 Terasloppy kernel: x86/mm: Memory block size: 128MB
Jun 18 05:42:14 Terasloppy kernel: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
Jun 18 05:42:14 Terasloppy kernel: PM: Registering ACPI NVS region [mem 0xed38b000-0xed544fff] (1810432 bytes)
Jun 18 05:42:14 Terasloppy kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 18 05:42:14 Terasloppy kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: pinctrl core: initialized pinctrl subsystem
Jun 18 05:42:14 Terasloppy kernel: PM: RTC time: 09:42:14, date: 2021-06-18
Jun 18 05:42:14 Terasloppy kernel: NET: Registered protocol family 16
Jun 18 05:42:14 Terasloppy kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jun 18 05:42:14 Terasloppy kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 18 05:42:14 Terasloppy kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 18 05:42:14 Terasloppy kernel: audit: initializing netlink subsys (disabled)
Jun 18 05:42:14 Terasloppy kernel: audit: type=2000 audit(1624009334.163:1): state=initialized audit_enabled=0 res=1
Jun 18 05:42:14 Terasloppy kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 18 05:42:14 Terasloppy kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 18 05:42:14 Terasloppy kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 18 05:42:14 Terasloppy kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 18 05:42:14 Terasloppy kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 18 05:42:14 Terasloppy kernel: cpuidle: using governor ladder
Jun 18 05:42:14 Terasloppy kernel: cpuidle: using governor menu
Jun 18 05:42:14 Terasloppy kernel: ACPI: bus type PCI registered
Jun 18 05:42:14 Terasloppy kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 18 05:42:14 Terasloppy kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Jun 18 05:42:14 Terasloppy kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
Jun 18 05:42:14 Terasloppy kernel: PCI: Using configuration type 1 for base access
Jun 18 05:42:14 Terasloppy kernel: Kprobes globally optimized
Jun 18 05:42:14 Terasloppy kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Jun 18 05:42:14 Terasloppy kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jun 18 05:42:14 Terasloppy kernel: ACPI: Added _OSI(Module Device)
Jun 18 05:42:14 Terasloppy kernel: ACPI: Added _OSI(Processor Device)
Jun 18 05:42:14 Terasloppy kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 18 05:42:14 Terasloppy kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 18 05:42:14 Terasloppy kernel: ACPI: Added _OSI(Linux-Dell-Video)
Jun 18 05:42:14 Terasloppy kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jun 18 05:42:14 Terasloppy kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Jun 18 05:42:14 Terasloppy kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC0._S0W], AE_ALREADY_EXISTS (20210105/dswload2-326)
Jun 18 05:42:14 Terasloppy kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210105/psobject-220)
Jun 18 05:42:14 Terasloppy kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Jun 18 05:42:14 Terasloppy kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PCI0.GP17.XHC1._S0W], AE_ALREADY_EXISTS (20210105/dswload2-326)
Jun 18 05:42:14 Terasloppy kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20210105/psobject-220)
Jun 18 05:42:14 Terasloppy kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Jun 18 05:42:14 Terasloppy kernel: ACPI: 16 ACPI AML tables successfully acquired and loaded
Jun 18 05:42:14 Terasloppy kernel: ACPI: EC: EC started
Jun 18 05:42:14 Terasloppy kernel: ACPI: EC: interrupt blocked
Jun 18 05:42:14 Terasloppy kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 18 05:42:14 Terasloppy kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Jun 18 05:42:14 Terasloppy kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun 18 05:42:14 Terasloppy kernel: ACPI: Interpreter enabled
Jun 18 05:42:14 Terasloppy kernel: ACPI: (supports S0 S4 S5)
Jun 18 05:42:14 Terasloppy kernel: ACPI: Using IOAPIC for interrupt routing
Jun 18 05:42:14 Terasloppy kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 18 05:42:14 Terasloppy kernel: ACPI: PM: Power Resource [PG00] (on)
Jun 18 05:42:14 Terasloppy kernel: ACPI: PM: Power Resource [P0U0] (on)
Jun 18 05:42:14 Terasloppy kernel: ACPI: PM: Power Resource [P3U0] (off)
Jun 18 05:42:14 Terasloppy kernel: ACPI: PM: Power Resource [P0U1] (on)
Jun 18 05:42:14 Terasloppy kernel: ACPI: PM: Power Resource [P3U1] (off)
Jun 18 05:42:14 Terasloppy kernel: ACPI: PM: Power Resource [P0NV] (on)
Jun 18 05:42:14 Terasloppy kernel: ACPI: PM: Power Resource [PRWL] (on)
Jun 18 05:42:14 Terasloppy kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jun 18 05:42:14 Terasloppy kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 18 05:42:14 Terasloppy kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Jun 18 05:42:14 Terasloppy kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Jun 18 05:42:14 Terasloppy kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Jun 18 05:42:14 Terasloppy kernel: PCI host bridge to bus 0000:00
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xefff window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfcffffff window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: root bus resource [mem 0x410000000-0xffffffffff window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.4: [1022:1634] type 01 class 0x060400
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.4: enabling Extended Tags
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.4: PME# supported from D0 D3hot D3cold
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1: enabling Extended Tags
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.0: reg 0x14: [mem 0xfc00000000-0xfdffffffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xfe00000000-0xfe01ffffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.1:   bridge window [mem 0xfc00000000-0xfe01ffffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:02:00.0: [14c3:7961] type 00 class 0x028000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfe20300000-0xfe203fffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:02:00.0: reg 0x18: [mem 0xfe20400000-0xfe20403fff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:02:00.0: reg 0x20: [mem 0xfe20404000-0xfe20404fff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:02:00.0: supports D1 D2
Jun 18 05:42:14 Terasloppy kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2:   bridge window [mem 0xfe20300000-0xfe204fffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:03:00.0: [144d:a809] type 00 class 0x010802
Jun 18 05:42:14 Terasloppy kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfc600000-0xfc603fff 64bit]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.4: PCI bridge to [bus 03]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.4:   bridge window [mem 0xfc600000-0xfc6fffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: [1002:1638] type 00 class 0x030000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: reg 0x10: [mem 0xfe10000000-0xfe1fffffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: reg 0x18: [mem 0xfe20000000-0xfe201fffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: reg 0x20: [io  0xd000-0xd0ff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: reg 0x24: [mem 0xfc500000-0xfc57ffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: enabling Extended Tags
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: BAR 0: assigned to efifb
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.1: [1002:1637] type 00 class 0x040300
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.1: reg 0x10: [mem 0xfc5c8000-0xfc5cbfff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.1: enabling Extended Tags
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.1: PME# supported from D1 D2 D3hot D3cold
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.2: [1022:15df] type 00 class 0x108000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.2: reg 0x24: [mem 0xfc5cc000-0xfc5cdfff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.2: enabling Extended Tags
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.3: [1022:1639] type 00 class 0x0c0330
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.3: enabling Extended Tags
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.3: PME# supported from D0 D3hot D3cold
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.4: [1022:1639] type 00 class 0x0c0330
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.4: enabling Extended Tags
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.4: PME# supported from D0 D3hot D3cold
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.5: [1022:15e2] type 00 class 0x048000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.5: reg 0x10: [mem 0xfc580000-0xfc5bffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.5: enabling Extended Tags
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.5: PME# supported from D0 D3hot D3cold
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.6: [1022:15e3] type 00 class 0x040300
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.6: reg 0x10: [mem 0xfc5c0000-0xfc5c7fff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.6: enabling Extended Tags
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.6: PME# supported from D0 D3hot D3cold
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1:   bridge window [mem 0xfe10000000-0xfe201fffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 05:42:14 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 05:42:14 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 05:42:14 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 05:42:14 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 05:42:14 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 05:42:14 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 05:42:14 Terasloppy kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
Jun 18 05:42:14 Terasloppy kernel: ACPI: EC: interrupt unblocked
Jun 18 05:42:14 Terasloppy kernel: ACPI: EC: event unblocked
Jun 18 05:42:14 Terasloppy kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 18 05:42:14 Terasloppy kernel: ACPI: EC: GPE=0x3
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot ECDT EC initialization complete
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Jun 18 05:42:14 Terasloppy kernel: iommu: Default domain type: Translated 
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: vgaarb: bridge control possible
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: vgaarb: setting as boot device
Jun 18 05:42:14 Terasloppy kernel: vgaarb: loaded
Jun 18 05:42:14 Terasloppy kernel: SCSI subsystem initialized
Jun 18 05:42:14 Terasloppy kernel: libata version 3.00 loaded.
Jun 18 05:42:14 Terasloppy kernel: ACPI: bus type USB registered
Jun 18 05:42:14 Terasloppy kernel: usbcore: registered new interface driver usbfs
Jun 18 05:42:14 Terasloppy kernel: usbcore: registered new interface driver hub
Jun 18 05:42:14 Terasloppy kernel: usbcore: registered new device driver usb
Jun 18 05:42:14 Terasloppy kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 18 05:42:14 Terasloppy kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 18 05:42:14 Terasloppy kernel: PTP clock support registered
Jun 18 05:42:14 Terasloppy kernel: EDAC MC: Ver: 3.0.0
Jun 18 05:42:14 Terasloppy kernel: Registered efivars operations
Jun 18 05:42:14 Terasloppy kernel: NetLabel: Initializing
Jun 18 05:42:14 Terasloppy kernel: NetLabel:  domain hash size = 128
Jun 18 05:42:14 Terasloppy kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 18 05:42:14 Terasloppy kernel: NetLabel:  unlabeled traffic allowed by default
Jun 18 05:42:14 Terasloppy kernel: PCI: Using ACPI for IRQ routing
Jun 18 05:42:14 Terasloppy kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 18 05:42:14 Terasloppy kernel: Expanded resource Reserved due to conflict with PCI Bus 0000:00
Jun 18 05:42:14 Terasloppy kernel: e820: reserve RAM buffer [mem 0x09dbf000-0x0bffffff]
Jun 18 05:42:14 Terasloppy kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Jun 18 05:42:14 Terasloppy kernel: e820: reserve RAM buffer [mem 0xe8520000-0xebffffff]
Jun 18 05:42:14 Terasloppy kernel: e820: reserve RAM buffer [mem 0xea8a6000-0xebffffff]
Jun 18 05:42:14 Terasloppy kernel: e820: reserve RAM buffer [mem 0xebe0d000-0xebffffff]
Jun 18 05:42:14 Terasloppy kernel: e820: reserve RAM buffer [mem 0xef000000-0xefffffff]
Jun 18 05:42:14 Terasloppy kernel: e820: reserve RAM buffer [mem 0x3ee340000-0x3efffffff]
Jun 18 05:42:14 Terasloppy kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Jun 18 05:42:14 Terasloppy kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Jun 18 05:42:14 Terasloppy kernel: clocksource: Switched to clocksource tsc-early
Jun 18 05:42:14 Terasloppy kernel: VFS: Disk quotas dquot_6.6.0
Jun 18 05:42:14 Terasloppy kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 18 05:42:14 Terasloppy kernel: pnp: PnP ACPI init
Jun 18 05:42:14 Terasloppy kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Jun 18 05:42:14 Terasloppy kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x04d0-0x04d1] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x040b] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x04d6] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0c00-0x0c01] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0c14] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0c50-0x0c51] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0c52] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0c6c] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0c6f] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0cd8-0x0cdf] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0800-0x089f] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0b00-0x0b0f] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0b20-0x0b3f] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0900-0x090f] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [io  0x0910-0x091f] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [mem 0xfec00000-0xfec00fff] could not be reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [mem 0xfec01000-0xfec01fff] could not be reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [mem 0xfedc0000-0xfedc0fff] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [mem 0xfee00000-0xfee00fff] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [mem 0xfed80000-0xfed8ffff] could not be reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [mem 0xfec10000-0xfec10fff] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: [mem 0xff000000-0xffffffff] has been reserved
Jun 18 05:42:14 Terasloppy kernel: system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
Jun 18 05:42:14 Terasloppy kernel: pnp: PnP ACPI: found 3 devices
Jun 18 05:42:14 Terasloppy kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 18 05:42:14 Terasloppy kernel: NET: Registered protocol family 2
Jun 18 05:42:14 Terasloppy kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jun 18 05:42:14 Terasloppy kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jun 18 05:42:14 Terasloppy kernel: NET: Registered protocol family 1
Jun 18 05:42:14 Terasloppy kernel: NET: Registered protocol family 44
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2: BAR 14: assigned [mem 0xf8000000-0xf81fffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2: BAR 13: assigned [io  0x1000-0x1fff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.1:   bridge window [io  0xe000-0xefff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.1:   bridge window [mem 0xfc00000000-0xfe01ffffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2: PCI bridge to [bus 02]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2:   bridge window [io  0x1000-0x1fff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2:   bridge window [mem 0xf8000000-0xf81fffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2:   bridge window [mem 0xfe20300000-0xfe204fffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.4: PCI bridge to [bus 03]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.4:   bridge window [mem 0xfc600000-0xfc6fffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1: PCI bridge to [bus 04]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1:   bridge window [io  0xd000-0xdfff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1:   bridge window [mem 0xfe10000000-0xfe201fffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: resource 6 [io  0x0d00-0xefff window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfcffffff window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:00: resource 9 [mem 0x410000000-0xffffffffff window]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:01: resource 2 [mem 0xfc00000000-0xfe01ffffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:02: resource 0 [io  0x1000-0x1fff]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:02: resource 1 [mem 0xf8000000-0xf81fffff]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:02: resource 2 [mem 0xfe20300000-0xfe204fffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:03: resource 1 [mem 0xfc600000-0xfc6fffff]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:04: resource 1 [mem 0xfc200000-0xfc5fffff]
Jun 18 05:42:14 Terasloppy kernel: pci_bus 0000:04: resource 2 [mem 0xfe10000000-0xfe201fffff 64bit pref]
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.1: D0 power state depends on 0000:04:00.0
Jun 18 05:42:14 Terasloppy kernel: PCI: CLS 64 bytes, default 64
Jun 18 05:42:14 Terasloppy kernel: Trying to unpack rootfs image as initramfs...
Jun 18 05:42:14 Terasloppy kernel: Freeing initrd memory: 7968K
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:00.2: PCI INT A: not connected
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.0: Adding to iommu group 0
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:01.1: Adding to iommu group 1
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.0: Adding to iommu group 2
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.2: Adding to iommu group 3
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:02.4: Adding to iommu group 4
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.0: Adding to iommu group 5
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:08.1: Adding to iommu group 5
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:14.0: Adding to iommu group 6
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:14.3: Adding to iommu group 6
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.0: Adding to iommu group 7
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.1: Adding to iommu group 7
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.2: Adding to iommu group 7
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.3: Adding to iommu group 7
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.4: Adding to iommu group 7
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.5: Adding to iommu group 7
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.6: Adding to iommu group 7
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:18.7: Adding to iommu group 7
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.0: Adding to iommu group 8
Jun 18 05:42:14 Terasloppy kernel: pci 0000:01:00.1: Adding to iommu group 8
Jun 18 05:42:14 Terasloppy kernel: pci 0000:02:00.0: Adding to iommu group 9
Jun 18 05:42:14 Terasloppy kernel: pci 0000:03:00.0: Adding to iommu group 10
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.0: Adding to iommu group 5
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.1: Adding to iommu group 5
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.2: Adding to iommu group 5
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.3: Adding to iommu group 5
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.4: Adding to iommu group 5
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.5: Adding to iommu group 5
Jun 18 05:42:14 Terasloppy kernel: pci 0000:04:00.6: Adding to iommu group 5
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Jun 18 05:42:14 Terasloppy kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
Jun 18 05:42:14 Terasloppy kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
Jun 18 05:42:14 Terasloppy kernel: AMD-Vi: Interrupt remapping enabled
Jun 18 05:42:14 Terasloppy kernel: AMD-Vi: Virtual APIC enabled
Jun 18 05:42:14 Terasloppy kernel: AMD-Vi: X2APIC enabled
Jun 18 05:42:14 Terasloppy kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Jun 18 05:42:14 Terasloppy kernel: amd_uncore: 4  amd_df counters detected
Jun 18 05:42:14 Terasloppy kernel: amd_uncore: 6  amd_l3 counters detected
Jun 18 05:42:14 Terasloppy kernel: LVT offset 0 assigned for vector 0x400
Jun 18 05:42:14 Terasloppy kernel: perf: AMD IBS detected (0x000003ff)
Jun 18 05:42:14 Terasloppy kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Jun 18 05:42:14 Terasloppy kernel: Initialise system trusted keyrings
Jun 18 05:42:14 Terasloppy kernel: Key type blacklist registered
Jun 18 05:42:14 Terasloppy kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jun 18 05:42:14 Terasloppy kernel: zbud: loaded
Jun 18 05:42:14 Terasloppy kernel: Key type asymmetric registered
Jun 18 05:42:14 Terasloppy kernel: Asymmetric key parser 'x509' registered
Jun 18 05:42:14 Terasloppy kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Jun 18 05:42:14 Terasloppy kernel: io scheduler mq-deadline registered
Jun 18 05:42:14 Terasloppy kernel: io scheduler kyber registered
Jun 18 05:42:14 Terasloppy kernel: io scheduler bfq registered
Jun 18 05:42:14 Terasloppy kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 26
Jun 18 05:42:14 Terasloppy kernel: pcieport 0000:00:01.1: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jun 18 05:42:14 Terasloppy kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 27
Jun 18 05:42:14 Terasloppy kernel: pcieport 0000:00:02.2: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jun 18 05:42:14 Terasloppy kernel: pcieport 0000:00:02.4: PME: Signaling with IRQ 28
Jun 18 05:42:14 Terasloppy kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 29
Jun 18 05:42:14 Terasloppy kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 18 05:42:14 Terasloppy kernel: efifb: probing for efifb
Jun 18 05:42:14 Terasloppy kernel: efifb: showing boot graphics
Jun 18 05:42:14 Terasloppy kernel: efifb: framebuffer at 0xfe10000000, using 8128k, total 8128k
Jun 18 05:42:14 Terasloppy kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Jun 18 05:42:14 Terasloppy kernel: efifb: scrolling: redraw
Jun 18 05:42:14 Terasloppy kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jun 18 05:42:14 Terasloppy kernel: fbcon: Deferring console take-over
Jun 18 05:42:14 Terasloppy kernel: fb0: EFI VGA frame buffer device
Jun 18 05:42:14 Terasloppy kernel: ACPI: AC: AC Adapter [AC0] (on-line)
Jun 18 05:42:14 Terasloppy kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:2f/PNP0C09:00/PNP0C0D:00/input/input0
Jun 18 05:42:14 Terasloppy kernel: ACPI: button: Lid Switch [LID]
Jun 18 05:42:14 Terasloppy kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jun 18 05:42:14 Terasloppy kernel: ACPI: button: Power Button [PWRB]
Jun 18 05:42:14 Terasloppy kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Jun 18 05:42:14 Terasloppy kernel: ACPI: button: Sleep Button [SLPB]
Jun 18 05:42:14 Terasloppy kernel: Monitor-Mwait will be used to enter C-1 state
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P000: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P001: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P002: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P003: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P004: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P005: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P006: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P007: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P008: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P009: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P00A: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P00B: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P00C: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P00D: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P00E: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_SB_.PLTF.P00F: Found 3 idle states
Jun 18 05:42:14 Terasloppy kernel: ACPI: \_TZ_.THRM: Invalid passive threshold
Jun 18 05:42:14 Terasloppy kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jun 18 05:42:14 Terasloppy kernel: ACPI: thermal: Thermal Zone [THRM] (54 C)
Jun 18 05:42:14 Terasloppy kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 18 05:42:14 Terasloppy kernel: Non-volatile memory driver v1.3
Jun 18 05:42:14 Terasloppy kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Jun 18 05:42:14 Terasloppy kernel: ACPI: battery: Slot [BAT0] (battery present)
Jun 18 05:42:14 Terasloppy kernel: nvme nvme0: pci function 0000:03:00.0
Jun 18 05:42:14 Terasloppy kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jun 18 05:42:14 Terasloppy kernel: ehci-pci: EHCI PCI platform driver
Jun 18 05:42:14 Terasloppy kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jun 18 05:42:14 Terasloppy kernel: ohci-pci: OHCI PCI platform driver
Jun 18 05:42:14 Terasloppy kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jun 18 05:42:14 Terasloppy kernel: usbcore: registered new interface driver usbserial_generic
Jun 18 05:42:14 Terasloppy kernel: usbserial: USB Serial support registered for generic
Jun 18 05:42:14 Terasloppy kernel: rtc_cmos 00:01: RTC can wake from S4
Jun 18 05:42:14 Terasloppy kernel: rtc_cmos 00:01: registered as rtc0
Jun 18 05:42:14 Terasloppy kernel: rtc_cmos 00:01: setting system clock to 2021-06-18T09:42:14 UTC (1624009334)
Jun 18 05:42:14 Terasloppy kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jun 18 05:42:14 Terasloppy kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 18 05:42:14 Terasloppy kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 18 05:42:14 Terasloppy kernel: drop_monitor: Initializing network drop monitor service
Jun 18 05:42:14 Terasloppy kernel: Initializing XFRM netlink socket
Jun 18 05:42:14 Terasloppy kernel: NET: Registered protocol family 10
Jun 18 05:42:14 Terasloppy kernel: Segment Routing with IPv6
Jun 18 05:42:14 Terasloppy kernel: RPL Segment Routing with IPv6
Jun 18 05:42:14 Terasloppy kernel: NET: Registered protocol family 17
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU0: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU1: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU2: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU3: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU4: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU5: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU6: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU7: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU8: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU9: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU10: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU11: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU12: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU13: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU14: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: CPU15: patch_level=0x0a50000b
Jun 18 05:42:14 Terasloppy kernel: microcode: Microcode Update Driver: v2.2.
Jun 18 05:42:14 Terasloppy kernel: resctrl: L3 allocation detected
Jun 18 05:42:14 Terasloppy kernel: resctrl: L3DATA allocation detected
Jun 18 05:42:14 Terasloppy kernel: resctrl: L3CODE allocation detected
Jun 18 05:42:14 Terasloppy kernel: resctrl: MB allocation detected
Jun 18 05:42:14 Terasloppy kernel: resctrl: L3 monitoring detected
Jun 18 05:42:14 Terasloppy kernel: IPI shorthand broadcast: enabled
Jun 18 05:42:14 Terasloppy kernel: sched_clock: Marking stable (348763988, 247761)->(353215976, -4204227)
Jun 18 05:42:14 Terasloppy kernel: registered taskstats version 1
Jun 18 05:42:14 Terasloppy kernel: Loading compiled-in X.509 certificates
Jun 18 05:42:14 Terasloppy kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 59dc90f68ebeadfb18afbb1fcb9c579e3349b05b'
Jun 18 05:42:14 Terasloppy kernel: zswap: loaded using pool lz4/z3fold
Jun 18 05:42:14 Terasloppy kernel: Key type ._fscrypt registered
Jun 18 05:42:14 Terasloppy kernel: Key type .fscrypt registered
Jun 18 05:42:14 Terasloppy kernel: Key type fscrypt-provisioning registered
Jun 18 05:42:14 Terasloppy kernel: PM:   Magic number: 9:988:727
Jun 18 05:42:14 Terasloppy kernel: RAS: Correctable Errors collector initialized.
Jun 18 05:42:14 Terasloppy kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Jun 18 05:42:14 Terasloppy kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Jun 18 05:42:14 Terasloppy kernel: nvme nvme0: 12/0/0 default/read/poll queues
Jun 18 05:42:14 Terasloppy kernel:  nvme0n1: p1 p2 p3 p4 p5 p6 p7
Jun 18 05:42:14 Terasloppy kernel: Freeing unused decrypted memory: 2036K
Jun 18 05:42:14 Terasloppy kernel: Freeing unused kernel image (initmem) memory: 1652K
Jun 18 05:42:14 Terasloppy kernel: Write protecting the kernel read-only data: 26624k
Jun 18 05:42:14 Terasloppy kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Jun 18 05:42:14 Terasloppy kernel: Freeing unused kernel image (rodata/data gap) memory: 1252K
Jun 18 05:42:14 Terasloppy kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 18 05:42:14 Terasloppy kernel: rodata_test: all tests were successful
Jun 18 05:42:14 Terasloppy kernel: Run /init as init process
Jun 18 05:42:14 Terasloppy kernel:   with arguments:
Jun 18 05:42:14 Terasloppy kernel:     /init
Jun 18 05:42:14 Terasloppy kernel:   with environment:
Jun 18 05:42:14 Terasloppy kernel:     HOME=/
Jun 18 05:42:14 Terasloppy kernel:     TERM=linux
Jun 18 05:42:14 Terasloppy kernel:     BOOT_IMAGE=/boot/vmlinuz-linux
Jun 18 05:42:14 Terasloppy kernel: fbcon: Taking over console
Jun 18 05:42:14 Terasloppy kernel: Console: switching to colour frame buffer device 240x67
Jun 18 05:42:14 Terasloppy kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Jun 18 05:42:14 Terasloppy kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Jun 18 05:42:14 Terasloppy kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
Jun 18 05:42:14 Terasloppy kernel: xhci_hcd 0000:04:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Jun 18 05:42:14 Terasloppy kernel: acpi device:12: registered as cooling_device16
Jun 18 05:42:14 Terasloppy kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
Jun 18 05:42:14 Terasloppy kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 18 05:42:14 Terasloppy kernel: usb usb1: Product: xHCI Host Controller
Jun 18 05:42:14 Terasloppy kernel: usb usb1: Manufacturer: Linux 5.12.11-arch1-1 xhci-hcd
Jun 18 05:42:14 Terasloppy kernel: usb usb1: SerialNumber: 0000:04:00.3
Jun 18 05:42:14 Terasloppy kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:11/LNXVIDEO:00/input/input3
Jun 18 05:42:14 Terasloppy kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Jun 18 05:42:14 Terasloppy kernel: hub 1-0:1.0: USB hub found
Jun 18 05:42:15 Terasloppy kernel: hub 1-0:1.0: 4 ports detected
Jun 18 05:42:15 Terasloppy kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
Jun 18 05:42:15 Terasloppy kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
Jun 18 05:42:15 Terasloppy kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Jun 18 05:42:15 Terasloppy kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 18 05:42:15 Terasloppy kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
Jun 18 05:42:15 Terasloppy kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 18 05:42:15 Terasloppy kernel: usb usb2: Product: xHCI Host Controller
Jun 18 05:42:15 Terasloppy kernel: usb usb2: Manufacturer: Linux 5.12.11-arch1-1 xhci-hcd
Jun 18 05:42:15 Terasloppy kernel: usb usb2: SerialNumber: 0000:04:00.3
Jun 18 05:42:15 Terasloppy kernel: hub 2-0:1.0: USB hub found
Jun 18 05:42:15 Terasloppy kernel: hub 2-0:1.0: 2 ports detected
Jun 18 05:42:15 Terasloppy kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Jun 18 05:42:15 Terasloppy kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 3
Jun 18 05:42:15 Terasloppy kernel: xhci_hcd 0000:04:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Jun 18 05:42:15 Terasloppy kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.12
Jun 18 05:42:15 Terasloppy kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 18 05:42:15 Terasloppy kernel: usb usb3: Product: xHCI Host Controller
Jun 18 05:42:15 Terasloppy kernel: usb usb3: Manufacturer: Linux 5.12.11-arch1-1 xhci-hcd
Jun 18 05:42:15 Terasloppy kernel: usb usb3: SerialNumber: 0000:04:00.4
Jun 18 05:42:15 Terasloppy kernel: hub 3-0:1.0: USB hub found
Jun 18 05:42:15 Terasloppy kernel: hub 3-0:1.0: 4 ports detected
Jun 18 05:42:15 Terasloppy kernel: xhci_hcd 0000:04:00.4: xHCI Host Controller
Jun 18 05:42:15 Terasloppy kernel: xhci_hcd 0000:04:00.4: new USB bus registered, assigned bus number 4
Jun 18 05:42:15 Terasloppy kernel: xhci_hcd 0000:04:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Jun 18 05:42:15 Terasloppy kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jun 18 05:42:15 Terasloppy kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.12
Jun 18 05:42:15 Terasloppy kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 18 05:42:15 Terasloppy kernel: usb usb4: Product: xHCI Host Controller
Jun 18 05:42:15 Terasloppy kernel: usb usb4: Manufacturer: Linux 5.12.11-arch1-1 xhci-hcd
Jun 18 05:42:15 Terasloppy kernel: usb usb4: SerialNumber: 0000:04:00.4
Jun 18 05:42:15 Terasloppy kernel: hub 4-0:1.0: USB hub found
Jun 18 05:42:15 Terasloppy kernel: hub 4-0:1.0: 2 ports detected
Jun 18 05:42:15 Terasloppy kernel: random: fast init done
Jun 18 05:42:15 Terasloppy kernel: EXT4-fs (nvme0n1p7): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Jun 18 05:42:15 Terasloppy systemd[1]: systemd 248.3-2-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 +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jun 18 05:42:15 Terasloppy systemd[1]: Detected architecture x86-64.
Jun 18 05:42:15 Terasloppy systemd[1]: Hostname set to <Terasloppy>.
Jun 18 05:42:15 Terasloppy kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
Jun 18 05:42:15 Terasloppy systemd[1]: Queued start job for default target Graphical Interface.
Jun 18 05:42:15 Terasloppy systemd[1]: Created slice system-getty.slice.
Jun 18 05:42:15 Terasloppy systemd[1]: Created slice system-modprobe.slice.
Jun 18 05:42:15 Terasloppy systemd[1]: Created slice system-systemd\x2dfsck.slice.
Jun 18 05:42:15 Terasloppy systemd[1]: Created slice User and Session Slice.
Jun 18 05:42:15 Terasloppy systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 18 05:42:15 Terasloppy systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 18 05:42:15 Terasloppy systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Local Encrypted Volumes.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Paths.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Remote File Systems.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Slices.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Local Verity Integrity Protected Volumes.
Jun 18 05:42:15 Terasloppy systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 18 05:42:15 Terasloppy systemd[1]: Listening on LVM2 poll daemon socket.
Jun 18 05:42:15 Terasloppy systemd[1]: Listening on Process Core Dump Socket.
Jun 18 05:42:15 Terasloppy systemd[1]: Listening on Journal Audit Socket.
Jun 18 05:42:15 Terasloppy systemd[1]: Listening on Journal Socket (/dev/log).
Jun 18 05:42:15 Terasloppy systemd[1]: Listening on Journal Socket.
Jun 18 05:42:15 Terasloppy systemd[1]: Listening on udev Control Socket.
Jun 18 05:42:15 Terasloppy systemd[1]: Listening on udev Kernel Socket.
Jun 18 05:42:15 Terasloppy systemd[1]: Mounting Huge Pages File System...
Jun 18 05:42:15 Terasloppy systemd[1]: Mounting POSIX Message Queue File System...
Jun 18 05:42:15 Terasloppy systemd[1]: Mounting Kernel Debug File System...
Jun 18 05:42:15 Terasloppy systemd[1]: Mounting Kernel Trace File System...
Jun 18 05:42:15 Terasloppy kernel: usb 1-2: new full-speed USB device number 2 using xhci_hcd
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Create list of static device nodes for the current kernel...
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Load Kernel Module configfs...
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Load Kernel Module drm...
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Load Kernel Module fuse...
Jun 18 05:42:15 Terasloppy kernel: random: lvm: uninitialized urandom read (4 bytes read)
Jun 18 05:42:15 Terasloppy kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Set Up Additional Binary Formats...
Jun 18 05:42:15 Terasloppy systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Journal Service...
Jun 18 05:42:15 Terasloppy kernel: Linux agpgart interface v0.103
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Load Kernel Modules...
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 18 05:42:15 Terasloppy systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Coldplug All udev Devices...
Jun 18 05:42:15 Terasloppy systemd[1]: Mounted Huge Pages File System.
Jun 18 05:42:15 Terasloppy systemd[1]: Mounted POSIX Message Queue File System.
Jun 18 05:42:15 Terasloppy systemd[1]: Mounted Kernel Debug File System.
Jun 18 05:42:15 Terasloppy systemd[1]: Mounted Kernel Trace File System.
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Create list of static device nodes for the current kernel.
Jun 18 05:42:15 Terasloppy systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Load Kernel Module configfs.
Jun 18 05:42:15 Terasloppy systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 311 (systemd-binfmt)
Jun 18 05:42:15 Terasloppy systemd[1]: Mounting Arbitrary Executable File Formats File System...
Jun 18 05:42:15 Terasloppy systemd[1]: Mounting Kernel Configuration File System...
Jun 18 05:42:15 Terasloppy kernel: EXT4-fs (nvme0n1p7): re-mounted. Opts: stripe=32. Quota mode: none.
Jun 18 05:42:15 Terasloppy kernel: Asymmetric key parser 'pkcs8' registered
Jun 18 05:42:15 Terasloppy kernel: fuse: init (API version 7.33)
Jun 18 05:42:15 Terasloppy systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Load Kernel Module fuse.
Jun 18 05:42:15 Terasloppy kernel: audit: type=1130 audit(1624009334.979:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy kernel: audit: type=1131 audit(1624009334.979:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Load Kernel Modules.
Jun 18 05:42:15 Terasloppy kernel: audit: type=1130 audit(1624009334.983:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 18 05:42:15 Terasloppy kernel: audit: type=1130 audit(1624009334.983:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Mounted Arbitrary Executable File Formats File System.
Jun 18 05:42:15 Terasloppy systemd[1]: Mounted Kernel Configuration File System.
Jun 18 05:42:15 Terasloppy systemd[1]: Activating swap /swapfile...
Jun 18 05:42:15 Terasloppy systemd[1]: Mounting FUSE Control File System...
Jun 18 05:42:15 Terasloppy systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Jun 18 05:42:15 Terasloppy systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Load/Save Random Seed...
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Apply Kernel Variables...
Jun 18 05:42:15 Terasloppy systemd[1]: Condition check resulted in Create System Users being skipped.
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Set Up Additional Binary Formats.
Jun 18 05:42:15 Terasloppy kernel: audit: type=1130 audit(1624009334.986:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Mounted FUSE Control File System.
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Apply Kernel Variables.
Jun 18 05:42:15 Terasloppy kernel: audit: type=1130 audit(1624009334.993:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Load Kernel Module drm.
Jun 18 05:42:15 Terasloppy kernel: audit: type=1130 audit(1624009334.996:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy kernel: audit: type=1131 audit(1624009334.996:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd-journald[312]: Journal started
Jun 18 05:42:15 Terasloppy systemd-journald[312]: Runtime Journal (/run/log/journal/4a9b82bbd1374b1eaab44d6fe02bf0cb) is 8.0M, max 774.2M, 766.2M free.
Jun 18 05:42:14 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:14 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:14 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:14 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:14 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:14 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:14 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:14 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:14 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:14 Terasloppy systemd-modules-load[313]: Inserted module 'pkcs8_key_parser'
Jun 18 05:42:14 Terasloppy systemd-random-seed[322]: Kernel entropy pool is not initialized yet, waiting until it is.
Jun 18 05:42:15 Terasloppy systemd[1]: Started Journal Service.
Jun 18 05:42:15 Terasloppy kernel: audit: type=1130 audit(1624009334.999:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 18 05:42:15 Terasloppy systemd-journald[312]: Time spent on flushing to /var/log/journal/4a9b82bbd1374b1eaab44d6fe02bf0cb is 16.087ms for 884 entries.
Jun 18 05:42:15 Terasloppy systemd-journald[312]: System Journal (/var/log/journal/4a9b82bbd1374b1eaab44d6fe02bf0cb) is 232.0M, max 4.0G, 3.7G free.
Jun 18 05:42:15 Terasloppy kernel: Adding 8388604k swap on /swapfile.  Priority:-2 extents:5 across:8921084k SSFS
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy audit: BPF prog-id=14 op=LOAD
Jun 18 05:42:15 Terasloppy audit: BPF prog-id=15 op=LOAD
Jun 18 05:42:15 Terasloppy audit: BPF prog-id=16 op=LOAD
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 18 05:42:15 Terasloppy systemd[1]: Activated swap /swapfile.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Swap.
Jun 18 05:42:15 Terasloppy systemd[1]: Mounting Temporary Directory (/tmp)...
Jun 18 05:42:15 Terasloppy systemd[1]: Mounted Temporary Directory (/tmp).
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Coldplug All udev Devices.
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input4
Jun 18 05:42:15 Terasloppy systemd[1]: Found device SAMSUNG MZVLQ1T0HBLB-00B00 SYSTEM.
Jun 18 05:42:15 Terasloppy kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
Jun 18 05:42:15 Terasloppy kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Jun 18 05:42:15 Terasloppy kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jun 18 05:42:15 Terasloppy kernel: cryptd: max_cpu_qlen set to 1000
Jun 18 05:42:15 Terasloppy kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xff00, revision 15
Jun 18 05:42:15 Terasloppy kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Jun 18 05:42:15 Terasloppy kernel: snd_rn_pci_acp3x 0000:04:00.5: enabling device (0000 -> 0002)
Jun 18 05:42:15 Terasloppy kernel: usb 1-2: New USB device found, idVendor=1b1c, idProduct=1b35, bcdDevice= 3.35
Jun 18 05:42:15 Terasloppy kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jun 18 05:42:15 Terasloppy kernel: usb 1-2: Product: CORSAIR DARK CORE RGB Gaming Mouse
Jun 18 05:42:15 Terasloppy kernel: usb 1-2: Manufacturer: Corsair
Jun 18 05:42:15 Terasloppy kernel: usb 1-2: SerialNumber: 0D020033AF29A5265A995FBFF5001BC4
Jun 18 05:42:15 Terasloppy kernel: usb 3-3: New USB device found, idVendor=27c6, idProduct=521d, bcdDevice= 1.00
Jun 18 05:42:15 Terasloppy kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 18 05:42:15 Terasloppy kernel: usb 3-3: Product: FingerPrint
Jun 18 05:42:15 Terasloppy kernel: usb 3-3: Manufacturer: Goodix
Jun 18 05:42:15 Terasloppy kernel: ccp 0000:04:00.2: enabling device (0000 -> 0002)
Jun 18 05:42:15 Terasloppy kernel: ccp 0000:04:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Jun 18 05:42:15 Terasloppy kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xff20
Jun 18 05:42:15 Terasloppy kernel: AVX2 version of gcm_enc/dec engaged.
Jun 18 05:42:15 Terasloppy kernel: AES CTR mode by8 optimization enabled
Jun 18 05:42:15 Terasloppy kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Jun 18 05:42:15 Terasloppy kernel: i8042: PNP: No PS/2 controller found.
Jun 18 05:42:15 Terasloppy kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Jun 18 05:42:15 Terasloppy kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
Jun 18 05:42:15 Terasloppy kernel: ccp 0000:04:00.2: tee enabled
Jun 18 05:42:15 Terasloppy kernel: ccp 0000:04:00.2: psp enabled
Jun 18 05:42:15 Terasloppy kernel: asus_wmi: ASUS WMI generic driver loaded
Jun 18 05:42:15 Terasloppy kernel: asus_wmi: Initialization: 0x1
Jun 18 05:42:15 Terasloppy kernel: asus_wmi: BIOS WMI version: 9.0
Jun 18 05:42:15 Terasloppy kernel: asus_wmi: SFUN value: 0x21
Jun 18 05:42:15 Terasloppy kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Jun 18 05:42:15 Terasloppy kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Jun 18 05:42:15 Terasloppy kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input6
Jun 18 05:42:15 Terasloppy kernel: ACPI: battery: new extension: ASUS Battery Extension
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Local File Systems (Pre).
Jun 18 05:42:15 Terasloppy systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Jun 18 05:42:15 Terasloppy systemd[1]: Starting File System Check on /dev/disk/by-uuid/6043-55A6...
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy kernel: usb 3-4: new high-speed USB device number 3 using xhci_hcd
Jun 18 05:42:15 Terasloppy systemd-udevd[359]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 18 05:42:15 Terasloppy systemd-fsck[422]: fsck.fat 4.2 (2021-01-31)
Jun 18 05:42:15 Terasloppy systemd-fsck[422]: /dev/nvme0n1p1: 190 files, 6962/65536 clusters
Jun 18 05:42:15 Terasloppy systemd[1]: Finished File System Check on /dev/disk/by-uuid/6043-55A6.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6043\x2d55A6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Mounting /efi...
Jun 18 05:42:15 Terasloppy kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Jun 18 05:42:15 Terasloppy kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 18 05:42:15 Terasloppy kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 18 05:42:15 Terasloppy kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jun 18 05:42:15 Terasloppy kernel: cfg80211: failed to load regulatory.db
Jun 18 05:42:15 Terasloppy kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Jun 18 05:42:15 Terasloppy kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jun 18 05:42:15 Terasloppy kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jun 18 05:42:15 Terasloppy kernel: snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
Jun 18 05:42:15 Terasloppy kernel: snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
Jun 18 05:42:15 Terasloppy kernel: kvm: Nested Virtualization enabled
Jun 18 05:42:15 Terasloppy kernel: SVM: kvm: Nested Paging enabled
Jun 18 05:42:15 Terasloppy kernel: SVM: Virtual VMLOAD VMSAVE supported
Jun 18 05:42:15 Terasloppy kernel: SVM: Virtual GIF supported
Jun 18 05:42:15 Terasloppy systemd[1]: Mounted /efi.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Local File Systems.
Jun 18 05:42:15 Terasloppy systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Create Volatile Files and Directories...
Jun 18 05:42:15 Terasloppy systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Create Volatile Files and Directories.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Jun 18 05:42:15 Terasloppy systemd[1]: Condition check resulted in Update is Completed being skipped.
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Jun 18 05:42:15 Terasloppy kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input8
Jun 18 05:42:15 Terasloppy kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input9
Jun 18 05:42:15 Terasloppy kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input10
Jun 18 05:42:15 Terasloppy kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card1/input7
Jun 18 05:42:15 Terasloppy kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input11
Jun 18 05:42:15 Terasloppy kernel: input: ELAN1201:00 04F3:3098 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input12
Jun 18 05:42:15 Terasloppy kernel: input: ELAN1201:00 04F3:3098 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input13
Jun 18 05:42:15 Terasloppy kernel: hid-generic 0018:04F3:3098.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1201:00 04F3:3098] on i2c-ELAN1201:00
Jun 18 05:42:15 Terasloppy audit[446]: SYSTEM_BOOT pid=446 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target System Initialization.
Jun 18 05:42:15 Terasloppy systemd[1]: Started Daily man-db regeneration.
Jun 18 05:42:15 Terasloppy systemd[1]: Started Daily verification of password and group files.
Jun 18 05:42:15 Terasloppy systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Timers.
Jun 18 05:42:15 Terasloppy systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Sockets.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Basic System.
Jun 18 05:42:15 Terasloppy systemd[1]: Started D-Bus System Message Bus.
Jun 18 05:42:15 Terasloppy 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'
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Network Manager...
Jun 18 05:42:15 Terasloppy systemd[1]: Starting dhcpcd on all interfaces...
Jun 18 05:42:15 Terasloppy audit: BPF prog-id=17 op=LOAD
Jun 18 05:42:15 Terasloppy audit: BPF prog-id=18 op=LOAD
Jun 18 05:42:15 Terasloppy audit: BPF prog-id=19 op=LOAD
Jun 18 05:42:15 Terasloppy dhcpcd[449]: dhcpcd-9.4.0 starting
Jun 18 05:42:15 Terasloppy systemd[1]: Starting User Login Management...
Jun 18 05:42:15 Terasloppy kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Jun 18 05:42:15 Terasloppy dhcpcd[453]: dev: loaded udev
Jun 18 05:42:15 Terasloppy dhcpcd[453]: DUID 00:04:5e:62:14:f2:52:d4:ff:4b:86:ce:9d:f8:67:e7:c8:5e
Jun 18 05:42:15 Terasloppy dbus-daemon[447]: dbus[447]: Unknown group "sudo" in message bus configuration file
Jun 18 05:42:15 Terasloppy systemd-logind[450]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jun 18 05:42:15 Terasloppy kernel: usb 3-4: New USB device found, idVendor=13d3, idProduct=3563, bcdDevice= 1.00
Jun 18 05:42:15 Terasloppy kernel: usb 3-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Jun 18 05:42:15 Terasloppy kernel: usb 3-4: Product: Wireless_Device
Jun 18 05:42:15 Terasloppy kernel: usb 3-4: Manufacturer: MediaTek Inc.
Jun 18 05:42:15 Terasloppy kernel: usb 3-4: SerialNumber: 000000000
Jun 18 05:42:15 Terasloppy systemd-logind[450]: Watching system buttons on /dev/input/event1 (Power Button)
Jun 18 05:42:15 Terasloppy systemd-logind[450]: Watching system buttons on /dev/input/event2 (Sleep Button)
Jun 18 05:42:15 Terasloppy systemd-logind[450]: New seat seat0.
Jun 18 05:42:15 Terasloppy systemd[1]: Started User Login Management.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy kernel: MCE: In-kernel MCE decoding enabled.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Sound Card.
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4260] NetworkManager (version 1.32.0-1) is starting... (for the first time)
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4260] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4280] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4306] manager[0x5610515b1000]: monitoring kernel firmware directory '/lib/firmware'.
Jun 18 05:42:15 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=448 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 18 05:42:15 Terasloppy systemd[1]: Started Network Manager.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy kernel: usb 1-3: New USB device found, idVendor=0b05, idProduct=19b6, bcdDevice= 0.02
Jun 18 05:42:15 Terasloppy kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 18 05:42:15 Terasloppy kernel: usb 1-3: Product: N-KEY Device
Jun 18 05:42:15 Terasloppy kernel: usb 1-3: Manufacturer: ASUSTeK Computer Inc.
Jun 18 05:42:15 Terasloppy audit: BPF prog-id=20 op=LOAD
Jun 18 05:42:15 Terasloppy audit: BPF prog-id=21 op=LOAD
Jun 18 05:42:15 Terasloppy audit: BPF prog-id=22 op=LOAD
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Hostname Service...
Jun 18 05:42:15 Terasloppy dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jun 18 05:42:15 Terasloppy systemd[1]: Started Hostname Service.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy kernel: tsc: Refined TSC clocksource calibration: 3299.390 MHz
Jun 18 05:42:15 Terasloppy kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f8f0c42e12, max_idle_ns: 440795368847 ns
Jun 18 05:42:15 Terasloppy kernel: clocksource: Switched to clocksource tsc
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4767] hostname: hostname: using hostnamed
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4768] hostname: hostname changed from (none) to "Terasloppy"
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4770] dns-mgr[0x56105156b250]: init: dns=default,systemd-resolved rc-manager=symlink
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4774] manager[0x5610515b1000]: rfkill: Wi-Fi hardware radio set enabled
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4774] manager[0x5610515b1000]: rfkill: WWAN hardware radio set enabled
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4824] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.32.0-1/libnm-device-plugin-ovs.so)
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4831] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.32.0-1/libnm-device-plugin-adsl.so)
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4861] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.32.0-1/libnm-device-plugin-bluetooth.so)
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4868] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.32.0-1/libnm-device-plugin-wifi.so)
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4947] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.32.0-1/libnm-device-plugin-team.so)
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4954] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.32.0-1/libnm-device-plugin-wwan.so)
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4959] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4960] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4960] manager: Networking is enabled by state file
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4965] dhcp-init: Using DHCP client 'internal'
Jun 18 05:42:15 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=448 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.4971] settings: Loaded settings plugin: keyfile (internal)
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.5006] device (lo): carrier: link connected
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.5008] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.5027] ovsdb: Could not connect: No such file or directory
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.5027] ovsdb: disconnected from ovsdb
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.5034] manager: startup complete
Jun 18 05:42:15 Terasloppy dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun 18 05:42:15 Terasloppy systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC289: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
Jun 18 05:42:15 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 18 05:42:15 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jun 18 05:42:15 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:    mono: mono_out=0x0
Jun 18 05:42:15 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:    inputs:
Jun 18 05:42:15 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:      Mic=0x19
Jun 18 05:42:15 Terasloppy kernel: snd_hda_codec_realtek hdaudioC2D0:      Internal Mic=0x12
Jun 18 05:42:15 Terasloppy dhcpcd[453]: no valid interfaces found
Jun 18 05:42:15 Terasloppy kernel: intel_rapl_common: Found RAPL domain package
Jun 18 05:42:15 Terasloppy kernel: intel_rapl_common: Found RAPL domain core
Jun 18 05:42:15 Terasloppy kernel: 8021q: 802.1Q VLAN Support v1.8
Jun 18 05:42:15 Terasloppy systemd[1]: Started dhcpcd on all interfaces.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Network.
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Permit User Sessions...
Jun 18 05:42:15 Terasloppy kernel: input: Corsair CORSAIR DARK CORE RGB Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.0/0003:1B1C:1B35.0002/input/input14
Jun 18 05:42:15 Terasloppy systemd[1]: Finished Permit User Sessions.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Started Getty on tty1.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Login Prompts.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Multi-User System.
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Graphical Interface.
Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: enabling device (0000 -> 0002)
Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: disabling ASPM  L1
Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: ASIC revision: 79610010
Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20210122002654a
Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: WM Firmware Version: ____000000, Build Time: 20210122002730
Jun 18 05:42:15 Terasloppy kernel: input: Corsair CORSAIR DARK CORE RGB Gaming Mouse Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.0/0003:1B1C:1B35.0002/input/input15
Jun 18 05:42:15 Terasloppy kernel: input: ELAN1201:00 04F3:3098 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input22
Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: Firmware init done
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.5922] device (wlan0): driver supports Access Point (AP) mode
Jun 18 05:42:15 Terasloppy systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.5931] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Jun 18 05:42:15 Terasloppy kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card2/input20
Jun 18 05:42:15 Terasloppy systemd-udevd[353]: Using default interface naming scheme 'v247'.
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.6215] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.2/0000:02:00.0/ieee80211/phy0/rfkill0) (driver mt7921e)
Jun 18 05:42:15 Terasloppy systemd-udevd[353]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Jun 18 05:42:15 Terasloppy systemd[1]: Started Load/Save RF Kill Switch Status.
Jun 18 05:42:15 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:15 Terasloppy NetworkManager[448]: <info>  [1624009335.6254] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 18 05:42:15 Terasloppy kernel: input: Corsair CORSAIR DARK CORE RGB Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.0/0003:1B1C:1B35.0002/input/input16
Jun 18 05:42:15 Terasloppy kernel: input: ELAN1201:00 04F3:3098 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-ELAN1201:00/0018:04F3:3098.0001/input/input23
Jun 18 05:42:15 Terasloppy kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card2/input21
Jun 18 05:42:15 Terasloppy kernel: hid-multitouch 0018:04F3:3098.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1201:00 04F3:3098] on i2c-ELAN1201:00
Jun 18 05:42:15 Terasloppy kernel: input: Corsair CORSAIR DARK CORE RGB Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.0/0003:1B1C:1B35.0002/input/input17
Jun 18 05:42:15 Terasloppy kernel: input: Corsair CORSAIR DARK CORE RGB Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.0/0003:1B1C:1B35.0002/input/input18
Jun 18 05:42:15 Terasloppy kernel: input: Corsair CORSAIR DARK CORE RGB Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.0/0003:1B1C:1B35.0002/input/input19
Jun 18 05:42:15 Terasloppy kernel: hid-generic 0003:1B1C:1B35.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Corsair CORSAIR DARK CORE RGB Gaming Mouse] on usb-0000:04:00.3-2/input0
Jun 18 05:42:15 Terasloppy kernel: hid-generic 0003:1B1C:1B35.0003: hiddev97,hidraw2: USB HID v1.11 Device [Corsair CORSAIR DARK CORE RGB Gaming Mouse] on usb-0000:04:00.3-2/input1
Jun 18 05:42:15 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input24
Jun 18 05:42:15 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input25
Jun 18 05:42:15 Terasloppy kernel: Bluetooth: Core ver 2.22
Jun 18 05:42:15 Terasloppy kernel: NET: Registered protocol family 31
Jun 18 05:42:15 Terasloppy kernel: Bluetooth: HCI device and connection manager initialized
Jun 18 05:42:15 Terasloppy kernel: Bluetooth: HCI socket layer initialized
Jun 18 05:42:15 Terasloppy kernel: Bluetooth: L2CAP socket layer initialized
Jun 18 05:42:15 Terasloppy kernel: Bluetooth: SCO socket layer initialized
Jun 18 05:42:15 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input26
Jun 18 05:42:15 Terasloppy kernel: mousedev: PS/2 mouse device common for all mice
Jun 18 05:42:15 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input27
Jun 18 05:42:15 Terasloppy kernel: hid-generic 0003:0B05:19B6.0004: input,hiddev98,hidraw3: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input0
Jun 18 05:42:15 Terasloppy kernel: hid-generic 0003:0B05:19B6.0005: hiddev99,hidraw4: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input1
Jun 18 05:42:15 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0006/input/input28
Jun 18 05:42:15 Terasloppy kernel: hid-generic 0003:0B05:19B6.0006: input,hidraw5: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input2
Jun 18 05:42:15 Terasloppy kernel: usbcore: registered new interface driver usbhid
Jun 18 05:42:15 Terasloppy kernel: usbhid: USB HID core driver
Jun 18 05:42:15 Terasloppy kernel: [drm] amdgpu kernel modesetting enabled.
Jun 18 05:42:15 Terasloppy kernel: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
Jun 18 05:42:15 Terasloppy kernel: ATPX version 1, functions 0x00000001
Jun 18 05:42:15 Terasloppy kernel: ATPX Hybrid Graphics
Jun 18 05:42:15 Terasloppy kernel: Virtual CRAT table created for CPU
Jun 18 05:42:15 Terasloppy kernel: amdgpu: Topology: Add CPU node
Jun 18 05:42:15 Terasloppy kernel: checking generic (fe10000000 7f0000) vs hw (fe10000000 10000000)
Jun 18 05:42:15 Terasloppy kernel: fb0: switching to amdgpudrmfb from EFI VGA
Jun 18 05:42:15 Terasloppy kernel: Console: switching to colour dummy device 80x25
Jun 18 05:42:15 Terasloppy kernel: amdgpu 0000:04:00.0: vgaarb: deactivate vga console
Jun 18 05:42:15 Terasloppy kernel: amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
Jun 18 05:42:15 Terasloppy kernel: [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x1043:0x1722 0xC4).
Jun 18 05:42:15 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature disabled as experimental (default)
Jun 18 05:42:15 Terasloppy kernel: [drm] register mmio base: 0xFC500000
Jun 18 05:42:15 Terasloppy kernel: [drm] register mmio size: 524288
Jun 18 05:42:15 Terasloppy kernel: [drm] PCIE atomic ops is not supported
Jun 18 05:42:15 Terasloppy kernel: [drm] add ip block number 0 <soc15_common>
Jun 18 05:42:15 Terasloppy kernel: [drm] add ip block number 1 <gmc_v9_0>
Jun 18 05:42:15 Terasloppy kernel: [drm] add ip block number 2 <vega10_ih>
Jun 18 05:42:15 Terasloppy kernel: [drm] add ip block number 3 <psp>
Jun 18 05:42:15 Terasloppy kernel: [drm] add ip block number 4 <smu>
Jun 18 05:42:15 Terasloppy kernel: [drm] add ip block number 5 <gfx_v9_0>
Jun 18 05:42:15 Terasloppy kernel: [drm] add ip block number 6 <sdma_v4_0>
Jun 18 05:42:15 Terasloppy kernel: [drm] add ip block number 7 <dm>
Jun 18 05:42:15 Terasloppy kernel: [drm] add ip block number 8 <vcn_v2_0>
Jun 18 05:42:15 Terasloppy kernel: [drm] add ip block number 9 <jpeg_v2_0>
Jun 18 05:42:15 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
Jun 18 05:42:15 Terasloppy kernel: amdgpu: ATOM BIOS: 113-CEZANNE-017
Jun 18 05:42:15 Terasloppy kernel: [drm] VCN decode is enabled in VM mode
Jun 18 05:42:15 Terasloppy kernel: [drm] VCN encode is enabled in VM mode
Jun 18 05:42:15 Terasloppy kernel: [drm] JPEG decode is enabled in VM mode
Jun 18 05:42:15 Terasloppy kernel: [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
Jun 18 05:42:15 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: VRAM: 512M 0x000000F400000000 - 0x000000F41FFFFFFF (512M used)
Jun 18 05:42:15 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
Jun 18 05:42:15 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
Jun 18 05:42:15 Terasloppy kernel: [drm] Detected VRAM RAM=512M, BAR=512M
Jun 18 05:42:15 Terasloppy kernel: [drm] RAM width 128bits DDR4
Jun 18 05:42:15 Terasloppy kernel: [TTM] Zone  kernel: Available graphics memory: 7928226 KiB
Jun 18 05:42:15 Terasloppy kernel: [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
Jun 18 05:42:15 Terasloppy kernel: [drm] amdgpu: 512M of VRAM memory ready
Jun 18 05:42:15 Terasloppy kernel: [drm] amdgpu: 3072M of GTT memory ready.
Jun 18 05:42:15 Terasloppy kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
Jun 18 05:42:15 Terasloppy kernel: [drm] PCIE GART of 1024M enabled (table at 0x000000F400900000).
Jun 18 05:42:15 Terasloppy kernel: [drm] Loading DMUB firmware via PSP: version=0x00000000
Jun 18 05:42:15 Terasloppy kernel: [drm] Found VCN firmware Version ENC: 1.7 DEC: 4 VEP: 0 Revision: 17
Jun 18 05:42:15 Terasloppy kernel: [drm] PSP loading VCN firmware
Jun 18 05:42:15 Terasloppy kernel: usbcore: registered new interface driver btusb
Jun 18 05:42:15 Terasloppy systemd[1]: Reached target Bluetooth.
Jun 18 05:42:15 Terasloppy systemd-logind[450]: Watching system buttons on /dev/input/event21 (Corsair CORSAIR DARK CORE RGB Gaming Mouse Keyboard)
Jun 18 05:42:15 Terasloppy systemd-logind[450]: Watching system buttons on /dev/input/event13 (Corsair CORSAIR DARK CORE RGB Gaming Mouse Consumer Control)
Jun 18 05:42:15 Terasloppy kernel: nvidia: loading out-of-tree module taints kernel.
Jun 18 05:42:15 Terasloppy kernel: nvidia: module license 'NVIDIA' taints kernel.
Jun 18 05:42:15 Terasloppy kernel: Disabling lock debugging due to kernel taint
Jun 18 05:42:15 Terasloppy kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Jun 18 05:42:16 Terasloppy kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Jun 18 05:42:16 Terasloppy kernel: 
Jun 18 05:42:16 Terasloppy kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Jun 18 05:42:16 Terasloppy kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Jun 18 05:42:16 Terasloppy kernel: asus 0003:0B05:19B6.0004: Asus initialise N-KEY Device
Jun 18 05:42:16 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/0003:0B05:19B6.0004/input/input29
Jun 18 05:42:16 Terasloppy kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  465.31  Thu May 13 22:24:36 UTC 2021
Jun 18 05:42:16 Terasloppy kernel: asus 0003:0B05:19B6.0004: input,hiddev98,hidraw3: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input0
Jun 18 05:42:16 Terasloppy kernel: asus 0003:0B05:19B6.0005: hiddev99,hidraw4: USB HID v1.10 Device [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input1
Jun 18 05:42:16 Terasloppy kernel: asus 0003:0B05:19B6.0005: Asus input not registered
Jun 18 05:42:16 Terasloppy kernel: asus: probe of 0003:0B05:19B6.0005 failed with error -12
Jun 18 05:42:16 Terasloppy kernel: input: ASUSTeK Computer Inc. N-KEY Device as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.2/0003:0B05:19B6.0006/input/input30
Jun 18 05:42:16 Terasloppy kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  465.31  Thu May 13 22:14:23 UTC 2021
Jun 18 05:42:16 Terasloppy kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Jun 18 05:42:16 Terasloppy kernel: ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20210105/nsarguments-61)
Jun 18 05:42:16 Terasloppy kernel: asus 0003:0B05:19B6.0006: input,hidraw4: USB HID v1.10 Keyboard [ASUSTeK Computer Inc. N-KEY Device] on usb-0000:04:00.3-3/input2
Jun 18 05:42:16 Terasloppy systemd-udevd[363]: input27: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[354]: input24: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[376]: input28: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[348]: input25: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[379]: input26: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[363]: event25: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[369]: event26: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[379]: event24: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[339]: event26: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[379]: input28: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd[1]: Starting ASUS Notebook Control...
Jun 18 05:42:16 Terasloppy systemd-udevd[379]: input30: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy asusd[545]: INFO:       daemon v3.7.1
Jun 18 05:42:16 Terasloppy asusd[545]: INFO:    rog-anime v1.0.5
Jun 18 05:42:16 Terasloppy asusd[545]: INFO:     rog-aura v1.1.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO:     rog-dbus v3.5.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: rog-profiles v0.1.1
Jun 18 05:42:16 Terasloppy asusd[545]: INFO:    rog-types v3.2.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: Matched to ROG Zephyrus G14 GA401Q
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: Product name: ROG Zephyrus G14 GA401QM_GA401QM
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: Product family: ROG Zephyrus G14
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: Board name: GA401QM
Jun 18 05:42:16 Terasloppy asusd[545]: {
Jun 18 05:42:16 Terasloppy asusd[545]:   "anime_ctrl": false,
Jun 18 05:42:16 Terasloppy asusd[545]:   "charge_ctrl": {
Jun 18 05:42:16 Terasloppy asusd[545]:     "charge_level_set": true
Jun 18 05:42:16 Terasloppy asusd[545]:   },
Jun 18 05:42:16 Terasloppy asusd[545]:   "fan_cpu_ctrl": {
Jun 18 05:42:16 Terasloppy asusd[545]:     "stock_fan_modes": true,
Jun 18 05:42:16 Terasloppy asusd[545]:     "min_max_freq": false,
Jun 18 05:42:16 Terasloppy asusd[545]:     "fan_curve_set": false
Jun 18 05:42:16 Terasloppy asusd[545]:   },
Jun 18 05:42:16 Terasloppy asusd[545]:   "keyboard_led": {
Jun 18 05:42:16 Terasloppy asusd[545]:     "brightness_set": true,
Jun 18 05:42:16 Terasloppy asusd[545]:     "stock_led_modes": [
Jun 18 05:42:16 Terasloppy asusd[545]:       "Static",
Jun 18 05:42:16 Terasloppy asusd[545]:       "Breathe",
Jun 18 05:42:16 Terasloppy asusd[545]:       "Pulse"
Jun 18 05:42:16 Terasloppy asusd[545]:     ],
Jun 18 05:42:16 Terasloppy asusd[545]:     "multizone_led_mode": false,
Jun 18 05:42:16 Terasloppy asusd[545]:     "per_key_led_mode": false
Jun 18 05:42:16 Terasloppy asusd[545]:   },
Jun 18 05:42:16 Terasloppy asusd[545]:   "rog_bios_ctrl": {
Jun 18 05:42:16 Terasloppy asusd[545]:     "post_sound_toggle": true,
Jun 18 05:42:16 Terasloppy asusd[545]:     "dedicated_gfx_toggle": false
Jun 18 05:42:16 Terasloppy asusd[545]:   }
Jun 18 05:42:16 Terasloppy asusd[545]: }
Jun 18 05:42:16 Terasloppy systemd[1]: Started ASUS Notebook Control.
Jun 18 05:42:16 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=asusd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: G-Sync Switchable Graphics not detected
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: If your laptop is not a G-Sync enabled laptop then you can ignore this. Standard graphics switching will still work.
Jun 18 05:42:16 Terasloppy kernel: urandom_read: 4 callbacks suppressed
Jun 18 05:42:16 Terasloppy kernel: random: asusd: uninitialized urandom read (16 bytes read)
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: Set /sys/firmware/efi/efivars/AsusPostLogoSound-607005d5-3f75-4b2e-98f0-85ba66797a3e writeable: status: exit code: 0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: Battery charge limit: 100
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: Device has thermal throttle control
Jun 18 05:42:16 Terasloppy asusd[545]: ERROR: AniMe control: No such device (it may have been disconnected)
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: Matched to ROG Zephyrus G14 GA401Q
Jun 18 05:42:16 Terasloppy systemd-udevd[354]: event22: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy asusd[545]: WARN: led_node: Missing functionality: ASUS LED device node not found
Jun 18 05:42:16 Terasloppy asusd[545]: WARN: led_node: Missing functionality: ASUS LED device node not found
Jun 18 05:42:16 Terasloppy asusd[545]: WARN: led_node: Missing functionality: ASUS LED device node not found
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: Using device at: "/dev/hidraw3" for LED control
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: Rescanning PCI bus
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:01:00.0: NVIDIA graphics
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:01:00.0: Function for 0000:01:00.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:01:00.1: Function for 0000:01:00.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:04:00.0: AMD graphics
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:04:00.5: Function for 0000:04:00.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:04:00.3: Function for 0000:04:00.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:04:00.1: Function for 0000:04:00.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:04:00.6: Function for 0000:04:00.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:04:00.4: Function for 0000:04:00.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:04:00.2: Function for 0000:04:00.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:04:00.0: Function for 0000:04:00.0
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: 0000:01:00.0: NVIDIA graphics, setting PM to auto
Jun 18 05:42:16 Terasloppy systemd-udevd[348]: event23: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: Writing /etc/X11/xorg.conf.d/90-nvidia-primary.conf
Jun 18 05:42:16 Terasloppy asusd[545]: INFO: GFX: Writing /etc/modprobe.d/asusd.conf
Jun 18 05:42:16 Terasloppy systemd-udevd[363]: event25: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[354]: event22: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[379]: event24: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[348]: event23: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[363]: input27: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[379]: input26: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[354]: input24: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[348]: input25: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[348]: input29: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Jun 18 05:42:16 Terasloppy systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
Jun 18 05:42:16 Terasloppy systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Jun 18 05:42:16 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:asus::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:16 Terasloppy systemd-udevd[354]: event22: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-udevd[337]: event23: Process 'systemctl restart asusd.service' failed with exit code 1.
Jun 18 05:42:16 Terasloppy systemd-logind[450]: Watching system buttons on /dev/input/event23 (Asus Keyboard)
Jun 18 05:42:16 Terasloppy systemd-logind[450]: Watching system buttons on /dev/input/event22 (Asus Keyboard)
Jun 18 05:42:16 Terasloppy kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Jun 18 05:42:16 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
Jun 18 05:42:16 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
Jun 18 05:42:16 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Jun 18 05:42:16 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
Jun 18 05:42:16 Terasloppy kernel: [drm] kiq ring mec 2 pipe 1 q 0
Jun 18 05:42:16 Terasloppy kernel: [drm] Display Core initialized with v3.2.122!
Jun 18 05:42:16 Terasloppy kernel: [drm] DMUB hardware initialized: version=0x01020008
Jun 18 05:42:16 Terasloppy kernel: snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Jun 18 05:42:16 Terasloppy kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Jun 18 05:42:16 Terasloppy kernel: [drm] JPEG decode initialized successfully.
Jun 18 05:42:16 Terasloppy kernel: kfd kfd: Allocated 3969056 bytes on gart
Jun 18 05:42:16 Terasloppy kernel: Virtual CRAT table created for GPU
Jun 18 05:42:16 Terasloppy kernel: amdgpu: Topology: Add dGPU node [0x1638:0x1002]
Jun 18 05:42:16 Terasloppy kernel: kfd kfd: added device 1002:1638
Jun 18 05:42:16 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 2, CU per SH 18, active_cu_number 28
Jun 18 05:42:16 Terasloppy kernel: [drm] fb mappable at 0x3F0CD1000
Jun 18 05:42:16 Terasloppy kernel: [drm] vram apper at 0x3F0000000
Jun 18 05:42:16 Terasloppy kernel: [drm] size 8294400
Jun 18 05:42:16 Terasloppy kernel: [drm] fb depth is 24
Jun 18 05:42:16 Terasloppy kernel: [drm]    pitch is 7680
Jun 18 05:42:16 Terasloppy systemd[1]: Finished Load/Save Random Seed.
Jun 18 05:42:16 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:16 Terasloppy systemd[1]: Condition check resulted in First Boot Complete being skipped.
Jun 18 05:42:16 Terasloppy systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Jun 18 05:42:16 Terasloppy kernel: random: crng init done
Jun 18 05:42:16 Terasloppy systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Jun 18 05:42:16 Terasloppy systemd[1]: Startup finished in 8.019s (firmware) + 2.082s (loader) + 674ms (kernel) + 2.028s (userspace) = 12.805s.
Jun 18 05:42:17 Terasloppy kernel: fbcon: amdgpudrmfb (fb0) is primary device
Jun 18 05:42:17 Terasloppy kernel: Console: switching to colour frame buffer device 240x67
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
Jun 18 05:42:17 Terasloppy kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
Jun 18 05:42:17 Terasloppy kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
Jun 18 05:42:17 Terasloppy kernel: [drm] Initialized amdgpu 3.40.0 20150101 for 0000:04:00.0 on minor 0
Jun 18 05:42:17 Terasloppy systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Jun 18 05:42:17 Terasloppy systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
Jun 18 05:42:17 Terasloppy systemd-backlight[581]: Failed to get backlight or LED device 'backlight:acpi_video0': No such device
Jun 18 05:42:17 Terasloppy systemd[1]: systemd-backlight@backlight:acpi_video0.service: Main process exited, code=exited, status=1/FAILURE
Jun 18 05:42:17 Terasloppy systemd[1]: systemd-backlight@backlight:acpi_video0.service: Failed with result 'exit-code'.
Jun 18 05:42:17 Terasloppy systemd[1]: Failed to start Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Jun 18 05:42:17 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 18 05:42:17 Terasloppy systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
Jun 18 05:42:17 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:17 Terasloppy kernel: nvidia_uvm: module uses symbols from proprietary module nvidia, inheriting taint.
Jun 18 05:42:17 Terasloppy kernel: nvidia-uvm: Loaded the UVM driver, major device number 511.
Jun 18 05:42:17 Terasloppy asusd[545]: INFO: GFX: Disabling nvidia-fallback.service
Jun 18 05:42:17 Terasloppy asusd[587]: Failed to disable unit: Unit file nvidia-fallback.service does not exist.
Jun 18 05:42:17 Terasloppy asusd[545]: WARN: systemctl: exit code: 1 (ignore warning if service does not exist!)
Jun 18 05:42:17 Terasloppy asusd[545]: INFO: GFX: Reloaded gfx mode: Hybrid
Jun 18 05:42:18 Terasloppy NetworkManager[448]: <info>  [1624009338.0683] device (wlan0): set-hw-addr: set MAC address to B6:21:68:B9:DC:AC (scanning)
Jun 18 05:42:18 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=448 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 18 05:42:18 Terasloppy systemd[1]: Starting WPA supplicant...
Jun 18 05:42:18 Terasloppy dhcpcd[453]: wlan0: waiting for carrier
Jun 18 05:42:18 Terasloppy dhcpcd[453]: wlan0: carrier acquired
Jun 18 05:42:18 Terasloppy dbus-daemon[447]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jun 18 05:42:18 Terasloppy wpa_supplicant[593]: Successfully initialized wpa_supplicant
Jun 18 05:42:18 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:18 Terasloppy systemd[1]: Started WPA supplicant.
Jun 18 05:42:18 Terasloppy dhcpcd[453]: wlan0: IAID 98:1c:80:f1
Jun 18 05:42:18 Terasloppy dhcpcd[453]: wlan0: adding address fe80::c2b0:cf10:1d2b:aa02
Jun 18 05:42:18 Terasloppy dhcpcd[453]: wlan0: carrier lost
Jun 18 05:42:18 Terasloppy dhcpcd[453]: wlan0: deleting address fe80::c2b0:cf10:1d2b:aa02
Jun 18 05:42:18 Terasloppy dhcpcd[453]: wlan0: old hardware address: ec:2e:98:1c:80:f1
Jun 18 05:42:18 Terasloppy dhcpcd[453]: wlan0: new hardware address: b6:21:68:b9:dc:ac
Jun 18 05:42:18 Terasloppy NetworkManager[448]: <info>  [1624009338.1895] device (wlan0): supplicant interface state: internal-starting -> disconnected
Jun 18 05:42:18 Terasloppy NetworkManager[448]: <info>  [1624009338.1897] Wi-Fi P2P device controlled by interface wlan0 created
Jun 18 05:42:18 Terasloppy NetworkManager[448]: <info>  [1624009338.1901] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/3)
Jun 18 05:42:18 Terasloppy NetworkManager[448]: <info>  [1624009338.1904] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 18 05:42:18 Terasloppy NetworkManager[448]: <info>  [1624009338.1914] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jun 18 05:42:18 Terasloppy NetworkManager[448]: <info>  [1624009338.1926] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jun 18 05:42:18 Terasloppy NetworkManager[448]: <warn>  [1624009338.1931] sup-iface[756d470831b364ca,0,wlan0]: call-p2p-cancel: failed with P2P cancel failed
Jun 18 05:42:18 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 18 05:42:18 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 18 05:42:19 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 18 05:42:19 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 18 05:42:19 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 18 05:42:19 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 18 05:42:20 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.1895] policy: auto-activating connection 'Auto Bob from Accounting' (c1cb0ba8-3a20-48f7-b016-c10a4297d37e)
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.1905] device (wlan0): Activation: starting connection 'Auto Bob from Accounting' (c1cb0ba8-3a20-48f7-b016-c10a4297d37e)
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.1906] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.1910] manager: NetworkManager state is now CONNECTING
Jun 18 05:42:20 Terasloppy dhcpcd[453]: wlan0: old hardware address: b6:21:68:b9:dc:ac
Jun 18 05:42:20 Terasloppy dhcpcd[453]: wlan0: new hardware address: ec:2e:98:1c:80:f1
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2014] device (wlan0): set-hw-addr: reset MAC address to EC:2E:98:1C:80:F1 (preserve)
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2178] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2182] device (wlan0): Activation: (wifi) access point 'Auto Bob from Accounting' has security, but secrets are required.
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2183] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2237] device (wlan0): supplicant interface state: disconnected -> interface_disabled
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2238] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> interface_disabled
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2253] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2256] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2261] device (wlan0): Activation: (wifi) connection 'Auto Bob from Accounting' has security, and secrets exist.  No new secrets needed.
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2262] Config: added 'ssid' value 'Bob from Accounting'
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2262] Config: added 'scan_ssid' value '1'
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2262] Config: added 'bgscan' value 'simple:30:-70:86400'
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2262] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2262] Config: added 'auth_alg' value 'OPEN'
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2262] Config: added 'psk' value '<hidden>'
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2876] device (wlan0): supplicant interface state: interface_disabled -> inactive
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2877] device (p2p-dev-wlan0): supplicant management interface state: interface_disabled -> inactive
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2970] device (wlan0): supplicant interface state: inactive -> scanning
Jun 18 05:42:20 Terasloppy NetworkManager[448]: <info>  [1624009340.2971] device (p2p-dev-wlan0): supplicant management interface state: inactive -> scanning
Jun 18 05:42:20 Terasloppy systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jun 18 05:42:20 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:20 Terasloppy kernel: kauditd_printk_skb: 33 callbacks suppressed
Jun 18 05:42:20 Terasloppy kernel: audit: type=1131 audit(1624009340.829:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:22 Terasloppy wpa_supplicant[593]: wlan0: SME: Trying to authenticate with 76:69:42:16:d9:82 (SSID='Bob from Accounting' freq=5220 MHz)
Jun 18 05:42:22 Terasloppy kernel: wlan0: authenticate with 76:69:42:16:d9:82
Jun 18 05:42:22 Terasloppy kernel: wlan0: send auth to 76:69:42:16:d9:82 (try 1/3)
Jun 18 05:42:22 Terasloppy NetworkManager[448]: <info>  [1624009342.9568] device (wlan0): supplicant interface state: scanning -> authenticating
Jun 18 05:42:22 Terasloppy NetworkManager[448]: <info>  [1624009342.9569] device (p2p-dev-wlan0): supplicant management interface state: scanning -> authenticating
Jun 18 05:42:22 Terasloppy wpa_supplicant[593]: wlan0: Trying to associate with 76:69:42:16:d9:82 (SSID='Bob from Accounting' freq=5220 MHz)
Jun 18 05:42:22 Terasloppy kernel: wlan0: authenticated
Jun 18 05:42:22 Terasloppy kernel: wlan0: associate with 76:69:42:16:d9:82 (try 1/3)
Jun 18 05:42:22 Terasloppy NetworkManager[448]: <info>  [1624009342.9752] device (wlan0): supplicant interface state: authenticating -> associating
Jun 18 05:42:22 Terasloppy NetworkManager[448]: <info>  [1624009342.9753] device (p2p-dev-wlan0): supplicant management interface state: authenticating -> associating
Jun 18 05:42:22 Terasloppy kernel: wlan0: RX AssocResp from 76:69:42:16:d9:82 (capab=0x1511 status=0 aid=5)
Jun 18 05:42:22 Terasloppy wpa_supplicant[593]: wlan0: Associated with 76:69:42:16:d9:82
Jun 18 05:42:22 Terasloppy kernel: wlan0: associated
Jun 18 05:42:22 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jun 18 05:42:22 Terasloppy NetworkManager[448]: <info>  [1624009342.9984] device (wlan0): supplicant interface state: associating -> 4way_handshake
Jun 18 05:42:22 Terasloppy NetworkManager[448]: <info>  [1624009342.9985] device (p2p-dev-wlan0): supplicant management interface state: associating -> 4way_handshake
Jun 18 05:42:23 Terasloppy wpa_supplicant[593]: wlan0: WPA: Key negotiation completed with 76:69:42:16:d9:82 [PTK=CCMP GTK=CCMP]
Jun 18 05:42:23 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-CONNECTED - Connection to 76:69:42:16:d9:82 completed [id=0 id_str=]
Jun 18 05:42:23 Terasloppy dhcpcd[453]: wlan0: carrier acquired
Jun 18 05:42:23 Terasloppy kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Jun 18 05:42:23 Terasloppy dhcpcd[453]: wlan0: connected to Access Point: Bob from Accounting
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1061] device (wlan0): supplicant interface state: 4way_handshake -> completed
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1062] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Bob from Accounting"
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1063] device (p2p-dev-wlan0): supplicant management interface state: 4way_handshake -> completed
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1065] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1071] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
Jun 18 05:42:23 Terasloppy dhcpcd[453]: wlan0: IAID 98:1c:80:f1
Jun 18 05:42:23 Terasloppy dhcpcd[453]: wlan0: adding address fe80::a600:1416:4473:7d9f
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1284] dhcp4 (wlan0): state changed unknown -> bound, address=192.168.1.26
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1337] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1365] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1368] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1375] manager: NetworkManager state is now CONNECTED_LOCAL
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1386] manager: NetworkManager state is now CONNECTED_SITE
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1388] policy: set 'Auto Bob from Accounting' (wlan0) as default for IPv4 routing and DNS
Jun 18 05:42:23 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=448 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 18 05:42:23 Terasloppy dbus-daemon[447]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jun 18 05:42:23 Terasloppy NetworkManager[448]: <info>  [1624009343.1432] device (wlan0): Activation: successful, device activated.
Jun 18 05:42:23 Terasloppy kernel: wlan0: Limiting TX power to 24 (24 - 0) dBm as advertised by 76:69:42:16:d9:82
Jun 18 05:42:23 Terasloppy dhcpcd[453]: wlan0: rebinding lease of 192.168.1.25
Jun 18 05:42:23 Terasloppy dhcpcd[453]: wlan0: probing address 192.168.1.25/24
Jun 18 05:42:23 Terasloppy dhcpcd[453]: wlan0: soliciting an IPv6 router
Jun 18 05:42:23 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-42 noise=9999 txrate=585000
Jun 18 05:42:24 Terasloppy NetworkManager[448]: <info>  [1624009344.4275] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 18 05:42:25 Terasloppy audit[485]: USER_AUTH pid=485 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:42:25 Terasloppy kernel: audit: type=1100 audit(1624009345.392:45): pid=485 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:42:25 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.8' (uid=0 pid=485 comm="/bin/login -p --        ")
Jun 18 05:42:25 Terasloppy dbus-daemon[447]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:42:25 Terasloppy login[485]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:42:25 Terasloppy audit[485]: USER_ACCT pid=485 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:42:25 Terasloppy kernel: audit: type=1101 audit(1624009345.405:46): pid=485 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:42:25 Terasloppy kernel: audit: type=1103 audit(1624009345.409:47): pid=485 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:42:25 Terasloppy kernel: audit: type=1006 audit(1624009345.409:48): pid=485 uid=0 old-auid=4294967295 auid=1001 tty=tty1 old-ses=4294967295 ses=1 res=1
Jun 18 05:42:25 Terasloppy kernel: audit: type=1300 audit(1624009345.409:48): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffc027412c0 a2=4 a3=3e9 items=0 ppid=1 pid=485 auid=1001 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1001 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jun 18 05:42:25 Terasloppy kernel: audit: type=1327 audit(1624009345.409:48): proctitle=2F62696E2F6C6F67696E002D70002D2D
Jun 18 05:42:25 Terasloppy audit[485]: CRED_ACQ pid=485 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:42:25 Terasloppy audit[485]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffc027412c0 a2=4 a3=3e9 items=0 ppid=1 pid=485 auid=1001 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1001 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Jun 18 05:42:25 Terasloppy audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
Jun 18 05:42:25 Terasloppy login[485]: pam_unix(login:session): session opened for user sloppy(uid=1001) by LOGIN(uid=0)
Jun 18 05:42:25 Terasloppy systemd[1]: Created slice User Slice of UID 1001.
Jun 18 05:42:25 Terasloppy systemd[1]: Starting User Runtime Directory /run/user/1001...
Jun 18 05:42:25 Terasloppy systemd-logind[450]: New session 1 of user sloppy.
Jun 18 05:42:25 Terasloppy systemd[1]: Finished User Runtime Directory /run/user/1001.
Jun 18 05:42:25 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:25 Terasloppy kernel: audit: type=1130 audit(1624009345.422:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:25 Terasloppy systemd[1]: Starting User Manager for UID 1001...
Jun 18 05:42:25 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.10' (uid=0 pid=626 comm="(systemd) ")
Jun 18 05:42:25 Terasloppy dbus-daemon[447]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:42:25 Terasloppy systemd[626]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 18 05:42:25 Terasloppy audit[626]: USER_ACCT pid=626 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:25 Terasloppy audit[626]: CRED_ACQ pid=626 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 18 05:42:25 Terasloppy audit[626]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffc99ec5070 a2=4 a3=3e9 items=0 ppid=1 pid=626 auid=1001 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jun 18 05:42:25 Terasloppy audit: PROCTITLE proctitle="(systemd)"
Jun 18 05:42:25 Terasloppy systemd[626]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sloppy] ruser=[<unknown>] rhost=[<unknown>]
Jun 18 05:42:25 Terasloppy systemd[626]: pam_unix(systemd-user:session): session opened for user sloppy(uid=1001) by (uid=0)
Jun 18 05:42:25 Terasloppy systemd[626]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Jun 18 05:42:25 Terasloppy audit[626]: USER_START pid=626 uid=0 auid=1001 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:25 Terasloppy kernel: audit: type=1101 audit(1624009345.432:50): pid=626 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:25 Terasloppy kernel: audit: type=1103 audit(1624009345.432:51): pid=626 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sloppy" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 18 05:42:25 Terasloppy audit: BPF prog-id=23 op=LOAD
Jun 18 05:42:25 Terasloppy audit[626]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffcc47ebd10 a2=78 a3=7ffcc47ebd10 items=0 ppid=1 pid=626 auid=1001 uid=1001 gid=1001 euid=1001 suid=1001 fsuid=1001 egid=1001 sgid=1001 fsgid=1001 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Jun 18 05:42:25 Terasloppy audit: PROCTITLE proctitle="(systemd)"
Jun 18 05:42:25 Terasloppy audit: BPF prog-id=23 op=UNLOAD
Jun 18 05:42:25 Terasloppy systemd[626]: Queued start job for default target Main User Target.
Jun 18 05:42:25 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:25 Terasloppy audit[485]: USER_START pid=485 uid=0 auid=1001 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:42:25 Terasloppy audit[485]: CRED_REFR pid=485 uid=0 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:42:25 Terasloppy login[485]: pam_env(login:session): deprecated reading of user environment enabled
Jun 18 05:42:25 Terasloppy systemd[626]: Created slice User Application Slice.
Jun 18 05:42:25 Terasloppy login[485]: LOGIN ON tty1 BY sloppy
Jun 18 05:42:25 Terasloppy systemd[626]: Reached target Paths.
Jun 18 05:42:25 Terasloppy systemd[626]: Reached target Timers.
Jun 18 05:42:25 Terasloppy systemd[626]: Starting D-Bus User Message Bus Socket.
Jun 18 05:42:25 Terasloppy systemd[626]: Listening on GnuPG network certificate management daemon.
Jun 18 05:42:25 Terasloppy systemd[626]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 18 05:42:25 Terasloppy systemd[626]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 18 05:42:25 Terasloppy systemd[626]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 18 05:42:25 Terasloppy systemd[626]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 18 05:42:25 Terasloppy systemd[626]: Listening on p11-kit server.
Jun 18 05:42:25 Terasloppy systemd[626]: Listening on Sound System.
Jun 18 05:42:25 Terasloppy systemd[626]: Listening on D-Bus User Message Bus Socket.
Jun 18 05:42:25 Terasloppy systemd[626]: Reached target Sockets.
Jun 18 05:42:25 Terasloppy systemd[626]: Reached target Basic System.
Jun 18 05:42:25 Terasloppy systemd[626]: Reached target Main User Target.
Jun 18 05:42:25 Terasloppy systemd[626]: Startup finished in 68ms.
Jun 18 05:42:25 Terasloppy systemd[1]: Started User Manager for UID 1001.
Jun 18 05:42:25 Terasloppy systemd[1]: Started Session 1 of user sloppy.
Jun 18 05:42:26 Terasloppy systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 18 05:42:26 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:26 Terasloppy kernel: kauditd_printk_skb: 11 callbacks suppressed
Jun 18 05:42:26 Terasloppy kernel: audit: type=1131 audit(1624009346.159:59): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:28 Terasloppy dhcpcd[453]: wlan0: leased 192.168.1.25 for 43200 seconds
Jun 18 05:42:28 Terasloppy dhcpcd[453]: wlan0: adding route to 192.168.1.0/24
Jun 18 05:42:28 Terasloppy dhcpcd[453]: wlan0: adding default route via 192.168.1.1
Jun 18 05:42:36 Terasloppy dhcpcd[453]: wlan0: no IPv6 Routers available
Jun 18 05:42:45 Terasloppy systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jun 18 05:42:45 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:45 Terasloppy kernel: audit: type=1131 audit(1624009365.505:60): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:45 Terasloppy audit: BPF prog-id=22 op=UNLOAD
Jun 18 05:42:45 Terasloppy audit: BPF prog-id=21 op=UNLOAD
Jun 18 05:42:45 Terasloppy audit: BPF prog-id=20 op=UNLOAD
Jun 18 05:42:45 Terasloppy kernel: audit: type=1334 audit(1624009365.599:61): prog-id=22 op=UNLOAD
Jun 18 05:42:45 Terasloppy kernel: audit: type=1334 audit(1624009365.599:62): prog-id=21 op=UNLOAD
Jun 18 05:42:45 Terasloppy kernel: audit: type=1334 audit(1624009365.599:63): prog-id=20 op=UNLOAD
Jun 18 05:42:53 Terasloppy systemd[626]: Started D-Bus User Message Bus.
Jun 18 05:42:54 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.2' (uid=1001 pid=818 comm="cinnamon-session ")
Jun 18 05:42:54 Terasloppy systemd[626]: Starting Accessibility services bus...
Jun 18 05:42:54 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Successfully activated service 'org.a11y.Bus'
Jun 18 05:42:54 Terasloppy systemd[626]: Started Accessibility services bus.
Jun 18 05:42:54 Terasloppy at-spi-bus-launcher[851]: dbus-daemon[851]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1001 pid=818 comm="cinnamon-session ")
Jun 18 05:42:54 Terasloppy at-spi-bus-launcher[851]: dbus-daemon[851]: Successfully activated service 'org.a11y.atspi.Registry'
Jun 18 05:42:54 Terasloppy at-spi-bus-launcher[854]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.14' (uid=1001 pid=864 comm="csd-xrandr ")
Jun 18 05:42:54 Terasloppy systemd[626]: Starting Sound Service...
Jun 18 05:42:54 Terasloppy audit: BPF prog-id=24 op=LOAD
Jun 18 05:42:54 Terasloppy audit: BPF prog-id=25 op=LOAD
Jun 18 05:42:54 Terasloppy systemd[1]: Starting Daemon for power management...
Jun 18 05:42:54 Terasloppy kernel: audit: type=1334 audit(1624009374.095:64): prog-id=24 op=LOAD
Jun 18 05:42:54 Terasloppy kernel: audit: type=1334 audit(1624009374.095:65): prog-id=25 op=LOAD
Jun 18 05:42:54 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.8' (uid=1001 pid=858 comm="csd-housekeeping ")
Jun 18 05:42:54 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.28' (uid=1001 pid=879 comm="csd-a11y-settings ")
Jun 18 05:42:54 Terasloppy systemd[626]: Starting User preferences database...
Jun 18 05:42:54 Terasloppy systemd[626]: Starting Virtual filesystem service...
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.16' (uid=1001 pid=895 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jun 18 05:42:54 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Successfully activated service 'ca.desrt.dconf'
Jun 18 05:42:54 Terasloppy systemd[626]: Started User preferences database.
Jun 18 05:42:54 Terasloppy systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jun 18 05:42:54 Terasloppy systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jun 18 05:42:54 Terasloppy 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'
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Successfully called chroot.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Successfully dropped privileges.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Successfully limited resources.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Canary thread running.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Watchdog thread running.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Running.
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.18' (uid=0 pid=931 comm="/usr/lib/rtkit-daemon ")
Jun 18 05:42:54 Terasloppy kernel: audit: type=1130 audit(1624009374.122:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:54 Terasloppy systemd[1]: Starting Authorization Manager...
Jun 18 05:42:54 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Successfully activated service 'org.gtk.vfs.Daemon'
Jun 18 05:42:54 Terasloppy systemd[626]: Started Virtual filesystem service.
Jun 18 05:42:54 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Activating via systemd: service name='org.gtk.vfs.UDisks2VolumeMonitor' unit='gvfs-udisks2-volume-monitor.service' requested by ':1.18' (uid=1001 pid=862 comm="csd-automount ")
Jun 18 05:42:54 Terasloppy systemd[626]: Starting Virtual filesystem service - disk device monitor...
Jun 18 05:42:54 Terasloppy upowerd[897]: energy_full (79.877000) is greater than energy_full_design (75.998000)
Jun 18 05:42:54 Terasloppy polkitd[938]: Started polkitd version 0.119
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.23' (uid=1001 pid=958 comm="/usr/lib/gvfs-udisks2-volume-monitor ")
Jun 18 05:42:54 Terasloppy systemd[1]: Starting Disk Manager...
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.22' (uid=1001 pid=896 comm="csd-color ")
Jun 18 05:42:54 Terasloppy systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jun 18 05:42:54 Terasloppy udisksd[978]: udisks daemon version 2.9.2 starting
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Jun 18 05:42:54 Terasloppy systemd[1]: Started Manage, Install and Generate Color Profiles.
Jun 18 05:42:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:54 Terasloppy kernel: audit: type=1130 audit(1624009374.162:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:54 Terasloppy polkitd[938]: Loading rules from directory /etc/polkit-1/rules.d
Jun 18 05:42:54 Terasloppy polkitd[938]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 18 05:42:54 Terasloppy polkitd[938]: Finished loading, compiling and executing 4 rules
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jun 18 05:42:54 Terasloppy systemd[1]: Started Authorization Manager.
Jun 18 05:42:54 Terasloppy polkitd[938]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 18 05:42:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:54 Terasloppy kernel: audit: type=1130 audit(1624009374.172:68): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Successfully made thread 895 of process 895 owned by '1001' high priority at nice level -11.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Supervising 1 threads of 1 processes of 1 users.
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.UPower'
Jun 18 05:42:54 Terasloppy systemd[1]: Started Daemon for power management.
Jun 18 05:42:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:54 Terasloppy kernel: audit: type=1130 audit(1624009374.212:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jun 18 05:42:54 Terasloppy systemd[1]: Started Disk Manager.
Jun 18 05:42:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:54 Terasloppy kernel: audit: type=1130 audit(1624009374.269:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:54 Terasloppy udisksd[978]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun 18 05:42:54 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Successfully activated service 'org.gtk.vfs.UDisks2VolumeMonitor'
Jun 18 05:42:54 Terasloppy systemd[626]: Started Virtual filesystem service - disk device monitor.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Supervising 1 threads of 1 processes of 1 users.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Successfully made thread 1040 of process 895 owned by '1001' RT at priority 5.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Supervising 2 threads of 1 processes of 1 users.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Supervising 2 threads of 1 processes of 1 users.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Successfully made thread 1041 of process 895 owned by '1001' RT at priority 5.
Jun 18 05:42:54 Terasloppy rtkit-daemon[931]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 05:42:54 Terasloppy systemd[626]: Started Sound Service.
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.30' (uid=1001 pid=878 comm="csd-background ")
Jun 18 05:42:54 Terasloppy systemd[1]: Reached target User and Group Name Lookups.
Jun 18 05:42:54 Terasloppy systemd[1]: Starting Accounts Service...
Jun 18 05:42:54 Terasloppy accounts-daemon[1103]: started daemon version 0.6.55
Jun 18 05:42:54 Terasloppy dbus-daemon[447]: [system] Successfully activated service 'org.freedesktop.Accounts'
Jun 18 05:42:54 Terasloppy systemd[1]: Started Accounts Service.
Jun 18 05:42:54 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:54 Terasloppy kernel: audit: type=1130 audit(1624009374.955:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:42:55 Terasloppy NetworkManager[448]: <info>  [1624009375.0221] agent-manager: agent[d8542ab3b2403a14,:1.32/org.freedesktop.nm-applet/1001]: agent registered
Jun 18 05:42:55 Terasloppy polkitd[938]: Registered Authentication Agent for unix-session:1 (system bus name :1.33 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 18 05:42:55 Terasloppy cinnamon-killer-daemon[1101]: Bound Cinnamon restart to <Control><Alt>Escape.
Jun 18 05:42:55 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Activating via systemd: service name='org.gtk.vfs.Metadata' unit='gvfs-metadata.service' requested by ':1.69' (uid=1001 pid=1099 comm="nemo-desktop ")
Jun 18 05:42:55 Terasloppy systemd[626]: Starting Virtual filesystem metadata service...
Jun 18 05:42:55 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Successfully activated service 'org.gtk.vfs.Metadata'
Jun 18 05:42:55 Terasloppy systemd[626]: Started Virtual filesystem metadata service.
Jun 18 05:42:55 Terasloppy cinnamon-session[818]: WARNING: t+1.17898s: Detected that screensaver has appeared on the bus
Jun 18 05:43:01 Terasloppy rtkit-daemon[931]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 05:43:01 Terasloppy rtkit-daemon[931]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 05:43:01 Terasloppy rtkit-daemon[931]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 05:43:01 Terasloppy rtkit-daemon[931]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 05:43:01 Terasloppy rtkit-daemon[931]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 05:43:01 Terasloppy rtkit-daemon[931]: Supervising 3 threads of 1 processes of 1 users.
Jun 18 05:43:01 Terasloppy rtkit-daemon[931]: Successfully made thread 1342 of process 1184 owned by '1001' RT at priority 10.
Jun 18 05:43:01 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:02 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:02 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:02 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:02 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:05 Terasloppy cinnamon-session[818]: WARNING: t+11.18128s: Detected that screensaver has left the bus
Jun 18 05:43:06 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:06 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:06 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:06 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:08 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:08 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:08 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:08 Terasloppy rtkit-daemon[931]: Supervising 4 threads of 2 processes of 1 users.
Jun 18 05:43:08 Terasloppy rtkit-daemon[931]: Successfully made thread 1635 of process 1310 owned by '1001' RT at priority 10.
Jun 18 05:43:08 Terasloppy rtkit-daemon[931]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:43:11 Terasloppy rtkit-daemon[931]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:43:11 Terasloppy rtkit-daemon[931]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:43:13 Terasloppy rtkit-daemon[931]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:43:13 Terasloppy rtkit-daemon[931]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:43:14 Terasloppy rtkit-daemon[931]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:43:14 Terasloppy rtkit-daemon[931]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:44:47 Terasloppy rtkit-daemon[931]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:44:47 Terasloppy rtkit-daemon[931]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:45:19 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Activating service name='org.gnome.gedit' requested by ':1.93' (uid=1001 pid=1813 comm="nemo ")
Jun 18 05:45:19 Terasloppy dbus-daemon[821]: [session uid=1001 pid=821] Successfully activated service 'org.gnome.gedit'
Jun 18 05:45:20 Terasloppy gedit[1921]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Jun 18 05:45:20 Terasloppy gedit[1921]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Jun 18 05:45:20 Terasloppy gedit[1921]: Error loading plugin: libhunspell-1.7.so.0: cannot open shared object file: No such file or directory
Jun 18 05:45:20 Terasloppy gedit[1921]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Jun 18 05:45:20 Terasloppy gedit[1921]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Jun 18 05:45:20 Terasloppy gedit[1921]: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
Jun 18 05:45:20 Terasloppy gedit[1921]: Error loading plugin: libaspell.so.15: cannot open shared object file: No such file or directory
Jun 18 05:45:20 Terasloppy gedit[1921]: Error loading plugin: libhunspell-1.7.so.0: cannot open shared object file: No such file or directory
Jun 18 05:45:20 Terasloppy gedit[1921]: Error loading plugin: libhspell.so.0: cannot open shared object file: No such file or directory
Jun 18 05:45:20 Terasloppy gedit[1921]: Error loading plugin: libvoikko.so.1: cannot open shared object file: No such file or directory
Jun 18 05:45:31 Terasloppy rtkit-daemon[931]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:45:31 Terasloppy rtkit-daemon[931]: Supervising 5 threads of 3 processes of 1 users.
Jun 18 05:46:32 Terasloppy cinnamon-session[818]: WARNING: t+218.26597s: Requesting system restart...
Jun 18 05:46:32 Terasloppy cinnamon-session[818]: WARNING: t+218.26620s: Attempting to restart using systemd...
Jun 18 05:46:32 Terasloppy systemd-logind[450]: System is rebooting.
Jun 18 05:46:32 Terasloppy systemd[626]: at-spi-dbus-bus.service: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopping Session 1 of user sloppy.
Jun 18 05:46:32 Terasloppy audit[485]: CRED_DISP pid=485 uid=0 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:46:32 Terasloppy login[485]: pam_unix(login:session): session closed for user sloppy
Jun 18 05:46:32 Terasloppy systemd[1]: Removed slice system-modprobe.slice.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped target Bluetooth.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped target Graphical Interface.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped target Multi-User System.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped target Login Prompts.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped target Sound Card.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped target Timers.
Jun 18 05:46:32 Terasloppy systemd[1]: man-db.timer: Deactivated successfully.
Jun 18 05:46:32 Terasloppy kernel: audit: type=1104 audit(1624009592.315:72): pid=485 uid=0 auid=1001 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=success'
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped Daily man-db regeneration.
Jun 18 05:46:32 Terasloppy systemd[1]: shadow.timer: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped Daily verification of password and group files.
Jun 18 05:46:32 Terasloppy systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Jun 18 05:46:32 Terasloppy systemd[1]: lvm2-lvmpolld.socket: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Closed LVM2 poll daemon socket.
Jun 18 05:46:32 Terasloppy polkitd[938]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.33, object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Jun 18 05:46:32 Terasloppy systemd[1]: systemd-coredump.socket: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Closed Process Core Dump Socket.
Jun 18 05:46:32 Terasloppy systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopping Accounts Service...
Jun 18 05:46:32 Terasloppy systemd[1]: Stopping ASUS Notebook Control...
Jun 18 05:46:32 Terasloppy systemd[1]: Stopping Manage, Install and Generate Color Profiles...
Jun 18 05:46:32 Terasloppy audit[485]: USER_END pid=485 uid=0 auid=1001 ses=1 msg='op=PAM:session_close grantors=? acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=failed'
Jun 18 05:46:32 Terasloppy systemd[1]: Stopping Getty on tty1...
Jun 18 05:46:32 Terasloppy login[485]: pam_systemd(login:session): Failed to release session: Interrupted system call
Jun 18 05:46:32 Terasloppy kernel: audit: type=1106 audit(1624009592.319:73): pid=485 uid=0 auid=1001 ses=1 msg='op=PAM:session_close grantors=? acct="sloppy" exe="/usr/bin/login" hostname=Terasloppy addr=? terminal=/dev/tty1 res=failed'
Jun 18 05:46:32 Terasloppy systemd[1]: Starting Generate shutdown-ramfs...
Jun 18 05:46:32 Terasloppy systemd[1]: Stopping Authorization Manager...
Jun 18 05:46:32 Terasloppy systemd[1]: Stopping RealtimeKit Scheduling Policy Service...
Jun 18 05:46:32 Terasloppy systemd[1]: Stopping Load/Save Random Seed...
Jun 18 05:46:32 Terasloppy systemd[1]: Stopping Disk Manager...
Jun 18 05:46:32 Terasloppy systemd[1]: Stopping Daemon for power management...
Jun 18 05:46:32 Terasloppy systemd[1]: getty@tty1.service: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped Getty on tty1.
Jun 18 05:46:32 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy kernel: audit: type=1131 audit(1624009592.329:74): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy udisksd[978]: udisks daemon version 2.9.2 exiting
Jun 18 05:46:32 Terasloppy systemd[1]: asusd.service: Deactivated successfully.
Jun 18 05:46:32 Terasloppy mkinitcpio[2045]: ==> Starting build: none
Jun 18 05:46:32 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=asusd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped ASUS Notebook Control.
Jun 18 05:46:32 Terasloppy systemd[1]: rtkit-daemon.service: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
Jun 18 05:46:32 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy systemd[1]: colord.service: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped Manage, Install and Generate Color Profiles.
Jun 18 05:46:32 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy systemd[1]: accounts-daemon.service: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped Accounts Service.
Jun 18 05:46:32 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy systemd[1]: systemd-random-seed.service: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped Load/Save Random Seed.
Jun 18 05:46:32 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy kernel: audit: type=1131 audit(1624009592.349:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=asusd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy kernel: audit: type=1131 audit(1624009592.349:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy kernel: audit: type=1131 audit(1624009592.349:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy kernel: audit: type=1131 audit(1624009592.349:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy kernel: audit: type=1131 audit(1624009592.349:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy mkinitcpio[2045]:   -> Running build hook: [sd-shutdown]
Jun 18 05:46:32 Terasloppy systemd-logind[450]: Session 1 logged out. Waiting for processes to exit.
Jun 18 05:46:32 Terasloppy systemd[1]: Removed slice system-getty.slice.
Jun 18 05:46:32 Terasloppy systemd[1]: upower.service: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped Daemon for power management.
Jun 18 05:46:32 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy kernel: audit: type=1131 audit(1624009592.355:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy systemd[1]: polkit.service: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped Authorization Manager.
Jun 18 05:46:32 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy systemd[1]: udisks2.service: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Stopped Disk Manager.
Jun 18 05:46:32 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy kernel: audit: type=1131 audit(1624009592.359:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy audit: BPF prog-id=25 op=UNLOAD
Jun 18 05:46:32 Terasloppy audit: BPF prog-id=24 op=UNLOAD
Jun 18 05:46:32 Terasloppy mkinitcpio[2045]: ==> Build complete.
Jun 18 05:46:32 Terasloppy systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Jun 18 05:46:32 Terasloppy systemd[1]: Finished Generate shutdown-ramfs.
Jun 18 05:46:32 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:32 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=mkinitcpio-generate-shutdown-ramfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:33 Terasloppy systemd[626]: pulseaudio.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[1]: session-1.scope: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopped Session 1 of user sloppy.
Jun 18 05:46:34 Terasloppy systemd[1]: session-1.scope: Consumed 2min 15.511s CPU time.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopping User Login Management...
Jun 18 05:46:34 Terasloppy systemd[1]: Stopping User Manager for UID 1001...
Jun 18 05:46:34 Terasloppy systemd[626]: Stopped target Main User Target.
Jun 18 05:46:34 Terasloppy gvfsd[926]: A connection to the bus can't be made
Jun 18 05:46:34 Terasloppy gvfsd[1136]: A connection to the bus can't be made
Jun 18 05:46:34 Terasloppy systemd[626]: Stopping D-Bus User Message Bus...
Jun 18 05:46:34 Terasloppy systemd[626]: Stopping User preferences database...
Jun 18 05:46:34 Terasloppy systemd[626]: Stopping Virtual filesystem service...
Jun 18 05:46:34 Terasloppy systemd[626]: Stopping Virtual filesystem metadata service...
Jun 18 05:46:34 Terasloppy systemd[626]: Stopping Virtual filesystem service - disk device monitor...
Jun 18 05:46:34 Terasloppy systemd[626]: dconf.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Stopped User preferences database.
Jun 18 05:46:34 Terasloppy systemd[626]: gvfs-metadata.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Stopped Virtual filesystem metadata service.
Jun 18 05:46:34 Terasloppy systemd[626]: run-user-1001-gvfs.mount: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: dbus.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Stopped D-Bus User Message Bus.
Jun 18 05:46:34 Terasloppy systemd[626]: gvfs-udisks2-volume-monitor.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Stopped Virtual filesystem service - disk device monitor.
Jun 18 05:46:34 Terasloppy systemd[626]: gvfs-daemon.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Stopped Virtual filesystem service.
Jun 18 05:46:34 Terasloppy systemd[626]: Stopped target Basic System.
Jun 18 05:46:34 Terasloppy systemd[626]: Stopped target Paths.
Jun 18 05:46:34 Terasloppy systemd[626]: Stopped target Sockets.
Jun 18 05:46:34 Terasloppy systemd[626]: Stopped target Timers.
Jun 18 05:46:34 Terasloppy systemd[626]: dbus.socket: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Closed D-Bus User Message Bus Socket.
Jun 18 05:46:34 Terasloppy systemd[626]: dirmngr.socket: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Closed GnuPG network certificate management daemon.
Jun 18 05:46:34 Terasloppy systemd[626]: gpg-agent-browser.socket: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 18 05:46:34 Terasloppy systemd[626]: gpg-agent-extra.socket: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jun 18 05:46:34 Terasloppy systemd[626]: gpg-agent-ssh.socket: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jun 18 05:46:34 Terasloppy systemd[626]: gpg-agent.socket: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Closed GnuPG cryptographic agent and passphrase cache.
Jun 18 05:46:34 Terasloppy systemd[626]: p11-kit-server.socket: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Closed p11-kit server.
Jun 18 05:46:34 Terasloppy systemd[626]: pulseaudio.socket: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Closed Sound System.
Jun 18 05:46:34 Terasloppy systemd[626]: Removed slice User Application Slice.
Jun 18 05:46:34 Terasloppy systemd[626]: app.slice: Consumed 1.159s CPU time.
Jun 18 05:46:34 Terasloppy systemd[626]: Reached target Shutdown.
Jun 18 05:46:34 Terasloppy systemd[626]: systemd-exit.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[626]: Finished Exit the Session.
Jun 18 05:46:34 Terasloppy systemd[626]: Reached target Exit the Session.
Jun 18 05:46:34 Terasloppy systemd[627]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sloppy] ruser=[<unknown>] rhost=[<unknown>]
Jun 18 05:46:34 Terasloppy systemd[1]: user@1001.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopped User Manager for UID 1001.
Jun 18 05:46:34 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:34 Terasloppy systemd[1]: user@1001.service: Consumed 1.260s CPU time.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopping User Runtime Directory /run/user/1001...
Jun 18 05:46:34 Terasloppy systemd[1]: user-runtime-dir@1001.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopped User Runtime Directory /run/user/1001.
Jun 18 05:46:34 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1001 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:34 Terasloppy systemd[1]: Removed slice User Slice of UID 1001.
Jun 18 05:46:34 Terasloppy systemd[1]: user-1001.slice: Consumed 2min 16.779s CPU time.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopping Permit User Sessions...
Jun 18 05:46:34 Terasloppy systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopped Permit User Sessions.
Jun 18 05:46:34 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:34 Terasloppy systemd[1]: Stopped target Network.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopped target Remote File Systems.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopping Network Manager...
Jun 18 05:46:34 Terasloppy NetworkManager[448]: <info>  [1624009594.3708] caught SIGTERM, shutting down normally.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopping dhcpcd on all interfaces...
Jun 18 05:46:34 Terasloppy systemd[1]: Stopping WPA supplicant...
Jun 18 05:46:34 Terasloppy dhcpcd[453]: wlan0: carrier lost
Jun 18 05:46:34 Terasloppy kernel: wlan0: deauthenticating from 76:69:42:16:d9:82 by local choice (Reason: 3=DEAUTH_LEAVING)
Jun 18 05:46:34 Terasloppy dhcpcd[2152]: sending signal TERM to pid 452
Jun 18 05:46:34 Terasloppy dhcpcd[2152]: waiting for pid 452 to exit
Jun 18 05:46:34 Terasloppy dhcpcd[2152]: sending signal TERM to pid 452
Jun 18 05:46:34 Terasloppy dhcpcd[2152]: waiting for pid 452 to exit
Jun 18 05:46:34 Terasloppy dhcpcd[453]: wlan0: deleting address fe80::a600:1416:4473:7d9f
Jun 18 05:46:34 Terasloppy systemd[1]: systemd-logind.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopped User Login Management.
Jun 18 05:46:34 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:34 Terasloppy systemd[1]: Stopped target User and Group Name Lookups.
Jun 18 05:46:34 Terasloppy audit: BPF prog-id=19 op=UNLOAD
Jun 18 05:46:34 Terasloppy audit: BPF prog-id=18 op=UNLOAD
Jun 18 05:46:34 Terasloppy audit: BPF prog-id=17 op=UNLOAD
Jun 18 05:46:34 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-DISCONNECTED bssid=76:69:42:16:d9:82 reason=3 locally_generated=1
Jun 18 05:46:34 Terasloppy NetworkManager[448]: <info>  [1624009594.5639] device (wlan0): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
Jun 18 05:46:34 Terasloppy NetworkManager[448]: <info>  [1624009594.5644] manager: NetworkManager state is now DISCONNECTING
Jun 18 05:46:34 Terasloppy dhcpcd[453]: wlan0: deleting route to 192.168.1.0/24
Jun 18 05:46:34 Terasloppy dhcpcd[453]: wlan0: deleting default route via 192.168.1.1
Jun 18 05:46:34 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=448 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 18 05:46:34 Terasloppy dbus-daemon[447]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Jun 18 05:46:34 Terasloppy NetworkManager[448]: <warn>  [1624009594.5661] dispatcher: (7) failed: Refusing activation, D-Bus is shutting down.
Jun 18 05:46:34 Terasloppy NetworkManager[448]: <info>  [1624009594.5662] device (wlan0): state change: deactivating -> unmanaged (reason 'removed', sys-iface-state: 'managed')
Jun 18 05:46:34 Terasloppy NetworkManager[448]: <info>  [1624009594.6061] dhcp4 (wlan0): canceled DHCP transaction
Jun 18 05:46:34 Terasloppy NetworkManager[448]: <info>  [1624009594.6062] dhcp4 (wlan0): state changed bound -> terminated
Jun 18 05:46:34 Terasloppy NetworkManager[448]: <info>  [1624009594.6219] manager: NetworkManager state is now DISCONNECTED
Jun 18 05:46:34 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=448 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 18 05:46:34 Terasloppy NetworkManager[448]: <info>  [1624009594.6276] device (p2p-dev-wlan0): state change: disconnected -> unmanaged (reason 'removed', sys-iface-state: 'removed')
Jun 18 05:46:34 Terasloppy dbus-daemon[447]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Jun 18 05:46:34 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=448 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 18 05:46:34 Terasloppy dbus-daemon[447]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Jun 18 05:46:34 Terasloppy dbus-daemon[447]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=448 comm="/usr/bin/NetworkManager --no-daemon ")
Jun 18 05:46:34 Terasloppy dbus-daemon[447]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Jun 18 05:46:34 Terasloppy wpa_supplicant[593]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Jun 18 05:46:34 Terasloppy NetworkManager[448]: <info>  [1624009594.6374] exiting (success)
Jun 18 05:46:34 Terasloppy systemd[1]: NetworkManager.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopped Network Manager.
Jun 18 05:46:34 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:34 Terasloppy wpa_supplicant[593]: wlan0: CTRL-EVENT-TERMINATING
Jun 18 05:46:34 Terasloppy systemd[1]: wpa_supplicant.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopped WPA supplicant.
Jun 18 05:46:34 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:34 Terasloppy systemd[1]: Stopping D-Bus System Message Bus...
Jun 18 05:46:34 Terasloppy systemd[1]: dbus.service: Deactivated successfully.
Jun 18 05:46:34 Terasloppy systemd[1]: Stopped D-Bus System Message Bus.
Jun 18 05:46:34 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy dhcpcd[2152]: pid 452 failed to exit
Jun 18 05:46:44 Terasloppy dhcpcd[2152]: pid 452 failed to exit
Jun 18 05:46:44 Terasloppy systemd[1]: dhcpcd.service: Control process exited, code=exited, status=1/FAILURE
Jun 18 05:46:44 Terasloppy dhcpcd[453]: received SIGTERM, stopping
Jun 18 05:46:44 Terasloppy dhcpcd[453]: wlan0: removing interface
Jun 18 05:46:44 Terasloppy systemd[1]: dhcpcd.service: Failed with result 'exit-code'.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped dhcpcd on all interfaces.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 18 05:46:44 Terasloppy kernel: kauditd_printk_skb: 15 callbacks suppressed
Jun 18 05:46:44 Terasloppy kernel: audit: type=1131 audit(1624009604.405:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped target Basic System.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped target Paths.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped target Slices.
Jun 18 05:46:44 Terasloppy systemd[1]: Removed slice User and Session Slice.
Jun 18 05:46:44 Terasloppy systemd[1]: user.slice: Consumed 2min 16.779s CPU time.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped target Sockets.
Jun 18 05:46:44 Terasloppy systemd[1]: dbus.socket: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Closed D-Bus System Message Bus Socket.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped target System Initialization.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped target Local Encrypted Volumes.
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped target Local Verity Integrity Protected Volumes.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopping Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0...
Jun 18 05:46:44 Terasloppy systemd[1]: Stopping Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
Jun 18 05:46:44 Terasloppy systemd[1]: Stopping Set Up Additional Binary Formats...
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-sysctl.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Apply Kernel Variables.
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-modules-load.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Load Kernel Modules.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopping Update UTMP about System Boot/Shutdown...
Jun 18 05:46:44 Terasloppy kernel: audit: type=1131 audit(1624009604.425:98): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy kernel: audit: type=1131 audit(1624009604.425:99): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-backlight@backlight:amdgpu_bl0.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Load/Save Screen Backlight Brightness of backlight:amdgpu_bl0.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy audit[2180]: SYSTEM_SHUTDOWN pid=2180 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-backlight@leds:asus::kbd_backlight.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:asus::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-binfmt.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Set Up Additional Binary Formats.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: Removed slice system-systemd\x2dbacklight.slice.
Jun 18 05:46:44 Terasloppy kernel: audit: type=1131 audit(1624009604.429:100): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:amdgpu_bl0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy kernel: audit: type=1128 audit(1624009604.429:101): pid=2180 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy kernel: audit: type=1131 audit(1624009604.429:102): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:asus::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy kernel: audit: type=1131 audit(1624009604.429:103): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Update UTMP about System Boot/Shutdown.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Create Volatile Files and Directories.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped target Local File Systems.
Jun 18 05:46:44 Terasloppy systemd[1]: Unmounting /efi...
Jun 18 05:46:44 Terasloppy kernel: audit: type=1131 audit(1624009604.432:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy kernel: audit: type=1131 audit(1624009604.432:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: Unmounting Temporary Directory (/tmp)...
Jun 18 05:46:44 Terasloppy systemd[1]: tmp.mount: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Unmounted Temporary Directory (/tmp).
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped target Swap.
Jun 18 05:46:44 Terasloppy systemd[1]: Deactivating swap /swapfile...
Jun 18 05:46:44 Terasloppy systemd[1]: efi.mount: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Unmounted /efi.
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-fsck@dev-disk-by\x2duuid-6043\x2d55A6.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6043\x2d55A6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped File System Check on /dev/disk/by-uuid/6043-55A6.
Jun 18 05:46:44 Terasloppy systemd[1]: Removed slice system-systemd\x2dfsck.slice.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped target Local File Systems (Pre).
Jun 18 05:46:44 Terasloppy systemd[1]: Stopping Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Create Static Device Nodes in /dev.
Jun 18 05:46:44 Terasloppy kernel: audit: type=1131 audit(1624009604.449:106): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6043\x2d55A6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: swapfile.swap: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Deactivated swap /swapfile.
Jun 18 05:46:44 Terasloppy systemd[1]: Reached target Unmount All Filesystems.
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Remount Root and Kernel File Systems.
Jun 18 05:46:44 Terasloppy systemd[1]: lvm2-monitor.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Stopped Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: Reached target Shutdown.
Jun 18 05:46:44 Terasloppy systemd[1]: Reached target Final Step.
Jun 18 05:46:44 Terasloppy systemd[1]: systemd-reboot.service: Deactivated successfully.
Jun 18 05:46:44 Terasloppy systemd[1]: Finished Reboot.
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-reboot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 18 05:46:44 Terasloppy systemd[1]: Reached target Reboot.
Jun 18 05:46:44 Terasloppy systemd[1]: Shutting down.
Jun 18 05:46:44 Terasloppy audit: BPF prog-id=13 op=UNLOAD
Jun 18 05:46:44 Terasloppy audit: BPF prog-id=12 op=UNLOAD
Jun 18 05:46:44 Terasloppy audit: BPF prog-id=11 op=UNLOAD
Jun 18 05:46:44 Terasloppy audit: BPF prog-id=16 op=UNLOAD
Jun 18 05:46:44 Terasloppy audit: BPF prog-id=15 op=UNLOAD
Jun 18 05:46:44 Terasloppy audit: BPF prog-id=14 op=UNLOAD
Jun 18 05:46:44 Terasloppy systemd-shutdown[1]: Syncing filesystems and block devices.
Jun 18 05:46:44 Terasloppy systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Jun 18 05:46:44 Terasloppy systemd-journald[312]: Journal stopped

Offline

#19 2021-06-18 18:53:30

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] MediaTek MT7921 no kernel driver

You only had netctl@ethernet.service for enp4s0f3u2 but the device showed up on enp4s0f3u1 - however that doesn't relate to the wifi chip at all.
You also have dhcpcd enabled and it actually fights w/ NM over the NIC, so you should address that no matter what.

Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: enabling device (0000 -> 0002)
Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: disabling ASPM  L1
Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: ASIC revision: 79610010
Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20210122002654a
Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: WM Firmware Version: ____000000, Build Time: 20210122002730
Jun 18 04:51:06 Terasloppy kernel: mt7921e 0000:02:00.0: enabling device (0000 -> 0002)
Jun 18 04:51:06 Terasloppy kernel: mt7921e 0000:02:00.0: ASIC revision: 79610010
Jun 18 04:51:06 Terasloppy kernel: mt7921e: probe of 0000:02:00.0 failed with error -5

The critical difference could be

Jun 18 05:42:15 Terasloppy kernel: mt7921e 0000:02:00.0: disabling ASPM  L1

look out for that pattern w/ good and bad boots.

I've no idea what triggers it, though.

Offline

#20 2021-07-27 02:20:10

Waxxx
Member
Registered: 2020-05-29
Posts: 2

Re: [SOLVED] MediaTek MT7921 no kernel driver

I'm having the same issue right now. I don't have the mt7921e module though. What did you install to get it ?

Offline

#21 2021-07-27 05:34:08

seth
Member
Registered: 2012-09-03
Posts: 49,992

Re: [SOLVED] MediaTek MT7921 no kernel driver

Don't use the LTS kernel…

Offline

#22 2022-01-01 12:59:04

giukas
Member
Registered: 2022-01-01
Posts: 1

Re: [SOLVED] MediaTek MT7921 no kernel driver

hellol
I know this is marked as solved but I still have trouble with this card, have not been able to sort it

I tried lots of kernel from 5.12+ in ubuntu based and now I'm on manjaro with 5.16rc4

Only bluetooth works, wifi no chance

The card works in Windows (no dual boot, it's a new pc so had to install just to check)

can anybody help ? I'm not so good with terminal commands

Offline

#23 2022-01-01 13:38:10

2ManyDogs
Forum Moderator
Registered: 2012-01-15
Posts: 4,645

Re: [SOLVED] MediaTek MT7921 no kernel driver

giukas wrote:

now I'm on manjaro with 5.16rc4

Manjaro is not supported here. Please ask on their forum.

Forum Registration wrote:

These forums are for Arch Linux x86_64 ONLY. Not Antergos, or Apricity, or Manjaro, or any of the "easy Arch installers", nor Arch-ARM; nothing other than vanilla 64-bit Arch Linux. Ask those communities for support. If you have installed Arch, please read the rules before posting. README: Forum Rules.

https://wiki.archlinux.org/index.php/Co … ort_*only*

If you do install Arch and still have this problem, rather than tacking onto an old solved topic, please open a new topic and refer back to this one if you think it applies.

Please do not necrobump.

Closing.


How to post. A sincere effort to use modest and proper language and grammar is a sign of respect toward the community.

Offline

Board footer

Powered by FluxBB