You are not logged in.

#1 2022-06-12 12:51:55

lyxzcx
Member
Registered: 2021-08-13
Posts: 50

[Solved]"ibt = off" didn't solve the problem with nvidia

I tried to set the ”ibt=off “ kernel parameter from the bootloader like below.

# GRUB boot loader configuration
GRUB_DISABLE_OS_PROBER="false"
GRUB_DEFAULT="0"
GRUB_TIMEOUT="5"
GRUB_DISTRIBUTOR="Arch"
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 systemd.unified_cgroup_hierarchy=false ibt=off quiet"
GRUB_CMDLINE_LINUX=""

However,it didn't work

>nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Last edited by lyxzcx (2022-06-12 13:49:12)

Offline

#2 2022-06-12 12:53:53

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: [Solved]"ibt = off" didn't solve the problem with nvidia

That file looks like the one grub uses to generate the actual config. Did you do that?

Offline

#3 2022-06-12 12:57:16

lyxzcx
Member
Registered: 2021-08-13
Posts: 50

Re: [Solved]"ibt = off" didn't solve the problem with nvidia

Scimmia wrote:

That file looks like the one grub uses to generate the actual config. Did you do that?


I use grub and I did it like following.

>kate /etc/default/grub

>sudo grub-mkconfig -o /boot/grub/grub.cfg

Offline

#4 2022-06-12 13:23:48

seth
Member
Registered: 2012-09-03
Posts: 50,007

Re: [Solved]"ibt = off" didn't solve the problem with nvidia

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Online

#5 2022-06-12 13:35:03

lyxzcx
Member
Registered: 2021-08-13
Posts: 50

Re: [Solved]"ibt = off" didn't solve the problem with nvidia

seth wrote:
sudo journalctl -b | curl -F 'file=@-' 0x0.st
Jun 12 21:33:32 Li kernel: microcode: microcode updated early to revision 0x3e, date = 2021-12-07
Jun 12 21:33:32 Li kernel: Linux version 5.18.3-arch1-1 (linux@archlinux) (gcc (GCC) 12.1.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT_DYNAMIC Thu, 09 Jun 2022 16:14:10 +0000
Jun 12 21:33:32 Li kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2d053c4d-84be-4b49-939f-1f543283308b rw loglevel=3 systemd.unified_cgroup_hierarchy=false ibt=off quiet
Jun 12 21:33:32 Li kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Jun 12 21:33:32 Li kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 12 21:33:32 Li kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 12 21:33:32 Li kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 12 21:33:32 Li kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Jun 12 21:33:32 Li kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Jun 12 21:33:32 Li kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Jun 12 21:33:32 Li kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jun 12 21:33:32 Li kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jun 12 21:33:32 Li kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Jun 12 21:33:32 Li kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Jun 12 21:33:32 Li kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Jun 12 21:33:32 Li kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Jun 12 21:33:32 Li kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
Jun 12 21:33:32 Li kernel: signal: max sigframe size: 3632
Jun 12 21:33:32 Li kernel: BIOS-provided physical RAM map:
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x0000000000100000-0x000000005df98fff] usable
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x000000005df99000-0x000000005e898fff] reserved
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x000000005e899000-0x00000000674aefff] usable
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x00000000674af000-0x000000006787efff] type 20
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x000000006787f000-0x00000000692fefff] reserved
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x00000000692ff000-0x0000000069b2efff] ACPI NVS
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x0000000069b2f000-0x0000000069bfefff] ACPI data
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x0000000069bff000-0x0000000069bfffff] usable
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x0000000069c00000-0x000000006dffffff] reserved
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x000000006e400000-0x000000006e5fffff] reserved
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x000000006f000000-0x00000000747fffff] reserved
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x00000000ff500000-0x00000000ffffffff] reserved
Jun 12 21:33:32 Li kernel: BIOS-e820: [mem 0x0000000100000000-0x000000048b7fffff] usable
Jun 12 21:33:32 Li kernel: NX (Execute Disable) protection: active
Jun 12 21:33:32 Li kernel: efi: EFI v2.70 by INSYDE Corp.
Jun 12 21:33:32 Li kernel: efi: ACPI=0x69bfe000 ACPI 2.0=0x69bfe014 TPMFinalLog=0x69a85000 SMBIOS=0x679e3000 SMBIOS 3.0=0x679e1000 MEMATTR=0x6310b018 ESRT=0x631c9298 
Jun 12 21:33:32 Li kernel: SMBIOS 3.3.0 present.
Jun 12 21:33:32 Li kernel: DMI: COLORFUL X15 AT/X15 AT, BIOS 1.07.02TOYC 05/19/2021
Jun 12 21:33:32 Li kernel: tsc: Detected 2300.000 MHz processor
Jun 12 21:33:32 Li kernel: tsc: Detected 2304.000 MHz TSC
Jun 12 21:33:32 Li kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 12 21:33:32 Li kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 12 21:33:32 Li kernel: last_pfn = 0x48b800 max_arch_pfn = 0x400000000
Jun 12 21:33:32 Li kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jun 12 21:33:32 Li kernel: last_pfn = 0x69c00 max_arch_pfn = 0x400000000
Jun 12 21:33:32 Li kernel: esrt: Reserving ESRT space from 0x00000000631c9298 to 0x00000000631c92f8.
Jun 12 21:33:32 Li kernel: e820: update [mem 0x631c9000-0x631c9fff] usable ==> reserved
Jun 12 21:33:32 Li kernel: Using GB pages for direct mapping
Jun 12 21:33:32 Li kernel: Secure boot disabled
Jun 12 21:33:32 Li kernel: RAMDISK: [mem 0x3647b000-0x37234fff]
Jun 12 21:33:32 Li kernel: ACPI: Early table checksum verification disabled
Jun 12 21:33:32 Li kernel: ACPI: RSDP 0x0000000069BFE014 000024 (v02 INSYDE)
Jun 12 21:33:32 Li kernel: ACPI: XSDT 0x0000000069B80188 0000EC (v01 INSYDE TGL-ULT  00000002      01000013)
Jun 12 21:33:32 Li kernel: ACPI: FACP 0x0000000069BDB000 000114 (v06 INSYDE TGL-ULT  00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: DSDT 0x0000000069B83000 05409E (v02 INSYDE TGL-ULT  00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: FACS 0x0000000069A60000 000040
Jun 12 21:33:32 Li kernel: ACPI: UEFI 0x0000000069B2E000 000236 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0x0000000069BFA000 00255C (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0x0000000069BF8000 001598 (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0x0000000069BF4000 00323A (v02 INTEL  IgfxSsdt 00003000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0x0000000069BE8000 00B228 (v02 INTEL  TcssSsdt 00001000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0x0000000069BE7000 00077B (v02 INSYDE Tpm2Tabl 00001000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: TPM2 0x0000000069BE6000 00004C (v04 INSYDE TGL-ULT  00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0x0000000069BE4000 000CC8 (v02 INTEL  xh_thdd4 00000000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: NHLT 0x0000000069BE3000 00002D (v00 INSYDE TGL-ULT  00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0x0000000069BE1000 001169 (v02 INSYDE UsbCTabl 00001000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: WSMT 0x0000000069BE0000 000028 (v01 INSYDE TGL-ULT  00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0x0000000069BDE000 001660 (v02 INSYDE PtidDevc 00001000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: DBGP 0x0000000069BDD000 000034 (v01 INSYDE TGL-ULT  00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: DBG2 0x0000000069BDC000 000054 (v00 INSYDE TGL-ULT  00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: HPET 0x0000000069BDA000 000038 (v01 INSYDE TGL-ULT  00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: APIC 0x0000000069BD9000 00012C (v04 INSYDE TGL-ULT  00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: MCFG 0x0000000069BD8000 00003C (v01 INSYDE TGL-ULT  00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0x0000000069B82000 000C0B (v02 INSYDE TGL-ULT  00000002      01000013)
Jun 12 21:33:32 Li kernel: ACPI: DMAR 0x0000000069B81000 0000A0 (v02 INTEL  EDK2     00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0x0000000069B7D000 0029B4 (v01 NvdRef NvdTabl  00001000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0x0000000069BFD000 0000F8 (v01 INSYDE PcdTabl  00001000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: FPDT 0x0000000069B7C000 000044 (v01 INSYDE TGL-ULT  00000002 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: PTDT 0x0000000069B7A000 000CFE (v00 INSYDE TGL-ULT  00000005 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: BGRT 0x0000000069B7B000 000038 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
Jun 12 21:33:32 Li kernel: ACPI: Reserving FACP table memory at [mem 0x69bdb000-0x69bdb113]
Jun 12 21:33:32 Li kernel: ACPI: Reserving DSDT table memory at [mem 0x69b83000-0x69bd709d]
Jun 12 21:33:32 Li kernel: ACPI: Reserving FACS table memory at [mem 0x69a60000-0x69a6003f]
Jun 12 21:33:32 Li kernel: ACPI: Reserving UEFI table memory at [mem 0x69b2e000-0x69b2e235]
Jun 12 21:33:32 Li kernel: ACPI: Reserving SSDT table memory at [mem 0x69bfa000-0x69bfc55b]
Jun 12 21:33:32 Li kernel: ACPI: Reserving SSDT table memory at [mem 0x69bf8000-0x69bf9597]
Jun 12 21:33:32 Li kernel: ACPI: Reserving SSDT table memory at [mem 0x69bf4000-0x69bf7239]
Jun 12 21:33:32 Li kernel: ACPI: Reserving SSDT table memory at [mem 0x69be8000-0x69bf3227]
Jun 12 21:33:32 Li kernel: ACPI: Reserving SSDT table memory at [mem 0x69be7000-0x69be777a]
Jun 12 21:33:32 Li kernel: ACPI: Reserving TPM2 table memory at [mem 0x69be6000-0x69be604b]
Jun 12 21:33:32 Li kernel: ACPI: Reserving SSDT table memory at [mem 0x69be4000-0x69be4cc7]
Jun 12 21:33:32 Li kernel: ACPI: Reserving NHLT table memory at [mem 0x69be3000-0x69be302c]
Jun 12 21:33:32 Li kernel: ACPI: Reserving SSDT table memory at [mem 0x69be1000-0x69be2168]
Jun 12 21:33:32 Li kernel: ACPI: Reserving WSMT table memory at [mem 0x69be0000-0x69be0027]
Jun 12 21:33:32 Li kernel: ACPI: Reserving SSDT table memory at [mem 0x69bde000-0x69bdf65f]
Jun 12 21:33:32 Li kernel: ACPI: Reserving DBGP table memory at [mem 0x69bdd000-0x69bdd033]
Jun 12 21:33:32 Li kernel: ACPI: Reserving DBG2 table memory at [mem 0x69bdc000-0x69bdc053]
Jun 12 21:33:32 Li kernel: ACPI: Reserving HPET table memory at [mem 0x69bda000-0x69bda037]
Jun 12 21:33:32 Li kernel: ACPI: Reserving APIC table memory at [mem 0x69bd9000-0x69bd912b]
Jun 12 21:33:32 Li kernel: ACPI: Reserving MCFG table memory at [mem 0x69bd8000-0x69bd803b]
Jun 12 21:33:32 Li kernel: ACPI: Reserving SSDT table memory at [mem 0x69b82000-0x69b82c0a]
Jun 12 21:33:32 Li kernel: ACPI: Reserving DMAR table memory at [mem 0x69b81000-0x69b8109f]
Jun 12 21:33:32 Li kernel: ACPI: Reserving SSDT table memory at [mem 0x69b7d000-0x69b7f9b3]
Jun 12 21:33:32 Li kernel: ACPI: Reserving SSDT table memory at [mem 0x69bfd000-0x69bfd0f7]
Jun 12 21:33:32 Li kernel: ACPI: Reserving FPDT table memory at [mem 0x69b7c000-0x69b7c043]
Jun 12 21:33:32 Li kernel: ACPI: Reserving PTDT table memory at [mem 0x69b7a000-0x69b7acfd]
Jun 12 21:33:32 Li kernel: ACPI: Reserving BGRT table memory at [mem 0x69b7b000-0x69b7b037]
Jun 12 21:33:32 Li kernel: No NUMA configuration found
Jun 12 21:33:32 Li kernel: Faking a node at [mem 0x0000000000000000-0x000000048b7fffff]
Jun 12 21:33:32 Li kernel: NODE_DATA(0) allocated [mem 0x48b7fc000-0x48b7fffff]
Jun 12 21:33:32 Li kernel: Zone ranges:
Jun 12 21:33:32 Li kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jun 12 21:33:32 Li kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jun 12 21:33:32 Li kernel:   Normal   [mem 0x0000000100000000-0x000000048b7fffff]
Jun 12 21:33:32 Li kernel:   Device   empty
Jun 12 21:33:32 Li kernel: Movable zone start for each node
Jun 12 21:33:32 Li kernel: Early memory node ranges
Jun 12 21:33:32 Li kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Jun 12 21:33:32 Li kernel:   node   0: [mem 0x0000000000100000-0x000000005df98fff]
Jun 12 21:33:32 Li kernel:   node   0: [mem 0x000000005e899000-0x00000000674aefff]
Jun 12 21:33:32 Li kernel:   node   0: [mem 0x0000000069bff000-0x0000000069bfffff]
Jun 12 21:33:32 Li kernel:   node   0: [mem 0x0000000100000000-0x000000048b7fffff]
Jun 12 21:33:32 Li kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000048b7fffff]
Jun 12 21:33:32 Li kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 12 21:33:32 Li kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Jun 12 21:33:32 Li kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
Jun 12 21:33:32 Li kernel: On node 0, zone DMA32: 10064 pages in unavailable ranges
Jun 12 21:33:32 Li kernel: On node 0, zone Normal: 25600 pages in unavailable ranges
Jun 12 21:33:32 Li kernel: On node 0, zone Normal: 18432 pages in unavailable ranges
Jun 12 21:33:32 Li kernel: Reserving Intel graphics memory at [mem 0x70800000-0x747fffff]
Jun 12 21:33:32 Li kernel: ACPI: PM-Timer IO Port: 0x1808
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Jun 12 21:33:32 Li kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jun 12 21:33:32 Li kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 12 21:33:32 Li kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 12 21:33:32 Li kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 12 21:33:32 Li kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jun 12 21:33:32 Li kernel: e820: update [mem 0x6310c000-0x631c2fff] usable ==> reserved
Jun 12 21:33:32 Li kernel: TSC deadline timer available
Jun 12 21:33:32 Li kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x5df99000-0x5e898fff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x6310c000-0x631c2fff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x631c9000-0x631c9fff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x674af000-0x6787efff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x6787f000-0x692fefff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x692ff000-0x69b2efff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x69b2f000-0x69bfefff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x69c00000-0x6dffffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x6e000000-0x6e3fffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x6e400000-0x6e5fffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x6e600000-0x6effffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x6f000000-0x747fffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0x74800000-0xbfffffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfe00ffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xff4fffff]
Jun 12 21:33:32 Li kernel: PM: hibernation: Registered nosave memory: [mem 0xff500000-0xffffffff]
Jun 12 21:33:32 Li kernel: [mem 0x74800000-0xbfffffff] available for PCI devices
Jun 12 21:33:32 Li kernel: Booting paravirtualized kernel on bare hardware
Jun 12 21:33:32 Li kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 12 21:33:32 Li kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Jun 12 21:33:32 Li kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Jun 12 21:33:32 Li kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Jun 12 21:33:32 Li kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Jun 12 21:33:32 Li kernel: Fallback order for Node 0: 0 
Jun 12 21:33:32 Li kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4072993
Jun 12 21:33:32 Li kernel: Policy zone: Normal
Jun 12 21:33:32 Li kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2d053c4d-84be-4b49-939f-1f543283308b rw loglevel=3 systemd.unified_cgroup_hierarchy=false ibt=off quiet
Jun 12 21:33:32 Li kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Jun 12 21:33:32 Li kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jun 12 21:33:32 Li kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jun 12 21:33:32 Li kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 12 21:33:32 Li kernel: Memory: 16040444K/16551224K available (14343K kernel code, 2098K rwdata, 10984K rodata, 1856K init, 3364K bss, 510520K reserved, 0K cma-reserved)
Jun 12 21:33:32 Li kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Jun 12 21:33:32 Li kernel: ftrace: allocating 44870 entries in 176 pages
Jun 12 21:33:32 Li kernel: ftrace: allocated 176 pages with 3 groups
Jun 12 21:33:32 Li kernel: Dynamic Preempt: full
Jun 12 21:33:32 Li kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 12 21:33:32 Li kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Jun 12 21:33:32 Li kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jun 12 21:33:32 Li kernel:         Trampoline variant of Tasks RCU enabled.
Jun 12 21:33:32 Li kernel:         Rude variant of Tasks RCU enabled.
Jun 12 21:33:32 Li kernel:         Tracing variant of Tasks RCU enabled.
Jun 12 21:33:32 Li kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 12 21:33:32 Li kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Jun 12 21:33:32 Li kernel: NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
Jun 12 21:33:32 Li kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 12 21:33:32 Li kernel: random: crng init done
Jun 12 21:33:32 Li kernel: Console: colour dummy device 80x25
Jun 12 21:33:32 Li kernel: printk: console [tty0] enabled
Jun 12 21:33:32 Li kernel: ACPI: Core revision 20211217
Jun 12 21:33:32 Li kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
Jun 12 21:33:32 Li kernel: APIC: Switch to symmetric I/O mode setup
Jun 12 21:33:32 Li kernel: DMAR: Host address width 39
Jun 12 21:33:32 Li kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jun 12 21:33:32 Li kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 29a00f0505e
Jun 12 21:33:32 Li kernel: DMAR: DRHD base: 0x000000fed84000 flags: 0x0
Jun 12 21:33:32 Li kernel: DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
Jun 12 21:33:32 Li kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jun 12 21:33:32 Li kernel: DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Jun 12 21:33:32 Li kernel: DMAR: RMRR base: 0x00000070000000 end: 0x000000747fffff
Jun 12 21:33:32 Li kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
Jun 12 21:33:32 Li kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jun 12 21:33:32 Li kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Jun 12 21:33:32 Li kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Jun 12 21:33:32 Li kernel: x2apic enabled
Jun 12 21:33:32 Li kernel: Switched APIC routing to cluster x2apic.
Jun 12 21:33:32 Li kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jun 12 21:33:32 Li kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
Jun 12 21:33:32 Li kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4609.00 BogoMIPS (lpj=7680000)
Jun 12 21:33:32 Li kernel: pid_max: default: 32768 minimum: 301
Jun 12 21:33:32 Li kernel: LSM: Security Framework initializing
Jun 12 21:33:32 Li kernel: landlock: Up and running.
Jun 12 21:33:32 Li kernel: Yama: becoming mindful.
Jun 12 21:33:32 Li kernel: LSM support for eBPF active
Jun 12 21:33:32 Li kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 12 21:33:32 Li kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 12 21:33:32 Li kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 12 21:33:32 Li kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jun 12 21:33:32 Li kernel: process: using mwait in idle threads
Jun 12 21:33:32 Li kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Jun 12 21:33:32 Li kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Jun 12 21:33:32 Li kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 12 21:33:32 Li kernel: Spectre V2 : Mitigation: Enhanced IBRS
Jun 12 21:33:32 Li kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 12 21:33:32 Li kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 12 21:33:32 Li kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jun 12 21:33:32 Li kernel: Freeing SMP alternatives memory: 36K
Jun 12 21:33:32 Li kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2003
Jun 12 21:33:32 Li kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz (family: 0x6, model: 0x8d, stepping: 0x1)
Jun 12 21:33:32 Li kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jun 12 21:33:32 Li kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jun 12 21:33:32 Li kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jun 12 21:33:32 Li kernel: cblist_init_generic: Setting shift to 4 and lim to 1.
Jun 12 21:33:32 Li kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
Jun 12 21:33:32 Li kernel: ... version:                5
Jun 12 21:33:32 Li kernel: ... bit width:              48
Jun 12 21:33:32 Li kernel: ... generic registers:      8
Jun 12 21:33:32 Li kernel: ... value mask:             0000ffffffffffff
Jun 12 21:33:32 Li kernel: ... max period:             00007fffffffffff
Jun 12 21:33:32 Li kernel: ... fixed-purpose events:   4
Jun 12 21:33:32 Li kernel: ... event mask:             0001000f000000ff
Jun 12 21:33:32 Li kernel: rcu: Hierarchical SRCU implementation.
Jun 12 21:33:32 Li kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 12 21:33:32 Li kernel: smp: Bringing up secondary CPUs ...
Jun 12 21:33:32 Li kernel: x86: Booting SMP configuration:
Jun 12 21:33:32 Li kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Jun 12 21:33:32 Li kernel: smp: Brought up 1 node, 16 CPUs
Jun 12 21:33:32 Li kernel: smpboot: Max logical packages: 1
Jun 12 21:33:32 Li kernel: smpboot: Total of 16 processors activated (73757.00 BogoMIPS)
Jun 12 21:33:32 Li kernel: devtmpfs: initialized
Jun 12 21:33:32 Li kernel: x86/mm: Memory block size: 128MB
Jun 12 21:33:32 Li kernel: ACPI: PM: Registering ACPI NVS region [mem 0x692ff000-0x69b2efff] (8585216 bytes)
Jun 12 21:33:32 Li kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 12 21:33:32 Li kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Jun 12 21:33:32 Li kernel: pinctrl core: initialized pinctrl subsystem
Jun 12 21:33:32 Li kernel: PM: RTC time: 13:33:30, date: 2022-06-12
Jun 12 21:33:32 Li kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 12 21:33:32 Li kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jun 12 21:33:32 Li kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 12 21:33:32 Li kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 12 21:33:32 Li kernel: audit: initializing netlink subsys (disabled)
Jun 12 21:33:32 Li kernel: audit: type=2000 audit(1655040810.119:1): state=initialized audit_enabled=0 res=1
Jun 12 21:33:32 Li kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 12 21:33:32 Li kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 12 21:33:32 Li kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 12 21:33:32 Li kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 12 21:33:32 Li kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 12 21:33:32 Li kernel: cpuidle: using governor ladder
Jun 12 21:33:32 Li kernel: cpuidle: using governor menu
Jun 12 21:33:32 Li kernel: HugeTLB: can free 4095 vmemmap pages for hugepages-1048576kB
Jun 12 21:33:32 Li kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 12 21:33:32 Li kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Jun 12 21:33:32 Li kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
Jun 12 21:33:32 Li kernel: PCI: Using configuration type 1 for base access
Jun 12 21:33:32 Li kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun 12 21:33:32 Li kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 12 21:33:32 Li kernel: HugeTLB: can free 7 vmemmap pages for hugepages-2048kB
Jun 12 21:33:32 Li kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Jun 12 21:33:32 Li kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Jun 12 21:33:32 Li kernel: ACPI: Added _OSI(Module Device)
Jun 12 21:33:32 Li kernel: ACPI: Added _OSI(Processor Device)
Jun 12 21:33:32 Li kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 12 21:33:32 Li kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 12 21:33:32 Li kernel: ACPI: Added _OSI(Linux-Dell-Video)
Jun 12 21:33:32 Li kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Jun 12 21:33:32 Li kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Jun 12 21:33:32 Li kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Jun 12 21:33:32 Li kernel: ACPI: Dynamic OEM Table Load:
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0xFFFF961981FDD400 0001C6 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Jun 12 21:33:32 Li kernel: ACPI: Dynamic OEM Table Load:
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0xFFFF9619802AB400 000386 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: Dynamic OEM Table Load:
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0xFFFF961980D7C000 00051E (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: Dynamic OEM Table Load:
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0xFFFF961980D7A800 000690 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: Dynamic OEM Table Load:
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0xFFFF96198012B000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: Dynamic OEM Table Load:
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0xFFFF961980D79800 00048A (v02 PmRef  ApHwp    00003000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: Dynamic OEM Table Load:
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0xFFFF961980D79000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: Dynamic OEM Table Load:
Jun 12 21:33:32 Li kernel: ACPI: SSDT 0xFFFF961980D7A000 00048A (v02 PmRef  ApCst    00003000 INTL 20160422)
Jun 12 21:33:32 Li kernel: ACPI: EC: EC started
Jun 12 21:33:32 Li kernel: ACPI: EC: interrupt blocked
Jun 12 21:33:32 Li kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 12 21:33:32 Li kernel: ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC used to handle transactions
Jun 12 21:33:32 Li kernel: ACPI: Interpreter enabled
Jun 12 21:33:32 Li kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jun 12 21:33:32 Li kernel: ACPI: Using IOAPIC for interrupt routing
Jun 12 21:33:32 Li kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 12 21:33:32 Li kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Jun 12 21:33:32 Li kernel: ACPI: PM: Power Resource [PG00]
Jun 12 21:33:32 Li kernel: ACPI: PM: Power Resource [BTRT]
Jun 12 21:33:32 Li kernel: ACPI: PM: Power Resource [V0PR]
Jun 12 21:33:32 Li kernel: ACPI: PM: Power Resource [V1PR]
Jun 12 21:33:32 Li kernel: ACPI: PM: Power Resource [V2PR]
Jun 12 21:33:32 Li kernel: ACPI: PM: Power Resource [WRST]
Jun 12 21:33:32 Li kernel: ACPI: PM: Power Resource [TBT0]
Jun 12 21:33:32 Li kernel: ACPI: PM: Power Resource [TBT1]
Jun 12 21:33:32 Li kernel: ACPI: PM: Power Resource [D3C]
Jun 12 21:33:32 Li kernel: ACPI: PM: Power Resource [PIN]
Jun 12 21:33:32 Li kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
Jun 12 21:33:32 Li kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 12 21:33:32 Li kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Jun 12 21:33:32 Li kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Jun 12 21:33:32 Li kernel: PCI host bridge to bus 0000:00
Jun 12 21:33:32 Li kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Jun 12 21:33:32 Li kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jun 12 21:33:32 Li kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Jun 12 21:33:32 Li kernel: pci_bus 0000:00: root bus resource [mem 0x74800000-0xbfffffff window]
Jun 12 21:33:32 Li kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Jun 12 21:33:32 Li kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jun 12 21:33:32 Li kernel: pci 0000:00:00.0: [8086:9a36] type 00 class 0x060000
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0: [8086:9a01] type 01 class 0x060400
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: [8086:9a60] type 00 class 0x030000
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: reg 0x10: [mem 0x6202000000-0x6202ffffff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
Jun 12 21:33:32 Li kernel: pci 0000:00:06.0: [8086:9a0f] type 01 class 0x060400
Jun 12 21:33:32 Li kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0: [8086:9a2b] type 01 class 0x060400
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
Jun 12 21:33:32 Li kernel: pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
Jun 12 21:33:32 Li kernel: pci 0000:00:08.0: reg 0x10: [mem 0x620316a000-0x620316afff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
Jun 12 21:33:32 Li kernel: pci 0000:00:0a.0: reg 0x10: [mem 0x6203150000-0x6203157fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:0a.0: enabling Extended Tags
Jun 12 21:33:32 Li kernel: pci 0000:00:0d.0: [8086:9a17] type 00 class 0x0c0330
Jun 12 21:33:32 Li kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x6203140000-0x620314ffff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:0d.2: [8086:9a1f] type 00 class 0x0c0340
Jun 12 21:33:32 Li kernel: pci 0000:00:0d.2: reg 0x10: [mem 0x6203100000-0x620313ffff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:0d.2: reg 0x18: [mem 0x6203169000-0x6203169fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:0d.2: supports D1 D2
Jun 12 21:33:32 Li kernel: pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330
Jun 12 21:33:32 Li kernel: pci 0000:00:14.0: reg 0x10: [mem 0x82680000-0x8268ffff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000
Jun 12 21:33:32 Li kernel: pci 0000:00:14.2: reg 0x10: [mem 0x6203160000-0x6203163fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:14.2: reg 0x18: [mem 0x6203168000-0x6203168fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:14.3: [8086:43f0] type 00 class 0x028000
Jun 12 21:33:32 Li kernel: pci 0000:00:14.3: reg 0x10: [mem 0x620315c000-0x620315ffff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:15.0: [8086:43e8] type 00 class 0x0c8000
Jun 12 21:33:32 Li kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:15.2: [8086:43ea] type 00 class 0x0c8000
Jun 12 21:33:32 Li kernel: pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000
Jun 12 21:33:32 Li kernel: pci 0000:00:16.0: reg 0x10: [mem 0x6203165000-0x6203165fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:16.0: PME# supported from D3hot
Jun 12 21:33:32 Li kernel: pci 0000:00:17.0: [8086:43d3] type 00 class 0x010601
Jun 12 21:33:32 Li kernel: pci 0000:00:17.0: reg 0x10: [mem 0x82690000-0x82691fff]
Jun 12 21:33:32 Li kernel: pci 0000:00:17.0: reg 0x14: [mem 0x82694000-0x826940ff]
Jun 12 21:33:32 Li kernel: pci 0000:00:17.0: reg 0x18: [io  0x5080-0x5087]
Jun 12 21:33:32 Li kernel: pci 0000:00:17.0: reg 0x1c: [io  0x5088-0x508b]
Jun 12 21:33:32 Li kernel: pci 0000:00:17.0: reg 0x20: [io  0x5060-0x507f]
Jun 12 21:33:32 Li kernel: pci 0000:00:17.0: reg 0x24: [mem 0x82693000-0x826937ff]
Jun 12 21:33:32 Li kernel: pci 0000:00:17.0: PME# supported from D3hot
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.0: [8086:43bc] type 01 class 0x060400
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.5: [8086:43bd] type 01 class 0x060400
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.5: PTM enabled (root), 4ns granularity
Jun 12 21:33:32 Li kernel: pci 0000:00:1d.0: [8086:43b0] type 01 class 0x060400
Jun 12 21:33:32 Li kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:1d.0: PTM enabled (root), 4ns granularity
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.0: [8086:438b] type 00 class 0x060100
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.3: [8086:43c8] type 00 class 0x040300
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x6203158000-0x620315bfff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x6203000000-0x62030fffff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x6203164000-0x62031640ff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: reg 0x10: [mem 0x83000000-0x83ffffff]
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x61ffffffff 64bit pref]
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x6200000000-0x6201ffffff 64bit pref]
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Jun 12 21:33:32 Li kernel: pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
Jun 12 21:33:32 Li kernel: pci 0000:01:00.1: reg 0x10: [mem 0x84000000-0x84003fff]
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0:   bridge window [mem 0x83000000-0x840fffff]
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
Jun 12 21:33:32 Li kernel: pci 0000:02:00.0: [144d:a80a] type 00 class 0x010802
Jun 12 21:33:32 Li kernel: pci 0000:02:00.0: reg 0x10: [mem 0x82500000-0x82503fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jun 12 21:33:32 Li kernel: pci 0000:00:06.0:   bridge window [mem 0x82500000-0x825fffff]
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0: PCI bridge to [bus 03-2c]
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0:   bridge window [mem 0x76000000-0x821fffff]
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
Jun 12 21:33:32 Li kernel: pci 0000:2d:00.0: [10ec:8168] type 00 class 0x020000
Jun 12 21:33:32 Li kernel: pci 0000:2d:00.0: reg 0x10: [io  0x3000-0x30ff]
Jun 12 21:33:32 Li kernel: pci 0000:2d:00.0: reg 0x18: [mem 0x82404000-0x82404fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:2d:00.0: reg 0x20: [mem 0x82400000-0x82403fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:2d:00.0: supports D1 D2
Jun 12 21:33:32 Li kernel: pci 0000:2d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.0: PCI bridge to [bus 2d]
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.0:   bridge window [mem 0x82400000-0x824fffff]
Jun 12 21:33:32 Li kernel: pci 0000:2e:00.0: [1217:8621] type 00 class 0x080501
Jun 12 21:33:32 Li kernel: pci 0000:2e:00.0: reg 0x10: [mem 0x82301000-0x82301fff]
Jun 12 21:33:32 Li kernel: pci 0000:2e:00.0: reg 0x14: [mem 0x82300000-0x823007ff]
Jun 12 21:33:32 Li kernel: pci 0000:2e:00.0: PME# supported from D3hot D3cold
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.5: PCI bridge to [bus 2e]
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.5:   bridge window [mem 0x82300000-0x823fffff]
Jun 12 21:33:32 Li kernel: pci 0000:2f:00.0: [2646:500d] type 00 class 0x010802
Jun 12 21:33:32 Li kernel: pci 0000:2f:00.0: reg 0x10: [mem 0x82200000-0x82203fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:1d.0: PCI bridge to [bus 2f]
Jun 12 21:33:32 Li kernel: pci 0000:00:1d.0:   bridge window [mem 0x82200000-0x822fffff]
Jun 12 21:33:32 Li kernel: ACPI: EC: interrupt unblocked
Jun 12 21:33:32 Li kernel: ACPI: EC: event unblocked
Jun 12 21:33:32 Li kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Jun 12 21:33:32 Li kernel: ACPI: EC: GPE=0x6e
Jun 12 21:33:32 Li kernel: ACPI: \_SB_.PC00.LPCB.EC__: Boot DSDT EC initialization complete
Jun 12 21:33:32 Li kernel: ACPI: \_SB_.PC00.LPCB.EC__: EC: Used to handle transactions and events
Jun 12 21:33:32 Li kernel: iommu: Default domain type: Translated 
Jun 12 21:33:32 Li kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Jun 12 21:33:32 Li kernel: SCSI subsystem initialized
Jun 12 21:33:32 Li kernel: libata version 3.00 loaded.
Jun 12 21:33:32 Li kernel: ACPI: bus type USB registered
Jun 12 21:33:32 Li kernel: usbcore: registered new interface driver usbfs
Jun 12 21:33:32 Li kernel: usbcore: registered new interface driver hub
Jun 12 21:33:32 Li kernel: usbcore: registered new device driver usb
Jun 12 21:33:32 Li kernel: pps_core: LinuxPPS API ver. 1 registered
Jun 12 21:33:32 Li kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jun 12 21:33:32 Li kernel: PTP clock support registered
Jun 12 21:33:32 Li kernel: EDAC MC: Ver: 3.0.0
Jun 12 21:33:32 Li kernel: Registered efivars operations
Jun 12 21:33:32 Li kernel: NetLabel: Initializing
Jun 12 21:33:32 Li kernel: NetLabel:  domain hash size = 128
Jun 12 21:33:32 Li kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jun 12 21:33:32 Li kernel: NetLabel:  unlabeled traffic allowed by default
Jun 12 21:33:32 Li kernel: mctp: management component transport protocol core
Jun 12 21:33:32 Li kernel: NET: Registered PF_MCTP protocol family
Jun 12 21:33:32 Li kernel: PCI: Using ACPI for IRQ routing
Jun 12 21:33:32 Li kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Jun 12 21:33:32 Li kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Jun 12 21:33:32 Li kernel: e820: reserve RAM buffer [mem 0x5df99000-0x5fffffff]
Jun 12 21:33:32 Li kernel: e820: reserve RAM buffer [mem 0x6310c000-0x63ffffff]
Jun 12 21:33:32 Li kernel: e820: reserve RAM buffer [mem 0x631c9000-0x63ffffff]
Jun 12 21:33:32 Li kernel: e820: reserve RAM buffer [mem 0x674af000-0x67ffffff]
Jun 12 21:33:32 Li kernel: e820: reserve RAM buffer [mem 0x69c00000-0x6bffffff]
Jun 12 21:33:32 Li kernel: e820: reserve RAM buffer [mem 0x48b800000-0x48bffffff]
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jun 12 21:33:32 Li kernel: vgaarb: loaded
Jun 12 21:33:32 Li kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Jun 12 21:33:32 Li kernel: hpet0: 8 comparators, 64-bit 19.200000 MHz counter
Jun 12 21:33:32 Li kernel: clocksource: Switched to clocksource tsc-early
Jun 12 21:33:32 Li kernel: VFS: Disk quotas dquot_6.6.0
Jun 12 21:33:32 Li kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 12 21:33:32 Li kernel: pnp: PnP ACPI init
Jun 12 21:33:32 Li kernel: pnp 00:00: disabling [io  0x3322-0x3323] because it overlaps 0000:00:1c.0 BAR 13 [io  0x3000-0x3fff]
Jun 12 21:33:32 Li kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Jun 12 21:33:32 Li kernel: pnp 00:05: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Jun 12 21:33:32 Li kernel: system 00:05: [mem 0xfedc0000-0xfedc7fff] has been reserved
Jun 12 21:33:32 Li kernel: system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
Jun 12 21:33:32 Li kernel: system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
Jun 12 21:33:32 Li kernel: system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
Jun 12 21:33:32 Li kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Jun 12 21:33:32 Li kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] could not be reserved
Jun 12 21:33:32 Li kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
Jun 12 21:33:32 Li kernel: system 00:06: [io  0x1800-0x18fe] could not be reserved
Jun 12 21:33:32 Li kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] could not be reserved
Jun 12 21:33:32 Li kernel: system 00:06: [mem 0xfe04c000-0xfe04ffff] has been reserved
Jun 12 21:33:32 Li kernel: system 00:06: [mem 0xfe050000-0xfe0affff] has been reserved
Jun 12 21:33:32 Li kernel: system 00:06: [mem 0xfe0d0000-0xfe0fffff] has been reserved
Jun 12 21:33:32 Li kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
Jun 12 21:33:32 Li kernel: system 00:06: [mem 0xff000000-0xffffffff] could not be reserved
Jun 12 21:33:32 Li kernel: system 00:06: [mem 0xfd000000-0xfd68ffff] has been reserved
Jun 12 21:33:32 Li kernel: system 00:06: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Jun 12 21:33:32 Li kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
Jun 12 21:33:32 Li kernel: system 00:07: [io  0x2000-0x20fe] has been reserved
Jun 12 21:33:32 Li kernel: pnp: PnP ACPI: found 9 devices
Jun 12 21:33:32 Li kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 12 21:33:32 Li kernel: NET: Registered PF_INET protocol family
Jun 12 21:33:32 Li kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 12 21:33:32 Li kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jun 12 21:33:32 Li kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 12 21:33:32 Li kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Jun 12 21:33:32 Li kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jun 12 21:33:32 Li kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jun 12 21:33:32 Li kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jun 12 21:33:32 Li kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jun 12 21:33:32 Li kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 12 21:33:32 Li kernel: NET: Registered PF_XDP protocol family
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 03-2c] add_size 1000
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0: BAR 13: assigned [io  0x6000-0x6fff]
Jun 12 21:33:32 Li kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:15.2: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x74800000-0x74800fff]
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0x84080000-0x840fffff pref]
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0:   bridge window [mem 0x83000000-0x840fffff]
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
Jun 12 21:33:32 Li kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Jun 12 21:33:32 Li kernel: pci 0000:00:06.0:   bridge window [mem 0x82500000-0x825fffff]
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0: PCI bridge to [bus 03-2c]
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0:   bridge window [io  0x6000-0x6fff]
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0:   bridge window [mem 0x76000000-0x821fffff]
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.0: PCI bridge to [bus 2d]
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.0:   bridge window [mem 0x82400000-0x824fffff]
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.5: PCI bridge to [bus 2e]
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.5:   bridge window [mem 0x82300000-0x823fffff]
Jun 12 21:33:32 Li kernel: pci 0000:00:1d.0: PCI bridge to [bus 2f]
Jun 12 21:33:32 Li kernel: pci 0000:00:1d.0:   bridge window [mem 0x82200000-0x822fffff]
Jun 12 21:33:32 Li kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Jun 12 21:33:32 Li kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Jun 12 21:33:32 Li kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Jun 12 21:33:32 Li kernel: pci_bus 0000:00: resource 7 [mem 0x74800000-0xbfffffff window]
Jun 12 21:33:32 Li kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Jun 12 21:33:32 Li kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Jun 12 21:33:32 Li kernel: pci_bus 0000:01: resource 1 [mem 0x83000000-0x840fffff]
Jun 12 21:33:32 Li kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
Jun 12 21:33:32 Li kernel: pci_bus 0000:02: resource 1 [mem 0x82500000-0x825fffff]
Jun 12 21:33:32 Li kernel: pci_bus 0000:03: resource 0 [io  0x6000-0x6fff]
Jun 12 21:33:32 Li kernel: pci_bus 0000:03: resource 1 [mem 0x76000000-0x821fffff]
Jun 12 21:33:32 Li kernel: pci_bus 0000:03: resource 2 [mem 0x6210000000-0x622bffffff 64bit pref]
Jun 12 21:33:32 Li kernel: pci_bus 0000:2d: resource 0 [io  0x3000-0x3fff]
Jun 12 21:33:32 Li kernel: pci_bus 0000:2d: resource 1 [mem 0x82400000-0x824fffff]
Jun 12 21:33:32 Li kernel: pci_bus 0000:2e: resource 1 [mem 0x82300000-0x823fffff]
Jun 12 21:33:32 Li kernel: pci_bus 0000:2f: resource 1 [mem 0x82200000-0x822fffff]
Jun 12 21:33:32 Li kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jun 12 21:33:32 Li kernel: PCI: CLS 64 bytes, default 64
Jun 12 21:33:32 Li kernel: DMAR: Intel-IOMMU force enabled due to platform opt in
Jun 12 21:33:32 Li kernel: DMAR: No ATSR found
Jun 12 21:33:32 Li kernel: DMAR: No SATC found
Jun 12 21:33:32 Li kernel: DMAR: IOMMU feature fl1gp_support inconsistent
Jun 12 21:33:32 Li kernel: DMAR: IOMMU feature pgsel_inv inconsistent
Jun 12 21:33:32 Li kernel: DMAR: IOMMU feature nwfs inconsistent
Jun 12 21:33:32 Li kernel: DMAR: IOMMU feature dit inconsistent
Jun 12 21:33:32 Li kernel: DMAR: IOMMU feature sc_support inconsistent
Jun 12 21:33:32 Li kernel: DMAR: IOMMU feature dev_iotlb_support inconsistent
Jun 12 21:33:32 Li kernel: DMAR: dmar1: Using Queued invalidation
Jun 12 21:33:32 Li kernel: DMAR: dmar0: Using Queued invalidation
Jun 12 21:33:32 Li kernel: DMAR: dmar2: Using Queued invalidation
Jun 12 21:33:32 Li kernel: Trying to unpack rootfs image as initramfs...
Jun 12 21:33:32 Li kernel: pci 0000:00:00.0: Adding to iommu group 0
Jun 12 21:33:32 Li kernel: pci 0000:00:01.0: Adding to iommu group 1
Jun 12 21:33:32 Li kernel: pci 0000:00:02.0: Adding to iommu group 2
Jun 12 21:33:32 Li kernel: pci 0000:00:06.0: Adding to iommu group 3
Jun 12 21:33:32 Li kernel: pci 0000:00:07.0: Adding to iommu group 4
Jun 12 21:33:32 Li kernel: pci 0000:00:08.0: Adding to iommu group 5
Jun 12 21:33:32 Li kernel: pci 0000:00:0a.0: Adding to iommu group 6
Jun 12 21:33:32 Li kernel: pci 0000:00:0d.0: Adding to iommu group 7
Jun 12 21:33:32 Li kernel: pci 0000:00:0d.2: Adding to iommu group 7
Jun 12 21:33:32 Li kernel: pci 0000:00:14.0: Adding to iommu group 8
Jun 12 21:33:32 Li kernel: pci 0000:00:14.2: Adding to iommu group 8
Jun 12 21:33:32 Li kernel: pci 0000:00:14.3: Adding to iommu group 9
Jun 12 21:33:32 Li kernel: pci 0000:00:15.0: Adding to iommu group 10
Jun 12 21:33:32 Li kernel: pci 0000:00:15.2: Adding to iommu group 10
Jun 12 21:33:32 Li kernel: pci 0000:00:16.0: Adding to iommu group 11
Jun 12 21:33:32 Li kernel: pci 0000:00:17.0: Adding to iommu group 12
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.0: Adding to iommu group 13
Jun 12 21:33:32 Li kernel: pci 0000:00:1c.5: Adding to iommu group 14
Jun 12 21:33:32 Li kernel: pci 0000:00:1d.0: Adding to iommu group 15
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.0: Adding to iommu group 16
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.3: Adding to iommu group 16
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.4: Adding to iommu group 16
Jun 12 21:33:32 Li kernel: pci 0000:00:1f.5: Adding to iommu group 16
Jun 12 21:33:32 Li kernel: pci 0000:01:00.0: Adding to iommu group 17
Jun 12 21:33:32 Li kernel: pci 0000:01:00.1: Adding to iommu group 17
Jun 12 21:33:32 Li kernel: pci 0000:02:00.0: Adding to iommu group 18
Jun 12 21:33:32 Li kernel: pci 0000:2d:00.0: Adding to iommu group 19
Jun 12 21:33:32 Li kernel: pci 0000:2e:00.0: Adding to iommu group 20
Jun 12 21:33:32 Li kernel: pci 0000:2f:00.0: Adding to iommu group 21
Jun 12 21:33:32 Li kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Jun 12 21:33:32 Li kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 12 21:33:32 Li kernel: software IO TLB: mapped [mem 0x00000000581fe000-0x000000005c1fe000] (64MB)
Jun 12 21:33:32 Li kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
Jun 12 21:33:32 Li kernel: clocksource: Switched to clocksource tsc
Jun 12 21:33:32 Li kernel: Initialise system trusted keyrings
Jun 12 21:33:32 Li kernel: Key type blacklist registered
Jun 12 21:33:32 Li kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jun 12 21:33:32 Li kernel: zbud: loaded
Jun 12 21:33:32 Li kernel: Key type asymmetric registered
Jun 12 21:33:32 Li kernel: Asymmetric key parser 'x509' registered
Jun 12 21:33:32 Li kernel: Freeing initrd memory: 14056K
Jun 12 21:33:32 Li kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Jun 12 21:33:32 Li kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jun 12 21:33:32 Li kernel: io scheduler mq-deadline registered
Jun 12 21:33:32 Li kernel: io scheduler kyber registered
Jun 12 21:33:32 Li kernel: io scheduler bfq registered
Jun 12 21:33:32 Li kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 123
Jun 12 21:33:32 Li kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 124
Jun 12 21:33:32 Li kernel: pcieport 0000:00:07.0: PME: Signaling with IRQ 125
Jun 12 21:33:32 Li kernel: pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Jun 12 21:33:32 Li kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 126
Jun 12 21:33:32 Li kernel: pcieport 0000:00:1c.5: PME: Signaling with IRQ 127
Jun 12 21:33:32 Li kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 128
Jun 12 21:33:32 Li kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 12 21:33:32 Li kernel: Monitor-Mwait will be used to enter C-1 state
Jun 12 21:33:32 Li kernel: Monitor-Mwait will be used to enter C-2 state
Jun 12 21:33:32 Li kernel: Monitor-Mwait will be used to enter C-3 state
Jun 12 21:33:32 Li kernel: ACPI: \_SB_.PR00: Found 3 idle states
Jun 12 21:33:32 Li kernel: ACPI: AC: AC Adapter [AC] (on-line)
Jun 12 21:33:32 Li kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jun 12 21:33:32 Li kernel: ACPI: button: Power Button [PWRB]
Jun 12 21:33:32 Li kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Jun 12 21:33:32 Li kernel: ACPI: button: Sleep Button [SLPB]
Jun 12 21:33:32 Li kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
Jun 12 21:33:32 Li kernel: ACPI: button: Lid Switch [LID0]
Jun 12 21:33:32 Li kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jun 12 21:33:32 Li kernel: ACPI: button: Power Button [PWRF]
Jun 12 21:33:32 Li kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 2003
Jun 12 21:33:32 Li kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jun 12 21:33:32 Li kernel: ACPI: thermal: Thermal Zone [TZ0] (52 C)
Jun 12 21:33:32 Li kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 12 21:33:32 Li kernel: ACPI: battery: Slot [BAT0] (battery present)
Jun 12 21:33:32 Li kernel: Non-volatile memory driver v1.3
Jun 12 21:33:32 Li kernel: Linux agpgart interface v0.103
Jun 12 21:33:32 Li kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Jun 12 21:33:32 Li kernel: ACPI: bus type drm_connector registered
Jun 12 21:33:32 Li kernel: ahci 0000:00:17.0: version 3.0
Jun 12 21:33:32 Li kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x8 impl SATA mode
Jun 12 21:33:32 Li kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds 
Jun 12 21:33:32 Li kernel: scsi host0: ahci
Jun 12 21:33:32 Li kernel: scsi host1: ahci
Jun 12 21:33:32 Li kernel: scsi host2: ahci
Jun 12 21:33:32 Li kernel: scsi host3: ahci
Jun 12 21:33:32 Li kernel: ata1: DUMMY
Jun 12 21:33:32 Li kernel: ata2: DUMMY
Jun 12 21:33:32 Li kernel: ata3: DUMMY
Jun 12 21:33:32 Li kernel: ata4: SATA max UDMA/133 abar m2048@0x82693000 port 0x82693280 irq 129
Jun 12 21:33:32 Li kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jun 12 21:33:32 Li kernel: ehci-pci: EHCI PCI platform driver
Jun 12 21:33:32 Li kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Jun 12 21:33:32 Li kernel: ohci-pci: OHCI PCI platform driver
Jun 12 21:33:32 Li kernel: uhci_hcd: USB Universal Host Controller Interface driver
Jun 12 21:33:32 Li kernel: usbcore: registered new interface driver usbserial_generic
Jun 12 21:33:32 Li kernel: usbserial: USB Serial support registered for generic
Jun 12 21:33:32 Li kernel: rtc_cmos 00:01: RTC can wake from S4
Jun 12 21:33:32 Li kernel: rtc_cmos 00:01: registered as rtc0
Jun 12 21:33:32 Li kernel: rtc_cmos 00:01: setting system clock to 2022-06-12T13:33:31 UTC (1655040811)
Jun 12 21:33:32 Li kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
Jun 12 21:33:32 Li kernel: intel_pstate: Intel P-state driver initializing
Jun 12 21:33:32 Li kernel: intel_pstate: HWP enabled
Jun 12 21:33:32 Li kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 12 21:33:32 Li kernel: efifb: probing for efifb
Jun 12 21:33:32 Li kernel: efifb: showing boot graphics
Jun 12 21:33:32 Li kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
Jun 12 21:33:32 Li kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Jun 12 21:33:32 Li kernel: efifb: scrolling: redraw
Jun 12 21:33:32 Li kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jun 12 21:33:32 Li kernel: fbcon: Deferring console take-over
Jun 12 21:33:32 Li kernel: fb0: EFI VGA frame buffer device
Jun 12 21:33:32 Li kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 12 21:33:32 Li kernel: intel_pmc_core INT33A1:00:  initialized
Jun 12 21:33:32 Li kernel: drop_monitor: Initializing network drop monitor service
Jun 12 21:33:32 Li kernel: Initializing XFRM netlink socket
Jun 12 21:33:32 Li kernel: NET: Registered PF_INET6 protocol family
Jun 12 21:33:32 Li kernel: Segment Routing with IPv6
Jun 12 21:33:32 Li kernel: RPL Segment Routing with IPv6
Jun 12 21:33:32 Li kernel: In-situ OAM (IOAM) with IPv6
Jun 12 21:33:32 Li kernel: NET: Registered PF_PACKET protocol family
Jun 12 21:33:32 Li kernel: microcode: sig=0x806d1, pf=0x2, revision=0x3e
Jun 12 21:33:32 Li kernel: microcode: Microcode Update Driver: v2.2.
Jun 12 21:33:32 Li kernel: resctrl: L2 allocation detected
Jun 12 21:33:32 Li kernel: IPI shorthand broadcast: enabled
Jun 12 21:33:32 Li kernel: sched_clock: Marking stable (734466310, 4088178)->(762995168, -24440680)
Jun 12 21:33:32 Li kernel: registered taskstats version 1
Jun 12 21:33:32 Li kernel: Loading compiled-in X.509 certificates
Jun 12 21:33:32 Li kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 3c696fe1bc672fe2e20ff70d8a38ede7fc897c2d'
Jun 12 21:33:32 Li kernel: zswap: loaded using pool lz4/z3fold
Jun 12 21:33:32 Li kernel: Key type ._fscrypt registered
Jun 12 21:33:32 Li kernel: Key type .fscrypt registered
Jun 12 21:33:32 Li kernel: Key type fscrypt-provisioning registered
Jun 12 21:33:32 Li kernel: PM:   Magic number: 10:309:584
Jun 12 21:33:32 Li kernel: RAS: Correctable Errors collector initialized.
Jun 12 21:33:32 Li kernel: ata4: SATA link down (SStatus 4 SControl 300)
Jun 12 21:33:32 Li kernel: Freeing unused decrypted memory: 2036K
Jun 12 21:33:32 Li kernel: Freeing unused kernel image (initmem) memory: 1856K
Jun 12 21:33:32 Li kernel: Write protecting the kernel read-only data: 28672k
Jun 12 21:33:32 Li kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Jun 12 21:33:32 Li kernel: Freeing unused kernel image (rodata/data gap) memory: 1304K
Jun 12 21:33:32 Li kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 12 21:33:32 Li kernel: rodata_test: all tests were successful
Jun 12 21:33:32 Li kernel: Run /init as init process
Jun 12 21:33:32 Li kernel:   with arguments:
Jun 12 21:33:32 Li kernel:     /init
Jun 12 21:33:32 Li kernel:   with environment:
Jun 12 21:33:32 Li kernel:     HOME=/
Jun 12 21:33:32 Li kernel:     TERM=linux
Jun 12 21:33:32 Li kernel:     BOOT_IMAGE=/vmlinuz-linux
Jun 12 21:33:32 Li kernel: fbcon: Taking over console
Jun 12 21:33:32 Li kernel: Console: switching to colour frame buffer device 240x67
Jun 12 21:33:32 Li kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Jun 12 21:33:32 Li kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 12 21:33:32 Li kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
Jun 12 21:33:32 Li kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
Jun 12 21:33:32 Li kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 12 21:33:32 Li kernel: usb usb1: Product: xHCI Host Controller
Jun 12 21:33:32 Li kernel: usb usb1: Manufacturer: Linux 5.18.3-arch1-1 xhci-hcd
Jun 12 21:33:32 Li kernel: usb usb1: SerialNumber: 0000:00:0d.0
Jun 12 21:33:32 Li kernel: hub 1-0:1.0: USB hub found
Jun 12 21:33:32 Li kernel: hub 1-0:1.0: 1 port detected
Jun 12 21:33:32 Li kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
Jun 12 21:33:32 Li kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 12 21:33:32 Li kernel: usb usb2: Product: xHCI Host Controller
Jun 12 21:33:32 Li kernel: usb usb2: Manufacturer: Linux 5.18.3-arch1-1 xhci-hcd
Jun 12 21:33:32 Li kernel: usb usb2: SerialNumber: 0000:00:0d.0
Jun 12 21:33:32 Li kernel: hub 2-0:1.0: USB hub found
Jun 12 21:33:32 Li kernel: hub 2-0:1.0: 4 ports detected
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Jun 12 21:33:32 Li kernel: nvme nvme0: pci function 0000:02:00.0
Jun 12 21:33:32 Li kernel: nvme nvme1: pci function 0000:2f:00.0
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
Jun 12 21:33:32 Li kernel: sdhci: Secure Digital Host Controller Interface driver
Jun 12 21:33:32 Li kernel: sdhci: Copyright(c) Pierre Ossman
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Jun 12 21:33:32 Li kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
Jun 12 21:33:32 Li kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.18
Jun 12 21:33:32 Li kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 12 21:33:32 Li kernel: usb usb3: Product: xHCI Host Controller
Jun 12 21:33:32 Li kernel: usb usb3: Manufacturer: Linux 5.18.3-arch1-1 xhci-hcd
Jun 12 21:33:32 Li kernel: usb usb3: SerialNumber: 0000:00:14.0
Jun 12 21:33:32 Li kernel: hub 3-0:1.0: USB hub found
Jun 12 21:33:32 Li kernel: hub 3-0:1.0: 16 ports detected
Jun 12 21:33:32 Li kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.18
Jun 12 21:33:32 Li kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 12 21:33:32 Li kernel: usb usb4: Product: xHCI Host Controller
Jun 12 21:33:32 Li kernel: usb usb4: Manufacturer: Linux 5.18.3-arch1-1 xhci-hcd
Jun 12 21:33:32 Li kernel: usb usb4: SerialNumber: 0000:00:14.0
Jun 12 21:33:32 Li kernel: hub 4-0:1.0: USB hub found
Jun 12 21:33:32 Li kernel: hub 4-0:1.0: 8 ports detected
Jun 12 21:33:32 Li kernel: usb: port power management may be unreliable
Jun 12 21:33:32 Li kernel: nvme nvme0: Shutdown timeout set to 10 seconds
Jun 12 21:33:32 Li kernel: nvme nvme1: missing or invalid SUBNQN field.
Jun 12 21:33:32 Li kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jun 12 21:33:32 Li kernel:  nvme0n1: p1 p2 p3 p4
Jun 12 21:33:32 Li kernel: nvme nvme1: 8/0/0 default/read/poll queues
Jun 12 21:33:32 Li kernel:  nvme1n1: p1
Jun 12 21:33:32 Li kernel: sdhci-pci 0000:2e:00.0: SDHCI controller found [1217:8621] (rev 1)
Jun 12 21:33:32 Li kernel: sdhci-pci 0000:2e:00.0: enabling device (0000 -> 0002)
Jun 12 21:33:32 Li kernel: mmc0: SDHCI controller on PCI [0000:2e:00.0] using ADMA
Jun 12 21:33:32 Li kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Jun 12 21:33:32 Li kernel: EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Quota mode: none.
Jun 12 21:33:32 Li kernel: usb 3-6: new full-speed USB device number 2 using xhci_hcd
Jun 12 21:33:32 Li systemd[1]: systemd 251.2-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Jun 12 21:33:32 Li systemd[1]: Detected architecture x86-64.
Jun 12 21:33:32 Li systemd[1]: Hostname set to <Li>.
Jun 12 21:33:32 Li kernel: usb 3-6: New USB device found, idVendor=0a05, idProduct=7211, bcdDevice= 1.00
Jun 12 21:33:32 Li kernel: usb 3-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jun 12 21:33:32 Li kernel: usb 3-6: Product: USB2.0 HUB
Jun 12 21:33:32 Li kernel: hub 3-6:1.0: USB hub found
Jun 12 21:33:32 Li kernel: hub 3-6:1.0: 4 ports detected
Jun 12 21:33:32 Li systemd[1]: Queued start job for default target Graphical Interface.
Jun 12 21:33:32 Li systemd[1]: Created slice Slice /system/getty.
Jun 12 21:33:32 Li systemd[1]: Created slice Slice /system/modprobe.
Jun 12 21:33:32 Li systemd[1]: Created slice Slice /system/systemd-fsck.
Jun 12 21:33:32 Li systemd[1]: Created slice User and Session Slice.
Jun 12 21:33:32 Li systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 12 21:33:32 Li systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 12 21:33:32 Li systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 12 21:33:32 Li systemd[1]: Reached target Local Encrypted Volumes.
Jun 12 21:33:32 Li systemd[1]: Reached target Login Prompts.
Jun 12 21:33:32 Li systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 12 21:33:32 Li systemd[1]: Reached target Path Units.
Jun 12 21:33:32 Li systemd[1]: Reached target Remote File Systems.
Jun 12 21:33:32 Li systemd[1]: Reached target Slice Units.
Jun 12 21:33:32 Li systemd[1]: Reached target Local Verity Protected Volumes.
Jun 12 21:33:32 Li systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 12 21:33:32 Li systemd[1]: Listening on LVM2 poll daemon socket.
Jun 12 21:33:32 Li systemd[1]: Listening on Process Core Dump Socket.
Jun 12 21:33:32 Li systemd[1]: Listening on Journal Audit Socket.
Jun 12 21:33:32 Li systemd[1]: Listening on Journal Socket (/dev/log).
Jun 12 21:33:32 Li systemd[1]: Listening on Journal Socket.
Jun 12 21:33:32 Li systemd[1]: Listening on udev Control Socket.
Jun 12 21:33:32 Li systemd[1]: Listening on udev Kernel Socket.
Jun 12 21:33:32 Li systemd[1]: Mounting Huge Pages File System...
Jun 12 21:33:32 Li systemd[1]: Mounting POSIX Message Queue File System...
Jun 12 21:33:32 Li systemd[1]: Mounting Kernel Debug File System...
Jun 12 21:33:32 Li systemd[1]: Mounting Kernel Trace File System...
Jun 12 21:33:32 Li systemd[1]: Starting Create List of Static Device Nodes...
Jun 12 21:33:32 Li systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jun 12 21:33:32 Li systemd[1]: Starting Load Kernel Module configfs...
Jun 12 21:33:32 Li systemd[1]: Starting Load Kernel Module drm...
Jun 12 21:33:32 Li systemd[1]: Starting Load Kernel Module fuse...
Jun 12 21:33:32 Li systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Jun 12 21:33:32 Li systemd[1]: Starting Journal Service...
Jun 12 21:33:32 Li systemd[1]: Starting Load Kernel Modules...
Jun 12 21:33:32 Li systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 12 21:33:32 Li systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Jun 12 21:33:32 Li systemd[1]: Starting Coldplug All udev Devices...
Jun 12 21:33:32 Li systemd[1]: Mounted Huge Pages File System.
Jun 12 21:33:32 Li systemd[1]: Mounted POSIX Message Queue File System.
Jun 12 21:33:32 Li systemd[1]: Mounted Kernel Debug File System.
Jun 12 21:33:32 Li systemd[1]: Mounted Kernel Trace File System.
Jun 12 21:33:32 Li systemd[1]: Finished Create List of Static Device Nodes.
Jun 12 21:33:32 Li systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 12 21:33:32 Li systemd[1]: Finished Load Kernel Module configfs.
Jun 12 21:33:32 Li systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 12 21:33:32 Li systemd[1]: Finished Load Kernel Module drm.
Jun 12 21:33:32 Li systemd[1]: Mounting Kernel Configuration File System...
Jun 12 21:33:32 Li kernel: EXT4-fs (nvme0n1p4): re-mounted. Quota mode: none.
Jun 12 21:33:32 Li systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 12 21:33:32 Li systemd[1]: Mounted Kernel Configuration File System.
Jun 12 21:33:32 Li systemd[1]: Activating swap /swapfile...
Jun 12 21:33:32 Li systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Jun 12 21:33:32 Li kernel: fuse: init (API version 7.36)
Jun 12 21:33:32 Li systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Jun 12 21:33:32 Li systemd[1]: Starting Load/Save Random Seed...
Jun 12 21:33:32 Li systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Jun 12 21:33:32 Li systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 12 21:33:32 Li systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 12 21:33:32 Li systemd[1]: Finished Load Kernel Module fuse.
Jun 12 21:33:32 Li kernel: audit: type=1130 audit(1655040812.356: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 12 21:33:32 Li kernel: audit: type=1131 audit(1655040812.356: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 12 21:33:32 Li systemd[1]: Finished Load Kernel Modules.
Jun 12 21:33:32 Li kernel: audit: type=1130 audit(1655040812.356: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 12 21:33:32 Li systemd[1]: Mounting FUSE Control File System...
Jun 12 21:33:32 Li systemd[1]: Starting Apply Kernel Variables...
Jun 12 21:33:32 Li systemd[1]: Mounted FUSE Control File System.
Jun 12 21:33:32 Li systemd[1]: Finished Apply Kernel Variables.
Jun 12 21:33:32 Li kernel: audit: type=1130 audit(1655040812.360:5): 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 12 21:33:32 Li kernel: Adding 8388604k swap on /swapfile.  Priority:-2 extents:8 across:8962044k SSFS
Jun 12 21:33:32 Li systemd[1]: Activated swap /swapfile.
Jun 12 21:33:32 Li systemd[1]: Reached target Swaps.
Jun 12 21:33:32 Li systemd[1]: Mounting Temporary Directory /tmp...
Jun 12 21:33:32 Li systemd[1]: Mounted Temporary Directory /tmp.
Jun 12 21:33:32 Li systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 12 21:33:32 Li kernel: audit: type=1130 audit(1655040812.366:6): 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 12 21:33:32 Li kernel: audit: type=1334 audit(1655040812.366:7): prog-id=8 op=LOAD
Jun 12 21:33:32 Li kernel: audit: type=1334 audit(1655040812.366:8): prog-id=9 op=LOAD
Jun 12 21:33:32 Li systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 12 21:33:32 Li systemd-journald[342]: Journal started
Jun 12 21:33:32 Li systemd-journald[342]: Runtime Journal (/run/log/journal/981494ba28df4cc3ae205d5e983dbf4a) is 8.0M, max 788.9M, 780.9M free.
Jun 12 21:33:32 Li 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 12 21:33:32 Li 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 12 21:33:32 Li 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 12 21:33:32 Li 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 12 21:33:32 Li 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 12 21:33:32 Li audit: BPF prog-id=8 op=LOAD
Jun 12 21:33:32 Li audit: BPF prog-id=9 op=LOAD
Jun 12 21:33:32 Li systemd-modules-load[343]: Inserted module 'crypto_user'
Jun 12 21:33:32 Li 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 12 21:33:32 Li systemd-modules-load[343]: Module 'nvidia_uvm' is deny-listed
Jun 12 21:33:32 Li systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 12 21:33:32 Li systemd[1]: Finished Load/Save Random Seed.
Jun 12 21:33:32 Li 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 12 21:33:32 Li systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Jun 12 21:33:32 Li systemd-journald[342]: Time spent on flushing to /var/log/journal/981494ba28df4cc3ae205d5e983dbf4a is 35.839ms for 925 entries.
Jun 12 21:33:32 Li systemd-journald[342]: System Journal (/var/log/journal/981494ba28df4cc3ae205d5e983dbf4a) is 970.5M, max 4.0G, 3.0G free.
Jun 12 21:33:32 Li systemd[1]: Started Journal Service.
Jun 12 21:33:32 Li kernel: audit: type=1130 audit(1655040812.373:9): 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 12 21:33:32 Li kernel: audit: type=1130 audit(1655040812.373:10): 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 12 21:33:32 Li systemd-journald[342]: Received client request to flush runtime journal.
Jun 12 21:33:32 Li kernel: input: Intel HID events as /devices/platform/INTC1051:00/input/input6
Jun 12 21:33:32 Li kernel: usb 3-8: new high-speed USB device number 3 using xhci_hcd
Jun 12 21:33:32 Li kernel: ACPI: bus type thunderbolt registered
Jun 12 21:33:32 Li 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 12 21:33:32 Li 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 12 21:33:32 Li 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 12 21:33:32 Li systemd-udevd[355]: Using default interface naming scheme 'v251'.
Jun 12 21:33:32 Li systemd-udevd[355]: Configuration file /usr/lib/udev/rules.d/77-mm-fibocom-port-types.rules is marked executable. Please remove executable permission bits. Proceeding anyway.
Jun 12 21:33:32 Li systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 12 21:33:32 Li systemd[1]: Finished Coldplug All udev Devices.
Jun 12 21:33:32 Li systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jun 12 21:33:32 Li systemd[1]: Reached target Preparation for Local File Systems.
Jun 12 21:33:32 Li systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
Jun 12 21:33:32 Li systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 12 21:33:32 Li 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 12 21:33:32 Li kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Jun 12 21:33:32 Li kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jun 12 21:33:32 Li kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
Jun 12 21:33:32 Li kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jun 12 21:33:32 Li systemd[1]: Found device SAMSUNG MZVL2512HCJQ-00BL2 EFI\x20system\x20partition.
Jun 12 21:33:32 Li systemd[1]: Starting File System Check on /dev/disk/by-uuid/2814-8224...
Jun 12 21:33:32 Li kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jun 12 21:33:32 Li systemd-fsck[465]: fsck.fat 4.2 (2021-01-31)
Jun 12 21:33:32 Li systemd-fsck[465]: /dev/nvme0n1p1: 557 files, 50779/74752 clusters
Jun 12 21:33:32 Li systemd[1]: Finished File System Check on /dev/disk/by-uuid/2814-8224.
Jun 12 21:33:32 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-2814\x2d8224 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:32 Li systemd[1]: Mounting /boot...
Jun 12 21:33:32 Li kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 12 21:33:32 Li kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 12 21:33:32 Li kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jun 12 21:33:32 Li kernel: cfg80211: failed to load regulatory.db
Jun 12 21:33:32 Li kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
Jun 12 21:33:32 Li kernel: checking generic (4000000000 7f0000) vs hw (6202000000 1000000)
Jun 12 21:33:32 Li kernel: checking generic (4000000000 7f0000) vs hw (4000000000 10000000)
Jun 12 21:33:32 Li kernel: fb0: switching to i915 from EFI VGA
Jun 12 21:33:32 Li kernel: Console: switching to colour dummy device 80x25
Jun 12 21:33:32 Li kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jun 12 21:33:32 Li kernel: i915 0000:00:02.0: [drm] Transparent Hugepage mode 'huge=within_size'
Jun 12 21:33:32 Li kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Jun 12 21:33:32 Li kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
Jun 12 21:33:32 Li kernel: usb 3-8: New USB device found, idVendor=5986, idProduct=9102, bcdDevice= 6.01
Jun 12 21:33:32 Li kernel: usb 3-8: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Jun 12 21:33:32 Li kernel: usb 3-8: Product: BisonCam,NB Pro
Jun 12 21:33:32 Li kernel: usb 3-8: Manufacturer: Sonix Technology Co., Ltd.
Jun 12 21:33:32 Li kernel: input: FTCS1000:01 2808:0101 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-FTCS1000:01/0018:2808:0101.0001/input/input7
Jun 12 21:33:32 Li kernel: input: FTCS1000:01 2808:0101 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-FTCS1000:01/0018:2808:0101.0001/input/input8
Jun 12 21:33:32 Li kernel: hid-generic 0018:2808:0101.0001: input,hidraw0: I2C HID v1.00 Mouse [FTCS1000:01 2808:0101] on i2c-FTCS1000:01
Jun 12 21:33:32 Li kernel: input: PC Speaker as /devices/platform/pcspkr/input/input10
Jun 12 21:33:32 Li kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:05 [mem 0xfedc0000-0xfedc7fff]
Jun 12 21:33:32 Li kernel: caller __uncore_imc_init_box+0xc4/0x110 [intel_uncore] mapping multiple BARs
Jun 12 21:33:32 Li kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jun 12 21:33:32 Li kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jun 12 21:33:32 Li systemd[1]: Mounted /boot.
Jun 12 21:33:32 Li systemd[1]: Reached target Local File Systems.
Jun 12 21:33:32 Li systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
Jun 12 21:33:32 Li systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
Jun 12 21:33:32 Li systemd[1]: Store a System Token in an EFI Variable was skipped because of a failed condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jun 12 21:33:32 Li systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jun 12 21:33:32 Li systemd[1]: Starting Create Volatile Files and Directories...
Jun 12 21:33:32 Li kernel: i2c i2c-11: 2/2 memory slots populated (from DMI)
Jun 12 21:33:32 Li kernel: i2c i2c-11: Successfully instantiated SPD at 0x50
Jun 12 21:33:32 Li kernel: cryptd: max_cpu_qlen set to 1000
Jun 12 21:33:32 Li kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jun 12 21:33:32 Li kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Jun 12 21:33:32 Li kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jun 12 21:33:32 Li kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jun 12 21:33:32 Li kernel: AVX2 version of gcm_enc/dec engaged.
Jun 12 21:33:32 Li kernel: AES CTR mode by8 optimization enabled
Jun 12 21:33:32 Li kernel: Intel(R) Wireless WiFi driver for Linux
Jun 12 21:33:32 Li kernel: iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-72.ucode failed with error -2
Jun 12 21:33:32 Li kernel: r8169 0000:2d:00.0 eth0: RTL8168h/8111h, 80:fa:5b:98:f1:e2, XID 541, IRQ 194
Jun 12 21:33:32 Li kernel: r8169 0000:2d:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jun 12 21:33:32 Li systemd[1]: Finished Create Volatile Files and Directories.
Jun 12 21:33:32 Li systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
Jun 12 21:33:32 Li 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 12 21:33:32 Li systemd[1]: Starting Network Time Synchronization...
Jun 12 21:33:32 Li systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
Jun 12 21:33:32 Li systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 12 21:33:32 Li audit[523]: SYSTEM_BOOT pid=523 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:32 Li kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
Jun 12 21:33:32 Li kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
Jun 12 21:33:32 Li kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
Jun 12 21:33:32 Li kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
Jun 12 21:33:32 Li kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
Jun 12 21:33:32 Li kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input16
Jun 12 21:33:32 Li systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 12 21:33:32 Li 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 12 21:33:32 Li kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Jun 12 21:33:32 Li kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Jun 12 21:33:32 Li kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input17
Jun 12 21:33:32 Li kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun 12 21:33:32 Li kernel: fbcon: i915drmfb (fb0) is primary device
Jun 12 21:33:32 Li kernel: Console: switching to colour frame buffer device 240x67
Jun 12 21:33:32 Li kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Jun 12 21:33:32 Li kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Jun 12 21:33:32 Li kernel: iwlwifi 0000:00:14.3: loaded firmware version 71.058653f6.0 QuZ-a0-hr-b0-71.ucode op_mode iwlmvm
Jun 12 21:33:32 Li kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jun 12 21:33:32 Li systemd[1]: Started Network Time Synchronization.
Jun 12 21:33:32 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:32 Li systemd[1]: Reached target System Initialization.
Jun 12 21:33:32 Li systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 12 21:33:32 Li systemd[1]: Reached target System Time Set.
Jun 12 21:33:32 Li systemd[1]: Started Discard unused blocks once a week.
Jun 12 21:33:32 Li systemd[1]: Started Daily verification of password and group files.
Jun 12 21:33:32 Li systemd[1]: Reached target Timer Units.
Jun 12 21:33:32 Li systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 12 21:33:32 Li systemd[1]: Starting Docker Socket for the API...
Jun 12 21:33:32 Li systemd[1]: Listening on Docker Socket for the API.
Jun 12 21:33:32 Li systemd[1]: Reached target Socket Units.
Jun 12 21:33:32 Li systemd[1]: Reached target Basic System.
Jun 12 21:33:32 Li systemd[1]: System is tainted: cgroupsv1
Jun 12 21:33:32 Li systemd[1]: Starting D-Bus System Message Bus...
Jun 12 21:33:32 Li systemd[1]: Starting Initialize hardware monitoring sensors...
Jun 12 21:33:32 Li systemd[1]: Starting Optimus Manager Commands Daemon...
Jun 12 21:33:32 Li systemd[1]: SSH Key Generation was skipped because all trigger condition checks failed.
Jun 12 21:33:32 Li audit: BPF prog-id=10 op=LOAD
Jun 12 21:33:32 Li audit: BPF prog-id=11 op=LOAD
Jun 12 21:33:32 Li systemd[1]: Starting User Login Management...
Jun 12 21:33:32 Li kernel: usb 3-14: new full-speed USB device number 4 using xhci_hcd
Jun 12 21:33:32 Li systemd[1]: Started D-Bus System Message Bus.
Jun 12 21:33:32 Li 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 12 21:33:32 Li systemd[1]: Starting Network Manager...
Jun 12 21:33:32 Li systemd-logind[533]: Watching system buttons on /dev/input/event3 (Power Button)
Jun 12 21:33:32 Li systemd-logind[533]: Watching system buttons on /dev/input/event0 (Power Button)
Jun 12 21:33:32 Li systemd-logind[533]: Watching system buttons on /dev/input/event2 (Lid Switch)
Jun 12 21:33:32 Li systemd-logind[533]: Watching system buttons on /dev/input/event1 (Sleep Button)
Jun 12 21:33:32 Li systemd-logind[533]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Jun 12 21:33:32 Li systemd-logind[533]: New seat seat0.
Jun 12 21:33:32 Li systemd[1]: Started User Login Management.
Jun 12 21:33:32 Li 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 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7430] NetworkManager (version 1.38.0-1) is starting... (for the first time)
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7430] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7439] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 12 21:33:32 Li systemd[1]: Started Network Manager.
Jun 12 21:33:32 Li 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 12 21:33:32 Li systemd[1]: Reached target Network.
Jun 12 21:33:32 Li systemd[1]: Starting Network Manager Wait Online...
Jun 12 21:33:32 Li systemd[1]: Started OpenSSH Daemon.
Jun 12 21:33:32 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:32 Li systemd[1]: Starting Permit User Sessions...
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7463] manager[0x55eb68527010]: monitoring kernel firmware directory '/lib/firmware'.
Jun 12 21:33:32 Li systemd[1]: Started v2rayA Service.
Jun 12 21:33:32 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=v2raya comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:32 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=534 comm="/usr/bin/NetworkManager --no-daemon")
Jun 12 21:33:32 Li audit: BPF prog-id=12 op=LOAD
Jun 12 21:33:32 Li audit: BPF prog-id=13 op=LOAD
Jun 12 21:33:32 Li systemd[1]: Starting Hostname Service...
Jun 12 21:33:32 Li systemd[1]: Finished Permit User Sessions.
Jun 12 21:33:32 Li 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 12 21:33:32 Li sshd[538]: Server listening on 0.0.0.0 port 22.
Jun 12 21:33:32 Li sshd[538]: Server listening on :: port 22.
Jun 12 21:33:32 Li python3[532]: [14] INFO: # Daemon pre-start hook
Jun 12 21:33:32 Li python3[532]: [14] INFO: Removing /etc/X11/xorg.conf.d/10-optimus-manager.conf (if present)
Jun 12 21:33:32 Li python3[532]: [14] INFO: Copying /etc/optimus-manager/optimus-manager.conf to /var/lib/optimus-manager/tmp/config_copy.conf
Jun 12 21:33:32 Li python3[532]: [16] INFO: Startup mode is: integrated
Jun 12 21:33:32 Li python3[532]: [16] INFO: Writing state {'type': 'pending_pre_xorg_start', 'requested_mode': 'integrated', 'current_mode': None}
Jun 12 21:33:32 Li python3[532]: [16] INFO: Daemon pre-start hook completed successfully.
Jun 12 21:33:32 Li python3[532]: [16] INFO: Calling Xorg pre-start hook.
Jun 12 21:33:32 Li dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jun 12 21:33:32 Li systemd[1]: Started Hostname Service.
Jun 12 21:33:32 Li 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 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7725] hostname: hostname: using hostnamed
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7725] hostname: static hostname changed from (none) to "Li"
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7727] dns-mgr[0x55eb684fb450]: init: dns=default,systemd-resolved rc-manager=symlink
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7729] manager[0x55eb68527010]: rfkill: Wi-Fi hardware radio set enabled
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7729] manager[0x55eb68527010]: rfkill: WWAN hardware radio set enabled
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7770] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-team.so)
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7792] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-bluetooth.so)
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7796] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-wifi.so)
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7799] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-ovs.so)
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7803] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-adsl.so)
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7805] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.38.0-1/libnm-device-plugin-wwan.so)
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7807] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7807] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7807] manager: Networking is enabled by state file
Jun 12 21:33:32 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=534 comm="/usr/bin/NetworkManager --no-daemon")
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7810] settings: Loaded settings plugin: keyfile (internal)
Jun 12 21:33:32 Li systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7827] dhcp-init: Using DHCP client 'internal'
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7827] device (lo): carrier: link connected
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7828] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7832] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jun 12 21:33:32 Li NetworkManager[534]: <info>  [1655040812.7844] ovsdb: disconnected from ovsdb
Jun 12 21:33:32 Li dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jun 12 21:33:32 Li systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 12 21:33:32 Li 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 12 21:33:32 Li python3[557]: [6] INFO: # Xorg pre-start hook
Jun 12 21:33:32 Li python3[557]: [6] INFO: Previous state was: {'type': 'pending_pre_xorg_start', 'requested_mode': 'integrated', 'current_mode': None}
Jun 12 21:33:32 Li python3[557]: [6] INFO: Requested mode is: integrated
Jun 12 21:33:32 Li python3[573]: modinfo: ERROR: Module acpi_call not found.
Jun 12 21:33:32 Li kernel: usb 3-14: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Jun 12 21:33:32 Li kernel: usb 3-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 12 21:33:32 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lm_sensors comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:32 Li systemd[1]: Finished Initialize hardware monitoring sensors.
Jun 12 21:33:32 Li systemd[1]: Starting Thunderbolt system service...
Jun 12 21:33:32 Li kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jun 12 21:33:32 Li kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 12 21:33:32 Li kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jun 12 21:33:32 Li kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Jun 12 21:33:32 Li kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Jun 12 21:33:32 Li kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x1b
Jun 12 21:33:32 Li kernel: snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
Jun 12 21:33:32 Li kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Jun 12 21:33:32 Li kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Jun 12 21:33:32 Li boltd[606]: bolt 0.9.2 starting up.
Jun 12 21:33:32 Li boltd[606]: manager: initializing store
Jun 12 21:33:32 Li boltd[606]: store: located at: /var/lib/boltd
Jun 12 21:33:32 Li boltd[606]: config: loading user config
Jun 12 21:33:32 Li boltd[606]: bouncer: initializing polkit
Jun 12 21:33:32 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.7' (uid=0 pid=606 comm="/usr/lib/boltd")
Jun 12 21:33:32 Li systemd[1]: Starting Authorization Manager...
Jun 12 21:33:32 Li kernel: ee1004 11-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Jun 12 21:33:33 Li kernel: iTCO_vendor_support: vendor-support=0
Jun 12 21:33:33 Li kernel: intel_tcc_cooling: Programmable TCC Offset detected
Jun 12 21:33:33 Li kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
Jun 12 21:33:33 Li kernel: thermal thermal_zone2: failed to read out thermal zone (-61)
Jun 12 21:33:33 Li polkitd[610]: Started polkitd version 0.120
Jun 12 21:33:33 Li polkitd[610]: Loading rules from directory /etc/polkit-1/rules.d
Jun 12 21:33:33 Li polkitd[610]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 12 21:33:33 Li polkitd[610]: Finished loading, compiling and executing 4 rules
Jun 12 21:33:33 Li dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Jun 12 21:33:33 Li polkitd[610]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 12 21:33:33 Li 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 12 21:33:33 Li systemd[1]: Started Authorization Manager.
Jun 12 21:33:33 Li boltd[606]: watchdog: enabled [pulse: 90s]
Jun 12 21:33:33 Li boltd[606]: udev: initializing udev
Jun 12 21:33:33 Li boltd[606]: store: loading domains
Jun 12 21:33:33 Li boltd[606]: store: loading devices
Jun 12 21:33:33 Li boltd[606]: power: state located at: /run/boltd/power
Jun 12 21:33:33 Li boltd[606]: power: force power support: no
Jun 12 21:33:33 Li boltd[606]: udev: enumerating devices
Jun 12 21:33:33 Li boltd[606]: [407f4bcb-1edd-domain0                    ] newly connected [iommu] (/sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0)
Jun 12 21:33:33 Li boltd[606]: security level set to 'none'
Jun 12 21:33:33 Li boltd[606]: [407f4bcb-1edd-domain0                    ] domain: registered (bootacl: 0/0)
Jun 12 21:33:33 Li boltd[606]: [407f4bcb-1edd-domain0                    ] bootacl: bootacl not supported, no sync
Jun 12 21:33:33 Li boltd[606]: [407f4bcb-1edd-domain0                    ] udev: failed to determine if uid is stable: unknown NHI PCI id '0x9a1f'
Jun 12 21:33:33 Li boltd[606]: [407f4bcb-1edd-domain0                    ] udev: uuid is stable: no (for NHI: 0x9a1f)
Jun 12 21:33:33 Li boltd[606]: global 'generation' set to '4'
Jun 12 21:33:33 Li boltd[606]: [407f4bcb-1edd-X15 AT                     ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0
Jun 12 21:33:33 Li boltd[606]: [407f4bcb-1edd-X15 AT                     ] labeling device: COLORFUL X15 AT
Jun 12 21:33:33 Li boltd[606]: [407f4bcb-1edd-domain0                    ] dbus: exported domain at /org/freedesktop/bolt/domains/407f4bcb_1edd_8780_ffff_ffffffffffff
Jun 12 21:33:33 Li boltd[606]: [407f4bcb-1edd-X15 AT                     ] dbus: exported device at /org/freedesktop/bolt/devices/407f4bcb_1edd...
Jun 12 21:33:33 Li systemd[1]: Started Thunderbolt system service.
Jun 12 21:33:33 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bolt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:33 Li systemd-logind[533]: Watching system buttons on /dev/input/event5 (Intel HID events)
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
Jun 12 21:33:33 Li kernel: usb 3-6.1: new full-speed USB device number 5 using xhci_hcd
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=13 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=14 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=15 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=16 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
Jun 12 21:33:33 Li kernel: input: HDA Intel PCH HDMI/DP,pcm=17 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
Jun 12 21:33:33 Li kernel: input: FTCS1000:01 2808:0101 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-FTCS1000:01/0018:2808:0101.0001/input/input32
Jun 12 21:33:33 Li kernel: input: FTCS1000:01 2808:0101 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-FTCS1000:01/0018:2808:0101.0001/input/input33
Jun 12 21:33:33 Li kernel: hid-multitouch 0018:2808:0101.0001: input,hidraw0: I2C HID v1.00 Mouse [FTCS1000:01 2808:0101] on i2c-FTCS1000:01
Jun 12 21:33:33 Li kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Jun 12 21:33:33 Li kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jun 12 21:33:33 Li kernel: iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
Jun 12 21:33:33 Li kernel: spi-nor spi0.0: gd25q128 (16384 Kbytes)
Jun 12 21:33:33 Li kernel: mousedev: PS/2 mouse device common for all mice
Jun 12 21:33:33 Li kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jun 12 21:33:33 Li kernel: 0x000000000000-0x000001000000 : "BIOS"
Jun 12 21:33:33 Li systemd[1]: Reached target Sound Card.
Jun 12 21:33:33 Li systemd[1]: Created slice Slice /system/systemd-backlight.
Jun 12 21:33:33 Li systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jun 12 21:33:33 Li systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jun 12 21:33:33 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:33 Li boltd[606]: [407f4bcb-1edd-X15 AT                     ] udev: device changed: authorized -> authorized
Jun 12 21:33:33 Li boltd[606]: [407f4bcb-1edd-X15 AT                     ] udev: device changed: authorized -> authorized
Jun 12 21:33:33 Li kernel: usb 3-6.1: New USB device found, idVendor=0b05, idProduct=195e, bcdDevice= 1.11
Jun 12 21:33:33 Li kernel: usb 3-6.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 12 21:33:33 Li kernel: usb 3-6.1: Product: ROG KERIS WIRELESS
Jun 12 21:33:33 Li kernel: usb 3-6.1: Manufacturer: ASUSTeK
Jun 12 21:33:33 Li kernel: iwlwifi 0000:00:14.3: base HW address: ec:63:d7:3f:ac:e6
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.2047] device (wlan0): driver supports Access Point (AP) mode
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.2050] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jun 12 21:33:33 Li kernel: r8169 0000:2d:00.0 enp45s0: renamed from eth0
Jun 12 21:33:33 Li kernel: usb 3-6.2: new full-speed USB device number 6 using xhci_hcd
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.2658] device (eth0): interface index 2 renamed iface from 'eth0' to 'enp45s0'
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.2682] device (enp45s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 12 21:33:33 Li kernel: Generic FE-GE Realtek PHY r8169-0-2d00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2d00:00, irq=MAC)
Jun 12 21:33:33 Li kernel: intel_rapl_common: Found RAPL domain package
Jun 12 21:33:33 Li kernel: intel_rapl_common: Found RAPL domain core
Jun 12 21:33:33 Li kernel: intel_rapl_common: Found RAPL domain uncore
Jun 12 21:33:33 Li kernel: intel_rapl_common: Found RAPL domain psys
Jun 12 21:33:33 Li audit[662]: NETFILTER_CFG table=nat family=2 entries=0 op=xt_register pid=662 comm="iptables"
Jun 12 21:33:33 Li audit[662]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7ffc4c8d72c0 items=0 ppid=541 pid=662 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:33 Li audit: PROCTITLE proctitle=69707461626C6573002D770032002D74006E6174002D46005632524159
Jun 12 21:33:33 Li audit[689]: NETFILTER_CFG table=filter family=2 entries=0 op=xt_register pid=689 comm="iptables"
Jun 12 21:33:33 Li audit[689]: SYSCALL arch=c000003e syscall=55 success=yes exit=0 a0=4 a1=0 a2=40 a3=7fffe3ca6a70 items=0 ppid=541 pid=689 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:33 Li audit: PROCTITLE proctitle=69707461626C6573002D770032002D4400494E505554002D6A0044524F505F53504F4F46494E47
Jun 12 21:33:33 Li kernel: usb 3-6.2: New USB device found, idVendor=258a, idProduct=002a, bcdDevice=10.33
Jun 12 21:33:33 Li kernel: usb 3-6.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 12 21:33:33 Li kernel: usb 3-6.2: Product: Gaming KB 
Jun 12 21:33:33 Li kernel: usb 3-6.2: Manufacturer: SINO WEALTH
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.5053] settings: (enp45s0): created default wired connection 'Wired connection 1'
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.5055] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill0) (driver iwlwifi)
Jun 12 21:33:33 Li kernel: r8169 0000:2d:00.0 enp45s0: Link is Down
Jun 12 21:33:33 Li kernel: iwlwifi 0000:00:14.3 wlp0s20f3: renamed from wlan0
Jun 12 21:33:33 Li mtp-probe[720]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8"
Jun 12 21:33:33 Li mtp-probe[720]: bus: 3, device: 3 was not an MTP device
Jun 12 21:33:33 Li python3[557]: [745] INFO: Available modules: ['nouveau', 'bbswitch', 'nvidia', 'nvidia_drm', 'nvidia_modeset', 'nvidia_uvm']
Jun 12 21:33:33 Li python3[557]: [745] INFO: Unloading modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia'] (if loaded)
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.5363] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlp0s20f3'
Jun 12 21:33:33 Li python3[557]: [747] INFO: Loading module bbswitch
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.5387] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 12 21:33:33 Li kernel: bbswitch: loading out-of-tree module taints kernel.
Jun 12 21:33:33 Li python3[557]: [760] INFO: Setting GPU power to OFF via bbswitch
Jun 12 21:33:33 Li kernel: bbswitch: module verification failed: signature and/or required key missing - tainting kernel
Jun 12 21:33:33 Li kernel: bbswitch: version 0.8
Jun 12 21:33:33 Li kernel: bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PC00.GFX0
Jun 12 21:33:33 Li kernel: bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PC00.PEG1.PEGP
Jun 12 21:33:33 Li kernel: ACPI Warning: \_SB.PC00.PEG1.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20211217/nsarguments-61)
Jun 12 21:33:33 Li kernel: bbswitch: detected an Optimus _DSM function
Jun 12 21:33:33 Li kernel: pci 0000:01:00.0: enabling device (0000 -> 0003)
Jun 12 21:33:33 Li kernel: bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
Jun 12 21:33:33 Li kernel: bbswitch: disabling discrete graphics
Jun 12 21:33:33 Li kernel: ucsi_acpi USBC000:00: PPM init failed (-110)
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.7516] device (wlp0s20f3): set-hw-addr: set MAC address to C6:95:49:81:AD:91 (scanning)
Jun 12 21:33:33 Li python3[557]: [997] INFO: Writing to /etc/X11/xorg.conf.d/10-optimus-manager.conf
Jun 12 21:33:33 Li python3[557]: [998] INFO: Writing state {'type': 'pending_post_xorg_start', 'switch_id': '20220612T213332', 'requested_mode': 'integrated'}
Jun 12 21:33:33 Li python3[557]: [998] INFO: Xorg pre-start hook completed successfully.
Jun 12 21:33:33 Li systemd[1]: Started Optimus Manager Commands Daemon.
Jun 12 21:33:33 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=optimus-manager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:33 Li systemd[1]: Started Simple Desktop Display Manager.
Jun 12 21:33:33 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:33 Li sddm[773]: Initializing...
Jun 12 21:33:33 Li sddm[773]: Starting...
Jun 12 21:33:33 Li sddm[773]: Logind interface found
Jun 12 21:33:33 Li sddm[773]: Adding new display on vt 1 ...
Jun 12 21:33:33 Li python3[772]: [0] INFO: # Commands daemon
Jun 12 21:33:33 Li python3[772]: [0] INFO: Opening UNIX socket
Jun 12 21:33:33 Li python3[772]: [1] INFO: Awaiting commands
Jun 12 21:33:33 Li sddm[773]: Loading theme configuration from ""
Jun 12 21:33:33 Li sddm[773]: Display server starting...
Jun 12 21:33:33 Li sddm[773]: Adding cookie to "/var/run/sddm/{809a4fe9-7038-46e0-b849-c16c76e59c4f}"
Jun 12 21:33:33 Li sddm[773]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{809a4fe9-7038-46e0-b849-c16c76e59c4f} -noreset -displayfd 17
Jun 12 21:33:33 Li dbus-daemon[530]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=534 comm="/usr/bin/NetworkManager --no-daemon")
Jun 12 21:33:33 Li systemd[1]: Starting WPA supplicant...
Jun 12 21:33:33 Li dbus-daemon[530]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Jun 12 21:33:33 Li systemd[1]: Started WPA supplicant.
Jun 12 21:33:33 Li 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 12 21:33:33 Li wpa_supplicant[791]: Successfully initialized wpa_supplicant
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.9973] device (wlp0s20f3): supplicant interface state: internal-starting -> disconnected
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.9974] Wi-Fi P2P device controlled by interface wlp0s20f3 created
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.9975] manager: (p2p-dev-wlp0s20f3): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.9976] device (p2p-dev-wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.9977] device (wlp0s20f3): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.9979] device (p2p-dev-wlp0s20f3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:34 Li mtp-probe[818]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.1"
Jun 12 21:33:34 Li mtp-probe[818]: bus: 3, device: 5 was not an MTP device
Jun 12 21:33:34 Li mtp-probe[820]: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.2"
Jun 12 21:33:34 Li mtp-probe[820]: bus: 3, device: 6 was not an MTP device
Jun 12 21:33:34 Li kernel: mc: Linux media interface: v0.10
Jun 12 21:33:34 Li kernel: videodev: Linux video capture interface: v2.00
Jun 12 21:33:34 Li kernel: Bluetooth: Core ver 2.22
Jun 12 21:33:34 Li kernel: NET: Registered PF_BLUETOOTH protocol family
Jun 12 21:33:34 Li kernel: Bluetooth: HCI device and connection manager initialized
Jun 12 21:33:34 Li kernel: Bluetooth: HCI socket layer initialized
Jun 12 21:33:34 Li kernel: Bluetooth: L2CAP socket layer initialized
Jun 12 21:33:34 Li kernel: Bluetooth: SCO socket layer initialized
Jun 12 21:33:34 Li kernel: usb 3-8: Found UVC 1.00 device BisonCam,NB Pro (5986:9102)
Jun 12 21:33:34 Li kernel: usbcore: registered new interface driver btusb
Jun 12 21:33:34 Li kernel: Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
Jun 12 21:33:34 Li kernel: input: BisonCam,NB Pro: BisonCam,NB Pr as /devices/pci0000:00/0000:00:14.0/usb3/3-8/3-8:1.0/input/input35
Jun 12 21:33:34 Li kernel: Bluetooth: hci0: Device revision is 2
Jun 12 21:33:34 Li kernel: Bluetooth: hci0: Secure boot is enabled
Jun 12 21:33:34 Li kernel: Bluetooth: hci0: OTP lock is enabled
Jun 12 21:33:34 Li kernel: Bluetooth: hci0: API lock is enabled
Jun 12 21:33:34 Li kernel: Bluetooth: hci0: Debug lock is disabled
Jun 12 21:33:34 Li kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Jun 12 21:33:34 Li kernel: usbcore: registered new interface driver uvcvideo
Jun 12 21:33:34 Li mtp-probe[859]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-8"
Jun 12 21:33:34 Li mtp-probe[859]: bus: 3, device: 3 was not an MTP device
Jun 12 21:33:34 Li systemd[1]: Starting Bluetooth service...
Jun 12 21:33:34 Li bluetoothd[860]: Bluetooth daemon 5.64
Jun 12 21:33:34 Li systemd[1]: Started Bluetooth service.
Jun 12 21:33:34 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bluetooth comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:34 Li systemd[1]: Reached target Bluetooth Support.
Jun 12 21:33:34 Li bluetoothd[860]: Starting SDP server
Jun 12 21:33:34 Li kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
Jun 12 21:33:34 Li kernel: Bluetooth: hci0: Boot Address: 0x24800
Jun 12 21:33:34 Li kernel: Bluetooth: hci0: Firmware Version: 50-12.22
Jun 12 21:33:34 Li bluetoothd[860]: Bluetooth management interface 1.22 initialized
Jun 12 21:33:34 Li kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jun 12 21:33:34 Li kernel: Bluetooth: BNEP filters: protocol multicast
Jun 12 21:33:34 Li kernel: Bluetooth: BNEP socket layer initialized
Jun 12 21:33:34 Li kernel: snd_hda_intel 0000:01:00.1: can't change power state from D0 to D3hot (config space inaccessible)
Jun 12 21:33:34 Li kernel: hid-generic 0003:0B05:195E.0002: hiddev96,hidraw1: USB HID v1.11 Device [ASUSTeK ROG KERIS WIRELESS] on usb-0000:00:14.0-6.1/input0
Jun 12 21:33:34 Li kernel: input: ASUSTeK ROG KERIS WIRELESS as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.1/3-6.1:1.1/0003:0B05:195E.0003/input/input36
Jun 12 21:33:34 Li kernel: hid-generic 0003:0B05:195E.0003: input,hidraw2: USB HID v1.11 Mouse [ASUSTeK ROG KERIS WIRELESS] on usb-0000:00:14.0-6.1/input1
Jun 12 21:33:34 Li kernel: input: ASUSTeK ROG KERIS WIRELESS Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.1/3-6.1:1.2/0003:0B05:195E.0004/input/input37
Jun 12 21:33:34 Li kernel: input: ASUSTeK ROG KERIS WIRELESS System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.1/3-6.1:1.2/0003:0B05:195E.0004/input/input38
Jun 12 21:33:34 Li kernel: input: ASUSTeK ROG KERIS WIRELESS Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.1/3-6.1:1.2/0003:0B05:195E.0004/input/input40
Jun 12 21:33:34 Li kernel: hid-generic 0003:0B05:195E.0004: input,hiddev97,hidraw3: USB HID v1.11 Keyboard [ASUSTeK ROG KERIS WIRELESS] on usb-0000:00:14.0-6.1/input2
Jun 12 21:33:34 Li kernel: input: SINO WEALTH Gaming KB  as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.2/3-6.2:1.0/0003:258A:002A.0005/input/input41
Jun 12 21:33:34 Li kernel: hid-generic 0003:258A:002A.0005: input,hidraw4: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:00:14.0-6.2/input0
Jun 12 21:33:34 Li kernel: input: SINO WEALTH Gaming KB  System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.2/3-6.2:1.1/0003:258A:002A.0006/input/input42
Jun 12 21:33:34 Li sddm[773]: Setting default cursor
Jun 12 21:33:34 Li kernel: input: SINO WEALTH Gaming KB  Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.2/3-6.2:1.1/0003:258A:002A.0006/input/input43
Jun 12 21:33:34 Li kernel: input: SINO WEALTH Gaming KB  Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.2/3-6.2:1.1/0003:258A:002A.0006/input/input44
Jun 12 21:33:34 Li kernel: hid-generic 0003:258A:002A.0006: input,hiddev98,hidraw5: USB HID v1.11 Keyboard [SINO WEALTH Gaming KB ] on usb-0000:00:14.0-6.2/input1
Jun 12 21:33:34 Li kernel: usbcore: registered new interface driver usbhid
Jun 12 21:33:34 Li kernel: usbhid: USB HID core driver
Jun 12 21:33:34 Li mtp-probe[895]: checking bus 3, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.1"
Jun 12 21:33:34 Li mtp-probe[894]: checking bus 3, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6.2"
Jun 12 21:33:34 Li mtp-probe[894]: bus: 3, device: 6 was not an MTP device
Jun 12 21:33:34 Li mtp-probe[895]: bus: 3, device: 5 was not an MTP device
Jun 12 21:33:34 Li systemd-logind[533]: Watching system buttons on /dev/input/event257 (ASUSTeK ROG KERIS WIRELESS Keyboard)
Jun 12 21:33:34 Li systemd-logind[533]: Watching system buttons on /dev/input/event258 (SINO WEALTH Gaming KB )
Jun 12 21:33:34 Li systemd-logind[533]: Watching system buttons on /dev/input/event259 (SINO WEALTH Gaming KB  System Control)
Jun 12 21:33:34 Li systemd-logind[533]: Watching system buttons on /dev/input/event260 (SINO WEALTH Gaming KB  Consumer Control)
Jun 12 21:33:34 Li systemd-logind[533]: Watching system buttons on /dev/input/event256 (ASUSTeK ROG KERIS WIRELESS System Control)
Jun 12 21:33:34 Li systemd-logind[533]: Watching system buttons on /dev/input/event261 (SINO WEALTH Gaming KB  Keyboard)
Jun 12 21:33:35 Li kernel: r8169 0000:2d:00.0 enp45s0: Link is Up - 100Mbps/Full - flow control rx/tx
Jun 12 21:33:35 Li kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp45s0: link becomes ready
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0191] device (enp45s0): carrier: link connected
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0193] device (enp45s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0203] policy: auto-activating connection 'Wired connection 1' (e53530ab-36d8-322c-9c30-957d6eb935f3)
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0205] device (enp45s0): Activation: starting connection 'Wired connection 1' (e53530ab-36d8-322c-9c30-957d6eb935f3)
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0206] device (enp45s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0207] manager: NetworkManager state is now CONNECTING
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0207] device (enp45s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0214] device (enp45s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0220] dhcp4 (enp45s0): activation: beginning transaction (timeout in 45 seconds)
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0368] dhcp4 (enp45s0): state changed new lease, address=192.168.199.198
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0373] device (enp45s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0386] device (enp45s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0386] device (enp45s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0387] manager: NetworkManager state is now CONNECTED_LOCAL
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0389] manager: NetworkManager state is now CONNECTED_SITE
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0389] policy: set 'Wired connection 1' (enp45s0) as default for IPv4 routing and DNS
Jun 12 21:33:35 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=534 comm="/usr/bin/NetworkManager --no-daemon")
Jun 12 21:33:35 Li dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.0498] device (enp45s0): Activation: successful, device activated.
Jun 12 21:33:35 Li kernel: input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input11
Jun 12 21:33:35 Li sddm[773]: Running display setup script  "/sbin/prime-offload"
Jun 12 21:33:35 Li sddm[773]: Display server started.
Jun 12 21:33:35 Li sddm[773]: Socket server starting...
Jun 12 21:33:35 Li sddm[773]: Socket server started.
Jun 12 21:33:35 Li sddm[773]: Loading theme configuration from "/usr/share/sddm/themes/plasma-chili/theme.conf"
Jun 12 21:33:35 Li sddm[773]: Greeter starting...
Jun 12 21:33:35 Li sddm-helper[941]: [PAM] Starting...
Jun 12 21:33:35 Li audit[941]: USER_AUTH pid=941 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:35 Li audit[941]: USER_ACCT pid=941 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:35 Li sddm-helper[941]: [PAM] Authenticating...
Jun 12 21:33:35 Li sddm-helper[941]: [PAM] returning.
Jun 12 21:33:35 Li audit[941]: CRED_ACQ pid=941 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:35 Li sddm-helper[941]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=973) by (uid=0)
Jun 12 21:33:35 Li systemd[1]: Created slice User Slice of UID 973.
Jun 12 21:33:35 Li systemd[1]: Starting User Runtime Directory /run/user/973...
Jun 12 21:33:35 Li systemd-logind[533]: New session c1 of user sddm.
Jun 12 21:33:35 Li systemd[1]: Finished User Runtime Directory /run/user/973.
Jun 12 21:33:35 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:35 Li systemd[1]: Starting User Manager for UID 973...
Jun 12 21:33:35 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.16' (uid=0 pid=943 comm="(systemd)")
Jun 12 21:33:35 Li dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 12 21:33:35 Li systemd[943]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 12 21:33:35 Li audit[943]: USER_ACCT pid=943 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:35 Li audit[943]: CRED_ACQ pid=943 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 12 21:33:35 Li audit[943]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffda98ffb00 a2=3 a3=7ffda98ff815 items=0 ppid=1 pid=943 auid=973 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jun 12 21:33:35 Li audit: PROCTITLE proctitle="(systemd)"
Jun 12 21:33:35 Li systemd[943]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Jun 12 21:33:35 Li systemd[943]: pam_unix(systemd-user:session): session opened for user sddm(uid=973) by (uid=0)
Jun 12 21:33:35 Li systemd[943]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Jun 12 21:33:35 Li audit[943]: USER_START pid=943 uid=0 auid=973 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="sddm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:35 Li systemd[943]: Queued start job for default target Main User Target.
Jun 12 21:33:35 Li systemd[943]: Created slice User Application Slice.
Jun 12 21:33:35 Li systemd[943]: Reached target Paths.
Jun 12 21:33:35 Li systemd[943]: Reached target Timers.
Jun 12 21:33:35 Li systemd[943]: Starting D-Bus User Message Bus Socket...
Jun 12 21:33:35 Li systemd[943]: Listening on GnuPG network certificate management daemon.
Jun 12 21:33:35 Li systemd[943]: Listening on GCR ssh-agent wrapper.
Jun 12 21:33:35 Li systemd[943]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 12 21:33:35 Li systemd[943]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 12 21:33:35 Li systemd[943]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 12 21:33:35 Li systemd[943]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 12 21:33:35 Li systemd[943]: Listening on p11-kit server.
Jun 12 21:33:35 Li systemd[943]: Listening on PipeWire Multimedia System Socket.
Jun 12 21:33:35 Li systemd[943]: Listening on Sound System.
Jun 12 21:33:35 Li systemd[943]: Listening on D-Bus User Message Bus Socket.
Jun 12 21:33:35 Li systemd[943]: Reached target Sockets.
Jun 12 21:33:35 Li systemd[943]: Reached target Basic System.
Jun 12 21:33:35 Li systemd[1]: Started User Manager for UID 973.
Jun 12 21:33:35 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:35 Li systemd[943]: Starting Update XDG user dir configuration...
Jun 12 21:33:35 Li systemd[1]: Started Session c1 of User sddm.
Jun 12 21:33:35 Li systemd[943]: Finished Update XDG user dir configuration.
Jun 12 21:33:35 Li systemd[943]: Reached target Main User Target.
Jun 12 21:33:35 Li systemd[943]: Startup finished in 60ms.
Jun 12 21:33:35 Li audit[941]: USER_START pid=941 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Jun 12 21:33:35 Li sddm[773]: Greeter session started successfully
Jun 12 21:33:35 Li NetworkManager[534]: <info>  [1655040815.6167] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 12 21:33:35 Li sddm-greeter[951]: High-DPI autoscaling not Enabled
Jun 12 21:33:35 Li sddm-greeter[951]: Reading from "/usr/share/xsessions/plasma.desktop"
Jun 12 21:33:35 Li sddm-greeter[951]: Loading theme configuration from "/usr/share/sddm/themes/plasma-chili/theme.conf"
Jun 12 21:33:35 Li systemd[943]: Created slice User Core Session Slice.
Jun 12 21:33:35 Li systemd[943]: Starting D-Bus User Message Bus...
Jun 12 21:33:35 Li systemd[943]: Started D-Bus User Message Bus.
Jun 12 21:33:35 Li sddm-greeter[951]: Connected to the daemon.
Jun 12 21:33:35 Li sddm-greeter[951]: QFont::fromString: Invalid description '(empty)'
Jun 12 21:33:35 Li sddm[773]: Message received from greeter: Connect
Jun 12 21:33:35 Li sddm-greeter[951]: Loading file:///usr/share/sddm/themes/plasma-chili/Main.qml...
Jun 12 21:33:35 Li sddm-greeter[951]: QObject: Cannot create children for a parent that is in a different thread.
                                      (Parent is QGuiApplication(0x7ffd7d1ce6c0), parent's thread is QThread(0x564bc1d58f90), current thread is QThread(0x564bc1e787a0)
Jun 12 21:33:35 Li sddm-greeter[951]: QObject: Cannot create children for a parent that is in a different thread.
                                      (Parent is QGuiApplication(0x7ffd7d1ce6c0), parent's thread is QThread(0x564bc1d58f90), current thread is QThread(0x564bc1e787a0)
Jun 12 21:33:35 Li sddm-greeter[951]: QObject: Cannot create children for a parent that is in a different thread.
                                      (Parent is QGuiApplication(0x7ffd7d1ce6c0), parent's thread is QThread(0x564bc1d58f90), current thread is QThread(0x564bc1e787a0)
Jun 12 21:33:35 Li sddm-greeter[951]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Jun 12 21:33:35 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.18' (uid=973 pid=951 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-ceuodo")
Jun 12 21:33:35 Li systemd[1]: Starting Disk Manager...
Jun 12 21:33:35 Li udisksd[977]: udisks daemon version 2.9.4 starting
Jun 12 21:33:35 Li dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Jun 12 21:33:35 Li systemd[1]: Started Disk Manager.
Jun 12 21:33:35 Li 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 12 21:33:35 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.18' (uid=973 pid=951 comm="/usr/bin/sddm-greeter --socket /tmp/sddm-:0-ceuodo")
Jun 12 21:33:35 Li audit: BPF prog-id=14 op=LOAD
Jun 12 21:33:35 Li audit: BPF prog-id=15 op=LOAD
Jun 12 21:33:35 Li systemd[1]: Starting Daemon for power management...
Jun 12 21:33:35 Li udisksd[977]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Jun 12 21:33:35 Li dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.UPower'
Jun 12 21:33:35 Li systemd[1]: Started Daemon for power management.
Jun 12 21:33:35 Li 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 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/Main.qml:336:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/VirtualKeyboard.qml:20:1: module "QtQuick.VirtualKeyboard" is not installed
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/Login.qml:120:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/Login.qml:129:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/Login.qml:129:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jun 12 21:33:35 Li sddm-greeter[951]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/Clock.qml:30:5: QML KeyboardButton: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/Clock.qml:30:5: QML KeyboardButton: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/lib/qt/qml/QtQuick/Controls/Styles/Base/ButtonStyle.qml:153:31: QML QQuickItem: Binding loop detected for property "implicitWidth"
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:56:9: Unable to assign [undefined] to double
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:56:9: Unable to assign [undefined] to double
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:56:9: Unable to assign [undefined] to double
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/Login.qml:129:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/Login.qml:129:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/Login.qml:129:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jun 12 21:33:35 Li sddm-greeter[951]: Adding view for "eDP-1" QRect(0,0 1920x1080)
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/Login.qml:129:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jun 12 21:33:35 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/Clock.qml:30:5: QML KeyboardButton: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jun 12 21:33:36 Li kernel: Bluetooth: hci0: Waiting for firmware download to complete
Jun 12 21:33:36 Li kernel: Bluetooth: hci0: Firmware loaded in 1884979 usecs
Jun 12 21:33:36 Li kernel: Bluetooth: hci0: Waiting for device to boot
Jun 12 21:33:36 Li kernel: Bluetooth: hci0: Device booted in 14686 usecs
Jun 12 21:33:36 Li kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Jun 12 21:33:36 Li kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
Jun 12 21:33:36 Li kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Jun 12 21:33:36 Li kernel: Bluetooth: hci0: Firmware revision 0.4 build 50 week 12 2022
Jun 12 21:33:36 Li sddm-greeter[951]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.19'
Jun 12 21:33:36 Li sddm-greeter[951]: Message received from daemon: Capabilities
Jun 12 21:33:36 Li sddm-greeter[951]: Message received from daemon: HostName
Jun 12 21:33:36 Li kernel: NET: Registered PF_ALG protocol family
Jun 12 21:33:37 Li wpa_supplicant[791]: wlp0s20f3: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CN
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.4595] manager: startup complete
Jun 12 21:33:37 Li systemd[1]: Finished Network Manager Wait Online.
Jun 12 21:33:37 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:37 Li systemd[1]: Reached target Network is Online.
Jun 12 21:33:37 Li systemd[1]: Starting Docker Application Container Engine...
Jun 12 21:33:37 Li kernel: kauditd_printk_skb: 51 callbacks suppressed
Jun 12 21:33:37 Li kernel: audit: type=1130 audit(1655040817.456:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-wait-online comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.520142254+08:00" level=info msg="Starting up"
Jun 12 21:33:37 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/Login.qml:129:5: QML Image: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.521659706+08:00" level=info msg="libcontainerd: started new containerd process" pid=1026
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.521679528+08:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.521683515+08:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.521692832+08:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.521697789+08:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37+08:00" level=warning msg="containerd config version `1` has been deprecated and will be removed in containerd v2.0, please switch to version `2`, see https://github.com/containerd/containerd/blob/main/docs/PLUGINS.md#version-header"
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.564380588+08:00" level=info msg="starting containerd" revision=96df0994faabc1944fc614e52b0b3c6feb609a57.m version=v1.6.5
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.571291551+08:00" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.571429997+08:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.572572516+08:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: FATAL: Module aufs not found in directory /lib/modules/5.18.3-arch1-1\\n\"): skip plugin" type=io.containerd.snapshotter.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.572588687+08:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." type=io.containerd.snapshotter.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.572726581+08:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.btrfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.btrfs (ext4) must be a btrfs filesystem to be used with the btrfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.572735957+08:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.572742229+08:00" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.572747051+08:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.572851444+08:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573005450+08:00" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573064609+08:00" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.zfs\"..." error="path /var/lib/docker/containerd/daemon/io.containerd.snapshotter.v1.zfs must be a zfs filesystem to be used with the zfs snapshotter: skip plugin" type=io.containerd.snapshotter.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573072482+08:00" level=info msg="loading plugin \"io.containerd.metadata.v1.bolt\"..." type=io.containerd.metadata.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573082019+08:00" level=warning msg="could not use snapshotter devmapper in metadata plugin" error="devmapper not configured"
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573086366+08:00" level=info msg="metadata content store policy set" policy=shared
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573571240+08:00" level=info msg="loading plugin \"io.containerd.differ.v1.walking\"..." type=io.containerd.differ.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573582814+08:00" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573589450+08:00" level=info msg="loading plugin \"io.containerd.gc.v1.scheduler\"..." type=io.containerd.gc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573705008+08:00" level=info msg="loading plugin \"io.containerd.service.v1.introspection-service\"..." type=io.containerd.service.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573713249+08:00" level=info msg="loading plugin \"io.containerd.service.v1.containers-service\"..." type=io.containerd.service.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573720332+08:00" level=info msg="loading plugin \"io.containerd.service.v1.content-service\"..." type=io.containerd.service.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573726362+08:00" level=info msg="loading plugin \"io.containerd.service.v1.diff-service\"..." type=io.containerd.service.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573732756+08:00" level=info msg="loading plugin \"io.containerd.service.v1.images-service\"..." type=io.containerd.service.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573738789+08:00" level=info msg="loading plugin \"io.containerd.service.v1.leases-service\"..." type=io.containerd.service.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573745334+08:00" level=info msg="loading plugin \"io.containerd.service.v1.namespaces-service\"..." type=io.containerd.service.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573751212+08:00" level=info msg="loading plugin \"io.containerd.service.v1.snapshots-service\"..." type=io.containerd.service.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573757281+08:00" level=info msg="loading plugin \"io.containerd.runtime.v1.linux\"..." type=io.containerd.runtime.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573800232+08:00" level=info msg="loading plugin \"io.containerd.runtime.v2.task\"..." type=io.containerd.runtime.v2
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.573858112+08:00" level=info msg="loading plugin \"io.containerd.monitor.v1.cgroups\"..." type=io.containerd.monitor.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574420749+08:00" level=info msg="loading plugin \"io.containerd.service.v1.tasks-service\"..." type=io.containerd.service.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574435977+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.introspection\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574443400+08:00" level=info msg="loading plugin \"io.containerd.internal.v1.restart\"..." type=io.containerd.internal.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574466552+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.containers\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574483596+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.content\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574491550+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.diff\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574512012+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.events\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574519054+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.healthcheck\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574525216+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.images\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574530679+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.leases\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574536344+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.namespaces\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.574546520+08:00" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.575015802+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.snapshots\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.575023823+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.tasks\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.575030221+08:00" level=info msg="loading plugin \"io.containerd.grpc.v1.version\"..." type=io.containerd.grpc.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.575035964+08:00" level=info msg="loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." type=io.containerd.tracing.processor.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.575057639+08:00" level=info msg="skip loading plugin \"io.containerd.tracing.processor.v1.otlp\"..." error="no OpenTelemetry endpoint: skip plugin" type=io.containerd.tracing.processor.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.575062907+08:00" level=info msg="loading plugin \"io.containerd.internal.v1.tracing\"..." type=io.containerd.internal.v1
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.575074622+08:00" level=error msg="failed to initialize a tracing processor \"otlp\"" error="no OpenTelemetry endpoint: skip plugin"
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.575204252+08:00" level=info msg=serving... address=/var/run/docker/containerd/containerd-debug.sock
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.575223754+08:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock.ttrpc
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.575242633+08:00" level=info msg=serving... address=/var/run/docker/containerd/containerd.sock
Jun 12 21:33:37 Li dockerd[1026]: time="2022-06-12T21:33:37.575252963+08:00" level=info msg="containerd successfully booted in 0.011709s"
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.587676324+08:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.587706632+08:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.587718278+08:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.587725432+08:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.588761294+08:00" level=info msg="parsed scheme: \"unix\"" module=grpc
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.588773455+08:00" level=info msg="scheme \"unix\" not registered, fallback to default scheme" module=grpc
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.588784109+08:00" level=info msg="ccResolverWrapper: sending update to cc: {[{unix:///var/run/docker/containerd/containerd.sock  <nil> 0 <nil>}] <nil> <nil>}" module=grpc
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.588790198+08:00" level=info msg="ClientConn switching balancer to \"pick_first\"" module=grpc
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.609131785+08:00" level=info msg="[graphdriver] using prior storage driver: overlay2"
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.626797465+08:00" level=warning msg="Your kernel does not support CPU realtime scheduler"
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.626809211+08:00" level=warning msg="Your kernel does not support cgroup blkio weight"
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.626811976+08:00" level=warning msg="Your kernel does not support cgroup blkio weight_device"
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.626981055+08:00" level=info msg="Loading containers: start."
Jun 12 21:33:37 Li kernel: bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
Jun 12 21:33:37 Li kernel: Bridge firewalling registered
Jun 12 21:33:37 Li audit[1064]: NETFILTER_CFG table=nat family=2 entries=5 op=xt_replace pid=1064 comm="iptables"
Jun 12 21:33:37 Li audit[1064]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55fe98beda80 items=0 ppid=1009 pid=1064 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552
Jun 12 21:33:37 Li audit[1066]: NETFILTER_CFG table=filter family=2 entries=4 op=xt_replace pid=1066 comm="iptables"
Jun 12 21:33:37 Li audit[1066]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5605ee6db960 items=0 ppid=1009 pid=1066 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B4552
Jun 12 21:33:37 Li kernel: audit: type=1325 audit(1655040817.653:57): table=nat family=2 entries=5 op=xt_replace pid=1064 comm="iptables"
Jun 12 21:33:37 Li kernel: audit: type=1300 audit(1655040817.653:57): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55fe98beda80 items=0 ppid=1009 pid=1064 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li kernel: audit: type=1327 audit(1655040817.653:57): proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4E00444F434B4552
Jun 12 21:33:37 Li kernel: audit: type=1325 audit(1655040817.653:58): table=filter family=2 entries=4 op=xt_replace pid=1066 comm="iptables"
Jun 12 21:33:37 Li kernel: audit: type=1300 audit(1655040817.653:58): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5605ee6db960 items=0 ppid=1009 pid=1066 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li kernel: audit: type=1327 audit(1655040817.653:58): proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B4552
Jun 12 21:33:37 Li audit[1068]: NETFILTER_CFG table=filter family=2 entries=6 op=xt_replace pid=1068 comm="iptables"
Jun 12 21:33:37 Li audit[1068]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=562e6be38b50 items=0 ppid=1009 pid=1068 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jun 12 21:33:37 Li audit[1070]: NETFILTER_CFG table=filter family=2 entries=8 op=xt_replace pid=1070 comm="iptables"
Jun 12 21:33:37 Li audit[1070]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5648e23a1d30 items=0 ppid=1009 pid=1070 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jun 12 21:33:37 Li audit[1072]: NETFILTER_CFG table=filter family=2 entries=10 op=xt_replace pid=1072 comm="iptables"
Jun 12 21:33:37 Li audit[1072]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=558407ac8eb0 items=0 ppid=1009 pid=1072 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D31002D6A0052455455524E
Jun 12 21:33:37 Li audit[1074]: NETFILTER_CFG table=filter family=2 entries=11 op=xt_replace pid=1074 comm="iptables"
Jun 12 21:33:37 Li audit[1074]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f8d884c030 items=0 ppid=1009 pid=1074 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D49534F4C4154494F4E2D53544147452D32002D6A0052455455524E
Jun 12 21:33:37 Li kernel: audit: type=1325 audit(1655040817.656:59): table=filter family=2 entries=6 op=xt_replace pid=1068 comm="iptables"
Jun 12 21:33:37 Li kernel: audit: type=1300 audit(1655040817.656:59): arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=562e6be38b50 items=0 ppid=1009 pid=1068 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li kernel: audit: type=1327 audit(1655040817.656:59): proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jun 12 21:33:37 Li audit[1075]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=1075 comm="iptables"
Jun 12 21:33:37 Li audit[1075]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=564e697fd120 items=0 ppid=1009 pid=1075 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D5000464F52574152440044524F50
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.6712] manager: (docker0): new Bridge device (/org/freedesktop/NetworkManager/Devices/5)
Jun 12 21:33:37 Li audit[1081]: NETFILTER_CFG table=nat family=2 entries=7 op=xt_replace pid=1081 comm="iptables"
Jun 12 21:33:37 Li audit[1081]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=562ea77d72a0 items=0 ppid=1009 pid=1081 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
Jun 12 21:33:37 Li audit[1083]: NETFILTER_CFG table=nat family=2 entries=8 op=xt_replace pid=1083 comm="iptables"
Jun 12 21:33:37 Li audit[1083]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55bb8906adc0 items=0 ppid=1009 pid=1083 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
Jun 12 21:33:37 Li audit[1086]: NETFILTER_CFG table=filter family=2 entries=12 op=xt_replace pid=1086 comm="iptables"
Jun 12 21:33:37 Li audit[1086]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55b1080311a0 items=0 ppid=1009 pid=1086 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
Jun 12 21:33:37 Li audit[1088]: NETFILTER_CFG table=filter family=2 entries=13 op=xt_replace pid=1088 comm="iptables"
Jun 12 21:33:37 Li audit[1088]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f33f862320 items=0 ppid=1009 pid=1088 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
Jun 12 21:33:37 Li audit[1090]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=1090 comm="iptables"
Jun 12 21:33:37 Li audit[1090]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56229a94a550 items=0 ppid=1009 pid=1090 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4100505245524F5554494E47002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B4552
Jun 12 21:33:37 Li audit[1092]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=1092 comm="iptables"
Jun 12 21:33:37 Li audit[1092]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5571a0773720 items=0 ppid=1009 pid=1092 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D41004F5554505554002D6D006164647274797065002D2D6473742D74797065004C4F43414C002D6A00444F434B45520000002D2D647374003132372E302E302E302F38
Jun 12 21:33:37 Li audit[1094]: NETFILTER_CFG table=filter family=2 entries=14 op=xt_replace pid=1094 comm="iptables"
Jun 12 21:33:37 Li audit[1094]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c6af56a490 items=0 ppid=1009 pid=1094 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
Jun 12 21:33:37 Li audit[1097]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=1097 comm="iptables"
Jun 12 21:33:37 Li audit[1097]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5619685b4f30 items=0 ppid=1009 pid=1097 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
Jun 12 21:33:37 Li audit[1099]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=1099 comm="iptables"
Jun 12 21:33:37 Li audit[1099]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55cb9a005940 items=0 ppid=1009 pid=1099 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jun 12 21:33:37 Li audit[1101]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=1101 comm="iptables"
Jun 12 21:33:37 Li audit[1101]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55bc62288ab0 items=0 ppid=1009 pid=1101 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jun 12 21:33:37 Li audit[1103]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=1103 comm="iptables"
Jun 12 21:33:37 Li audit[1103]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55b463d88c10 items=0 ppid=1009 pid=1103 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.6879] device (docker0): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.6881] device (docker0): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.6883] device (docker0): Activation: starting connection 'docker0' (e5c75444-7a5e-4b9d-a35c-d1f1d3248575)
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.6884] device (docker0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.6885] device (docker0): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.6886] device (docker0): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.6886] device (docker0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.6892] device (docker0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.6893] device (docker0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jun 12 21:33:37 Li NetworkManager[534]: <info>  [1655040817.6894] device (docker0): Activation: successful, device activated.
Jun 12 21:33:37 Li audit[1109]: NETFILTER_CFG table=nat family=2 entries=11 op=xt_replace pid=1109 comm="iptables"
Jun 12 21:33:37 Li audit[1109]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5598ee14ba00 items=0 ppid=1009 pid=1109 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
Jun 12 21:33:37 Li audit[1111]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=1111 comm="iptables"
Jun 12 21:33:37 Li audit[1111]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56354d5ca1e0 items=0 ppid=1009 pid=1111 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4400444F434B4552002D6900646F636B657230002D6A0052455455524E
Jun 12 21:33:37 Li audit[1113]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=1113 comm="iptables"
Jun 12 21:33:37 Li audit[1113]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=556d5461de20 items=0 ppid=1009 pid=1113 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
Jun 12 21:33:37 Li audit[1115]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=1115 comm="iptables"
Jun 12 21:33:37 Li audit[1115]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c4e371fcb0 items=0 ppid=1009 pid=1115 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
Jun 12 21:33:37 Li audit[1118]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=1118 comm="iptables"
Jun 12 21:33:37 Li audit[1118]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5603b582cb30 items=0 ppid=1009 pid=1118 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6A00444F434B4552
Jun 12 21:33:37 Li audit[1121]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=1121 comm="iptables"
Jun 12 21:33:37 Li audit[1121]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55bccf0a53b0 items=0 ppid=1009 pid=1121 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
Jun 12 21:33:37 Li audit[1123]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=1123 comm="iptables"
Jun 12 21:33:37 Li audit[1123]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c39db5e6d0 items=0 ppid=1009 pid=1123 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jun 12 21:33:37 Li audit[1125]: NETFILTER_CFG table=filter family=2 entries=14 op=xt_replace pid=1125 comm="iptables"
Jun 12 21:33:37 Li audit[1125]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55ef9286a530 items=0 ppid=1009 pid=1125 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4400444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.715206459+08:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be used to set a preferred IP address"
Jun 12 21:33:37 Li audit[1130]: NETFILTER_CFG table=nat family=2 entries=9 op=xt_replace pid=1130 comm="iptables"
Jun 12 21:33:37 Li audit[1130]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=561db6a49640 items=0 ppid=1009 pid=1130 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900504F5354524F5554494E47002D73003137322E31372E302E302F31360000002D6F00646F636B657230002D6A004D415351554552414445
Jun 12 21:33:37 Li audit[1132]: NETFILTER_CFG table=nat family=2 entries=10 op=xt_replace pid=1132 comm="iptables"
Jun 12 21:33:37 Li audit[1132]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=56164ae11160 items=0 ppid=1009 pid=1132 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D74006E6174002D4900444F434B4552002D6900646F636B657230002D6A0052455455524E
Jun 12 21:33:37 Li audit[1135]: NETFILTER_CFG table=filter family=2 entries=13 op=xt_replace pid=1135 comm="iptables"
Jun 12 21:33:37 Li audit[1135]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=562b15f9d320 items=0 ppid=1009 pid=1135 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B657230002D6F00646F636B657230002D6A00414343455054
Jun 12 21:33:37 Li audit[1137]: NETFILTER_CFG table=filter family=2 entries=14 op=xt_replace pid=1137 comm="iptables"
Jun 12 21:33:37 Li audit[1137]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=563d213a5490 items=0 ppid=1009 pid=1137 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6900646F636B6572300000002D6F00646F636B657230002D6A00414343455054
Jun 12 21:33:37 Li audit[1143]: NETFILTER_CFG table=filter family=2 entries=15 op=xt_replace pid=1143 comm="iptables"
Jun 12 21:33:37 Li audit[1143]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55cad81c1610 items=0 ppid=1009 pid=1143 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6A00444F434B4552
Jun 12 21:33:37 Li audit[1145]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=1145 comm="iptables"
Jun 12 21:33:37 Li audit[1145]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=564dda4960a0 items=0 ppid=1009 pid=1145 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6F00646F636B657230002D6D00636F6E6E747261636B002D2D637473746174650052454C415445442C45535441424C4953484544002D6A00414343455054
Jun 12 21:33:37 Li audit[1147]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=1147 comm="iptables"
Jun 12 21:33:37 Li audit[1147]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=5561ce97eb50 items=0 ppid=1009 pid=1147 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4400464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jun 12 21:33:37 Li audit[1148]: NETFILTER_CFG table=filter family=2 entries=16 op=xt_replace pid=1148 comm="iptables"
Jun 12 21:33:37 Li audit[1148]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55f8f82bd940 items=0 ppid=1009 pid=1148 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D31
Jun 12 21:33:37 Li audit[1150]: NETFILTER_CFG table=filter family=2 entries=17 op=xt_replace pid=1150 comm="iptables"
Jun 12 21:33:37 Li audit[1150]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55c6478eaab0 items=0 ppid=1009 pid=1150 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D31002D6900646F636B6572300000002D6F00646F636B657230002D6A00444F434B45522D49534F4C4154494F4E2D53544147452D32
Jun 12 21:33:37 Li audit[1152]: NETFILTER_CFG table=filter family=2 entries=18 op=xt_replace pid=1152 comm="iptables"
Jun 12 21:33:37 Li audit[1152]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55db76323c10 items=0 ppid=1009 pid=1152 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4900444F434B45522D49534F4C4154494F4E2D53544147452D32002D6F00646F636B657230002D6A0044524F50
Jun 12 21:33:37 Li audit[1154]: NETFILTER_CFG table=filter family=2 entries=19 op=xt_replace pid=1154 comm="iptables"
Jun 12 21:33:37 Li audit[1154]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e09afcbdc0 items=0 ppid=1009 pid=1154 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D740066696C746572002D4E00444F434B45522D55534552
Jun 12 21:33:37 Li audit[1156]: NETFILTER_CFG table=filter family=2 entries=21 op=xt_replace pid=1156 comm="iptables"
Jun 12 21:33:37 Li audit[1156]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55e6ffd44f60 items=0 ppid=1009 pid=1156 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4100444F434B45522D55534552002D6A0052455455524E
Jun 12 21:33:37 Li audit[1158]: NETFILTER_CFG table=filter family=2 entries=22 op=xt_replace pid=1158 comm="iptables"
Jun 12 21:33:37 Li audit[1158]: SYSCALL arch=c000003e syscall=54 success=yes exit=0 a0=4 a1=0 a2=40 a3=55b644aaf0e0 items=0 ppid=1009 pid=1158 auid=4294967295 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4294967295 comm="iptables" exe="/usr/bin/xtables-legacy-multi" key=(null)
Jun 12 21:33:37 Li audit: PROCTITLE proctitle=2F7573722F62696E2F69707461626C6573002D2D77616974002D4900464F5257415244002D6A00444F434B45522D55534552
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.737246826+08:00" level=info msg="Loading containers: done."
Jun 12 21:33:37 Li systemd[1]: var-lib-docker-overlay2-opaque\x2dbug\x2dcheck1321813281-merged.mount: Deactivated successfully.
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.759400584+08:00" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.759475840+08:00" level=info msg="Docker daemon" commit=a89b84221c graphdriver(s)=overlay2 version=20.10.17
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.759578947+08:00" level=info msg="Daemon has completed initialization"
Jun 12 21:33:37 Li systemd[1]: Started Docker Application Container Engine.
Jun 12 21:33:37 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=docker comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:37 Li systemd[1]: Reached target Multi-User System.
Jun 12 21:33:37 Li systemd[1]: Reached target Graphical Interface.
Jun 12 21:33:37 Li systemd[1]: Starting TLP system startup/shutdown...
Jun 12 21:33:37 Li dockerd[1009]: time="2022-06-12T21:33:37.776895572+08:00" level=info msg="API listen on /run/docker.sock"
Jun 12 21:33:38 Li kernel: snd_hda_intel 0000:01:00.1: can't change power state from D3cold to D0 (config space inaccessible)
Jun 12 21:33:38 Li tlp[1177]: Applying power save settings...done.
Jun 12 21:33:38 Li tlp[1177]: Setting battery charge thresholds...done.
Jun 12 21:33:38 Li systemd[1]: Finished TLP system startup/shutdown.
Jun 12 21:33:38 Li systemd[1]: Startup finished in 9.437s (firmware) + 1.779s (loader) + 1.401s (kernel) + 6.071s (userspace) = 18.689s.
Jun 12 21:33:38 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=tlp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:38 Li kernel: snd_hda_codec_hdmi hdaudioC1D0: Unable to sync register 0x4f0800. -5
Jun 12 21:33:38 Li kernel: snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
Jun 12 21:33:38 Li kernel: snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
Jun 12 21:33:38 Li kernel: snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
Jun 12 21:33:38 Li kernel: snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
Jun 12 21:33:38 Li kernel: snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
Jun 12 21:33:38 Li kernel: snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
Jun 12 21:33:38 Li kernel: snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
Jun 12 21:33:38 Li kernel: snd_hda_codec_hdmi hdaudioC1D0: HDMI: invalid ELD buf size -1
Jun 12 21:33:38 Li sddm-greeter[951]: Reading from "/usr/share/xsessions/plasma.desktop"
Jun 12 21:33:38 Li sddm[773]: Message received from greeter: Login
Jun 12 21:33:38 Li sddm[773]: Reading from "/usr/share/xsessions/plasma.desktop"
Jun 12 21:33:38 Li sddm[773]: Reading from "/usr/share/xsessions/plasma.desktop"
Jun 12 21:33:38 Li sddm[773]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11"
Jun 12 21:33:38 Li sddm-helper[1317]: [PAM] Starting...
Jun 12 21:33:38 Li sddm-helper[1317]: [PAM] Authenticating...
Jun 12 21:33:38 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.22' (uid=0 pid=1317 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth6")
Jun 12 21:33:38 Li dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 12 21:33:38 Li sddm-helper[1317]: pam_systemd_home(sddm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 12 21:33:38 Li sddm-helper[1317]: [PAM] Preparing to converse...
Jun 12 21:33:38 Li sddm-helper[1317]: [PAM] Conversation with 1 messages
Jun 12 21:33:38 Li sddm-helper[1317]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Jun 12 21:33:38 Li audit[1317]: USER_AUTH pid=1317 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="yuxuan" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:38 Li sddm-helper[1317]: [PAM] returning.
Jun 12 21:33:38 Li audit[1317]: USER_ACCT pid=1317 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="yuxuan" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:38 Li sddm[773]: Authenticated successfully
Jun 12 21:33:38 Li sddm-greeter[951]: Message received from daemon: LoginSucceeded
Jun 12 21:33:38 Li audit[1317]: CRED_ACQ pid=1317 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="yuxuan" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:38 Li sddm-helper[1317]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
Jun 12 21:33:38 Li audit[1317]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffd9334b950 a2=4 a3=7ffd9334b664 items=0 ppid=773 pid=1317 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
Jun 12 21:33:38 Li audit: PROCTITLE proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746836666334353731392D303836302D343832312D626533372D393439363762333634306234002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
Jun 12 21:33:38 Li sddm-helper[1317]: pam_unix(sddm:session): session opened for user yuxuan(uid=1000) by (uid=0)
Jun 12 21:33:38 Li systemd[1]: Created slice User Slice of UID 1000.
Jun 12 21:33:38 Li systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 12 21:33:38 Li systemd-logind[533]: New session 2 of user yuxuan.
Jun 12 21:33:38 Li systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 12 21:33:38 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:38 Li systemd[1]: Starting User Manager for UID 1000...
Jun 12 21:33:38 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=1319 comm="(systemd)")
Jun 12 21:33:38 Li dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 12 21:33:38 Li systemd[1319]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 12 21:33:38 Li audit[1319]: USER_ACCT pid=1319 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="yuxuan" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:38 Li audit[1319]: CRED_ACQ pid=1319 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="yuxuan" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Jun 12 21:33:38 Li audit[1319]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffda98ffb00 a2=4 a3=7ffda98ff814 items=0 ppid=1 pid=1319 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Jun 12 21:33:38 Li audit: PROCTITLE proctitle="(systemd)"
Jun 12 21:33:38 Li systemd[1319]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[yuxuan] ruser=[<unknown>] rhost=[<unknown>]
Jun 12 21:33:38 Li systemd[1319]: pam_unix(systemd-user:session): session opened for user yuxuan(uid=1000) by (uid=0)
Jun 12 21:33:38 Li systemd[1319]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Jun 12 21:33:38 Li systemd[1319]: pam_env(systemd-user:session): Expandable variables must be wrapped in {} <@im=fcitx> - ignoring
Jun 12 21:33:38 Li audit[1319]: USER_START pid=1319 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="yuxuan" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:60: TypeError: Cannot read property 'smallSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:37: TypeError: Cannot read property 'largeSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:60: TypeError: Cannot read property 'smallSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:37: TypeError: Cannot read property 'largeSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:60: TypeError: Cannot read property 'smallSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:36: TypeError: Cannot read property 'largeSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/ActionButton.qml:37: TypeError: Cannot read property 'largeSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/SessionManagementScreen.qml:83: TypeError: Cannot read property 'gridUnit' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/SessionManagementScreen.qml:112: TypeError: Cannot read property 'smallSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/SessionManagementScreen.qml:98: TypeError: Cannot read property 'gridUnit' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/SessionManagementScreen.qml:99: TypeError: Cannot read property 'gridUnit' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/SessionManagementScreen.qml:89: TypeError: Cannot read property 'gridUnit' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/UserList.qml:25: TypeError: Cannot read property 'gridUnit' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/UserList.qml:26: TypeError: Cannot read property 'gridUnit' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/Battery.qml:27: TypeError: Cannot read property 'smallSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/UserDelegate.qml:98: TypeError: Cannot read property 'gridUnit' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/UserDelegate.qml:40: TypeError: Cannot read property 'smallSpacing' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/components/UserDelegate.qml:46: TypeError: Cannot read property 'longDuration' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/Main.qml:162: TypeError: Cannot read property 'longDuration' of null
Jun 12 21:33:38 Li sddm-greeter[951]: file:///usr/share/sddm/themes/plasma-chili/Main.qml:318: TypeError: Cannot read property 'longDuration' of null
Jun 12 21:33:38 Li systemd-xdg-autostart-generator[1324]: /home/yuxuan/.config/autostart/org.kde.latte-dock.desktop:108: Unknown key name 'InitialPreference' in section 'Desktop Entry', ignoring.
Jun 12 21:33:38 Li audit[941]: USER_END pid=941 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Jun 12 21:33:38 Li audit[941]: CRED_DISP pid=941 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_permit acct="sddm" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Jun 12 21:33:38 Li sddm-helper[941]: [PAM] Closing session
Jun 12 21:33:38 Li sddm-helper[941]: pam_unix(sddm-greeter:session): session closed for user sddm
Jun 12 21:33:38 Li sddm-helper[941]: [PAM] Ended.
Jun 12 21:33:38 Li sddm[773]: Auth: sddm-helper exited successfully
Jun 12 21:33:38 Li sddm[773]: Greeter stopped.
Jun 12 21:33:38 Li systemd[1]: session-c1.scope: Deactivated successfully.
Jun 12 21:33:38 Li systemd-logind[533]: Removed session c1.
Jun 12 21:33:38 Li systemd[1319]: Queued start job for default target Main User Target.
Jun 12 21:33:38 Li systemd[1319]: Created slice User Application Slice.
Jun 12 21:33:38 Li systemd[1319]: Reached target Paths.
Jun 12 21:33:38 Li systemd[1319]: Reached target Timers.
Jun 12 21:33:38 Li systemd[1319]: Starting D-Bus User Message Bus Socket...
Jun 12 21:33:38 Li systemd[1319]: Listening on GnuPG network certificate management daemon.
Jun 12 21:33:38 Li systemd[1319]: Listening on GCR ssh-agent wrapper.
Jun 12 21:33:38 Li systemd[1319]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 12 21:33:38 Li systemd[1319]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 12 21:33:38 Li systemd[1319]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 12 21:33:38 Li systemd[1319]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 12 21:33:38 Li systemd[1319]: Listening on p11-kit server.
Jun 12 21:33:38 Li systemd[1319]: Listening on PipeWire Multimedia System Socket.
Jun 12 21:33:38 Li systemd[1319]: Listening on Sound System.
Jun 12 21:33:38 Li systemd[1319]: Listening on D-Bus User Message Bus Socket.
Jun 12 21:33:38 Li systemd[1319]: Reached target Sockets.
Jun 12 21:33:38 Li systemd[1319]: Reached target Basic System.
Jun 12 21:33:38 Li systemd[1]: Started User Manager for UID 1000.
Jun 12 21:33:38 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:38 Li systemd[1319]: Starting Update XDG user dir configuration...
Jun 12 21:33:38 Li systemd[1]: Started Session 2 of User yuxuan.
Jun 12 21:33:38 Li systemd[1319]: Finished Update XDG user dir configuration.
Jun 12 21:33:38 Li systemd[1319]: Reached target Main User Target.
Jun 12 21:33:38 Li systemd[1319]: Startup finished in 71ms.
Jun 12 21:33:38 Li sddm-helper[1317]: pam_env(sddm:session): deprecated reading of user environment enabled
Jun 12 21:33:38 Li sddm-helper[1317]: pam_env(sddm:session): Expandable variables must be wrapped in {} <@im=fcitx> - ignoring
Jun 12 21:33:38 Li sddm-helper[1317]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
Jun 12 21:33:38 Li sddm-helper[1329]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Jun 12 21:33:38 Li audit[1317]: USER_START pid=1317 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_keyinit,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_kwallet5 acct="yuxuan" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Jun 12 21:33:38 Li sddm-helper[1317]: Starting: "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Jun 12 21:33:38 Li sddm-helper[1331]: Adding cookie to "/home/yuxuan/.Xauthority"
Jun 12 21:33:38 Li sddm[773]: Session started
Jun 12 21:33:38 Li systemd[1319]: Created slice User Core Session Slice.
Jun 12 21:33:38 Li systemd[1319]: Starting D-Bus User Message Bus...
Jun 12 21:33:38 Li systemd[1319]: Started D-Bus User Message Bus.
Jun 12 21:33:38 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Successfully activated service 'org.freedesktop.systemd1'
Jun 12 21:33:38 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Activating service name='org.kde.KSplash' requested by ':1.3' (uid=1000 pid=1331 comm="/usr/bin/startplasma-x11")
Jun 12 21:33:38 Li systemd[1319]: Reloading.
Jun 12 21:33:38 Li systemd-xdg-autostart-generator[1351]: /home/yuxuan/.config/autostart/org.kde.latte-dock.desktop:108: Unknown key name 'InitialPreference' in section 'Desktop Entry', ignoring.
Jun 12 21:33:39 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Successfully activated service 'org.kde.KSplash'
Jun 12 21:33:39 Li kcminit_startup[1373]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Jun 12 21:33:39 Li kcminit_startup[1373]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Jun 12 21:33:39 Li kcminit_startup[1373]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
Jun 12 21:33:39 Li kcminit_startup[1373]: QDBusConnection: error: could not send signal to service "" path "//home/yuxuan/.kde4/share/config/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/yuxuan/.kde4/share/config/kdeglobals
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: process job  "kcminit_startup" finished with exit code  0
Jun 12 21:33:39 Li NetworkManager[534]: <info>  [1655040819.2418] agent-manager: agent[c9bd66aa80407a3e,:1.27/org.kde.plasma.networkmanagement/1000]: agent registered
Jun 12 21:33:39 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.11' (uid=1000 pid=1383 comm="/usr/bin/kded5")
Jun 12 21:33:39 Li systemd[1319]: Created slice User Background Tasks Slice.
Jun 12 21:33:39 Li systemd[1319]: Starting KActivityManager Activity manager Service...
Jun 12 21:33:39 Li kded5[1383]: kcm_touchpad: Using X11 backend
Jun 12 21:33:39 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.13' (uid=1000 pid=1383 comm="/usr/bin/kded5")
Jun 12 21:33:39 Li systemd[1319]: Starting User preferences database...
Jun 12 21:33:39 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Successfully activated service 'ca.desrt.dconf'
Jun 12 21:33:39 Li systemd[1319]: Started User preferences database.
Jun 12 21:33:39 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Successfully activated service 'org.kde.ActivityManager'
Jun 12 21:33:39 Li systemd[1319]: Started KActivityManager Activity manager Service.
Jun 12 21:33:39 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.16' (uid=1000 pid=1390 comm="/usr/lib/kactivitymanagerd")
Jun 12 21:33:39 Li systemd[1319]: Starting KDE Global Shortcuts Server...
Jun 12 21:33:39 Li kwin_x11[1386]: Warning: Setting a new default format with a different version or profile after the global shared context is created may cause issues with context sharing.
Jun 12 21:33:39 Li kwin_x11[1386]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
Jun 12 21:33:39 Li kwin_x11[1386]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
Jun 12 21:33:39 Li kded5[1383]: Installing the delayed initialization callback.
Jun 12 21:33:39 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Successfully activated service 'org.kde.kglobalaccel'
Jun 12 21:33:39 Li systemd[1319]: Started KDE Global Shortcuts Server.
Jun 12 21:33:39 Li kded5[1383]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.19'
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.27' (uid=1000 pid=1383 comm="/usr/bin/kded5")
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.27' (uid=1000 pid=1383 comm="/usr/bin/kded5")
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Jun 12 21:33:39 Li kded5[1383]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                 "Unit dbus-org.freedesktop.ModemManager1.service not found."
Jun 12 21:33:39 Li ksmserver[1450]: Qt: Session management error: networkIdsList argument is NULL
Jun 12 21:33:39 Li kded5[1383]: Delayed initialization.
Jun 12 21:33:39 Li kded5[1383]: Reloading the khotkeys configuration
Jun 12 21:33:39 Li kded5[1383]: Version 2 File!
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/xembedsniproxy.desktop" ("/usr/bin/xembedsniproxy")
Jun 12 21:33:39 Li kded5[1383]: true
Jun 12 21:33:39 Li kded5[1383]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/powerdevil.desktop" ("/usr/lib/org_kde_powerdevil")
Jun 12 21:33:39 Li kcminit_startup[1373]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Jun 12 21:33:39 Li kcminit_startup[1373]: kcm_touchpad: Using X11 backend
Jun 12 21:33:39 Li kded5[1383]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/kaccess.desktop" ("/usr/bin/kaccess")
Jun 12 21:33:39 Li kded5[1383]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
Jun 12 21:33:39 Li kcminit_startup[1373]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/pam_kwallet_init.desktop" ("/usr/lib/pam_kwallet_init")
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/baloo_file.desktop" ("/usr/lib/baloo_file")
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop" ("/usr/lib/polkit-kde-authentication-agent-1")
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.plasmashell.desktop" ("/usr/bin/plasmashell")
Jun 12 21:33:39 Li kaccess[1459]: Xlib XKB extension major= 1  minor= 0
Jun 12 21:33:39 Li kded5[1383]: 
Jun 12 21:33:39 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Activating via systemd: service name='org.kde.KScreen' unit='plasma-kscreen.service' requested by ':1.11' (uid=1000 pid=1383 comm="/usr/bin/kded5")
Jun 12 21:33:39 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.11' (uid=1000 pid=1383 comm="/usr/bin/kded5")
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Activating service name='org.kde.kded.smart' requested by ':1.27' (uid=1000 pid=1383 comm="/usr/bin/kded5") (using servicehelper)
Jun 12 21:33:39 Li systemd[1319]: Starting Bluetooth OBEX service...
Jun 12 21:33:39 Li systemd[1319]: Starting KScreen...
Jun 12 21:33:39 Li obexd[1491]: OBEX daemon 5.64
Jun 12 21:33:39 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Successfully activated service 'org.bluez.obex'
Jun 12 21:33:39 Li systemd[1319]: Started Bluetooth OBEX service.
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Successfully activated service 'org.kde.kded.smart'
Jun 12 21:33:39 Li kernel: Bluetooth: RFCOMM TTY layer initialized
Jun 12 21:33:39 Li kernel: Bluetooth: RFCOMM socket layer initialized
Jun 12 21:33:39 Li kernel: Bluetooth: RFCOMM ver 1.11
Jun 12 21:33:39 Li dbus-daemon[1337]: [session uid=1000 pid=1337] Successfully activated service 'org.kde.KScreen'
Jun 12 21:33:39 Li systemd[1319]: Started KScreen.
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xrandr: Connected output 66 to CRTC 62
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xcb.helper: Detected XRandR 1.6
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xcb.helper: Event Base:  89
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xcb.helper: Event Error:  147
Jun 12 21:33:39 Li kded5[1383]: Known activities: ("f1c4f529-b9b7-466b-8172-76ef2c7d485f")
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.36' (uid=1000 pid=1458 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Jun 12 21:33:39 Li kded5[1383]: kscreen.kded: PowerDevil SuspendSession action not available!
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xrandr: XRandR::setConfig
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xrandr: Needed CRTCs:  1
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xrandr: Actions to perform: 
                                                            Primary Output: false
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xrandr:         Change Screen Size: false
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xrandr:         Disable outputs: false
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xrandr:         Change outputs: false
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xrandr:         Enable outputs: false
Jun 12 21:33:39 Li kscreen_backend_launcher[1492]: kscreen.xrandr: XRandR::setConfig done!
Jun 12 21:33:39 Li polkit-kde-authentication-agent-1[1464]: New PolkitAgentListener  0x5630788cf200
Jun 12 21:33:39 Li polkit-kde-authentication-agent-1[1464]: Adding new listener  PolkitQt1::Agent::Listener(0x56307891b9a0) for  0x5630788cf200
Jun 12 21:33:39 Li polkit-kde-authentication-agent-1[1464]: Listener online
Jun 12 21:33:39 Li kaccess[1459]: X server XKB extension major= 1  minor= 0
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
Jun 12 21:33:39 Li polkitd[610]: Registered Authentication Agent for unix-session:2 (system bus name :1.41 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 12 21:33:39 Li polkit-kde-authentication-agent-1[1464]: Authentication agent result: true
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.36' (uid=1000 pid=1458 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Jun 12 21:33:39 Li kwin_x11[1386]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Jun 12 21:33:39 Li kwin_x11[1386]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Jun 12 21:33:39 Li kwin_x11[1386]: kf.config.core: "\"fsrestore3\" - conversion of \"0,0,0,0\" to QRect failed"
Jun 12 21:33:39 Li kwin_x11[1386]: kf.config.core: "\"fsrestore4\" - conversion of \"0,0,0,0\" to QRect failed"
Jun 12 21:33:39 Li kwin_x11[1386]: kf.config.core: "\"fsrestore5\" - conversion of \"0,0,0,0\" to QRect failed"
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.36' (uid=1000 pid=1458 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.discover.notifier.desktop" ("/usr/lib/DiscoverNotifier")
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/gmenudbusmenuproxy.desktop" ("/usr/bin/gmenudbusmenuproxy")
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/pulseaudio.desktop" ("/usr/bin/start-pulseaudio-x11")
Jun 12 21:33:39 Li kwin_x11[1386]: kwin_core: XCB error: 10 (BadAccess), sequence: 816, resource id: 1996, major code: 142 (Composite), minor code: 2 (RedirectSubwindows)
Jun 12 21:33:39 Li systemd[1319]: Starting Sound Service...
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
Jun 12 21:33:39 Li org_kde_powerdevil[1458]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
Jun 12 21:33:39 Li systemd[1319]: Started /usr/lib/DiscoverNotifier.
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.49' (uid=1000 pid=1555 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Jun 12 21:33:39 Li systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Jun 12 21:33:39 Li systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jun 12 21:33:39 Li rtkit-daemon[1560]: Successfully called chroot.
Jun 12 21:33:39 Li 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 12 21:33:39 Li rtkit-daemon[1560]: Successfully dropped privileges.
Jun 12 21:33:39 Li rtkit-daemon[1560]: Successfully limited resources.
Jun 12 21:33:39 Li rtkit-daemon[1560]: Running.
Jun 12 21:33:39 Li rtkit-daemon[1560]: Watchdog thread running.
Jun 12 21:33:39 Li rtkit-daemon[1560]: Canary thread running.
Jun 12 21:33:39 Li rtkit-daemon[1560]: Successfully made thread 1555 of process 1555 owned by '1000' high priority at nice level -11.
Jun 12 21:33:39 Li rtkit-daemon[1560]: Supervising 1 threads of 1 processes of 1 users.
Jun 12 21:33:39 Li plasmashell[1465]: kf.plasma.core: Could not locate plasma theme "Moe" in plasma/desktoptheme/ using search path ("/home/yuxuan/.local/share", "/usr/local/share", "/usr/share")
Jun 12 21:33:39 Li plasmashell[1465]: kf.plasma.core: Could not locate plasma theme "Moe" in plasma/desktoptheme/ using search path ("/home/yuxuan/.local/share", "/usr/local/share", "/usr/share")
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.PackageKit' unit='packagekit.service' requested by ':1.51' (uid=1000 pid=1547 comm="/usr/lib/DiscoverNotifier")
Jun 12 21:33:39 Li DiscoverNotifier[1547]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "无法加载库 /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so:(libflatpak.so.0: 无法打开共享对象文件: 没有那个文件或目录)"
Jun 12 21:33:39 Li systemd[1]: Starting PackageKit Daemon...
Jun 12 21:33:39 Li PackageKit[1567]: daemon start
Jun 12 21:33:39 Li org_kde_powerdevil[1458]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Jun 12 21:33:39 Li DiscoverNotifier[1552]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "无法加载库 /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so:(libflatpak.so.0: 无法打开共享对象文件: 没有那个文件或目录)"
Jun 12 21:33:39 Li org_kde_powerdevil[1458]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
Jun 12 21:33:39 Li dbus-daemon[530]: [system] Successfully activated service 'org.freedesktop.PackageKit'
Jun 12 21:33:39 Li systemd[1]: Started PackageKit Daemon.
Jun 12 21:33:39 Li audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=packagekit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 12 21:33:39 Li systemd[1319]: Started Optimus 管理器.
Jun 12 21:33:39 Li kded5[1383]: Registering ":1.45/StatusNotifierItem" to system tray
Jun 12 21:33:39 Li kwin_x11[1386]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1031, resource id: 27262983, major code: 18 (ChangeProperty), minor code: 0
Jun 12 21:33:39 Li plasmashell[1465]: kf.plasma.quick: Applet preload policy set to 1
Jun 12 21:33:39 Li kwin_x11[1386]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1085, resource id: 27262984, major code: 18 (ChangeProperty), minor code: 0
Jun 12 21:33:39 Li systemd[1319]: Started Konsole - 终端.
Jun 12 21:33:39 Li kwin_x11[1386]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1089, resource id: 27262985, major code: 18 (ChangeProperty), minor code: 0
Jun 12 21:33:39 Li kded5[1383]: Registering ":1.49/StatusNotifierItem" to system tray
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/home/yuxuan/.config/autostart/org.kde.latte-dock.desktop" ("/usr/bin/bash", "-c", "pkill latte-dock; exec latte-dock")
Jun 12 21:33:39 Li plasma_session[1366]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.fcitx.Fcitx5.desktop" ("/usr/bin/fcitx5")
Jun 12 21:33:39 Li plasmashell[1465]: qml: load backend: backend/Scene.qml
Jun 12 21:33:39 Li plasmashell[1465]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Jun 12 21:33:39 Li plasmashell[1465]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Jun 12 21:33:39 Li plasmashell[1465]: Plasma Shell startup completed
Jun 12 21:33:39 Li plasmashell[1465]: Error: cannot change the containment to AppletsLayout
Jun 12 21:33:39 Li kwin_x11[1386]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
Jun 12 21:33:39 Li kwin_x11[1386]: kf.plasma.core: Could not locate plasma theme "Moe" in plasma/desktoptheme/ using search path ("/home/yuxuan/.local/share", "/usr/local/share", "/usr/share")
Jun 12 21:33:39 Li kwin_x11[1386]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1838, resource id: 4194346, major code: 18 (ChangeProperty), minor code: 0
Jun 12 21:33:40 Li kioslave5[1626]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Jun 12 21:33:40 Li kwin_x11[1386]: kwin_core: XCB error: 152 (BadDamage), sequence: 1952, resource id: 10485803, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Jun 12 21:33:40 Li kioslave5[1673]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Jun 12 21:33:40 Li rtkit-daemon[1560]: Supervising 1 threads of 1 processes of 1 users.
Jun 12 21:33:40 Li rtkit-daemon[1560]: Successfully made thread 1700 of process 1555 owned by '1000' RT at priority 5.
Jun 12 21:33:40 Li rtkit-daemon[1560]: Supervising 2 threads of 1 processes of 1 users.
Jun 12 21:33:40 Li rtkit-daemon[1560]: Supervising 2 threads of 1 processes of 1 users.
Jun 12 21:33:40 Li rtkit-daemon[1560]: Successfully made thread 1701 of process 1555 owned by '1000' RT at priority 5.
Jun 12 21:33:40 Li rtkit-daemon[1560]: Supervising 3 threads of 1 processes of 1 users.
Jun 12 21:33:40 Li pulseaudio[1555]: stat('/etc/pulse/default.pa.d'): 没有那个文件或目录
Jun 12 21:33:40 Li systemd[1319]: Started Sound Service.
Jun 12 21:33:40 Li pulseaudio[1555]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Jun 12 21:33:40 Li bluetoothd[860]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/sbc
Jun 12 21:33:40 Li bluetoothd[860]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/sbc
Jun 12 21:33:40 Li bluetoothd[860]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Jun 12 21:33:40 Li bluetoothd[860]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Jun 12 21:33:40 Li bluetoothd[860]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Jun 12 21:33:40 Li bluetoothd[860]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Jun 12 21:33:40 Li bluetoothd[860]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Jun 12 21:33:40 Li bluetoothd[860]: Endpoint registered: sender=:1.57 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Jun 12 21:33:40 Li kded5[1383]: Registering "org.fcitx.Fcitx5.StatusNotifierItem-1584-2/StatusNotifierItem" to system tray
Jun 12 21:33:40 Li bluetoothd[860]: Failed to set mode: Failed (0x03)
Jun 12 21:33:40 Li kded5[1383]: kf.bluezqt: PendingCall Error: "Failed"
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8093] policy: auto-activating connection 'HIT-WLAN' (8aa8e70c-4993-4ab3-a58a-006e1052e015)
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8095] device (wlp0s20f3): Activation: starting connection 'HIT-WLAN' (8aa8e70c-4993-4ab3-a58a-006e1052e015)
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8095] device (wlp0s20f3): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8114] device (wlp0s20f3): set-hw-addr: reset MAC address to EC:63:D7:3F:AC:E6 (preserve)
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8136] device (wlp0s20f3): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8137] device (wlp0s20f3): Activation: (wifi) connection 'HIT-WLAN' requires no security.  No secrets needed.
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8137] Config: added 'ssid' value 'HIT-WLAN'
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8137] Config: added 'scan_ssid' value '1'
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8137] Config: added 'bgscan' value 'simple:30:-70:86400'
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8137] Config: added 'key_mgmt' value 'NONE'
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8634] device (wlp0s20f3): supplicant interface state: disconnected -> inactive
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8635] device (p2p-dev-wlp0s20f3): supplicant management interface state: disconnected -> inactive
Jun 12 21:33:40 Li wpa_supplicant[791]: wlp0s20f3: SME: Trying to authenticate with 94:28:2e:d3:9d:a1 (SSID='HIT-WLAN' freq=5180 MHz)
Jun 12 21:33:40 Li kernel: wlp0s20f3: authenticate with 94:28:2e:d3:9d:a1
Jun 12 21:33:40 Li kernel: wlp0s20f3: Invalid HE elem, Disable HE
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8710] device (wlp0s20f3): supplicant interface state: inactive -> authenticating
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.8711] device (p2p-dev-wlp0s20f3): supplicant management interface state: inactive -> authenticating
Jun 12 21:33:40 Li kernel: wlp0s20f3: send auth to 94:28:2e:d3:9d:a1 (try 1/3)
Jun 12 21:33:40 Li wpa_supplicant[791]: wlp0s20f3: Trying to associate with 94:28:2e:d3:9d:a1 (SSID='HIT-WLAN' freq=5180 MHz)
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.9282] device (wlp0s20f3): supplicant interface state: authenticating -> associating
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.9282] device (p2p-dev-wlp0s20f3): supplicant management interface state: authenticating -> associating
Jun 12 21:33:40 Li kernel: wlp0s20f3: authenticated
Jun 12 21:33:40 Li kernel: wlp0s20f3: associate with 94:28:2e:d3:9d:a1 (try 1/3)
Jun 12 21:33:40 Li kernel: wlp0s20f3: RX AssocResp from 94:28:2e:d3:9d:a1 (capab=0x8001 status=0 aid=3)
Jun 12 21:33:40 Li wpa_supplicant[791]: wlp0s20f3: Associated with 94:28:2e:d3:9d:a1
Jun 12 21:33:40 Li kernel: wlp0s20f3: associated
Jun 12 21:33:40 Li wpa_supplicant[791]: wlp0s20f3: CTRL-EVENT-CONNECTED - Connection to 94:28:2e:d3:9d:a1 completed [id=0 id_str=]
Jun 12 21:33:40 Li kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp0s20f3: link becomes ready
Jun 12 21:33:40 Li wpa_supplicant[791]: wlp0s20f3: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jun 12 21:33:40 Li wpa_supplicant[791]: wlp0s20f3: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-48 noise=9999 txrate=108000
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.9471] device (wlp0s20f3): supplicant interface state: associating -> completed
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.9471] device (wlp0s20f3): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "HIT-WLAN"
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.9471] device (p2p-dev-wlp0s20f3): supplicant management interface state: associating -> completed
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.9472] device (wlp0s20f3): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:40 Li NetworkManager[534]: <info>  [1655040820.9474] dhcp4 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Jun 12 21:33:41 Li kded5[1383]: Registering "org.kde.StatusNotifierHost-1583" as system tray
Jun 12 21:33:41 Li plasmashell[1465]: qml: QQuickGridView_QML_214(0x56206264bf90)
Jun 12 21:33:42 Li NetworkManager[534]: <info>  [1655040822.9803] dhcp4 (wlp0s20f3): state changed new lease, address=172.20.137.104
Jun 12 21:33:42 Li NetworkManager[534]: <info>  [1655040822.9824] device (wlp0s20f3): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:42 Li NetworkManager[534]: <info>  [1655040822.9849] device (wlp0s20f3): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:42 Li NetworkManager[534]: <info>  [1655040822.9852] device (wlp0s20f3): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 12 21:33:42 Li NetworkManager[534]: <info>  [1655040822.9978] device (wlp0s20f3): Activation: successful, device activated.
Jun 12 21:33:43 Li dbus-daemon[530]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.60' (uid=0 pid=1850 comm="sudo journalctl -b")
Jun 12 21:33:43 Li dbus-daemon[530]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Jun 12 21:33:43 Li sudo[1850]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Jun 12 21:33:44 Li NetworkManager[534]: <info>  [1655040824.3198] dhcp6 (wlp0s20f3): activation: beginning transaction (timeout in 45 seconds)
Jun 12 21:33:44 Li NetworkManager[534]: <info>  [1655040824.3210] policy: set 'HIT-WLAN' (wlp0s20f3) as default for IPv6 routing and DNS
Jun 12 21:33:46 Li audit[1850]: USER_AUTH pid=1850 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="yuxuan" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 12 21:33:46 Li audit[1850]: USER_ACCT pid=1850 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="yuxuan" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 12 21:33:46 Li sudo[1850]:   yuxuan : TTY=pts/1 ; PWD=/home/yuxuan ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jun 12 21:33:46 Li audit[1850]: CRED_REFR pid=1850 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 12 21:33:46 Li sudo[1850]: pam_unix(sudo:session): session opened for user root(uid=0) by yuxuan(uid=1000)
Jun 12 21:33:46 Li kernel: kauditd_printk_skb: 129 callbacks suppressed
Jun 12 21:33:46 Li kernel: audit: type=1100 audit(1655040826.290:113): pid=1850 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="yuxuan" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 12 21:33:46 Li kernel: audit: type=1101 audit(1655040826.290:114): pid=1850 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="yuxuan" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 12 21:33:46 Li kernel: audit: type=1110 audit(1655040826.290:115): pid=1850 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 12 21:33:46 Li kernel: audit: type=1105 audit(1655040826.290:116): pid=1850 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
Jun 12 21:33:46 Li audit[1850]: USER_START pid=1850 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

Offline

#6 2022-06-12 13:37:28

seth
Member
Registered: 2012-09-03
Posts: 50,007

Re: [Solved]"ibt = off" didn't solve the problem with nvidia

The nvidia kernel module isn't even attempted and

Jun 12 21:33:33 Li python3[557]: [745] INFO: Available modules: ['nouveau', 'bbswitch', 'nvidia', 'nvidia_drm', 'nvidia_modeset', 'nvidia_uvm']
Jun 12 21:33:33 Li python3[557]: [745] INFO: Unloading modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia'] (if loaded)
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.5363] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlp0s20f3'
Jun 12 21:33:33 Li python3[557]: [747] INFO: Loading module bbswitch
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.5387] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 12 21:33:33 Li kernel: bbswitch: loading out-of-tree module taints kernel.
Jun 12 21:33:33 Li python3[557]: [760] INFO: Setting GPU power to OFF via bbswitch
Jun 12 21:33:33 Li kernel: bbswitch: module verification failed: signature and/or required key missing - tainting kernel
Jun 12 21:33:33 Li kernel: bbswitch: version 0.8
Jun 12 21:33:33 Li kernel: bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PC00.GFX0
Jun 12 21:33:33 Li kernel: bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PC00.PEG1.PEGP

looks like it's probably disabled by optimus manager.

Edit: also

Jun 12 21:33:32 Li systemd-modules-load[343]: Module 'nvidia_uvm' is deny-listed

Last edited by seth (2022-06-12 13:38:06)

Online

#7 2022-06-12 13:48:33

lyxzcx
Member
Registered: 2021-08-13
Posts: 50

Re: [Solved]"ibt = off" didn't solve the problem with nvidia

seth wrote:

The nvidia kernel module isn't even attempted and

Jun 12 21:33:33 Li python3[557]: [745] INFO: Available modules: ['nouveau', 'bbswitch', 'nvidia', 'nvidia_drm', 'nvidia_modeset', 'nvidia_uvm']
Jun 12 21:33:33 Li python3[557]: [745] INFO: Unloading modules ['nvidia_drm', 'nvidia_modeset', 'nvidia_uvm', 'nvidia'] (if loaded)
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.5363] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlp0s20f3'
Jun 12 21:33:33 Li python3[557]: [747] INFO: Loading module bbswitch
Jun 12 21:33:33 Li NetworkManager[534]: <info>  [1655040813.5387] device (wlp0s20f3): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 12 21:33:33 Li kernel: bbswitch: loading out-of-tree module taints kernel.
Jun 12 21:33:33 Li python3[557]: [760] INFO: Setting GPU power to OFF via bbswitch
Jun 12 21:33:33 Li kernel: bbswitch: module verification failed: signature and/or required key missing - tainting kernel
Jun 12 21:33:33 Li kernel: bbswitch: version 0.8
Jun 12 21:33:33 Li kernel: bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PC00.GFX0
Jun 12 21:33:33 Li kernel: bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PC00.PEG1.PEGP

looks like it's probably disabled by optimus manager.

Edit: also

Jun 12 21:33:32 Li systemd-modules-load[343]: Module 'nvidia_uvm' is deny-listed

Thanks Bro.I just forget optimus-manager.And nvidia and cuda works well now

Offline

Board footer

Powered by FluxBB