您尚未登录。

#1 2022-08-16 21:25:22

Zzzzzczh
会员
注册时间: 2022-08-16
帖子: 24

Xe 显卡和 linux 在我家卧室里的奇妙故障

我之前在archlinux的bbs上贴出来了这篇问题:X server crash on my laptop,不过可能是由于我的英文水平太差,没一个回复。我重述一下我目前的问题:

  • 在大部分发行版(包括arch)上会莫名其妙地卡死,大部分时候是在图形界面出来的一瞬间,小部分是在电脑运行途中。卡死时鼠标不能动、切换不了tty、正在运行的程序也会卡死。

  • Ubuntu20.04 LTS 和 Kubuntu 20.04 LTS 可以正常运行,但是虽然显卡能正常工作,系统却识别不出我的显卡型号(将Xe显卡识别为 "Intel Device 9a49")。

  • 我一开始以为是内核问题,但是arch 和 Ubuntu 使用相同内核(5.15 LTS)的时候,arch也会出现上述问题。

  • windows能正常工作,也能识别出Xe显卡。

我在 ubuntu 上面遇到的显卡识别不出的问题具体如下:

zzzzzczh@zzzzzczh:~$ neofetch
            .-/+oossssoo+/-.               zzzzzczh@zzzzzczh 
        `:+ssssssssssssssssss+:`           ----------------- 
      -+ssssssssssssssssssyyssss+-         OS: Ubuntu 20.04.4 LTS x86_64 
    .ossssssssssssssssssdMMMNysssso.       Host: Swift SF316-51 V1.11 
   /ssssssssssshdmmNNmmyNMMMMhssssss/      Kernel: 5.15.0-46-generic 
  +ssssssssshmydMMMMMMMNddddyssssssss+     Uptime: 44 mins 
 /sssssssshNMMMyhhyyyyhmNMMMNhssssssss/    Packages: 1899 (dpkg) 
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Shell: bash 5.0.17 
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   Resolution: 1920x1080 
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   DE: Plasma 
ossyNMMMNyMMhsssssssssssssshmmmhssssssso   WM: KWin 
+sssshhhyNMMNyssssssssssssyNMMMysssssss+   Theme: Breeze [Plasma], Breeze [GTK2/3] 
.ssssssssdMMMNhsssssssssshNMMMdssssssss.   Icons: breeze [Plasma], breeze [GTK2/3] 
 /sssssssshNMMMyhhyyyyhdNMMMNhssssssss/    Terminal: konsole 
  +sssssssssdmydMMMMMMMMddddyssssssss+     CPU: 11th Gen Intel i5-11300H (8) @ 4.400GHz 
   /ssssssssssshdmNNNNmyNMMMMhssssss/      GPU: Intel Device 9a49 
    .ossssssssssssssssssdMMMNysssso.       Memory: 2576MiB / 15795MiB 
      -+sssssssssssssssssyyyssss+-
        `:+ssssssssssssssssss+:`                                   
            .-/+oossssoo+/-.                                       


zzzzzczh@zzzzzczh:~$ sudo lshw -c video
[sudo] password for zzzzzczh: 
  *-display                 
       description: VGA compatible controller
       product: Intel Corporation
       vendor: Intel Corporation
       physical id: 2
       bus info: pci@0000:00:02.0
       logical name: /dev/fb0
       version: 01
       width: 64 bits
       clock: 33MHz
       capabilities: pciexpress msi pm vga_controller bus_master cap_list rom fb
       configuration: depth=32 driver=i915 latency=0 mode=1920x1080 visual=truecolor xres=1920 yres=1080
       resources: iomemory:600-5ff iomemory:400-3ff irq:153 memory:601c000000-601cffffff memory:4000000000-400fffffff ioport:3000(size=64) memory:c0000-dffff memory:4010000000-4016ffffff memory:4020000000-40ffffffff

还有一点是,今天我尝试更新 Ubuntu 20.04 到 Ubuntu 22.04 ,在更新的时候系统也卡死在了这里:
ubuntu 更新错误

再次登入的时候又出现了上面的问题,所以我猜测可能和xorg有一定的关系。

现在最主要的问题是没有yay感觉特别不习惯,所以想换回arch,但是上面的问题又找不到解决方法。苦于自己技术不够,只好拜托各位大神了。

最近编辑记录 Zzzzzczh (2022-08-23 11:32:44)

离线

#2 2022-08-16 22:10:53

KirisameMarisa
会员
注册时间: 2022-01-30
帖子: 63

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

這個帖子可能會幫到你
https://askubuntu.com/questions/1299067 … e-graphics
根據這篇帖子,你需要使用「OEM內核」,具體地說,安裝ubuntu包 llnux-generic-hwe-`Ubuntu版本`
希望可以幫到你

另外一提,`Ubuntu版本`可能只能使用20.04或18.04,而launchpad中的內核版本停留在了5.14-next,你可能需要手動適配到更高版本的內核以使其適用於Arch Linux。
我會嘗試將它適配到5.19.0,作爲linux-tikogasa的一部分

最近编辑记录 KirisameMarisa (2022-08-16 22:18:11)


霧雨 魔理沙です。

离线

#3 2022-08-16 22:28:16

Zzzzzczh
会员
注册时间: 2022-08-16
帖子: 24

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

KirisameMarisa 说:

這個帖子可能會幫到你
https://askubuntu.com/questions/1299067 … e-graphics
根據這篇帖子,你需要使用「OEM內核」,具體地說,安裝ubuntu包 llnux-generic-hwe-`Ubuntu版本`
希望可以幫到你

另外一提,`Ubuntu版本`可能只能使用20.04或18.04,而launchpad中的內核版本停留在了5.14-next,你可能需要手動適配到更高版本的內核以使其適用於Arch Linux。
我會嘗試將它適配到5.19.0,作爲linux-tikogasa的一部分

这个包在我的Ubuntu上已经安装了:

zzzzzczh@zzzzzczh:~$ sudo apt install linux-generic-hwe-20.04
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
linux-generic-hwe-20.04 已经是最新版 (5.15.0.46.49~20.04.16)。
下列软件包是自动安装的并且现在不需要了:
  libfwupdplugin1
使用'sudo apt autoremove'来卸载它(它们)。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。

我觉得不太是这个问题。
还是谢谢你的帮助。

离线

#4 2022-08-16 22:30:43

KirisameMarisa
会员
注册时间: 2022-01-30
帖子: 63

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

Zzzzzczh 说:
KirisameMarisa 说:

這個帖子可能會幫到你
https://askubuntu.com/questions/1299067 … e-graphics
根據這篇帖子,你需要使用「OEM內核」,具體地說,安裝ubuntu包 llnux-generic-hwe-`Ubuntu版本`
希望可以幫到你

另外一提,`Ubuntu版本`可能只能使用20.04或18.04,而launchpad中的內核版本停留在了5.14-next,你可能需要手動適配到更高版本的內核以使其適用於Arch Linux。
我會嘗試將它適配到5.19.0,作爲linux-tikogasa的一部分

这个包在我的Ubuntu上已经安装了:

zzzzzczh@zzzzzczh:~$ sudo apt install linux-generic-hwe-20.04
正在读取软件包列表... 完成
正在分析软件包的依赖关系树       
正在读取状态信息... 完成       
linux-generic-hwe-20.04 已经是最新版 (5.15.0.46.49~20.04.16)。
下列软件包是自动安装的并且现在不需要了:
  libfwupdplugin1
使用'sudo apt autoremove'来卸载它(它们)。
升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 0 个软件包未被升级。

我觉得不太是这个问题。
还是谢谢你的帮助。

這可能是你後面那個問題的原因,因爲這個包沒有22.04的版本

我搞错了,不过它这里应该显示「22.04」而不是「20.04」才对

最近编辑记录 KirisameMarisa (2022-08-17 01:32:36)


霧雨 魔理沙です。

离线

#5 2022-08-17 01:38:32

KirisameMarisa
会员
注册时间: 2022-01-30
帖子: 63

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

我越来越懵B了,最后追查到了包「linux-image-5.15.0-46-generic 」和「linux-modules-extra-5.15.0-46-generic 」两个包,但是这两个包我都不知道是怎么来的。。。

我个人的建议是,你可以尝试在Ubuntu下编译这个包,然后到Arch下打包安装。。。我很难理解了

最近编辑记录 KirisameMarisa (2022-08-17 01:39:29)


霧雨 魔理沙です。

离线

#6 2022-08-17 20:08:29

Zzzzzczh
会员
注册时间: 2022-08-16
帖子: 24

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

今天我尝试了这些方法:

  1. 按照这篇文章Xorg把所有intel 相关的驱动全装了一遍。

  2. 禁用了 SDDM(之后又启用了).

  3. 将 mesa 版本降至 21。

然后就发现系统直接卡在启动界面了:
acer-booting...
查看了日志,发现了之前没见到的coredump:

[root@archiso /]# journalctl -b -1
Aug 17 11:31:37 zzzzzczh kernel: microcode: microcode updated early to revision 0xa4, date = 2022-02-01
Aug 17 11:31:37 zzzzzczh kernel: Linux version 5.19.1-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 12.1.1 20220730, GNU ld (GNU Binutils) 2.39) #1 ZEN SMP PREEMPT_DYNAMIC Thu, 11 Aug 2022 15:22:00 +0000
Aug 17 11:31:37 zzzzzczh kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=fc906b1c-67f2-47c2-bb25-47db20c24a39 rw rootfstype=ext4 loglevel=3 quiet
Aug 17 11:31:37 zzzzzczh kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Aug 17 11:31:37 zzzzzczh kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
Aug 17 11:31:37 zzzzzczh kernel: signal: max sigframe size: 3632
Aug 17 11:31:37 zzzzzczh kernel: BIOS-provided physical RAM map:
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000039f98fff] usable
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x0000000039f99000-0x000000003a898fff] reserved
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x000000003a899000-0x00000000434aefff] usable
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x00000000434af000-0x000000004387efff] type 20
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x000000004387f000-0x00000000452fefff] reserved
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x00000000452ff000-0x0000000045b2efff] ACPI NVS
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x0000000045b2f000-0x0000000045bfefff] ACPI data
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x0000000045bff000-0x0000000045bfffff] usable
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x0000000045c00000-0x000000004f7fffff] reserved
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x00000000ff600000-0x00000000ffffffff] reserved
Aug 17 11:31:37 zzzzzczh kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004b07fffff] usable
Aug 17 11:31:37 zzzzzczh kernel: NX (Execute Disable) protection: active
Aug 17 11:31:37 zzzzzczh kernel: efi: EFI v2.70 by INSYDE Corp.
Aug 17 11:31:37 zzzzzczh kernel: efi: ACPI=0x45bfe000 ACPI 2.0=0x45bfe014 TPMFinalLog=0x45ac5000 SMBIOS=0x439e1000 SMBIOS 3.0=0x439df000 ESRT=0x3f5f1018 
Aug 17 11:31:37 zzzzzczh kernel: SMBIOS 3.3.0 present.
Aug 17 11:31:37 zzzzzczh kernel: DMI: Acer Swift SF316-51/Sangria_TL, BIOS V1.11 11/02/2021
Aug 17 11:31:37 zzzzzczh kernel: tsc: Detected 3100.000 MHz processor
Aug 17 11:31:37 zzzzzczh kernel: tsc: Detected 3110.400 MHz TSC
Aug 17 11:31:37 zzzzzczh kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 17 11:31:37 zzzzzczh kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 17 11:31:37 zzzzzczh kernel: last_pfn = 0x4b0800 max_arch_pfn = 0x400000000
Aug 17 11:31:37 zzzzzczh kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 17 11:31:37 zzzzzczh kernel: last_pfn = 0x45c00 max_arch_pfn = 0x400000000
Aug 17 11:31:37 zzzzzczh kernel: esrt: Reserving ESRT space from 0x000000003f5f1018 to 0x000000003f5f1078.
Aug 17 11:31:37 zzzzzczh kernel: e820: update [mem 0x3f5f1000-0x3f5f1fff] usable ==> reserved
Aug 17 11:31:37 zzzzzczh kernel: Using GB pages for direct mapping
Aug 17 11:31:37 zzzzzczh kernel: Secure boot disabled
Aug 17 11:31:37 zzzzzczh kernel: RAMDISK: [mem 0x36485000-0x37239fff]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Early table checksum verification disabled
Aug 17 11:31:37 zzzzzczh kernel: ACPI: RSDP 0x0000000045BFE014 000024 (v02 ACRSYS)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: XSDT 0x0000000045BD3188 000124 (v01 ACRSYS ACRPRDCT 00000002      01000013)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: FACP 0x0000000045BFD000 00010C (v06 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: DSDT 0x0000000045B73000 0556A0 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: FACS 0x0000000045AA0000 000040
Aug 17 11:31:37 zzzzzczh kernel: ACPI: UEFI 0x0000000045B2E000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BFA000 00255C (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BF6000 0033AE (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BF5000 000100 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BF2000 002FD0 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BEE000 0033BD (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BE2000 00B254 (v02 INTEL  TcssSsdt 00001000 INTL 20160422)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BE0000 001067 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BDF000 00077B (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: TPM2 0x0000000045BDE000 00004C (v04 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: MSDM 0x0000000045BDD000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BDC000 00048A (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: NHLT 0x0000000045BDA000 001B54 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LPIT 0x0000000045BD9000 0000CC (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: WSMT 0x0000000045BD8000 000028 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BD7000 000B70 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BD6000 00012A (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: DBGP 0x0000000045BD5000 000034 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: DBG2 0x0000000045BD4000 000054 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045BCC000 006A02 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: HPET 0x0000000045BCB000 000038 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: APIC 0x0000000045BCA000 00012C (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: MCFG 0x0000000045BC9000 00003C (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045B71000 00129C (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045B70000 000C78 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: DMAR 0x0000000045B6F000 0000A0 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045B6E000 0000F8 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0x0000000045B6D000 000835 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: FPDT 0x0000000045B6C000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PTDT 0x0000000045B6A000 000CFE (v00 ACRSYS ACRPRDCT 00000005 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: BGRT 0x0000000045B6B000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving FACP table memory at [mem 0x45bfd000-0x45bfd10b]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving DSDT table memory at [mem 0x45b73000-0x45bc869f]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving FACS table memory at [mem 0x45aa0000-0x45aa003f]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving UEFI table memory at [mem 0x45b2e000-0x45b2e235]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bfa000-0x45bfc55b]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bf6000-0x45bf93ad]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bf5000-0x45bf50ff]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bf2000-0x45bf4fcf]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bee000-0x45bf13bc]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45be2000-0x45bed253]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45be0000-0x45be1066]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bdf000-0x45bdf77a]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving TPM2 table memory at [mem 0x45bde000-0x45bde04b]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving MSDM table memory at [mem 0x45bdd000-0x45bdd054]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bdc000-0x45bdc489]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving NHLT table memory at [mem 0x45bda000-0x45bdbb53]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving LPIT table memory at [mem 0x45bd9000-0x45bd90cb]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving WSMT table memory at [mem 0x45bd8000-0x45bd8027]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bd7000-0x45bd7b6f]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bd6000-0x45bd6129]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving DBGP table memory at [mem 0x45bd5000-0x45bd5033]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving DBG2 table memory at [mem 0x45bd4000-0x45bd4053]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bcc000-0x45bd2a01]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving HPET table memory at [mem 0x45bcb000-0x45bcb037]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving APIC table memory at [mem 0x45bca000-0x45bca12b]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving MCFG table memory at [mem 0x45bc9000-0x45bc903b]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45b71000-0x45b7229b]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45b70000-0x45b70c77]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving DMAR table memory at [mem 0x45b6f000-0x45b6f09f]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45b6e000-0x45b6e0f7]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45b6d000-0x45b6d834]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving FPDT table memory at [mem 0x45b6c000-0x45b6c043]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving PTDT table memory at [mem 0x45b6a000-0x45b6acfd]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Reserving BGRT table memory at [mem 0x45b6b000-0x45b6b037]
Aug 17 11:31:37 zzzzzczh kernel: No NUMA configuration found
Aug 17 11:31:37 zzzzzczh kernel: Faking a node at [mem 0x0000000000000000-0x00000004b07fffff]
Aug 17 11:31:37 zzzzzczh kernel: NODE_DATA(0) allocated [mem 0x4b07fc000-0x4b07fffff]
Aug 17 11:31:37 zzzzzczh kernel: Zone ranges:
Aug 17 11:31:37 zzzzzczh kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 17 11:31:37 zzzzzczh kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 17 11:31:37 zzzzzczh kernel:   Normal   [mem 0x0000000100000000-0x00000004b07fffff]
Aug 17 11:31:37 zzzzzczh kernel:   Device   empty
Aug 17 11:31:37 zzzzzczh kernel: Movable zone start for each node
Aug 17 11:31:37 zzzzzczh kernel: Early memory node ranges
Aug 17 11:31:37 zzzzzczh kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Aug 17 11:31:37 zzzzzczh kernel:   node   0: [mem 0x0000000000100000-0x0000000039f98fff]
Aug 17 11:31:37 zzzzzczh kernel:   node   0: [mem 0x000000003a899000-0x00000000434aefff]
Aug 17 11:31:37 zzzzzczh kernel:   node   0: [mem 0x0000000045bff000-0x0000000045bfffff]
Aug 17 11:31:37 zzzzzczh kernel:   node   0: [mem 0x0000000100000000-0x00000004b07fffff]
Aug 17 11:31:37 zzzzzczh kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004b07fffff]
Aug 17 11:31:37 zzzzzczh kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 17 11:31:37 zzzzzczh kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Aug 17 11:31:37 zzzzzczh kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
Aug 17 11:31:37 zzzzzczh kernel: On node 0, zone DMA32: 10064 pages in unavailable ranges
Aug 17 11:31:37 zzzzzczh kernel: On node 0, zone Normal: 9216 pages in unavailable ranges
Aug 17 11:31:37 zzzzzczh kernel: On node 0, zone Normal: 30720 pages in unavailable ranges
Aug 17 11:31:37 zzzzzczh kernel: Reserving Intel graphics memory at [mem 0x4b800000-0x4f7fffff]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Aug 17 11:31:37 zzzzzczh kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Aug 17 11:31:37 zzzzzczh kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 17 11:31:37 zzzzzczh kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Aug 17 11:31:37 zzzzzczh kernel: e820: update [mem 0x3f324000-0x3f417fff] usable ==> reserved
Aug 17 11:31:37 zzzzzczh kernel: TSC deadline timer available
Aug 17 11:31:37 zzzzzczh kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x39f99000-0x3a898fff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x3f324000-0x3f417fff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x3f5f1000-0x3f5f1fff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x434af000-0x4387efff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x4387f000-0x452fefff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x452ff000-0x45b2efff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x45b2f000-0x45bfefff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x45c00000-0x4f7fffff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xfe00ffff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xff5fffff]
Aug 17 11:31:37 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0xff600000-0xffffffff]
Aug 17 11:31:37 zzzzzczh kernel: [mem 0x4f800000-0xfe00ffff] available for PCI devices
Aug 17 11:31:37 zzzzzczh kernel: Booting paravirtualized kernel on bare hardware
Aug 17 11:31:37 zzzzzczh kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Aug 17 11:31:37 zzzzzczh kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Aug 17 11:31:37 zzzzzczh kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Aug 17 11:31:37 zzzzzczh kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Aug 17 11:31:37 zzzzzczh kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Aug 17 11:31:37 zzzzzczh kernel: Fallback order for Node 0: 0 
Aug 17 11:31:37 zzzzzczh kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4077025
Aug 17 11:31:37 zzzzzczh kernel: Policy zone: Normal
Aug 17 11:31:37 zzzzzczh kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=fc906b1c-67f2-47c2-bb25-47db20c24a39 rw rootfstype=ext4 loglevel=3 quiet
Aug 17 11:31:37 zzzzzczh kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-zen", will be passed to user space.
Aug 17 11:31:37 zzzzzczh kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 17 11:31:37 zzzzzczh kernel: Memory: 16069420K/16567608K available (16391K kernel code, 2091K rwdata, 11096K rodata, 2124K init, 3420K bss, 497928K reserved, 0K cma-reserved)
Aug 17 11:31:37 zzzzzczh kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Aug 17 11:31:37 zzzzzczh kernel: ftrace: allocating 43269 entries in 170 pages
Aug 17 11:31:37 zzzzzczh kernel: ftrace: allocated 170 pages with 4 groups
Aug 17 11:31:37 zzzzzczh kernel: Dynamic Preempt: full
Aug 17 11:31:37 zzzzzczh kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 17 11:31:37 zzzzzczh kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Aug 17 11:31:37 zzzzzczh kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 17 11:31:37 zzzzzczh kernel:         Trampoline variant of Tasks RCU enabled.
Aug 17 11:31:37 zzzzzczh kernel:         Rude variant of Tasks RCU enabled.
Aug 17 11:31:37 zzzzzczh kernel:         Tracing variant of Tasks RCU enabled.
Aug 17 11:31:37 zzzzzczh kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Aug 17 11:31:37 zzzzzczh kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Aug 17 11:31:37 zzzzzczh kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Aug 17 11:31:37 zzzzzczh kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 17 11:31:37 zzzzzczh kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 17 11:31:37 zzzzzczh kernel: random: crng init done
Aug 17 11:31:37 zzzzzczh kernel: Console: colour dummy device 80x25
Aug 17 11:31:37 zzzzzczh kernel: printk: console [tty0] enabled
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Core revision 20220331
Aug 17 11:31:37 zzzzzczh kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Aug 17 11:31:37 zzzzzczh kernel: APIC: Switch to symmetric I/O mode setup
Aug 17 11:31:37 zzzzzczh kernel: DMAR: Host address width 39
Aug 17 11:31:37 zzzzzczh kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Aug 17 11:31:37 zzzzzczh kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e
Aug 17 11:31:37 zzzzzczh kernel: DMAR: DRHD base: 0x000000fed84000 flags: 0x0
Aug 17 11:31:37 zzzzzczh kernel: DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 17 11:31:37 zzzzzczh kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Aug 17 11:31:37 zzzzzczh kernel: DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 17 11:31:37 zzzzzczh kernel: DMAR: RMRR base: 0x0000004b000000 end: 0x0000004f7fffff
Aug 17 11:31:37 zzzzzczh kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
Aug 17 11:31:37 zzzzzczh kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Aug 17 11:31:37 zzzzzczh kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Aug 17 11:31:37 zzzzzczh kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Aug 17 11:31:37 zzzzzczh kernel: x2apic enabled
Aug 17 11:31:37 zzzzzczh kernel: Switched APIC routing to cluster x2apic.
Aug 17 11:31:37 zzzzzczh kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2cd5a8bb032, max_idle_ns: 440795365915 ns
Aug 17 11:31:37 zzzzzczh kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6220.80 BogoMIPS (lpj=3110400)
Aug 17 11:31:37 zzzzzczh kernel: pid_max: default: 32768 minimum: 301
Aug 17 11:31:37 zzzzzczh kernel: LSM: Security Framework initializing
Aug 17 11:31:37 zzzzzczh kernel: landlock: Up and running.
Aug 17 11:31:37 zzzzzczh kernel: Yama: becoming mindful.
Aug 17 11:31:37 zzzzzczh kernel: LSM support for eBPF active
Aug 17 11:31:37 zzzzzczh kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 17 11:31:37 zzzzzczh kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Aug 17 11:31:37 zzzzzczh kernel: process: using mwait in idle threads
Aug 17 11:31:37 zzzzzczh kernel: CET detected: Indirect Branch Tracking enabled
Aug 17 11:31:37 zzzzzczh kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Aug 17 11:31:37 zzzzzczh kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Aug 17 11:31:37 zzzzzczh kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 17 11:31:37 zzzzzczh kernel: Spectre V2 : Mitigation: Enhanced IBRS
Aug 17 11:31:37 zzzzzczh kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 17 11:31:37 zzzzzczh kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Aug 17 11:31:37 zzzzzczh kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 17 11:31:37 zzzzzczh kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 17 11:31:37 zzzzzczh kernel: Freeing SMP alternatives memory: 44K
Aug 17 11:31:37 zzzzzczh kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-11300H @ 3.10GHz (family: 0x6, model: 0x8c, stepping: 0x1)
Aug 17 11:31:37 zzzzzczh kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 17 11:31:37 zzzzzczh kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 17 11:31:37 zzzzzczh kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 17 11:31:37 zzzzzczh kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 17 11:31:37 zzzzzczh kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 17 11:31:37 zzzzzczh kernel: ... version:                5
Aug 17 11:31:37 zzzzzczh kernel: ... bit width:              48
Aug 17 11:31:37 zzzzzczh kernel: ... generic registers:      8
Aug 17 11:31:37 zzzzzczh kernel: ... value mask:             0000ffffffffffff
Aug 17 11:31:37 zzzzzczh kernel: ... max period:             00007fffffffffff
Aug 17 11:31:37 zzzzzczh kernel: ... fixed-purpose events:   4
Aug 17 11:31:37 zzzzzczh kernel: ... event mask:             0001000f000000ff
Aug 17 11:31:37 zzzzzczh kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1321
Aug 17 11:31:37 zzzzzczh kernel: rcu: Hierarchical SRCU implementation.
Aug 17 11:31:37 zzzzzczh kernel: rcu:         Max phase no-delay instances is 400.
Aug 17 11:31:37 zzzzzczh kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 17 11:31:37 zzzzzczh kernel: smp: Bringing up secondary CPUs ...
Aug 17 11:31:37 zzzzzczh kernel: x86: Booting SMP configuration:
Aug 17 11:31:37 zzzzzczh kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Aug 17 11:31:37 zzzzzczh kernel: smp: Brought up 1 node, 8 CPUs
Aug 17 11:31:37 zzzzzczh kernel: smpboot: Max logical packages: 1
Aug 17 11:31:37 zzzzzczh kernel: smpboot: Total of 8 processors activated (49766.40 BogoMIPS)
Aug 17 11:31:37 zzzzzczh kernel: devtmpfs: initialized
Aug 17 11:31:37 zzzzzczh kernel: x86/mm: Memory block size: 128MB
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Registering ACPI NVS region [mem 0x452ff000-0x45b2efff] (8585216 bytes)
Aug 17 11:31:37 zzzzzczh kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Aug 17 11:31:37 zzzzzczh kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: pinctrl core: initialized pinctrl subsystem
Aug 17 11:31:37 zzzzzczh kernel: PM: RTC time: 03:31:35, date: 2022-08-17
Aug 17 11:31:37 zzzzzczh kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 17 11:31:37 zzzzzczh kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Aug 17 11:31:37 zzzzzczh kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 17 11:31:37 zzzzzczh kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 17 11:31:37 zzzzzczh kernel: audit: initializing netlink subsys (disabled)
Aug 17 11:31:37 zzzzzczh kernel: audit: type=2000 audit(1660707095.014:1): state=initialized audit_enabled=0 res=1
Aug 17 11:31:37 zzzzzczh kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 17 11:31:37 zzzzzczh kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 17 11:31:37 zzzzzczh kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 17 11:31:37 zzzzzczh kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 17 11:31:37 zzzzzczh kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 17 11:31:37 zzzzzczh kernel: cpuidle: using governor ladder
Aug 17 11:31:37 zzzzzczh kernel: cpuidle: using governor menu
Aug 17 11:31:37 zzzzzczh kernel: HugeTLB: can optimize 4095 vmemmap pages for hugepages-1048576kB
Aug 17 11:31:37 zzzzzczh kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 17 11:31:37 zzzzzczh kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Aug 17 11:31:37 zzzzzczh kernel: PCI: not using MMCONFIG
Aug 17 11:31:37 zzzzzczh kernel: PCI: Using configuration type 1 for base access
Aug 17 11:31:37 zzzzzczh kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 17 11:31:37 zzzzzczh kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 17 11:31:37 zzzzzczh kernel: HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB
Aug 17 11:31:37 zzzzzczh kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Aug 17 11:31:37 zzzzzczh kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Added _OSI(Module Device)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Added _OSI(Processor Device)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Added _OSI(Linux-Dell-Video)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: 17 ACPI AML tables successfully acquired and loaded
Aug 17 11:31:37 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20220331/dspkginit-438)
Aug 17 11:31:37 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20220331/dspkginit-438)
Aug 17 11:31:37 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20220331/dspkginit-438)
Aug 17 11:31:37 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20220331/dspkginit-438)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0xFFFF9FB14023B200 0001C6 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0xFFFF9FB1402A6000 000386 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0xFFFF9FB14138B800 0006AA (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0xFFFF9FB1402A0000 000266 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0xFFFF9FB140127000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20160422)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0xFFFF9FB14138F000 00048A (v02 PmRef  ApHwp    00003000 INTL 20160422)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0xFFFF9FB141388800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20160422)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 17 11:31:37 zzzzzczh kernel: ACPI: SSDT 0xFFFF9FB1402AF000 00048A (v02 PmRef  ApCst    00003000 INTL 20160422)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: EC: EC started
Aug 17 11:31:37 zzzzzczh kernel: ACPI: EC: interrupt blocked
Aug 17 11:31:37 zzzzzczh kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 17 11:31:37 zzzzzczh kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Interpreter enabled
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Using IOAPIC for interrupt routing
Aug 17 11:31:37 zzzzzczh kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Aug 17 11:31:37 zzzzzczh kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in ACPI motherboard resources
Aug 17 11:31:37 zzzzzczh kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 17 11:31:37 zzzzzczh kernel: PCI: Using E820 reservations for host bridge windows
Aug 17 11:31:37 zzzzzczh kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [BTPR]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [PAUD]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [V0PR]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [V1PR]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [V2PR]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [WRST]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [TBT0]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [TBT1]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [D3C]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [FN00]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [FN01]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [FN02]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [FN03]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [FN04]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PM: Power Resource [PIN]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
Aug 17 11:31:37 zzzzzczh kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 17 11:31:37 zzzzzczh kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Aug 17 11:31:37 zzzzzczh kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Aug 17 11:31:37 zzzzzczh kernel: PCI host bridge to bus 0000:00
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:00: root bus resource [mem 0x4f800000-0xbfffffff window]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: reg 0x10: [mem 0x601c000000-0x601cffffff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:04.0: reg 0x10: [mem 0x601d140000-0x601d15ffff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:08.0: reg 0x10: [mem 0x601d182000-0x601d182fff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x601d160000-0x601d16ffff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:0d.2: reg 0x10: [mem 0x601d100000-0x601d13ffff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:0d.2: reg 0x18: [mem 0x601d181000-0x601d181fff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:0d.2: supports D1 D2
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.0: reg 0x10: [mem 0x5c300000-0x5c30ffff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.2: reg 0x10: [mem 0x601d178000-0x601d17bfff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.2: reg 0x18: [mem 0x601d180000-0x601d180fff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.3: reg 0x10: [mem 0x601d174000-0x601d177fff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:15.3: [8086:a0eb] type 00 class 0x0c8000
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:15.3: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:16.0: reg 0x10: [mem 0x601d17d000-0x601d17dfff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040100
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x601d170000-0x601d173fff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x601d000000-0x601d0fffff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x601d17c000-0x601d17c0ff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:01:00.0: [144d:a80a] type 00 class 0x010802
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:01:00.0: reg 0x10: [mem 0x5c200000-0x5c203fff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:06.0:   bridge window [mem 0x5c200000-0x5c2fffff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0: PCI bridge to [bus 02-2b]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0:   bridge window [mem 0x50000000-0x5c1fffff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
Aug 17 11:31:37 zzzzzczh kernel: ACPI: EC: interrupt unblocked
Aug 17 11:31:37 zzzzzczh kernel: ACPI: EC: event unblocked
Aug 17 11:31:37 zzzzzczh kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 17 11:31:37 zzzzzczh kernel: ACPI: EC: GPE=0x6e
Aug 17 11:31:37 zzzzzczh kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
Aug 17 11:31:37 zzzzzczh kernel: ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
Aug 17 11:31:37 zzzzzczh kernel: iommu: Default domain type: Translated 
Aug 17 11:31:37 zzzzzczh kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Aug 17 11:31:37 zzzzzczh kernel: SCSI subsystem initialized
Aug 17 11:31:37 zzzzzczh kernel: libata version 3.00 loaded.
Aug 17 11:31:37 zzzzzczh kernel: ACPI: bus type USB registered
Aug 17 11:31:37 zzzzzczh kernel: usbcore: registered new interface driver usbfs
Aug 17 11:31:37 zzzzzczh kernel: usbcore: registered new interface driver hub
Aug 17 11:31:37 zzzzzczh kernel: usbcore: registered new device driver usb
Aug 17 11:31:37 zzzzzczh kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 17 11:31:37 zzzzzczh kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 17 11:31:37 zzzzzczh kernel: PTP clock support registered
Aug 17 11:31:37 zzzzzczh kernel: EDAC MC: Ver: 3.0.0
Aug 17 11:31:37 zzzzzczh kernel: Registered efivars operations
Aug 17 11:31:37 zzzzzczh kernel: NetLabel: Initializing
Aug 17 11:31:37 zzzzzczh kernel: NetLabel:  domain hash size = 128
Aug 17 11:31:37 zzzzzczh kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 17 11:31:37 zzzzzczh kernel: NetLabel:  unlabeled traffic allowed by default
Aug 17 11:31:37 zzzzzczh kernel: mctp: management component transport protocol core
Aug 17 11:31:37 zzzzzczh kernel: NET: Registered PF_MCTP protocol family
Aug 17 11:31:37 zzzzzczh kernel: PCI: Using ACPI for IRQ routing
Aug 17 11:31:37 zzzzzczh kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Aug 17 11:31:37 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Aug 17 11:31:37 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x39f99000-0x3bffffff]
Aug 17 11:31:37 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x3f324000-0x3fffffff]
Aug 17 11:31:37 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x3f5f1000-0x3fffffff]
Aug 17 11:31:37 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x434af000-0x43ffffff]
Aug 17 11:31:37 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x45c00000-0x47ffffff]
Aug 17 11:31:37 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x4b0800000-0x4b3ffffff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 17 11:31:37 zzzzzczh kernel: vgaarb: loaded
Aug 17 11:31:37 zzzzzczh kernel: clocksource: Switched to clocksource tsc-early
Aug 17 11:31:37 zzzzzczh kernel: VFS: Disk quotas dquot_6.6.0
Aug 17 11:31:37 zzzzzczh kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 17 11:31:37 zzzzzczh kernel: pnp: PnP ACPI init
Aug 17 11:31:37 zzzzzczh kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:00: [io  0xfd60-0xfd63] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 17 11:31:37 zzzzzczh kernel: system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:05: [io  0x1800-0x18fe] could not be reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
Aug 17 11:31:37 zzzzzczh kernel: pnp: PnP ACPI: found 8 devices
Aug 17 11:31:37 zzzzzczh kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 17 11:31:37 zzzzzczh kernel: NET: Registered PF_INET protocol family
Aug 17 11:31:37 zzzzzczh kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: TCP: Hash tables configured (established 131072 bind 65536)
Aug 17 11:31:37 zzzzzczh kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 17 11:31:37 zzzzzczh kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 17 11:31:37 zzzzzczh kernel: NET: Registered PF_XDP protocol family
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-2b] add_size 1000
Aug 17 11:31:37 zzzzzczh kernel: clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffa0000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
Aug 17 11:31:37 zzzzzczh kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0: BAR 13: assigned [io  0x4000-0x4fff]
Aug 17 11:31:37 zzzzzczh kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:15.3: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
Aug 17 11:31:37 zzzzzczh kernel: clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x0009f000-0x000fffff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x4f800000-0x4f800fff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:06.0:   bridge window [mem 0x5c200000-0x5c2fffff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0: PCI bridge to [bus 02-2b]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0:   bridge window [io  0x4000-0x4fff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0:   bridge window [mem 0x50000000-0x5c1fffff]
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:00: resource 7 [mem 0x4f800000-0xbfffffff window]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:01: resource 1 [mem 0x5c200000-0x5c2fffff]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:02: resource 1 [mem 0x50000000-0x5c1fffff]
Aug 17 11:31:37 zzzzzczh kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
Aug 17 11:31:37 zzzzzczh kernel: PCI: CLS 64 bytes, default 64
Aug 17 11:31:37 zzzzzczh kernel: DMAR: Intel-IOMMU force enabled due to platform opt in
Aug 17 11:31:37 zzzzzczh kernel: DMAR: No ATSR found
Aug 17 11:31:37 zzzzzczh kernel: DMAR: No SATC found
Aug 17 11:31:37 zzzzzczh kernel: DMAR: IOMMU feature fl1gp_support inconsistent
Aug 17 11:31:37 zzzzzczh kernel: DMAR: IOMMU feature pgsel_inv inconsistent
Aug 17 11:31:37 zzzzzczh kernel: DMAR: IOMMU feature nwfs inconsistent
Aug 17 11:31:37 zzzzzczh kernel: DMAR: IOMMU feature pds inconsistent
Aug 17 11:31:37 zzzzzczh kernel: DMAR: IOMMU feature dit inconsistent
Aug 17 11:31:37 zzzzzczh kernel: DMAR: IOMMU feature eafs inconsistent
Aug 17 11:31:37 zzzzzczh kernel: DMAR: IOMMU feature prs inconsistent
Aug 17 11:31:37 zzzzzczh kernel: DMAR: IOMMU feature nest inconsistent
Aug 17 11:31:37 zzzzzczh kernel: DMAR: IOMMU feature mts inconsistent
Aug 17 11:31:37 zzzzzczh kernel: DMAR: IOMMU feature sc_support inconsistent
Aug 17 11:31:37 zzzzzczh kernel: DMAR: IOMMU feature dev_iotlb_support inconsistent
Aug 17 11:31:37 zzzzzczh kernel: DMAR: dmar1: Using Queued invalidation
Aug 17 11:31:37 zzzzzczh kernel: DMAR: dmar0: Using Queued invalidation
Aug 17 11:31:37 zzzzzczh kernel: DMAR: dmar2: Using Queued invalidation
Aug 17 11:31:37 zzzzzczh kernel: Trying to unpack rootfs image as initramfs...
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:00.0: Adding to iommu group 0
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:02.0: Adding to iommu group 1
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:04.0: Adding to iommu group 2
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:06.0: Adding to iommu group 3
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:07.0: Adding to iommu group 4
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:08.0: Adding to iommu group 5
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:0d.0: Adding to iommu group 6
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:0d.2: Adding to iommu group 6
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.0: Adding to iommu group 7
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.2: Adding to iommu group 7
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:14.3: Adding to iommu group 8
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:15.0: Adding to iommu group 9
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:15.3: Adding to iommu group 9
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:16.0: Adding to iommu group 10
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.0: Adding to iommu group 11
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.3: Adding to iommu group 11
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.4: Adding to iommu group 11
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:00:1f.5: Adding to iommu group 11
Aug 17 11:31:37 zzzzzczh kernel: pci 0000:01:00.0: Adding to iommu group 12
Aug 17 11:31:37 zzzzzczh kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Aug 17 11:31:37 zzzzzczh kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 17 11:31:37 zzzzzczh kernel: software IO TLB: mapped [mem 0x000000003a968000-0x000000003e968000] (64MB)
Aug 17 11:31:37 zzzzzczh kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2cd5a8bb032, max_idle_ns: 440795365915 ns
Aug 17 11:31:37 zzzzzczh kernel: clocksource: Switched to clocksource tsc
Aug 17 11:31:37 zzzzzczh kernel: Initialise system trusted keyrings
Aug 17 11:31:37 zzzzzczh kernel: Key type blacklist registered
Aug 17 11:31:37 zzzzzczh kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Aug 17 11:31:37 zzzzzczh kernel: zbud: loaded
Aug 17 11:31:37 zzzzzczh kernel: integrity: Platform Keyring initialized
Aug 17 11:31:37 zzzzzczh kernel: integrity: Machine keyring initialized
Aug 17 11:31:37 zzzzzczh kernel: Key type asymmetric registered
Aug 17 11:31:37 zzzzzczh kernel: Asymmetric key parser 'x509' registered
Aug 17 11:31:37 zzzzzczh kernel: Freeing initrd memory: 14036K
Aug 17 11:31:37 zzzzzczh kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Aug 17 11:31:37 zzzzzczh kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Aug 17 11:31:37 zzzzzczh kernel: io scheduler mq-deadline registered
Aug 17 11:31:37 zzzzzczh kernel: io scheduler kyber registered
Aug 17 11:31:37 zzzzzczh kernel: io scheduler bfq registered
Aug 17 11:31:37 zzzzzczh kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 123
Aug 17 11:31:37 zzzzzczh kernel: pcieport 0000:00:07.0: PME: Signaling with IRQ 124
Aug 17 11:31:37 zzzzzczh kernel: pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Aug 17 11:31:37 zzzzzczh kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 17 11:31:37 zzzzzczh kernel: Monitor-Mwait will be used to enter C-1 state
Aug 17 11:31:37 zzzzzczh kernel: Monitor-Mwait will be used to enter C-2 state
Aug 17 11:31:37 zzzzzczh kernel: Monitor-Mwait will be used to enter C-3 state
Aug 17 11:31:37 zzzzzczh kernel: ACPI: \_SB_.PR00: Found 3 idle states
Aug 17 11:31:37 zzzzzczh kernel: ACPI: AC: AC Adapter [ACAD] (on-line)
Aug 17 11:31:37 zzzzzczh kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/PNP0C0D:00/input/input0
Aug 17 11:31:37 zzzzzczh kernel: ACPI: button: Lid Switch [LID0]
Aug 17 11:31:37 zzzzzczh kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Aug 17 11:31:37 zzzzzczh kernel: ACPI: button: Sleep Button [SLPB]
Aug 17 11:31:37 zzzzzczh kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Aug 17 11:31:37 zzzzzczh kernel: ACPI: button: Power Button [PWRB]
Aug 17 11:31:37 zzzzzczh kernel: thermal LNXTHERM:00: registered as thermal_zone0
Aug 17 11:31:37 zzzzzczh kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Aug 17 11:31:37 zzzzzczh kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 17 11:31:37 zzzzzczh kernel: ACPI: battery: Slot [BAT1] (battery present)
Aug 17 11:31:37 zzzzzczh kernel: hpet_acpi_add: no address or irqs in _CRS
Aug 17 11:31:37 zzzzzczh kernel: Non-volatile memory driver v1.3
Aug 17 11:31:37 zzzzzczh kernel: Linux agpgart interface v0.103
Aug 17 11:31:37 zzzzzczh kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Aug 17 11:31:37 zzzzzczh kernel: ACPI: bus type drm_connector registered
Aug 17 11:31:37 zzzzzczh kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 17 11:31:37 zzzzzczh kernel: ehci-pci: EHCI PCI platform driver
Aug 17 11:31:37 zzzzzczh kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Aug 17 11:31:37 zzzzzczh kernel: ohci-pci: OHCI PCI platform driver
Aug 17 11:31:37 zzzzzczh kernel: uhci_hcd: USB Universal Host Controller Interface driver
Aug 17 11:31:37 zzzzzczh kernel: usbcore: registered new interface driver usbserial_generic
Aug 17 11:31:37 zzzzzczh kernel: usbserial: USB Serial support registered for generic
Aug 17 11:31:37 zzzzzczh kernel: rtc_cmos 00:01: RTC can wake from S4
Aug 17 11:31:37 zzzzzczh kernel: rtc_cmos 00:01: registered as rtc0
Aug 17 11:31:37 zzzzzczh kernel: rtc_cmos 00:01: setting system clock to 2022-08-17T03:31:36 UTC (1660707096)
Aug 17 11:31:37 zzzzzczh kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Aug 17 11:31:37 zzzzzczh kernel: intel_pstate: Intel P-state driver initializing
Aug 17 11:31:37 zzzzzczh kernel: intel_pstate: HWP enabled
Aug 17 11:31:37 zzzzzczh kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 17 11:31:37 zzzzzczh kernel: efifb: probing for efifb
Aug 17 11:31:37 zzzzzczh kernel: efifb: showing boot graphics
Aug 17 11:31:37 zzzzzczh kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
Aug 17 11:31:37 zzzzzczh kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Aug 17 11:31:37 zzzzzczh kernel: efifb: scrolling: redraw
Aug 17 11:31:37 zzzzzczh kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 17 11:31:37 zzzzzczh kernel: fbcon: Deferring console take-over
Aug 17 11:31:37 zzzzzczh kernel: fb0: EFI VGA frame buffer device
Aug 17 11:31:37 zzzzzczh kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 17 11:31:37 zzzzzczh kernel: intel_pmc_core INT33A1:00:  initialized
Aug 17 11:31:37 zzzzzczh kernel: drop_monitor: Initializing network drop monitor service
Aug 17 11:31:37 zzzzzczh kernel: Initializing XFRM netlink socket
Aug 17 11:31:37 zzzzzczh kernel: NET: Registered PF_INET6 protocol family
Aug 17 11:31:37 zzzzzczh kernel: Segment Routing with IPv6
Aug 17 11:31:37 zzzzzczh kernel: RPL Segment Routing with IPv6
Aug 17 11:31:37 zzzzzczh kernel: In-situ OAM (IOAM) with IPv6
Aug 17 11:31:37 zzzzzczh kernel: NET: Registered PF_PACKET protocol family
Aug 17 11:31:37 zzzzzczh kernel: microcode: sig=0x806c1, pf=0x80, revision=0xa4
Aug 17 11:31:37 zzzzzczh kernel: microcode: Microcode Update Driver: v2.2.
Aug 17 11:31:37 zzzzzczh kernel: resctrl: L2 allocation detected
Aug 17 11:31:37 zzzzzczh kernel: IPI shorthand broadcast: enabled
Aug 17 11:31:37 zzzzzczh kernel: sched_clock: Marking stable (560221658, 20337895)->(607206446, -26646893)
Aug 17 11:31:37 zzzzzczh kernel: registered taskstats version 1
Aug 17 11:31:37 zzzzzczh kernel: Loading compiled-in X.509 certificates
Aug 17 11:31:37 zzzzzczh kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b79deb5985d38235d3a21f70b3749d7a7f24ac56'
Aug 17 11:31:37 zzzzzczh kernel: zswap: loaded using pool lz4/z3fold
Aug 17 11:31:37 zzzzzczh kernel: Key type ._fscrypt registered
Aug 17 11:31:37 zzzzzczh kernel: Key type .fscrypt registered
Aug 17 11:31:37 zzzzzczh kernel: Key type fscrypt-provisioning registered
Aug 17 11:31:37 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 17 11:31:37 zzzzzczh kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Aug 17 11:31:37 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 17 11:31:37 zzzzzczh kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Aug 17 11:31:37 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 17 11:31:37 zzzzzczh kernel: integrity: Loaded X.509 cert 'Acer Database: 84f00f5841571abd2cc11a8c26d5c9c8d2b6b0b5'
Aug 17 11:31:37 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 17 11:31:37 zzzzzczh kernel: integrity: Problem loading X.509 certificate -65
Aug 17 11:31:37 zzzzzczh kernel: integrity: Error adding keys to platform keyring UEFI:db
Aug 17 11:31:37 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 17 11:31:37 zzzzzczh kernel: integrity: Problem loading X.509 certificate -65
Aug 17 11:31:37 zzzzzczh kernel: integrity: Error adding keys to platform keyring UEFI:db
Aug 17 11:31:37 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 17 11:31:37 zzzzzczh kernel: integrity: Loaded X.509 cert 'Linpus: linpus.com: 2e092cab5e97a89f94a6e272ec7267c267cf4483'
Aug 17 11:31:37 zzzzzczh kernel: PM:   Magic number: 2:84:513
Aug 17 11:31:37 zzzzzczh kernel: RAS: Correctable Errors collector initialized.
Aug 17 11:31:37 zzzzzczh kernel: Freeing unused decrypted memory: 2036K
Aug 17 11:31:37 zzzzzczh kernel: Freeing unused kernel image (initmem) memory: 2124K
Aug 17 11:31:37 zzzzzczh kernel: Write protecting the kernel read-only data: 30720k
Aug 17 11:31:37 zzzzzczh kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Aug 17 11:31:37 zzzzzczh kernel: Freeing unused kernel image (rodata/data gap) memory: 1192K
Aug 17 11:31:37 zzzzzczh kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 17 11:31:37 zzzzzczh kernel: rodata_test: all tests were successful
Aug 17 11:31:37 zzzzzczh kernel: Run /init as init process
Aug 17 11:31:37 zzzzzczh kernel:   with arguments:
Aug 17 11:31:37 zzzzzczh kernel:     /init
Aug 17 11:31:37 zzzzzczh kernel:   with environment:
Aug 17 11:31:37 zzzzzczh kernel:     HOME=/
Aug 17 11:31:37 zzzzzczh kernel:     TERM=linux
Aug 17 11:31:37 zzzzzczh kernel:     BOOT_IMAGE=/vmlinuz-linux-zen
Aug 17 11:31:37 zzzzzczh kernel: fbcon: Taking over console
Aug 17 11:31:37 zzzzzczh kernel: Console: switching to colour frame buffer device 240x67
Aug 17 11:31:37 zzzzzczh kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Aug 17 11:31:37 zzzzzczh kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Aug 17 11:31:37 zzzzzczh kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 17 11:31:37 zzzzzczh kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
Aug 17 11:31:37 zzzzzczh kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 17 11:31:37 zzzzzczh kernel: usb usb1: Product: xHCI Host Controller
Aug 17 11:31:37 zzzzzczh kernel: usb usb1: Manufacturer: Linux 5.19.1-zen1-1-zen xhci-hcd
Aug 17 11:31:37 zzzzzczh kernel: usb usb1: SerialNumber: 0000:00:0d.0
Aug 17 11:31:37 zzzzzczh kernel: hub 1-0:1.0: USB hub found
Aug 17 11:31:37 zzzzzczh kernel: hub 1-0:1.0: 1 port detected
Aug 17 11:31:37 zzzzzczh kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.19
Aug 17 11:31:37 zzzzzczh kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 17 11:31:37 zzzzzczh kernel: usb usb2: Product: xHCI Host Controller
Aug 17 11:31:37 zzzzzczh kernel: usb usb2: Manufacturer: Linux 5.19.1-zen1-1-zen xhci-hcd
Aug 17 11:31:37 zzzzzczh kernel: usb usb2: SerialNumber: 0000:00:0d.0
Aug 17 11:31:37 zzzzzczh kernel: hub 2-0:1.0: USB hub found
Aug 17 11:31:37 zzzzzczh kernel: hub 2-0:1.0: 4 ports detected
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
Aug 17 11:31:37 zzzzzczh kernel: nvme nvme0: pci function 0000:01:00.0
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Aug 17 11:31:37 zzzzzczh kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 17 11:31:37 zzzzzczh kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
Aug 17 11:31:37 zzzzzczh kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 17 11:31:37 zzzzzczh kernel: usb usb3: Product: xHCI Host Controller
Aug 17 11:31:37 zzzzzczh kernel: usb usb3: Manufacturer: Linux 5.19.1-zen1-1-zen xhci-hcd
Aug 17 11:31:37 zzzzzczh kernel: usb usb3: SerialNumber: 0000:00:14.0
Aug 17 11:31:37 zzzzzczh kernel: hub 3-0:1.0: USB hub found
Aug 17 11:31:37 zzzzzczh kernel: hub 3-0:1.0: 12 ports detected
Aug 17 11:31:37 zzzzzczh kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.19
Aug 17 11:31:37 zzzzzczh kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 17 11:31:37 zzzzzczh kernel: usb usb4: Product: xHCI Host Controller
Aug 17 11:31:37 zzzzzczh kernel: usb usb4: Manufacturer: Linux 5.19.1-zen1-1-zen xhci-hcd
Aug 17 11:31:37 zzzzzczh kernel: usb usb4: SerialNumber: 0000:00:14.0
Aug 17 11:31:37 zzzzzczh kernel: hub 4-0:1.0: USB hub found
Aug 17 11:31:37 zzzzzczh kernel: hub 4-0:1.0: 4 ports detected
Aug 17 11:31:37 zzzzzczh kernel: usb: port power management may be unreliable
Aug 17 11:31:37 zzzzzczh kernel: nvme nvme0: Shutdown timeout set to 10 seconds
Aug 17 11:31:37 zzzzzczh kernel: nvme nvme0: 8/0/0 default/read/poll queues
Aug 17 11:31:37 zzzzzczh kernel:  nvme0n1: p1 p2
Aug 17 11:31:37 zzzzzczh kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Aug 17 11:31:37 zzzzzczh kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
Aug 17 11:31:37 zzzzzczh systemd[1]: systemd 251.4-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 +LIBFDI>
Aug 17 11:31:37 zzzzzczh systemd[1]: Detected architecture x86-64.
Aug 17 11:31:37 zzzzzczh systemd[1]: Hostname set to <zzzzzczh>.
Aug 17 11:31:37 zzzzzczh kernel: usb 3-5: new high-speed USB device number 2 using xhci_hcd
Aug 17 11:31:37 zzzzzczh systemd-fstab-generator[241]: Mount point  is not a valid path, ignoring.
Aug 17 11:31:37 zzzzzczh systemd-fstab-generator[241]: Mount point  is not a valid path, ignoring.
Aug 17 11:31:37 zzzzzczh kernel: zram: Added device: zram0
Aug 17 11:31:37 zzzzzczh systemd[1]: Queued start job for default target Graphical Interface.
Aug 17 11:31:37 zzzzzczh systemd[1]: Created slice Slice /system/getty.
Aug 17 11:31:37 zzzzzczh systemd[1]: Created slice Slice /system/modprobe.
Aug 17 11:31:37 zzzzzczh systemd[1]: Created slice Slice /system/systemd-fsck.
Aug 17 11:31:37 zzzzzczh systemd[1]: Created slice Slice /system/systemd-zram-setup.
Aug 17 11:31:37 zzzzzczh systemd[1]: Created slice User and Session Slice.
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 17 11:31:37 zzzzzczh systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Local Encrypted Volumes.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Login Prompts.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Path Units.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Remote File Systems.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Slice Units.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Local Verity Protected Volumes.
Aug 17 11:31:37 zzzzzczh systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 17 11:31:37 zzzzzczh systemd[1]: Listening on LVM2 poll daemon socket.
Aug 17 11:31:37 zzzzzczh systemd[1]: Listening on Process Core Dump Socket.
Aug 17 11:31:37 zzzzzczh systemd[1]: Listening on Journal Audit Socket.
Aug 17 11:31:37 zzzzzczh systemd[1]: Listening on Journal Socket (/dev/log).
Aug 17 11:31:37 zzzzzczh systemd[1]: Listening on Journal Socket.
Aug 17 11:31:37 zzzzzczh systemd[1]: Listening on udev Control Socket.
Aug 17 11:31:37 zzzzzczh systemd[1]: Listening on udev Kernel Socket.
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounting Huge Pages File System...
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounting POSIX Message Queue File System...
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounting Kernel Debug File System...
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounting Kernel Trace File System...
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Create List of Static Device Nodes...
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Load Kernel Module configfs...
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Load Kernel Module drm...
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Load Kernel Module fuse...
Aug 17 11:31:37 zzzzzczh systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Journal Service...
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Load Kernel Modules...
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 17 11:31:37 zzzzzczh systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Coldplug All udev Devices...
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounted Huge Pages File System.
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounted POSIX Message Queue File System.
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounted Kernel Debug File System.
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounted Kernel Trace File System.
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Create List of Static Device Nodes.
Aug 17 11:31:37 zzzzzczh systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Load Kernel Module configfs.
Aug 17 11:31:37 zzzzzczh systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Load Kernel Module drm.
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounting Kernel Configuration File System...
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounted Kernel Configuration File System.
Aug 17 11:31:37 zzzzzczh kernel: EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none.
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 17 11:31:37 zzzzzczh systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Aug 17 11:31:37 zzzzzczh systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Load/Save Random Seed...
Aug 17 11:31:37 zzzzzczh systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 17 11:31:37 zzzzzczh kernel: fuse: init (API version 7.36)
Aug 17 11:31:37 zzzzzczh systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Load Kernel Module fuse.
Aug 17 11:31:37 zzzzzczh kernel: audit: type=1130 audit(1660707097.049: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'
Aug 17 11:31:37 zzzzzczh kernel: audit: type=1131 audit(1660707097.049: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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounting FUSE Control File System...
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounted FUSE Control File System.
Aug 17 11:31:37 zzzzzczh kernel: Asymmetric key parser 'pkcs8' registered
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Load Kernel Modules.
Aug 17 11:31:37 zzzzzczh kernel: audit: type=1130 audit(1660707097.053: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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Apply Kernel Variables...
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Apply Kernel Variables.
Aug 17 11:31:37 zzzzzczh kernel: audit: type=1130 audit(1660707097.057: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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Load/Save Random Seed.
Aug 17 11:31:37 zzzzzczh kernel: audit: type=1130 audit(1660707097.061:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 17 11:31:37 zzzzzczh kernel: audit: type=1130 audit(1660707097.061:7): 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=succe>
Aug 17 11:31:37 zzzzzczh systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Aug 17 11:31:37 zzzzzczh kernel: audit: type=1334 audit(1660707097.062:8): prog-id=9 op=LOAD
Aug 17 11:31:37 zzzzzczh kernel: audit: type=1334 audit(1660707097.062:9): prog-id=10 op=LOAD
Aug 17 11:31:37 zzzzzczh kernel: audit: type=1334 audit(1660707097.062:10): prog-id=11 op=LOAD
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 17 11:31:37 zzzzzczh systemd-journald[262]: Journal started
Aug 17 11:31:37 zzzzzczh systemd-journald[262]: Runtime Journal (/run/log/journal/c1025077a9ba488c83b35f3a821171df) is 8.0M, max 789.7M, 781.7M free.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=9 op=LOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=10 op=LOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=11 op=LOAD
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd-modules-load[263]: Inserted module 'crypto_user'
Aug 17 11:31:37 zzzzzczh systemd-modules-load[263]: Inserted module 'pkcs8_key_parser'
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Journal Service.
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Preparation for Local File Systems.
Aug 17 11:31:37 zzzzzczh systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 17 11:31:37 zzzzzczh systemd-journald[262]: Time spent on flushing to /var/log/journal/c1025077a9ba488c83b35f3a821171df is 3.335ms for 861 entries.
Aug 17 11:31:37 zzzzzczh systemd-journald[262]: System Journal (/var/log/journal/c1025077a9ba488c83b35f3a821171df) is 32.0M, max 4.0G, 3.9G free.
Aug 17 11:31:37 zzzzzczh systemd-journald[262]: Received client request to flush runtime journal.
Aug 17 11:31:37 zzzzzczh systemd-journald[262]: File /var/log/journal/c1025077a9ba488c83b35f3a821171df/system.journal corrupted or uncleanly shut down, renaming and replacing.
Aug 17 11:31:37 zzzzzczh systemd-udevd[273]: Using default interface naming scheme 'v251'.
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Found device /dev/zram0.
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Coldplug All udev Devices.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Created slice Slice /system/udisks2-zram-setup.
Aug 17 11:31:37 zzzzzczh systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Aug 17 11:31:37 zzzzzczh systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Aug 17 11:31:37 zzzzzczh systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Aug 17 11:31:37 zzzzzczh systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Aug 17 11:31:37 zzzzzczh systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Aug 17 11:31:37 zzzzzczh systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Create swap on /dev/zram0...
Aug 17 11:31:37 zzzzzczh kernel: input: Intel HID events as /devices/platform/INTC1051:00/input/input4
Aug 17 11:31:37 zzzzzczh kernel: intel-hid INTC1051:00: platform supports 5 button array
Aug 17 11:31:37 zzzzzczh kernel: input: Acer Wireless Radio Control as /devices/LNXSYSTM:00/10251229:00/input/input5
Aug 17 11:31:37 zzzzzczh kernel: input: Intel HID 5 button array as /devices/platform/INTC1051:00/input/input6
Aug 17 11:31:37 zzzzzczh kernel: zram0: detected capacity change from 0 to 8388608
Aug 17 11:31:37 zzzzzczh zram-generator[319]: Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)
Aug 17 11:31:37 zzzzzczh zram-generator[319]: LABEL=zram0, UUID=d47b06ca-a315-4afe-a87a-5aebb73b1c6b
Aug 17 11:31:37 zzzzzczh systemd-makefs[318]: /dev/zram0 successfully formatted as swap (label "zram0", uuid d47b06ca-a315-4afe-a87a-5aebb73b1c6b)
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Create swap on /dev/zram0.
Aug 17 11:31:37 zzzzzczh systemd[1]: Activating swap Compressed Swap on /dev/zram0...
Aug 17 11:31:37 zzzzzczh audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:37 zzzzzczh kernel: usb 3-5: New USB device found, idVendor=0408, idProduct=a094, bcdDevice= 0.02
Aug 17 11:31:37 zzzzzczh kernel: usb 3-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 17 11:31:37 zzzzzczh kernel: usb 3-5: Product: HD User Facing
Aug 17 11:31:37 zzzzzczh kernel: usb 3-5: Manufacturer: SunplusIT Inc
Aug 17 11:31:37 zzzzzczh kernel: Consider using thermal netlink events interface
Aug 17 11:31:37 zzzzzczh kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 17 11:31:37 zzzzzczh kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 17 11:31:37 zzzzzczh systemd[1]: Activated swap Compressed Swap on /dev/zram0.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Swaps.
Aug 17 11:31:37 zzzzzczh kernel: Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSDscFS
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounting Temporary Directory /tmp...
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounted Temporary Directory /tmp.
Aug 17 11:31:37 zzzzzczh systemd[1]: Found device SAMSUNG MZVL2512HCJQ-00B07 primary.
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting File System Check on /dev/disk/by-uuid/67BC-3E4A...
Aug 17 11:31:37 zzzzzczh systemd-fsck[328]: fsck.fat 4.2 (2021-01-31)
Aug 17 11:31:37 zzzzzczh systemd-fsck[328]: There are differences between boot sector and its backup.
Aug 17 11:31:37 zzzzzczh systemd-fsck[328]: This is mostly harmless. Differences: (offset:original/backup)
Aug 17 11:31:37 zzzzzczh systemd-fsck[328]:   65:01/00
Aug 17 11:31:37 zzzzzczh systemd-fsck[328]:   Not automatically fixing this.
Aug 17 11:31:37 zzzzzczh systemd-fsck[328]: Dirty bit is set. Fs was not properly unmounted and some data may be corrupt.
Aug 17 11:31:37 zzzzzczh systemd-fsck[328]:  Automatically removing dirty bit.
Aug 17 11:31:37 zzzzzczh systemd-fsck[328]: *** Filesystem was changed ***
Aug 17 11:31:37 zzzzzczh systemd-fsck[328]: Writing changes.
Aug 17 11:31:37 zzzzzczh systemd-fsck[328]: /dev/nvme0n1p1: 367 files, 18717/130556 clusters
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished File System Check on /dev/disk/by-uuid/67BC-3E4A.
Aug 17 11:31:37 zzzzzczh audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-67BC\x2d3E4A comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounting /boot...
Aug 17 11:31:37 zzzzzczh systemd[1]: Mounted /boot.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Local File Systems.
Aug 17 11:31:37 zzzzzczh systemd[1]: Rebuild Dynamic Linker Cache was skipped because all trigger condition checks failed.
Aug 17 11:31:37 zzzzzczh systemd[1]: Set Up Additional Binary Formats was skipped because all trigger condition checks failed.
Aug 17 11:31:37 zzzzzczh 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).
Aug 17 11:31:37 zzzzzczh systemd[1]: Commit a transient machine-id on disk was skipped because of a failed condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Create Volatile Files and Directories...
Aug 17 11:31:37 zzzzzczh kernel: usb 3-7: new high-speed USB device number 3 using xhci_hcd
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Create Volatile Files and Directories.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Rebuild Journal Catalog was skipped because of a failed condition check (ConditionNeedsUpdate=/var).
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=12 op=LOAD
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Network Time Synchronization...
Aug 17 11:31:37 zzzzzczh systemd[1]: Update is Completed was skipped because all trigger condition checks failed.
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 17 11:31:37 zzzzzczh kernel: EDAC igen6: v2.5
Aug 17 11:31:37 zzzzzczh audit[335]: SYSTEM_BOOT pid=335 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Network Time Synchronization.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target System Initialization.
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target System Time Set.
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Discard unused blocks once a week.
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Daily verification of password and group files.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Timer Units.
Aug 17 11:31:37 zzzzzczh systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Socket Units.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Basic System.
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting D-Bus System Message Bus...
Aug 17 11:31:37 zzzzzczh systemd[1]: SSH Key Generation was skipped because all trigger condition checks failed.
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=13 op=LOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=14 op=LOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=15 op=LOAD
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting User Login Management...
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting UDisks2 managed ZRAM device zram0 setup...
Aug 17 11:31:37 zzzzzczh dbus-daemon[337]: dbus[337]: Unknown group "netdev" in message bus configuration file
Aug 17 11:31:37 zzzzzczh systemd[1]: udisks2-zram-setup@zram0.service: Deactivated successfully.
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished UDisks2 managed ZRAM device zram0 setup.
Aug 17 11:31:37 zzzzzczh audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:37 zzzzzczh audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:37 zzzzzczh dbus-daemon[337]: dbus[337]: Unknown group "netdev" in message bus configuration file
Aug 17 11:31:37 zzzzzczh systemd[1]: Started D-Bus System Message Bus.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Network Manager...
Aug 17 11:31:37 zzzzzczh systemd-logind[338]: Watching system buttons on /dev/input/event0 (Lid Switch)
Aug 17 11:31:37 zzzzzczh systemd-logind[338]: Watching system buttons on /dev/input/event2 (Power Button)
Aug 17 11:31:37 zzzzzczh systemd-logind[338]: Watching system buttons on /dev/input/event1 (Sleep Button)
Aug 17 11:31:37 zzzzzczh systemd-logind[338]: New seat seat0.
Aug 17 11:31:37 zzzzzczh systemd[1]: Started User Login Management.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh kernel: ACPI: bus type thunderbolt registered
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3162] NetworkManager (version 1.38.4-1) is starting... (for the first time)
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3163] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Network Manager.
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3172] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Network.
Aug 17 11:31:37 zzzzzczh systemd[1]: Started OpenSSH Daemon.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Permit User Sessions...
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3199] manager[0x55f079396000]: monitoring kernel firmware directory '/lib/firmware'.
Aug 17 11:31:37 zzzzzczh dbus-daemon[337]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=342 comm="/usr/bin/NetworkManager --no-daemon>
Aug 17 11:31:37 zzzzzczh systemd[1]: Finished Permit User Sessions.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Multi-User System.
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Simple Desktop Display Manager.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Graphical Interface.
Aug 17 11:31:37 zzzzzczh kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=16 op=LOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=17 op=LOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=18 op=LOAD
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Hostname Service...
Aug 17 11:31:37 zzzzzczh sshd[345]: Server listening on 0.0.0.0 port 22.
Aug 17 11:31:37 zzzzzczh sshd[345]: Server listening on :: port 22.
Aug 17 11:31:37 zzzzzczh sddm[348]: Initializing...
Aug 17 11:31:37 zzzzzczh dbus-daemon[337]: [system] Successfully activated service 'org.freedesktop.hostname1'
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Hostname Service.
Aug 17 11:31:37 zzzzzczh systemd[1]: Startup finished in 6.054s (firmware) + 5.986s (loader) + 1.013s (kernel) + 381ms (userspace) = 13.435s.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh sddm[348]: Starting...
Aug 17 11:31:37 zzzzzczh sddm[348]: Logind interface found
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3476] hostname: hostname: using hostnamed
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3476] hostname: static hostname changed from (none) to "zzzzzczh"
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3478] dns-mgr[0x55f07936c450]: init: dns=default,systemd-resolved rc-manager=symlink
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3479] manager[0x55f079396000]: rfkill: Wi-Fi hardware radio set enabled
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3479] manager[0x55f079396000]: rfkill: WWAN hardware radio set enabled
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3498] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.38.4-1/libnm-device-plugin-adsl.so)
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3519] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.38.4-1/libnm-device-plugin-bluetooth.so)
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3521] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.38.4-1/libnm-device-plugin-wwan.so)
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3560] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.38.4-1/libnm-device-plugin-team.so)
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3564] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.38.4-1/libnm-device-plugin-ovs.so)
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3568] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.38.4-1/libnm-device-plugin-wifi.so)
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3569] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3570] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3570] manager: Networking is enabled by state file
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3572] settings: Loaded settings plugin: keyfile (internal)
Aug 17 11:31:37 zzzzzczh dbus-daemon[337]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=342 comm="/usr/bin/NetworkManager --n>
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3579] dhcp-init: Using DHCP client 'internal'
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3580] device (lo): carrier: link connected
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3581] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3591] ovsdb: disconnected from ovsdb
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.3591] manager: startup complete
Aug 17 11:31:37 zzzzzczh dbus-daemon[337]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Aug 17 11:31:37 zzzzzczh kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Aug 17 11:31:37 zzzzzczh kernel: usb 3-7: New USB device found, idVendor=1c7a, idProduct=0575, bcdDevice=10.72
Aug 17 11:31:37 zzzzzczh kernel: usb 3-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 17 11:31:37 zzzzzczh kernel: usb 3-7: Product: EgisTec EH575
Aug 17 11:31:37 zzzzzczh kernel: usb 3-7: Manufacturer: EgisTec
Aug 17 11:31:37 zzzzzczh kernel: usb 3-7: SerialNumber: 0777EDE5
Aug 17 11:31:37 zzzzzczh kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 17 11:31:37 zzzzzczh kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Aug 17 11:31:37 zzzzzczh kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 17 11:31:37 zzzzzczh kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Aug 17 11:31:37 zzzzzczh kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 17 11:31:37 zzzzzczh kernel: cfg80211: failed to load regulatory.db
Aug 17 11:31:37 zzzzzczh kernel: i2c i2c-1: 8/8 memory slots populated (from DMI)
Aug 17 11:31:37 zzzzzczh kernel: i2c i2c-1: Systems with more than 4 memory slots not supported yet, not instantiating SPD
Aug 17 11:31:37 zzzzzczh kernel: intel-lpss 0000:00:15.3: enabling device (0004 -> 0006)
Aug 17 11:31:37 zzzzzczh kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Aug 17 11:31:37 zzzzzczh kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Aug 17 11:31:37 zzzzzczh systemd-logind[338]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Aug 17 11:31:37 zzzzzczh kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
Aug 17 11:31:37 zzzzzczh kernel: caller __uncore_imc_init_box+0xc4/0x120 [intel_uncore] mapping multiple BARs
Aug 17 11:31:37 zzzzzczh kernel: typec port0: bound usb3-port2 (ops connector_ops)
Aug 17 11:31:37 zzzzzczh kernel: typec port0: bound usb2-port1 (ops connector_ops)
Aug 17 11:31:37 zzzzzczh kernel: cryptd: max_cpu_qlen set to 1000
Aug 17 11:31:37 zzzzzczh kernel: usb 3-10: new full-speed USB device number 4 using xhci_hcd
Aug 17 11:31:37 zzzzzczh systemd-logind[338]: Watching system buttons on /dev/input/event6 (Intel HID 5 button array)
Aug 17 11:31:37 zzzzzczh kernel: AVX2 version of gcm_enc/dec engaged.
Aug 17 11:31:37 zzzzzczh kernel: AES CTR mode by8 optimization enabled
Aug 17 11:31:37 zzzzzczh systemd-logind[338]: Watching system buttons on /dev/input/event4 (Intel HID events)
Aug 17 11:31:37 zzzzzczh kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
Aug 17 11:31:37 zzzzzczh kernel: acer_wmi: Function bitmap for Communication Button: 0x801
Aug 17 11:31:37 zzzzzczh kernel: intel_rapl_msr: PL4 support detected.
Aug 17 11:31:37 zzzzzczh kernel: intel_rapl_common: Found RAPL domain package
Aug 17 11:31:37 zzzzzczh kernel: intel_rapl_common: Found RAPL domain core
Aug 17 11:31:37 zzzzzczh kernel: intel_rapl_common: Found RAPL domain uncore
Aug 17 11:31:37 zzzzzczh kernel: intel_rapl_common: Found RAPL domain psys
Aug 17 11:31:37 zzzzzczh kernel: input: Acer WMI hotkeys as /devices/virtual/input/input8
Aug 17 11:31:37 zzzzzczh systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 17 11:31:37 zzzzzczh kernel: input: SYNA7DB5:01 06CB:CD7E Mouse as /devices/pci0000:00/0000:00:15.3/i2c_designware.1/i2c-2/i2c-SYNA7DB5:01/0018:06CB:CD7E.0001/input/input9
Aug 17 11:31:37 zzzzzczh kernel: input: SYNA7DB5:01 06CB:CD7E Touchpad as /devices/pci0000:00/0000:00:15.3/i2c_designware.1/i2c-2/i2c-SYNA7DB5:01/0018:06CB:CD7E.0001/input/input10
Aug 17 11:31:37 zzzzzczh kernel: hid-generic 0018:06CB:CD7E.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA7DB5:01 06CB:CD7E] on i2c-SYNA7DB5:01
Aug 17 11:31:37 zzzzzczh kernel: intel_rapl_common: Found RAPL domain package
Aug 17 11:31:37 zzzzzczh NetworkManager[342]: <info>  [1660707097.6080] rfkill0: found Wi-Fi radio killswitch (at /sys/devices/platform/acer-wmi/rfkill/rfkill0) (platform driver acer-wmi)
Aug 17 11:31:37 zzzzzczh kernel: iTCO_vendor_support: vendor-support=0
Aug 17 11:31:37 zzzzzczh kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Aug 17 11:31:37 zzzzzczh kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 17 11:31:37 zzzzzczh audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:37 zzzzzczh systemd-logind[338]: Watching system buttons on /dev/input/event8 (Acer WMI hotkeys)
Aug 17 11:31:37 zzzzzczh mtp-probe[398]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5"
Aug 17 11:31:37 zzzzzczh mtp-probe[398]: bus: 3, device: 2 was not an MTP device
Aug 17 11:31:37 zzzzzczh mtp-probe[397]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7"
Aug 17 11:31:37 zzzzzczh mtp-probe[397]: bus: 3, device: 3 was not an MTP device
Aug 17 11:31:37 zzzzzczh kernel: Intel(R) Wireless WiFi driver for Linux
Aug 17 11:31:37 zzzzzczh mtp-probe[402]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-7"
Aug 17 11:31:37 zzzzzczh mtp-probe[402]: bus: 3, device: 3 was not an MTP device
Aug 17 11:31:37 zzzzzczh kernel: iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-72.ucode failed with error -2
Aug 17 11:31:37 zzzzzczh kernel: spi-nor spi0.0: XM25QH128A (16384 Kbytes)
Aug 17 11:31:37 zzzzzczh kernel: mc: Linux media interface: v0.10
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Thunderbolt system service...
Aug 17 11:31:37 zzzzzczh kernel: input: SYNA7DB5:01 06CB:CD7E Mouse as /devices/pci0000:00/0000:00:15.3/i2c_designware.1/i2c-2/i2c-SYNA7DB5:01/0018:06CB:CD7E.0001/input/input12
Aug 17 11:31:37 zzzzzczh kernel: input: SYNA7DB5:01 06CB:CD7E Touchpad as /devices/pci0000:00/0000:00:15.3/i2c_designware.1/i2c-2/i2c-SYNA7DB5:01/0018:06CB:CD7E.0001/input/input13
Aug 17 11:31:37 zzzzzczh kernel: hid-multitouch 0018:06CB:CD7E.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA7DB5:01 06CB:CD7E] on i2c-SYNA7DB5:01
Aug 17 11:31:37 zzzzzczh boltd[415]: bolt 0.9.2 starting up.
Aug 17 11:31:37 zzzzzczh kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Aug 17 11:31:37 zzzzzczh kernel: 0x000000000000-0x000001000000 : "BIOS"
Aug 17 11:31:37 zzzzzczh boltd[415]: manager: initializing store
Aug 17 11:31:37 zzzzzczh boltd[415]: store: located at: /var/lib/boltd
Aug 17 11:31:37 zzzzzczh boltd[415]: could not create manager: failed to parse '' as unsigned integer
Aug 17 11:31:37 zzzzzczh audit[415]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=415 comm="boltd" exe="/usr/lib/boltd" sig=5 res=1
Aug 17 11:31:37 zzzzzczh systemd[1]: Created slice Slice /system/systemd-coredump.
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=19 op=LOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=20 op=LOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=21 op=LOAD
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Process Core Dump (PID 420/UID 0).
Aug 17 11:31:37 zzzzzczh audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-420-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:37 zzzzzczh kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Aug 17 11:31:37 zzzzzczh kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Aug 17 11:31:37 zzzzzczh kernel: iwlwifi 0000:00:14.3: loaded firmware version 71.058653f6.0 QuZ-a0-hr-b0-71.ucode op_mode iwlmvm
Aug 17 11:31:37 zzzzzczh systemd-coredump[421]: [🡕] Process 415 (boltd) of user 0 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id a41e5507efe769b6e017f8e1d753ba177fcb9db7
                                                Module libgpg-error.so.0 with build-id 4738b8a9478177c202cccd64e0eb65d3dea2bfae
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id ab54c2881f53ab314e134f3e08c76d504376dd5d
                                                Module liblzma.so.5 with build-id d08f5868cd5adcc6b7c53bf1725aac65bd4539cd
                                                Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                Module libcap.so.2 with build-id 1f87347b85b55db2f75a2ecea5cb45d846dc7093
                                                Module libblkid.so.1 with build-id fb2c5d3c17aac74758a3eb80a2bc1c16bcf183b1
                                                Module libpthread.so.0 with build-id b966d4b239433c89ca36c0938381e2d92cd47639
                                                Module libsystemd.so.0 with build-id a664cbc6b724392704b96360284c40664d8d4c99
                                                Module ld-linux-x86-64.so.2 with build-id 5492655bffbf172ed8a07f285f760ead38f09404
                                                Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                                                Module libmount.so.1 with build-id 9064fc3620c42e6f7aed38119f0a3ec39fca9a37
                                                Module libz.so.1 with build-id fefe3219a96d682ec98fcfb78866b8594298b5a2
                                                Module libgmodule-2.0.so.0 with build-id abd986222e2cf12fc7324cb0182dfc2c8f2269c0
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libc.so.6 with build-id 7d4293a9bbe1f068ab7ae807c2d9377395eb5b41
                                                Module libgcc_s.so.1 with build-id 308aed8b7d7e38f5efa23f75c25601668c1fc009
                                                Module libpolkit-gobject-1.so.0 with build-id 42b81fbd4311562066a33daac95868a4b20105ae
                                                Module libudev.so.1 with build-id 1f457961ef76f7611df7b6f687f645266cee359c
                                                Module libgobject-2.0.so.0 with build-id a7515bd8cd51064d187953c0f506a43958de31a6
                                                Module libgio-2.0.so.0 with build-id 7a769ec24a9a705d04ee0297730032f70ed0835b
                                                Module libglib-2.0.so.0 with build-id 1340f3a762b2293ebf6d725edf0eb14839f85317
                                                Module boltd with build-id d0836b00f74d5017fc682d46ccd7af387f404e4c
                                                Stack trace of thread 415:
                                                #0  0x00007f58f4c01068 g_log_structured_array (libglib-2.0.so.0 + 0x5c068)
                                                #1  0x00005569a81fb7d9 n/a (boltd + 0x277d9)
                                                #2  0x00005569a82000bf n/a (boltd + 0x2c0bf)
                                                #3  0x00005569a81dfdc0 n/a (boltd + 0xbdc0)
                                                #4  0x00007f58f4ae1c58 n/a (libgio-2.0.so.0 + 0x107c58)
                                                #5  0x00007f58f4a7e544 n/a (libgio-2.0.so.0 + 0xa4544)
                                                #6  0x00007f58f4a821fd n/a (libgio-2.0.so.0 + 0xa81fd)
                                                #7  0x00007f58f4add893 n/a (libgio-2.0.so.0 + 0x103893)
                                                #8  0x00007f58f4a7e544 n/a (libgio-2.0.so.0 + 0xa4544)
                                                #9  0x00007f58f4a7e57d n/a (libgio-2.0.so.0 + 0xa457d)
                                                #10 0x00007f58f4bf9c6b g_main_context_dispatch (libglib-2.0.so.0 + 0x54c6b)
                                                #11 0x00007f58f4c50001 n/a (libglib-2.0.so.0 + 0xab001)
                                                #12 0x00007f58f4bf91cf g_main_loop_run (libglib-2.0.so.0 + 0x541cf)
                                                #13 0x00005569a81deb1f n/a (boltd + 0xab1f)
                                                #14 0x00007f58f47492d0 n/a (libc.so.6 + 0x232d0)
                                                #15 0x00007f58f474938a __libc_start_main (libc.so.6 + 0x2338a)
                                                #16 0x00005569a81dee4e n/a (boltd + 0xae4e)
                                                
                                                Stack trace of thread 417:
                                                #0  0x00007f58f482656d syscall (libc.so.6 + 0x10056d)
                                                #1  0x00007f58f4c4a063 g_cond_wait_until (libglib-2.0.so.0 + 0xa5063)
                                                #2  0x00007f58f4bc88d3 n/a (libglib-2.0.so.0 + 0x238d3)
                                                #3  0x00007f58f4c2c63b n/a (libglib-2.0.so.0 + 0x8763b)
                                                #4  0x00007f58f4c29405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007f58f47ac78d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007f58f482d8e4 __clone (libc.so.6 + 0x1078e4)
                                                
                                                Stack trace of thread 418:
                                                #0  0x00007f58f4820e9f __poll (libc.so.6 + 0xfae9f)
                                                #1  0x00007f58f4c4ff68 n/a (libglib-2.0.so.0 + 0xaaf68)
                                                #2  0x00007f58f4bf91cf g_main_loop_run (libglib-2.0.so.0 + 0x541cf)
                                                #3  0x00007f58f4ae2acc n/a (libgio-2.0.so.0 + 0x108acc)
                                                #4  0x00007f58f4c29405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007f58f47ac78d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007f58f482d8e4 __clone (libc.so.6 + 0x1078e4)
                                                
                                                Stack trace of thread 416:
                                                #0  0x00007f58f4820e9f __poll (libc.so.6 + 0xfae9f)
                                                #1  0x00007f58f4c4ff68 n/a (libglib-2.0.so.0 + 0xaaf68)
                                                #2  0x00007f58f4bf7392 g_main_context_iteration (libglib-2.0.so.0 + 0x52392)
                                                #3  0x00007f58f4bf73e2 n/a (libglib-2.0.so.0 + 0x523e2)
                                                #4  0x00007f58f4c29405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007f58f47ac78d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007f58f482d8e4 __clone (libc.so.6 + 0x1078e4)
                                                ELF object binary architecture: AMD x86-64
Aug 17 11:31:37 zzzzzczh systemd[1]: bolt.service: Main process exited, code=dumped, status=5/TRAP
Aug 17 11:31:37 zzzzzczh 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=failed'
Aug 17 11:31:37 zzzzzczh audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@0-420-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:37 zzzzzczh systemd[1]: bolt.service: Failed with result 'core-dump'.
Aug 17 11:31:37 zzzzzczh systemd[1]: Failed to start Thunderbolt system service.
Aug 17 11:31:37 zzzzzczh systemd[1]: systemd-coredump@0-420-0.service: Deactivated successfully.
Aug 17 11:31:37 zzzzzczh kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Aug 17 11:31:37 zzzzzczh kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Aug 17 11:31:37 zzzzzczh kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
Aug 17 11:31:37 zzzzzczh kernel: Console: switching to colour dummy device 80x25
Aug 17 11:31:37 zzzzzczh kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Aug 17 11:31:37 zzzzzczh kernel: i915 0000:00:02.0: [drm] Transparent Hugepage mode 'huge=within_size'
Aug 17 11:31:37 zzzzzczh kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Aug 17 11:31:37 zzzzzczh kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
Aug 17 11:31:37 zzzzzczh kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: Core ver 2.22
Aug 17 11:31:37 zzzzzczh kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: HCI device and connection manager initialized
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: HCI socket layer initialized
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: L2CAP socket layer initialized
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: SCO socket layer initialized
Aug 17 11:31:37 zzzzzczh kernel: videodev: Linux video capture interface: v2.00
Aug 17 11:31:37 zzzzzczh kernel: mousedev: PS/2 mouse device common for all mice
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=0 op=UNLOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=0 op=UNLOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=0 op=UNLOAD
Aug 17 11:31:37 zzzzzczh kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Aug 17 11:31:37 zzzzzczh kernel: snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
Aug 17 11:31:37 zzzzzczh kernel: intel_tcc_cooling: Programmable TCC Offset detected
Aug 17 11:31:37 zzzzzczh kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Aug 17 11:31:37 zzzzzczh kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
Aug 17 11:31:37 zzzzzczh kernel: usbcore: registered new interface driver btusb
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: hci0: Device revision is 2
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: hci0: Secure boot is enabled
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: hci0: OTP lock is enabled
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: hci0: API lock is enabled
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: hci0: Debug lock is disabled
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Aug 17 11:31:37 zzzzzczh systemd[1]: bolt.service: Scheduled restart job, restart counter is at 1.
Aug 17 11:31:37 zzzzzczh systemd[1]: Reached target Bluetooth Support.
Aug 17 11:31:37 zzzzzczh systemd[1]: Stopped Thunderbolt system service.
Aug 17 11:31:37 zzzzzczh 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'
Aug 17 11:31:37 zzzzzczh audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bolt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:37 zzzzzczh systemd[1]: Starting Thunderbolt system service...
Aug 17 11:31:37 zzzzzczh kernel: usb 3-5: Found UVC 1.00 device HD User Facing (0408:a094)
Aug 17 11:31:37 zzzzzczh kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
Aug 17 11:31:37 zzzzzczh kernel: thermal thermal_zone6: failed to read out thermal zone (-61)
Aug 17 11:31:37 zzzzzczh boltd[446]: bolt 0.9.2 starting up.
Aug 17 11:31:37 zzzzzczh boltd[446]: manager: initializing store
Aug 17 11:31:37 zzzzzczh boltd[446]: store: located at: /var/lib/boltd
Aug 17 11:31:37 zzzzzczh boltd[446]: could not create manager: failed to parse '' as unsigned integer
Aug 17 11:31:37 zzzzzczh audit[446]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=446 comm="boltd" exe="/usr/lib/boltd" sig=5 res=1
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=22 op=LOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=23 op=LOAD
Aug 17 11:31:37 zzzzzczh audit: BPF prog-id=24 op=LOAD
Aug 17 11:31:37 zzzzzczh systemd[1]: Started Process Core Dump (PID 450/UID 0).
Aug 17 11:31:37 zzzzzczh audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-450-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:37 zzzzzczh kernel: input: HD User Facing: HD User Facing as /devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/input/input15
Aug 17 11:31:37 zzzzzczh kernel: usbcore: registered new interface driver uvcvideo
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: hci0: Boot Address: 0x24800
Aug 17 11:31:37 zzzzzczh kernel: Bluetooth: hci0: Firmware Version: 21-22.22
Aug 17 11:31:37 zzzzzczh mtp-probe[452]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5"
Aug 17 11:31:37 zzzzzczh mtp-probe[452]: bus: 3, device: 2 was not an MTP device
Aug 17 11:31:38 zzzzzczh kernel: iwlwifi 0000:00:14.3: Detected RF HR B5, rfid=0x10a100
Aug 17 11:31:38 zzzzzczh kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
Aug 17 11:31:38 zzzzzczh kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
Aug 17 11:31:38 zzzzzczh kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: enabling device (0000 -> 0002)
Aug 17 11:31:38 zzzzzczh kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
Aug 17 11:31:38 zzzzzczh kernel: iwlwifi 0000:00:14.3: base HW address: 58:6c:25:35:b9:3e
Aug 17 11:31:38 zzzzzczh NetworkManager[342]: <info>  [1660707098.1591] device (wlan0): driver supports Access Point (AP) mode
Aug 17 11:31:38 zzzzzczh NetworkManager[342]: <info>  [1660707098.1594] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Aug 17 11:31:38 zzzzzczh NetworkManager[342]: <info>  [1660707098.1597] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill3) (driver iwlwifi)
Aug 17 11:31:38 zzzzzczh NetworkManager[342]: <info>  [1660707098.1622] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 17 11:31:38 zzzzzczh systemd-coredump[451]: [🡕] Process 446 (boltd) of user 0 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id a41e5507efe769b6e017f8e1d753ba177fcb9db7
                                                Module libgpg-error.so.0 with build-id 4738b8a9478177c202cccd64e0eb65d3dea2bfae
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id ab54c2881f53ab314e134f3e08c76d504376dd5d
                                                Module liblzma.so.5 with build-id d08f5868cd5adcc6b7c53bf1725aac65bd4539cd
                                                Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                Module libcap.so.2 with build-id 1f87347b85b55db2f75a2ecea5cb45d846dc7093
                                                Module libblkid.so.1 with build-id fb2c5d3c17aac74758a3eb80a2bc1c16bcf183b1
                                                Module libpthread.so.0 with build-id b966d4b239433c89ca36c0938381e2d92cd47639
                                                Module libsystemd.so.0 with build-id a664cbc6b724392704b96360284c40664d8d4c99
                                                Module ld-linux-x86-64.so.2 with build-id 5492655bffbf172ed8a07f285f760ead38f09404
                                                Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                                                Module libmount.so.1 with build-id 9064fc3620c42e6f7aed38119f0a3ec39fca9a37
                                                Module libz.so.1 with build-id fefe3219a96d682ec98fcfb78866b8594298b5a2
                                                Module libgmodule-2.0.so.0 with build-id abd986222e2cf12fc7324cb0182dfc2c8f2269c0
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libc.so.6 with build-id 7d4293a9bbe1f068ab7ae807c2d9377395eb5b41
                                                Module libgcc_s.so.1 with build-id 308aed8b7d7e38f5efa23f75c25601668c1fc009
                                                Module libpolkit-gobject-1.so.0 with build-id 42b81fbd4311562066a33daac95868a4b20105ae
                                                Module libudev.so.1 with build-id 1f457961ef76f7611df7b6f687f645266cee359c
                                                Module libgobject-2.0.so.0 with build-id a7515bd8cd51064d187953c0f506a43958de31a6
                                                Module libgio-2.0.so.0 with build-id 7a769ec24a9a705d04ee0297730032f70ed0835b
                                                Module libglib-2.0.so.0 with build-id 1340f3a762b2293ebf6d725edf0eb14839f85317
                                                Module boltd with build-id d0836b00f74d5017fc682d46ccd7af387f404e4c
                                                Stack trace of thread 446:
                                                #0  0x00007f8a699fb068 g_log_structured_array (libglib-2.0.so.0 + 0x5c068)
                                                #1  0x00005603222807d9 n/a (boltd + 0x277d9)
                                                #2  0x00005603222850bf n/a (boltd + 0x2c0bf)
                                                #3  0x0000560322264dc0 n/a (boltd + 0xbdc0)
                                                #4  0x00007f8a698dbc58 n/a (libgio-2.0.so.0 + 0x107c58)
                                                #5  0x00007f8a69878544 n/a (libgio-2.0.so.0 + 0xa4544)
                                                #6  0x00007f8a6987c1fd n/a (libgio-2.0.so.0 + 0xa81fd)
                                                #7  0x00007f8a698d7893 n/a (libgio-2.0.so.0 + 0x103893)
                                                #8  0x00007f8a69878544 n/a (libgio-2.0.so.0 + 0xa4544)
                                                #9  0x00007f8a6987857d n/a (libgio-2.0.so.0 + 0xa457d)
                                                #10 0x00007f8a699f3c6b g_main_context_dispatch (libglib-2.0.so.0 + 0x54c6b)
                                                #11 0x00007f8a69a4a001 n/a (libglib-2.0.so.0 + 0xab001)
                                                #12 0x00007f8a699f31cf g_main_loop_run (libglib-2.0.so.0 + 0x541cf)
                                                #13 0x0000560322263b1f n/a (boltd + 0xab1f)
                                                #14 0x00007f8a695432d0 n/a (libc.so.6 + 0x232d0)
                                                #15 0x00007f8a6954338a __libc_start_main (libc.so.6 + 0x2338a)
                                                #16 0x0000560322263e4e n/a (boltd + 0xae4e)
                                                
                                                Stack trace of thread 447:
                                                #0  0x00007f8a6961ae9f __poll (libc.so.6 + 0xfae9f)
                                                #1  0x00007f8a69a49f68 n/a (libglib-2.0.so.0 + 0xaaf68)
                                                #2  0x00007f8a699f1392 g_main_context_iteration (libglib-2.0.so.0 + 0x52392)
                                                #3  0x00007f8a699f13e2 n/a (libglib-2.0.so.0 + 0x523e2)
                                                #4  0x00007f8a69a23405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007f8a695a678d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007f8a696278e4 __clone (libc.so.6 + 0x1078e4)
                                                
                                                Stack trace of thread 448:
                                                #0  0x00007f8a6962056d syscall (libc.so.6 + 0x10056d)
                                                #1  0x00007f8a69a44063 g_cond_wait_until (libglib-2.0.so.0 + 0xa5063)
                                                #2  0x00007f8a699c28d3 n/a (libglib-2.0.so.0 + 0x238d3)
                                                #3  0x00007f8a69a2663b n/a (libglib-2.0.so.0 + 0x8763b)
                                                #4  0x00007f8a69a23405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007f8a695a678d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007f8a696278e4 __clone (libc.so.6 + 0x1078e4)
                                                
                                                Stack trace of thread 449:
                                                #0  0x00007f8a6961ae9f __poll (libc.so.6 + 0xfae9f)
                                                #1  0x00007f8a69a49f68 n/a (libglib-2.0.so.0 + 0xaaf68)
                                                #2  0x00007f8a699f31cf g_main_loop_run (libglib-2.0.so.0 + 0x541cf)
                                                #3  0x00007f8a698dcacc n/a (libgio-2.0.so.0 + 0x108acc)
                                                #4  0x00007f8a69a23405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007f8a695a678d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007f8a696278e4 __clone (libc.so.6 + 0x1078e4)
                                                ELF object binary architecture: AMD x86-64
Aug 17 11:31:38 zzzzzczh systemd[1]: bolt.service: Main process exited, code=dumped, status=5/TRAP
Aug 17 11:31:38 zzzzzczh 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=failed'
Aug 17 11:31:38 zzzzzczh audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@1-450-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:38 zzzzzczh systemd[1]: bolt.service: Failed with result 'core-dump'.
Aug 17 11:31:38 zzzzzczh systemd[1]: Failed to start Thunderbolt system service.
Aug 17 11:31:38 zzzzzczh systemd[1]: systemd-coredump@1-450-0.service: Deactivated successfully.
Aug 17 11:31:38 zzzzzczh NetworkManager[342]: <info>  [1660707098.3776] device (wlan0): set-hw-addr: set MAC address to CE:AE:52:80:E2:12 (scanning)
Aug 17 11:31:38 zzzzzczh systemd[1]: bolt.service: Scheduled restart job, restart counter is at 2.
Aug 17 11:31:38 zzzzzczh systemd[1]: Stopped Thunderbolt system service.
Aug 17 11:31:38 zzzzzczh 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'
Aug 17 11:31:38 zzzzzczh audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bolt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:38 zzzzzczh systemd[1]: Starting Thunderbolt system service...
Aug 17 11:31:38 zzzzzczh dbus-daemon[337]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=342 comm="/usr/bin/NetworkManager --no-daemon")
Aug 17 11:31:38 zzzzzczh boltd[467]: bolt 0.9.2 starting up.
Aug 17 11:31:38 zzzzzczh boltd[467]: manager: initializing store
Aug 17 11:31:38 zzzzzczh boltd[467]: store: located at: /var/lib/boltd
Aug 17 11:31:38 zzzzzczh boltd[467]: could not create manager: failed to parse '' as unsigned integer
Aug 17 11:31:38 zzzzzczh audit[467]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=467 comm="boltd" exe="/usr/lib/boltd" sig=5 res=1
Aug 17 11:31:38 zzzzzczh systemd[1]: Starting WPA supplicant...
Aug 17 11:31:38 zzzzzczh audit: BPF prog-id=25 op=LOAD
Aug 17 11:31:38 zzzzzczh audit: BPF prog-id=26 op=LOAD
Aug 17 11:31:38 zzzzzczh audit: BPF prog-id=27 op=LOAD
Aug 17 11:31:38 zzzzzczh systemd[1]: Started Process Core Dump (PID 471/UID 0).
Aug 17 11:31:38 zzzzzczh audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-471-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:38 zzzzzczh dbus-daemon[337]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Aug 17 11:31:38 zzzzzczh systemd[1]: Started WPA supplicant.
Aug 17 11:31:38 zzzzzczh 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'
Aug 17 11:31:38 zzzzzczh wpa_supplicant[472]: Successfully initialized wpa_supplicant
Aug 17 11:31:38 zzzzzczh audit: BPF prog-id=0 op=UNLOAD
Aug 17 11:31:38 zzzzzczh audit: BPF prog-id=0 op=UNLOAD
Aug 17 11:31:38 zzzzzczh audit: BPF prog-id=0 op=UNLOAD
Aug 17 11:31:38 zzzzzczh NetworkManager[342]: <info>  [1660707098.6053] device (wlan0): supplicant interface state: internal-starting -> disconnected
Aug 17 11:31:38 zzzzzczh NetworkManager[342]: <info>  [1660707098.6054] Wi-Fi P2P device controlled by interface wlan0 created
Aug 17 11:31:38 zzzzzczh NetworkManager[342]: <info>  [1660707098.6056] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/3)
Aug 17 11:31:38 zzzzzczh NetworkManager[342]: <info>  [1660707098.6057] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 17 11:31:38 zzzzzczh NetworkManager[342]: <info>  [1660707098.6060] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Aug 17 11:31:38 zzzzzczh NetworkManager[342]: <info>  [1660707098.6063] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Aug 17 11:31:38 zzzzzczh systemd-coredump[473]: [🡕] Process 467 (boltd) of user 0 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id a41e5507efe769b6e017f8e1d753ba177fcb9db7
                                                Module libgpg-error.so.0 with build-id 4738b8a9478177c202cccd64e0eb65d3dea2bfae
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id ab54c2881f53ab314e134f3e08c76d504376dd5d
                                                Module liblzma.so.5 with build-id d08f5868cd5adcc6b7c53bf1725aac65bd4539cd
                                                Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                Module libcap.so.2 with build-id 1f87347b85b55db2f75a2ecea5cb45d846dc7093
                                                Module libblkid.so.1 with build-id fb2c5d3c17aac74758a3eb80a2bc1c16bcf183b1
                                                Module libpthread.so.0 with build-id b966d4b239433c89ca36c0938381e2d92cd47639
                                                Module libsystemd.so.0 with build-id a664cbc6b724392704b96360284c40664d8d4c99
                                                Module ld-linux-x86-64.so.2 with build-id 5492655bffbf172ed8a07f285f760ead38f09404
                                                Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                                                Module libmount.so.1 with build-id 9064fc3620c42e6f7aed38119f0a3ec39fca9a37
                                                Module libz.so.1 with build-id fefe3219a96d682ec98fcfb78866b8594298b5a2
                                                Module libgmodule-2.0.so.0 with build-id abd986222e2cf12fc7324cb0182dfc2c8f2269c0
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libc.so.6 with build-id 7d4293a9bbe1f068ab7ae807c2d9377395eb5b41
                                                Module libgcc_s.so.1 with build-id 308aed8b7d7e38f5efa23f75c25601668c1fc009
                                                Module libpolkit-gobject-1.so.0 with build-id 42b81fbd4311562066a33daac95868a4b20105ae
                                                Module libudev.so.1 with build-id 1f457961ef76f7611df7b6f687f645266cee359c
                                                Module libgobject-2.0.so.0 with build-id a7515bd8cd51064d187953c0f506a43958de31a6
                                                Module libgio-2.0.so.0 with build-id 7a769ec24a9a705d04ee0297730032f70ed0835b
                                                Module libglib-2.0.so.0 with build-id 1340f3a762b2293ebf6d725edf0eb14839f85317
                                                Module boltd with build-id d0836b00f74d5017fc682d46ccd7af387f404e4c
                                                Stack trace of thread 467:
                                                #0  0x00007f970bd5e068 g_log_structured_array (libglib-2.0.so.0 + 0x5c068)
                                                #1  0x000055e5d8e537d9 n/a (boltd + 0x277d9)
                                                #2  0x000055e5d8e580bf n/a (boltd + 0x2c0bf)
                                                #3  0x000055e5d8e37dc0 n/a (boltd + 0xbdc0)
                                                #4  0x00007f970bc3ec58 n/a (libgio-2.0.so.0 + 0x107c58)
                                                #5  0x00007f970bbdb544 n/a (libgio-2.0.so.0 + 0xa4544)
                                                #6  0x00007f970bbdf1fd n/a (libgio-2.0.so.0 + 0xa81fd)
                                                #7  0x00007f970bc3a893 n/a (libgio-2.0.so.0 + 0x103893)
                                                #8  0x00007f970bbdb544 n/a (libgio-2.0.so.0 + 0xa4544)
                                                #9  0x00007f970bbdb57d n/a (libgio-2.0.so.0 + 0xa457d)
                                                #10 0x00007f970bd56c6b g_main_context_dispatch (libglib-2.0.so.0 + 0x54c6b)
                                                #11 0x00007f970bdad001 n/a (libglib-2.0.so.0 + 0xab001)
                                                #12 0x00007f970bd561cf g_main_loop_run (libglib-2.0.so.0 + 0x541cf)
                                                #13 0x000055e5d8e36b1f n/a (boltd + 0xab1f)
                                                #14 0x00007f970b8a62d0 n/a (libc.so.6 + 0x232d0)
                                                #15 0x00007f970b8a638a __libc_start_main (libc.so.6 + 0x2338a)
                                                #16 0x000055e5d8e36e4e n/a (boltd + 0xae4e)
                                                
                                                Stack trace of thread 469:
                                                #0  0x00007f970b98356d syscall (libc.so.6 + 0x10056d)
                                                #1  0x00007f970bda7063 g_cond_wait_until (libglib-2.0.so.0 + 0xa5063)
                                                #2  0x00007f970bd258d3 n/a (libglib-2.0.so.0 + 0x238d3)
                                                #3  0x00007f970bd8963b n/a (libglib-2.0.so.0 + 0x8763b)
                                                #4  0x00007f970bd86405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007f970b90978d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007f970b98a8e4 __clone (libc.so.6 + 0x1078e4)
                                                
                                                Stack trace of thread 470:
                                                #0  0x00007f970b97de9f __poll (libc.so.6 + 0xfae9f)
                                                #1  0x00007f970bdacf68 n/a (libglib-2.0.so.0 + 0xaaf68)
                                                #2  0x00007f970bd561cf g_main_loop_run (libglib-2.0.so.0 + 0x541cf)
                                                #3  0x00007f970bc3facc n/a (libgio-2.0.so.0 + 0x108acc)
                                                #4  0x00007f970bd86405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007f970b90978d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007f970b98a8e4 __clone (libc.so.6 + 0x1078e4)
                                                
                                                Stack trace of thread 468:
                                                #0  0x00007f970b97de9f __poll (libc.so.6 + 0xfae9f)
                                                #1  0x00007f970bdacf68 n/a (libglib-2.0.so.0 + 0xaaf68)
                                                #2  0x00007f970bd54392 g_main_context_iteration (libglib-2.0.so.0 + 0x52392)
                                                #3  0x00007f970bd543e2 n/a (libglib-2.0.so.0 + 0x523e2)
                                                #4  0x00007f970bd86405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007f970b90978d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007f970b98a8e4 __clone (libc.so.6 + 0x1078e4)
                                                ELF object binary architecture: AMD x86-64
Aug 17 11:31:38 zzzzzczh systemd[1]: bolt.service: Main process exited, code=dumped, status=5/TRAP
Aug 17 11:31:38 zzzzzczh 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=failed'
Aug 17 11:31:38 zzzzzczh audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@2-471-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:38 zzzzzczh systemd[1]: bolt.service: Failed with result 'core-dump'.
Aug 17 11:31:38 zzzzzczh systemd[1]: Failed to start Thunderbolt system service.
Aug 17 11:31:38 zzzzzczh systemd[1]: systemd-coredump@2-471-0.service: Deactivated successfully.
Aug 17 11:31:38 zzzzzczh audit: BPF prog-id=0 op=UNLOAD
Aug 17 11:31:38 zzzzzczh audit: BPF prog-id=0 op=UNLOAD
Aug 17 11:31:38 zzzzzczh audit: BPF prog-id=0 op=UNLOAD
Aug 17 11:31:38 zzzzzczh systemd[1]: bolt.service: Scheduled restart job, restart counter is at 3.
Aug 17 11:31:38 zzzzzczh 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'
Aug 17 11:31:38 zzzzzczh audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=bolt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:38 zzzzzczh systemd[1]: Stopped Thunderbolt system service.
Aug 17 11:31:38 zzzzzczh systemd[1]: Starting Thunderbolt system service...
Aug 17 11:31:38 zzzzzczh boltd[483]: bolt 0.9.2 starting up.
Aug 17 11:31:38 zzzzzczh boltd[483]: manager: initializing store
Aug 17 11:31:38 zzzzzczh boltd[483]: store: located at: /var/lib/boltd
Aug 17 11:31:38 zzzzzczh boltd[483]: could not create manager: failed to parse '' as unsigned integer
Aug 17 11:31:38 zzzzzczh audit[483]: ANOM_ABEND auid=4294967295 uid=0 gid=0 ses=4294967295 pid=483 comm="boltd" exe="/usr/lib/boltd" sig=5 res=1
Aug 17 11:31:39 zzzzzczh audit: BPF prog-id=28 op=LOAD
Aug 17 11:31:39 zzzzzczh audit: BPF prog-id=29 op=LOAD
Aug 17 11:31:39 zzzzzczh audit: BPF prog-id=30 op=LOAD
Aug 17 11:31:39 zzzzzczh systemd[1]: Started Process Core Dump (PID 487/UID 0).
Aug 17 11:31:39 zzzzzczh audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@3-487-0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 17 11:31:39 zzzzzczh kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Aug 17 11:31:39 zzzzzczh kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Aug 17 11:31:39 zzzzzczh kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16
Aug 17 11:31:39 zzzzzczh kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Aug 17 11:31:39 zzzzzczh kernel: fbcon: i915drmfb (fb0) is primary device
Aug 17 11:31:39 zzzzzczh kernel: Console: switching to colour frame buffer device 240x67
Aug 17 11:31:39 zzzzzczh systemd-coredump[488]: [🡕] Process 483 (boltd) of user 0 dumped core.
                                                
                                                Module linux-vdso.so.1 with build-id a41e5507efe769b6e017f8e1d753ba177fcb9db7
                                                Module libgpg-error.so.0 with build-id 4738b8a9478177c202cccd64e0eb65d3dea2bfae
                                                Module liblz4.so.1 with build-id e63600ab23b2f6997f42fac2fa56e1f02ce159a1
                                                Module libzstd.so.1 with build-id ab54c2881f53ab314e134f3e08c76d504376dd5d
                                                Module liblzma.so.5 with build-id d08f5868cd5adcc6b7c53bf1725aac65bd4539cd
                                                Module libgcrypt.so.20 with build-id 8bf3cb884124273640de797a3e77d86c98434ea4
                                                Module libcap.so.2 with build-id 1f87347b85b55db2f75a2ecea5cb45d846dc7093
                                                Module libblkid.so.1 with build-id fb2c5d3c17aac74758a3eb80a2bc1c16bcf183b1
                                                Module libpthread.so.0 with build-id b966d4b239433c89ca36c0938381e2d92cd47639
                                                Module libsystemd.so.0 with build-id a664cbc6b724392704b96360284c40664d8d4c99
                                                Module ld-linux-x86-64.so.2 with build-id 5492655bffbf172ed8a07f285f760ead38f09404
                                                Module libffi.so.8 with build-id f0a9586cf0f42d2b9971bd1065ca3a6b19f4a2c2
                                                Module libmount.so.1 with build-id 9064fc3620c42e6f7aed38119f0a3ec39fca9a37
                                                Module libz.so.1 with build-id fefe3219a96d682ec98fcfb78866b8594298b5a2
                                                Module libgmodule-2.0.so.0 with build-id abd986222e2cf12fc7324cb0182dfc2c8f2269c0
                                                Module libpcre.so.1 with build-id 845483dd0acba86de9f0313102bebbaf3ce52767
                                                Module libc.so.6 with build-id 7d4293a9bbe1f068ab7ae807c2d9377395eb5b41
                                                Module libgcc_s.so.1 with build-id 308aed8b7d7e38f5efa23f75c25601668c1fc009
                                                Module libpolkit-gobject-1.so.0 with build-id 42b81fbd4311562066a33daac95868a4b20105ae
                                                Module libudev.so.1 with build-id 1f457961ef76f7611df7b6f687f645266cee359c
                                                Module libgobject-2.0.so.0 with build-id a7515bd8cd51064d187953c0f506a43958de31a6
                                                Module libgio-2.0.so.0 with build-id 7a769ec24a9a705d04ee0297730032f70ed0835b
                                                Module libglib-2.0.so.0 with build-id 1340f3a762b2293ebf6d725edf0eb14839f85317
                                                Module boltd with build-id d0836b00f74d5017fc682d46ccd7af387f404e4c
                                                Stack trace of thread 483:
                                                #0  0x00007fe1e4bee068 g_log_structured_array (libglib-2.0.so.0 + 0x5c068)
                                                #1  0x0000565481b387d9 n/a (boltd + 0x277d9)
                                                #2  0x0000565481b3d0bf n/a (boltd + 0x2c0bf)
                                                #3  0x0000565481b1cdc0 n/a (boltd + 0xbdc0)
                                                #4  0x00007fe1e4acec58 n/a (libgio-2.0.so.0 + 0x107c58)
                                                #5  0x00007fe1e4a6b544 n/a (libgio-2.0.so.0 + 0xa4544)
                                                #6  0x00007fe1e4a6f1fd n/a (libgio-2.0.so.0 + 0xa81fd)
                                                #7  0x00007fe1e4aca893 n/a (libgio-2.0.so.0 + 0x103893)
                                                #8  0x00007fe1e4a6b544 n/a (libgio-2.0.so.0 + 0xa4544)
                                                #9  0x00007fe1e4a6b57d n/a (libgio-2.0.so.0 + 0xa457d)
                                                #10 0x00007fe1e4be6c6b g_main_context_dispatch (libglib-2.0.so.0 + 0x54c6b)
                                                #11 0x00007fe1e4c3d001 n/a (libglib-2.0.so.0 + 0xab001)
                                                #12 0x00007fe1e4be61cf g_main_loop_run (libglib-2.0.so.0 + 0x541cf)
                                                #13 0x0000565481b1bb1f n/a (boltd + 0xab1f)
                                                #14 0x00007fe1e47362d0 n/a (libc.so.6 + 0x232d0)
                                                #15 0x00007fe1e473638a __libc_start_main (libc.so.6 + 0x2338a)
                                                #16 0x0000565481b1be4e n/a (boltd + 0xae4e)
                                                
                                                Stack trace of thread 485:
                                                #0  0x00007fe1e481356d syscall (libc.so.6 + 0x10056d)
                                                #1  0x00007fe1e4c37063 g_cond_wait_until (libglib-2.0.so.0 + 0xa5063)
                                                #2  0x00007fe1e4bb58d3 n/a (libglib-2.0.so.0 + 0x238d3)
                                                #3  0x00007fe1e4c1963b n/a (libglib-2.0.so.0 + 0x8763b)
                                                #4  0x00007fe1e4c16405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007fe1e479978d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007fe1e481a8e4 __clone (libc.so.6 + 0x1078e4)
                                                
                                                Stack trace of thread 484:
                                                #0  0x00007fe1e480de9f __poll (libc.so.6 + 0xfae9f)
                                                #1  0x00007fe1e4c3cf68 n/a (libglib-2.0.so.0 + 0xaaf68)
                                                #2  0x00007fe1e4be4392 g_main_context_iteration (libglib-2.0.so.0 + 0x52392)
                                                #3  0x00007fe1e4be43e2 n/a (libglib-2.0.so.0 + 0x523e2)
                                                #4  0x00007fe1e4c16405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007fe1e479978d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007fe1e481a8e4 __clone (libc.so.6 + 0x1078e4)
                                                
                                                Stack trace of thread 486:
                                                #0  0x00007fe1e480de9f __poll (libc.so.6 + 0xfae9f)
                                                #1  0x00007fe1e4c3cf68 n/a (libglib-2.0.so.0 + 0xaaf68)
                                                #2  0x00007fe1e4be61cf g_main_loop_run (libglib-2.0.so.0 + 0x541cf)
                                                #3  0x00007fe1e4acfacc n/a (libgio-2.0.so.0 + 0x108acc)
                                                #4  0x00007fe1e4c16405 n/a (libglib-2.0.so.0 + 0x84405)
                                                #5  0x00007fe1e479978d n/a (libc.so.6 + 0x8678d)
                                                #6  0x00007fe1e481a8e4 __clone (libc.so.6 + 0x1078e4)
                                                ELF object binary architecture: AMD x86-64

(不过我直觉coredump应该不是主要原因)
顺便我还拍了debian的启动盘在我的电脑上卡住的样子:
debian
debian-withoutcard
至于打包,我正在学 @x@

离线

#7 2022-08-17 20:40:42

KirisameMarisa
会员
注册时间: 2022-01-30
帖子: 63

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

我的建议是,在Archlinux上手动安装linux-oem内核,源代码在ppa


霧雨 魔理沙です。

离线

#8 2022-08-18 14:46:34

Zzzzzczh
会员
注册时间: 2022-08-16
帖子: 24

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

我试着按照archwiki上面的方法研究了一上午编译内核,然而到现在也没搞懂它是什么运作的。不过我有一些新的发现:我用archinstall重新安装了一次arch,但是这次只装了xterm。这次我发现它能够正常进入系统了,而且当我想要

startx

启动xterm时它有时会卡住,有时又可以正常运行。我不确定这是不是xorg的一个bug,但是好像只有我有这个问题。。。

离线

#9 2022-08-18 16:08:28

Oliver Wei
会员
注册时间: 2021-07-13
帖子: 118

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

感觉楼主折腾了一大圈都没解决啊

你是核显不带独显吧?正常情况,intel核显驱动应该很好安装,也不会出问题吧,我咋感觉不是显卡驱动的问题

那我的建议是,你可以试试只安装基本系统,先不着急安装显示管理器和DE,先玩一段时间的终端操作,看看有木有卡死的情况。

离线

#10 2022-08-18 23:06:19

Zzzzzczh
会员
注册时间: 2022-08-16
帖子: 24

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

我今天晚上又试了试,居然成功进入系统了(但我还是不知道是什么原因)。
我检查了上一次启动(出现故障)的日志,发现这次它没有像之前一样突然断掉,而是完整地打印出了所有日志。我不确定这是不是某个bug被修复了,所以之后我会尝试测试一下其它发行版的运行情况。
我会在下面贴出我正常运行和出现故障的日志:
这是出现故障时的部分日志:

[root@archiso /]# journalctl -b -1 -p 3..5
Aug 18 17:05:36 zzzzzczh systemd-tmpfiles[26]: Failed to open file "/sys/devices/system/cpu/microcode/reload": Read-only file system
Aug 18 17:05:36 zzzzzczh systemd[35]: Failed to configure loopback device: Operation not permitted
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9420] platform-linux: do-change-link[3]: failure changing link: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9420] device (wlan0): ip6: addrgenmode6: failed to set none: (NME_UNSPEC)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9420] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/disable_ipv6': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9420] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/disable_ipv6': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9420] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/disable_ipv6': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9420] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/accept_ra': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9420] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/use_tempaddr': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9420] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/forwarding': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9420] platform-linux: do-change-link[3]: failure changing link: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9421] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/disable_ipv6': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9421] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/use_tempaddr': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9421] platform-linux: do-delete-ip4-address[3: 192.168.188.21/24]: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9421] platform-linux: do-delete-ip4-route[type unicast 0.0.0.0/0 via 192.168.188.155 dev 3 metric 600 mss 0 rt-src rt-dhcp scope global pref-src 192.168.188.21]: failure 1 (O>
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9421] platform-linux: do-delete-ip4-route[type unicast 192.168.188.0/24 dev 3 metric 600 mss 0 rt-src rt-kernel scope link pref-src 192.168.188.21]: failure 1 (Operation not >
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9421] platform-linux: do-delete-ip4-route[type unicast 192.168.188.155/32 dev 3 metric 600 mss 0 rt-src rt-dhcp scope link pref-src 192.168.188.21]: failure 1 (Operation not >
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9421] platform-linux: do-delete-ip6-address[3: 240e:476:2d01:6f10:9165:4062:b401:6229]: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9422] platform-linux: do-delete-ip6-address[3: 240e:476:2d01:6f10:5a6c:25ff:fe35:b93e]: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9422] platform-linux: do-delete-ip6-address[3: fe80::5a6c:25ff:fe35:b93e]: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9422] platform-linux: do-delete-ip6-route[type unicast 240e:476:2d01:6f10::/64 dev 3 metric 600 mss 0 rt-src rt-ra]: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9422] platform-linux: do-delete-ip6-route[type unicast fe80::/64 dev 3 metric 256 mss 0 rt-src rt-kernel]: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9422] platform-linux: do-delete-ip6-route[type unicast ::/0 via fe80::90f0:52ff:fe30:bf2 dev 3 metric 600 mss 0 rt-src rt-ra mtu 1500 pref high]: failure 1 (Operation not per>
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9422] platform-linux: do-change-link[3]: failure changing link: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9423] platform-linux: do-change-link[3]: failure changing link: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9423] device (wlan0): set-hw-addr: failed to set MAC address to EA:73:B5:12:56:80 (scanning) (NME_UNSPEC)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9423] platform-linux: do-change-link[3]: failure changing link: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9430] platform-linux: do-change-link[1]: failure changing link: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh wpa_supplicant[41]: Successfully initialized wpa_supplicant
Aug 18 17:05:36 zzzzzczh wpa_supplicant[41]: rfkill: Cannot open RFKILL control device
Aug 18 17:05:36 zzzzzczh wpa_supplicant[41]: Failed to create interface p2p-dev-wlan0: -1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh wpa_supplicant[41]: nl80211: Failed to create a P2P Device interface p2p-dev-wlan0
Aug 18 17:05:36 zzzzzczh wpa_supplicant[41]: P2P: Failed to enable P2P Device interface
Aug 18 17:05:36 zzzzzczh wpa_supplicant[41]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9940] platform-linux: do-change-link[3]: failure changing link: failure 1 (Operation not permitted)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <warn>  [1660813536.9940] device (wlan0): ip6: addrgenmode6: failed to set none: (NME_UNSPEC)
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9940] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/disable_ipv6': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9940] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/disable_ipv6': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9940] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/disable_ipv6': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9941] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/accept_ra': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9941] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/use_tempaddr': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh NetworkManager[30]: <error> [1660813536.9941] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/forwarding': (30) Read-only file system
Aug 18 17:05:36 zzzzzczh wpa_supplicant[41]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-1
Aug 18 17:05:37 zzzzzczh systemd[48]: Failed to configure loopback device: Operation not permitted
Aug 18 17:05:38 zzzzzczh systemd-logind[29]: System is powering down.
Aug 18 17:05:38 zzzzzczh nm-dispatcher[39]: Caught signal 15, shutting down...
Aug 18 17:05:38 zzzzzczh sddm[37]: Signal received: SIGTERM
Aug 18 17:05:38 zzzzzczh wpa_supplicant[41]: nl80211: Failed to open /proc/sys/net/ipv4/conf/wlan0/drop_unicast_in_l2_multicast: Read-only file system
Aug 18 17:05:38 zzzzzczh wpa_supplicant[41]: nl80211: Failed to set IPv4 unicast in multicast filter
Aug 18 17:05:38 zzzzzczh wpa_supplicant[41]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Aug 18 17:05:38 zzzzzczh NetworkManager[30]: <warn>  [1660813538.1110] platform-linux: do-change-link[3]: failure changing link: failure 1 (Operation not permitted)
Aug 18 17:05:38 zzzzzczh NetworkManager[30]: <warn>  [1660813538.1211] device (wlan0): device not down after timeout!
Aug 18 17:05:38 zzzzzczh NetworkManager[30]: <error> [1660813538.1211] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/forwarding': (30) Read-only file system
Aug 18 17:05:38 zzzzzczh NetworkManager[30]: <error> [1660813538.1211] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/accept_ra': (30) Read-only file system
Aug 18 17:05:38 zzzzzczh NetworkManager[30]: <error> [1660813538.1212] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/disable_ipv6': (30) Read-only file system
Aug 18 17:05:38 zzzzzczh NetworkManager[30]: <error> [1660813538.1212] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/hop_limit': (30) Read-only file system
Aug 18 17:05:38 zzzzzczh NetworkManager[30]: <error> [1660813538.1212] platform-linux: sysctl: failed to open '/proc/sys/net/ipv6/conf/wlan0/use_tempaddr': (30) Read-only file system
Aug 18 17:05:38 zzzzzczh wpa_supplicant[41]: nl80211: Failed to open /proc/sys/net/ipv4/conf/wlan0/drop_unicast_in_l2_multicast: Read-only file system
Aug 18 17:05:38 zzzzzczh wpa_supplicant[41]: nl80211: Failed to set IPv4 unicast in multicast filter
Aug 18 17:05:38 zzzzzczh wpa_supplicant[41]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Aug 18 17:05:38 zzzzzczh wpa_supplicant[41]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
Aug 18 17:05:38 zzzzzczh wpa_supplicant[41]: wlan0: CTRL-EVENT-TERMINATING
Aug 18 17:05:38 zzzzzczh systemd[1]: Shutting down.

这是正常启动的日志:

[zczh@zzzzzczh ~]$ journalctl -b -1 -p 3..5
Aug 18 20:40:42 zzzzzczh kernel: Linux version 5.19.1-zen1-1-zen (linux-zen@archlinux) (gcc (GCC) 12.1.1 20220730, GNU ld (GNU Binutils) 2.39) #1 ZEN SMP PREEMPT_DYNAMIC Thu, 11 Aug 2022 15:22:00 +0000
Aug 18 20:40:42 zzzzzczh kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=43744cc5-3ee8-4648-a61d-f43a2a2ea4d5 rw rootfstype=ext4 loglevel=3 quiet
Aug 18 20:40:42 zzzzzczh kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-zen", will be passed to user space.
Aug 18 20:40:42 zzzzzczh kernel: random: crng init done
Aug 18 20:40:42 zzzzzczh kernel: audit: type=2000 audit(1660826440.014:1): state=initialized audit_enabled=0 res=1
Aug 18 20:40:42 zzzzzczh kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 18 20:40:42 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20220331/dspkginit-438)
Aug 18 20:40:42 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20220331/dspkginit-438)
Aug 18 20:40:42 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20220331/dspkginit-438)
Aug 18 20:40:42 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20220331/dspkginit-438)
Aug 18 20:40:42 zzzzzczh kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
Aug 18 20:40:42 zzzzzczh kernel: SCSI subsystem initialized
Aug 18 20:40:42 zzzzzczh kernel: VFS: Disk quotas dquot_6.6.0
Aug 18 20:40:42 zzzzzczh kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 18 20:40:42 zzzzzczh kernel: Initialise system trusted keyrings
Aug 18 20:40:42 zzzzzczh kernel: Key type blacklist registered
Aug 18 20:40:42 zzzzzczh kernel: integrity: Platform Keyring initialized
Aug 18 20:40:42 zzzzzczh kernel: integrity: Machine keyring initialized
Aug 18 20:40:42 zzzzzczh kernel: Key type asymmetric registered
Aug 18 20:40:42 zzzzzczh kernel: Asymmetric key parser 'x509' registered
Aug 18 20:40:42 zzzzzczh kernel: hpet_acpi_add: no address or irqs in _CRS
Aug 18 20:40:42 zzzzzczh kernel: Loading compiled-in X.509 certificates
Aug 18 20:40:42 zzzzzczh kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b79deb5985d38235d3a21f70b3749d7a7f24ac56'
Aug 18 20:40:42 zzzzzczh kernel: Key type ._fscrypt registered
Aug 18 20:40:42 zzzzzczh kernel: Key type .fscrypt registered
Aug 18 20:40:42 zzzzzczh kernel: Key type fscrypt-provisioning registered
Aug 18 20:40:42 zzzzzczh kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Aug 18 20:40:42 zzzzzczh kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Aug 18 20:40:42 zzzzzczh kernel: integrity: Loaded X.509 cert 'Acer Database: 84f00f5841571abd2cc11a8c26d5c9c8d2b6b0b5'
Aug 18 20:40:42 zzzzzczh kernel: integrity: Problem loading X.509 certificate -65
Aug 18 20:40:42 zzzzzczh kernel: integrity: Problem loading X.509 certificate -65
Aug 18 20:40:42 zzzzzczh kernel: integrity: Loaded X.509 cert 'Linpus: linpus.com: 2e092cab5e97a89f94a6e272ec7267c267cf4483'
Aug 18 20:40:42 zzzzzczh kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Aug 18 20:40:42 zzzzzczh kernel: usb: port power management may be unreliable
Aug 18 20:40:42 zzzzzczh systemd-fstab-generator[241]: Mount point  is not a valid path, ignoring.
Aug 18 20:40:42 zzzzzczh systemd-fstab-generator[241]: Mount point  is not a valid path, ignoring.
Aug 18 20:40:42 zzzzzczh kernel: Asymmetric key parser 'pkcs8' registered
Aug 18 20:40:42 zzzzzczh kernel: audit: type=1130 audit(1660826442.070:2): 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'
Aug 18 20:40:42 zzzzzczh kernel: audit: type=1130 audit(1660826442.074:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 18 20:40:42 zzzzzczh kernel: audit: type=1130 audit(1660826442.080:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 18 20:40:42 zzzzzczh kernel: audit: type=1130 audit(1660826442.081:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 18 20:40:42 zzzzzczh systemd-journald[262]: File /var/log/journal/32ad347773b1496b96097eed889044b7/system.journal corrupted or uncleanly shut down, renaming and replacing.
Aug 18 20:40:42 zzzzzczh kernel: audit: type=1130 audit(1660826442.092:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 18 20:40:42 zzzzzczh kernel: audit: type=1130 audit(1660826442.093:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 18 20:40:42 zzzzzczh kernel: audit: type=1130 audit(1660826442.104:8): 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=s>
Aug 18 20:40:42 zzzzzczh kernel: audit: type=1334 audit(1660826442.105:9): prog-id=9 op=LOAD
Aug 18 20:40:42 zzzzzczh kernel: audit: type=1334 audit(1660826442.105:10): prog-id=10 op=LOAD
Aug 18 20:40:42 zzzzzczh kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 18 20:40:42 zzzzzczh kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 18 20:40:42 zzzzzczh kernel: i2c i2c-1: Systems with more than 4 memory slots not supported yet, not instantiating SPD
Aug 18 20:40:42 zzzzzczh kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
Aug 18 20:40:42 zzzzzczh kernel: caller __uncore_imc_init_box+0xc4/0x120 [intel_uncore] mapping multiple BARs
Aug 18 20:40:42 zzzzzczh kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database

我担心之后还会出现相同的问题,所以把日志的一部分贴出来,方便之后排查。

离线

#11 2022-08-18 23:59:47

Zzzzzczh
会员
注册时间: 2022-08-16
帖子: 24

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

fedora 和 ubuntu 的启动盘这下都能正常使用了……难道时因为我换了个地方住?我觉得电脑不会追踪我的位置然后一检测到我家的地址就出问题吧……
结果到最后还是没能找出故障的原因……虽然很不甘心,但是现在电脑可以正常使用了。
仍然非常感谢两位的建议。

离线

#12 2022-08-23 11:25:57

Zzzzzczh
会员
注册时间: 2022-08-16
帖子: 24

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

我以为这个问题到这就解决了......今天我从外面回到家,当我把电脑放在我家桌子上打开时,原本待机的电脑又卡死了.
我试着强制重启, 然后系统扔给我一个 kernel panic:
kernel panic
我之前以为可能是电源电压不稳造成的问题, 但是这次我没插电.
然后我测试了在我家不同位置开电脑的结果:

  • 主卧和次卧开电脑时, 可以复现上面的问题;

  • 客厅和餐桌开电脑时, 电脑正常运行, 不会出现上面的问题.

我现在更蒙了, 难道我卧室里有不干净的东西? 哪怕真是这样, 为什么我另一台电脑可以正常运行arch? 为什么这台电脑可以正常运行 windows ?

离线

#13 2022-08-23 11:31:19

Zzzzzczh
会员
注册时间: 2022-08-16
帖子: 24

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

补一下日志:

这是启动时故障的:

❯ journalctl -b -1                                                                                                                                                                                              ─╯
Aug 23 11:09:28 zzzzzczh kernel: microcode: microcode updated early to revision 0xa4, date = 2022-02-01
Aug 23 11:09:28 zzzzzczh kernel: Linux version 5.19.2-zen1-2-zen (linux-zen@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 ZEN SMP PREEMPT_DYNAMIC Sat, 20 Aug 2022 17:43:37 +0000
Aug 23 11:09:28 zzzzzczh kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=43744cc5-3ee8-4648-a61d-f43a2a2ea4d5 rw rootfstype=ext4 loglevel=3 quiet
Aug 23 11:09:28 zzzzzczh kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Aug 23 11:09:28 zzzzzczh kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
Aug 23 11:09:28 zzzzzczh kernel: signal: max sigframe size: 3632
Aug 23 11:09:28 zzzzzczh kernel: BIOS-provided physical RAM map:
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000039f98fff] usable
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x0000000039f99000-0x000000003a898fff] reserved
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x000000003a899000-0x00000000434aefff] usable
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x00000000434af000-0x000000004387efff] type 20
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x000000004387f000-0x00000000452fefff] reserved
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x00000000452ff000-0x0000000045b2efff] ACPI NVS
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x0000000045b2f000-0x0000000045bfefff] ACPI data
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x0000000045bff000-0x0000000045bfffff] usable
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x0000000045c00000-0x000000004f7fffff] reserved
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x00000000ff600000-0x00000000ffffffff] reserved
Aug 23 11:09:28 zzzzzczh kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004b07fffff] usable
Aug 23 11:09:28 zzzzzczh kernel: NX (Execute Disable) protection: active
Aug 23 11:09:28 zzzzzczh kernel: efi: EFI v2.70 by INSYDE Corp.
Aug 23 11:09:28 zzzzzczh kernel: efi: ACPI=0x45bfe000 ACPI 2.0=0x45bfe014 TPMFinalLog=0x45ac5000 SMBIOS=0x439e1000 SMBIOS 3.0=0x439df000 ESRT=0x3f41e418 
Aug 23 11:09:28 zzzzzczh kernel: SMBIOS 3.3.0 present.
Aug 23 11:09:28 zzzzzczh kernel: DMI: Acer Swift SF316-51/Sangria_TL, BIOS V1.11 11/02/2021
Aug 23 11:09:28 zzzzzczh kernel: tsc: Detected 3100.000 MHz processor
Aug 23 11:09:28 zzzzzczh kernel: tsc: Detected 3110.400 MHz TSC
Aug 23 11:09:28 zzzzzczh kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 23 11:09:28 zzzzzczh kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 23 11:09:28 zzzzzczh kernel: last_pfn = 0x4b0800 max_arch_pfn = 0x400000000
Aug 23 11:09:28 zzzzzczh kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 23 11:09:28 zzzzzczh kernel: last_pfn = 0x45c00 max_arch_pfn = 0x400000000
Aug 23 11:09:28 zzzzzczh kernel: esrt: Reserving ESRT space from 0x000000003f41e418 to 0x000000003f41e478.
Aug 23 11:09:28 zzzzzczh kernel: e820: update [mem 0x3f41e000-0x3f41efff] usable ==> reserved
Aug 23 11:09:28 zzzzzczh kernel: Using GB pages for direct mapping
Aug 23 11:09:28 zzzzzczh kernel: Secure boot disabled
Aug 23 11:09:28 zzzzzczh kernel: RAMDISK: [mem 0x36491000-0x3723ffff]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Early table checksum verification disabled
Aug 23 11:09:28 zzzzzczh kernel: ACPI: RSDP 0x0000000045BFE014 000024 (v02 ACRSYS)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: XSDT 0x0000000045BD3188 000124 (v01 ACRSYS ACRPRDCT 00000002      01000013)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: FACP 0x0000000045BFD000 00010C (v06 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: DSDT 0x0000000045B73000 0556A0 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: FACS 0x0000000045AA0000 000040
Aug 23 11:09:28 zzzzzczh kernel: ACPI: UEFI 0x0000000045B2E000 000236 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BFA000 00255C (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BF6000 0033AE (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BF5000 000100 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BF2000 002FD0 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BEE000 0033BD (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BE2000 00B254 (v02 INTEL  TcssSsdt 00001000 INTL 20160422)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BE0000 001067 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BDF000 00077B (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: TPM2 0x0000000045BDE000 00004C (v04 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: MSDM 0x0000000045BDD000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BDC000 00048A (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: NHLT 0x0000000045BDA000 001B54 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LPIT 0x0000000045BD9000 0000CC (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: WSMT 0x0000000045BD8000 000028 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BD7000 000B70 (v02 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BD6000 00012A (v02 ACRSYS ACRPRDCT 00000000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: DBGP 0x0000000045BD5000 000034 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: DBG2 0x0000000045BD4000 000054 (v00 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045BCC000 006A02 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: HPET 0x0000000045BCB000 000038 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: APIC 0x0000000045BCA000 00012C (v03 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: MCFG 0x0000000045BC9000 00003C (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045B71000 00129C (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045B70000 000C78 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: DMAR 0x0000000045B6F000 0000A0 (v02 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045B6E000 0000F8 (v01 ACRSYS ACRPRDCT 00001000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0x0000000045B6D000 000835 (v02 ACRSYS ACRPRDCT 00003000 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: FPDT 0x0000000045B6C000 000044 (v01 ACRSYS ACRPRDCT 00000002 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PTDT 0x0000000045B6A000 000CFE (v00 ACRSYS ACRPRDCT 00000005 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: BGRT 0x0000000045B6B000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving FACP table memory at [mem 0x45bfd000-0x45bfd10b]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving DSDT table memory at [mem 0x45b73000-0x45bc869f]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving FACS table memory at [mem 0x45aa0000-0x45aa003f]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving UEFI table memory at [mem 0x45b2e000-0x45b2e235]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bfa000-0x45bfc55b]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bf6000-0x45bf93ad]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bf5000-0x45bf50ff]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bf2000-0x45bf4fcf]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bee000-0x45bf13bc]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45be2000-0x45bed253]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45be0000-0x45be1066]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bdf000-0x45bdf77a]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving TPM2 table memory at [mem 0x45bde000-0x45bde04b]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving MSDM table memory at [mem 0x45bdd000-0x45bdd054]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bdc000-0x45bdc489]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving NHLT table memory at [mem 0x45bda000-0x45bdbb53]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving LPIT table memory at [mem 0x45bd9000-0x45bd90cb]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving WSMT table memory at [mem 0x45bd8000-0x45bd8027]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bd7000-0x45bd7b6f]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bd6000-0x45bd6129]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving DBGP table memory at [mem 0x45bd5000-0x45bd5033]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving DBG2 table memory at [mem 0x45bd4000-0x45bd4053]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45bcc000-0x45bd2a01]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving HPET table memory at [mem 0x45bcb000-0x45bcb037]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving APIC table memory at [mem 0x45bca000-0x45bca12b]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving MCFG table memory at [mem 0x45bc9000-0x45bc903b]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45b71000-0x45b7229b]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45b70000-0x45b70c77]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving DMAR table memory at [mem 0x45b6f000-0x45b6f09f]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45b6e000-0x45b6e0f7]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving SSDT table memory at [mem 0x45b6d000-0x45b6d834]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving FPDT table memory at [mem 0x45b6c000-0x45b6c043]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving PTDT table memory at [mem 0x45b6a000-0x45b6acfd]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Reserving BGRT table memory at [mem 0x45b6b000-0x45b6b037]
Aug 23 11:09:28 zzzzzczh kernel: No NUMA configuration found
Aug 23 11:09:28 zzzzzczh kernel: Faking a node at [mem 0x0000000000000000-0x00000004b07fffff]
Aug 23 11:09:28 zzzzzczh kernel: NODE_DATA(0) allocated [mem 0x4b07fc000-0x4b07fffff]
Aug 23 11:09:28 zzzzzczh kernel: Zone ranges:
Aug 23 11:09:28 zzzzzczh kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 23 11:09:28 zzzzzczh kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 23 11:09:28 zzzzzczh kernel:   Normal   [mem 0x0000000100000000-0x00000004b07fffff]
Aug 23 11:09:28 zzzzzczh kernel:   Device   empty
Aug 23 11:09:28 zzzzzczh kernel: Movable zone start for each node
Aug 23 11:09:28 zzzzzczh kernel: Early memory node ranges
Aug 23 11:09:28 zzzzzczh kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Aug 23 11:09:28 zzzzzczh kernel:   node   0: [mem 0x0000000000100000-0x0000000039f98fff]
Aug 23 11:09:28 zzzzzczh kernel:   node   0: [mem 0x000000003a899000-0x00000000434aefff]
Aug 23 11:09:28 zzzzzczh kernel:   node   0: [mem 0x0000000045bff000-0x0000000045bfffff]
Aug 23 11:09:28 zzzzzczh kernel:   node   0: [mem 0x0000000100000000-0x00000004b07fffff]
Aug 23 11:09:28 zzzzzczh kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004b07fffff]
Aug 23 11:09:28 zzzzzczh kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 23 11:09:28 zzzzzczh kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Aug 23 11:09:28 zzzzzczh kernel: On node 0, zone DMA32: 2304 pages in unavailable ranges
Aug 23 11:09:28 zzzzzczh kernel: On node 0, zone DMA32: 10064 pages in unavailable ranges
Aug 23 11:09:28 zzzzzczh kernel: On node 0, zone Normal: 9216 pages in unavailable ranges
Aug 23 11:09:28 zzzzzczh kernel: On node 0, zone Normal: 30720 pages in unavailable ranges
Aug 23 11:09:28 zzzzzczh kernel: Reserving Intel graphics memory at [mem 0x4b800000-0x4f7fffff]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM-Timer IO Port: 0x1808
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Aug 23 11:09:28 zzzzzczh kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Aug 23 11:09:28 zzzzzczh kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 23 11:09:28 zzzzzczh kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Aug 23 11:09:28 zzzzzczh kernel: e820: update [mem 0x3f324000-0x3f417fff] usable ==> reserved
Aug 23 11:09:28 zzzzzczh kernel: TSC deadline timer available
Aug 23 11:09:28 zzzzzczh kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x39f99000-0x3a898fff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x3f324000-0x3f417fff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x3f41e000-0x3f41efff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x434af000-0x4387efff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x4387f000-0x452fefff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x452ff000-0x45b2efff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x45b2f000-0x45bfefff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x45c00000-0x4f7fffff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0x4f800000-0xfe00ffff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfed1ffff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xff5fffff]
Aug 23 11:09:28 zzzzzczh kernel: PM: hibernation: Registered nosave memory: [mem 0xff600000-0xffffffff]
Aug 23 11:09:28 zzzzzczh kernel: [mem 0x4f800000-0xfe00ffff] available for PCI devices
Aug 23 11:09:28 zzzzzczh kernel: Booting paravirtualized kernel on bare hardware
Aug 23 11:09:28 zzzzzczh kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Aug 23 11:09:28 zzzzzczh kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Aug 23 11:09:28 zzzzzczh kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Aug 23 11:09:28 zzzzzczh kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Aug 23 11:09:28 zzzzzczh kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Aug 23 11:09:28 zzzzzczh kernel: Fallback order for Node 0: 0 
Aug 23 11:09:28 zzzzzczh kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4077025
Aug 23 11:09:28 zzzzzczh kernel: Policy zone: Normal
Aug 23 11:09:28 zzzzzczh kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=43744cc5-3ee8-4648-a61d-f43a2a2ea4d5 rw rootfstype=ext4 loglevel=3 quiet
Aug 23 11:09:28 zzzzzczh kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-zen", will be passed to user space.
Aug 23 11:09:28 zzzzzczh kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 23 11:09:28 zzzzzczh kernel: Memory: 16069440K/16567608K available (16391K kernel code, 2091K rwdata, 11096K rodata, 2128K init, 3412K bss, 497908K reserved, 0K cma-reserved)
Aug 23 11:09:28 zzzzzczh kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Aug 23 11:09:28 zzzzzczh kernel: ftrace: allocating 43353 entries in 170 pages
Aug 23 11:09:28 zzzzzczh kernel: ftrace: allocated 170 pages with 4 groups
Aug 23 11:09:28 zzzzzczh kernel: Dynamic Preempt: full
Aug 23 11:09:28 zzzzzczh kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 23 11:09:28 zzzzzczh kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Aug 23 11:09:28 zzzzzczh kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 23 11:09:28 zzzzzczh kernel:         Trampoline variant of Tasks RCU enabled.
Aug 23 11:09:28 zzzzzczh kernel:         Rude variant of Tasks RCU enabled.
Aug 23 11:09:28 zzzzzczh kernel:         Tracing variant of Tasks RCU enabled.
Aug 23 11:09:28 zzzzzczh kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Aug 23 11:09:28 zzzzzczh kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Aug 23 11:09:28 zzzzzczh kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Aug 23 11:09:28 zzzzzczh kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 23 11:09:28 zzzzzczh kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 23 11:09:28 zzzzzczh kernel: random: crng init done
Aug 23 11:09:28 zzzzzczh kernel: Console: colour dummy device 80x25
Aug 23 11:09:28 zzzzzczh kernel: printk: console [tty0] enabled
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Core revision 20220331
Aug 23 11:09:28 zzzzzczh kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Aug 23 11:09:28 zzzzzczh kernel: APIC: Switch to symmetric I/O mode setup
Aug 23 11:09:28 zzzzzczh kernel: DMAR: Host address width 39
Aug 23 11:09:28 zzzzzczh kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Aug 23 11:09:28 zzzzzczh kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e
Aug 23 11:09:28 zzzzzczh kernel: DMAR: DRHD base: 0x000000fed84000 flags: 0x0
Aug 23 11:09:28 zzzzzczh kernel: DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 23 11:09:28 zzzzzczh kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Aug 23 11:09:28 zzzzzczh kernel: DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Aug 23 11:09:28 zzzzzczh kernel: DMAR: RMRR base: 0x0000004b000000 end: 0x0000004f7fffff
Aug 23 11:09:28 zzzzzczh kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
Aug 23 11:09:28 zzzzzczh kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Aug 23 11:09:28 zzzzzczh kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Aug 23 11:09:28 zzzzzczh kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Aug 23 11:09:28 zzzzzczh kernel: x2apic enabled
Aug 23 11:09:28 zzzzzczh kernel: Switched APIC routing to cluster x2apic.
Aug 23 11:09:28 zzzzzczh kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2cd5a8bb032, max_idle_ns: 440795365915 ns
Aug 23 11:09:28 zzzzzczh kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6220.80 BogoMIPS (lpj=3110400)
Aug 23 11:09:28 zzzzzczh kernel: pid_max: default: 32768 minimum: 301
Aug 23 11:09:28 zzzzzczh kernel: LSM: Security Framework initializing
Aug 23 11:09:28 zzzzzczh kernel: landlock: Up and running.
Aug 23 11:09:28 zzzzzczh kernel: Yama: becoming mindful.
Aug 23 11:09:28 zzzzzczh kernel: LSM support for eBPF active
Aug 23 11:09:28 zzzzzczh kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: CPU0: Thermal monitoring enabled (TM1)
Aug 23 11:09:28 zzzzzczh kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Aug 23 11:09:28 zzzzzczh kernel: process: using mwait in idle threads
Aug 23 11:09:28 zzzzzczh kernel: CET detected: Indirect Branch Tracking enabled
Aug 23 11:09:28 zzzzzczh kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Aug 23 11:09:28 zzzzzczh kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Aug 23 11:09:28 zzzzzczh kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 23 11:09:28 zzzzzczh kernel: Spectre V2 : Mitigation: Enhanced IBRS
Aug 23 11:09:28 zzzzzczh kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 23 11:09:28 zzzzzczh kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Aug 23 11:09:28 zzzzzczh kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 23 11:09:28 zzzzzczh kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 23 11:09:28 zzzzzczh kernel: Freeing SMP alternatives memory: 44K
Aug 23 11:09:28 zzzzzczh kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i5-11300H @ 3.10GHz (family: 0x6, model: 0x8c, stepping: 0x1)
Aug 23 11:09:28 zzzzzczh kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 23 11:09:28 zzzzzczh kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 23 11:09:28 zzzzzczh kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 23 11:09:28 zzzzzczh kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Aug 23 11:09:28 zzzzzczh kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
Aug 23 11:09:28 zzzzzczh kernel: ... version:                5
Aug 23 11:09:28 zzzzzczh kernel: ... bit width:              48
Aug 23 11:09:28 zzzzzczh kernel: ... generic registers:      8
Aug 23 11:09:28 zzzzzczh kernel: ... value mask:             0000ffffffffffff
Aug 23 11:09:28 zzzzzczh kernel: ... max period:             00007fffffffffff
Aug 23 11:09:28 zzzzzczh kernel: ... fixed-purpose events:   4
Aug 23 11:09:28 zzzzzczh kernel: ... event mask:             0001000f000000ff
Aug 23 11:09:28 zzzzzczh kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1321
Aug 23 11:09:28 zzzzzczh kernel: rcu: Hierarchical SRCU implementation.
Aug 23 11:09:28 zzzzzczh kernel: rcu:         Max phase no-delay instances is 400.
Aug 23 11:09:28 zzzzzczh kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 23 11:09:28 zzzzzczh kernel: smp: Bringing up secondary CPUs ...
Aug 23 11:09:28 zzzzzczh kernel: x86: Booting SMP configuration:
Aug 23 11:09:28 zzzzzczh kernel: .... node  #0, CPUs:      #1 #2 #3 #4 #5 #6 #7
Aug 23 11:09:28 zzzzzczh kernel: smp: Brought up 1 node, 8 CPUs
Aug 23 11:09:28 zzzzzczh kernel: smpboot: Max logical packages: 1
Aug 23 11:09:28 zzzzzczh kernel: smpboot: Total of 8 processors activated (49766.40 BogoMIPS)
Aug 23 11:09:28 zzzzzczh kernel: devtmpfs: initialized
Aug 23 11:09:28 zzzzzczh kernel: x86/mm: Memory block size: 128MB
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Registering ACPI NVS region [mem 0x452ff000-0x45b2efff] (8585216 bytes)
Aug 23 11:09:28 zzzzzczh kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Aug 23 11:09:28 zzzzzczh kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: pinctrl core: initialized pinctrl subsystem
Aug 23 11:09:28 zzzzzczh kernel: PM: RTC time: 03:09:27, date: 2022-08-23
Aug 23 11:09:28 zzzzzczh kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 23 11:09:28 zzzzzczh kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Aug 23 11:09:28 zzzzzczh kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 23 11:09:28 zzzzzczh kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 23 11:09:28 zzzzzczh kernel: audit: initializing netlink subsys (disabled)
Aug 23 11:09:28 zzzzzczh kernel: audit: type=2000 audit(1661224167.014:1): state=initialized audit_enabled=0 res=1
Aug 23 11:09:28 zzzzzczh kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 23 11:09:28 zzzzzczh kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 23 11:09:28 zzzzzczh kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 23 11:09:28 zzzzzczh kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 23 11:09:28 zzzzzczh kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 23 11:09:28 zzzzzczh kernel: cpuidle: using governor ladder
Aug 23 11:09:28 zzzzzczh kernel: cpuidle: using governor menu
Aug 23 11:09:28 zzzzzczh kernel: HugeTLB: can optimize 4095 vmemmap pages for hugepages-1048576kB
Aug 23 11:09:28 zzzzzczh kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 23 11:09:28 zzzzzczh kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Aug 23 11:09:28 zzzzzczh kernel: PCI: not using MMCONFIG
Aug 23 11:09:28 zzzzzczh kernel: PCI: Using configuration type 1 for base access
Aug 23 11:09:28 zzzzzczh kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 23 11:09:28 zzzzzczh kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 23 11:09:28 zzzzzczh kernel: HugeTLB: can optimize 7 vmemmap pages for hugepages-2048kB
Aug 23 11:09:28 zzzzzczh kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Aug 23 11:09:28 zzzzzczh kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Added _OSI(Module Device)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Added _OSI(Processor Device)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Added _OSI(Linux-Dell-Video)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: 17 ACPI AML tables successfully acquired and loaded
Aug 23 11:09:28 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20220331/dspkginit-438)
Aug 23 11:09:28 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20220331/dspkginit-438)
Aug 23 11:09:28 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20220331/dspkginit-438)
Aug 23 11:09:28 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20220331/dspkginit-438)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0xFFFF940C41C55E00 0001C6 (v02 PmRef  Cpu0Psd  00003000 INTL 20160422)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0xFFFF940C415BA400 000386 (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0xFFFF940C415B6800 0006AA (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0xFFFF940C415BA000 000266 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160422)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0xFFFF940C415C4000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20160422)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0xFFFF940C415B2800 00048A (v02 PmRef  ApHwp    00003000 INTL 20160422)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0xFFFF940C415B2000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20160422)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Dynamic OEM Table Load:
Aug 23 11:09:28 zzzzzczh kernel: ACPI: SSDT 0xFFFF940C415B5800 00048A (v02 PmRef  ApCst    00003000 INTL 20160422)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: EC: EC started
Aug 23 11:09:28 zzzzzczh kernel: ACPI: EC: interrupt blocked
Aug 23 11:09:28 zzzzzczh kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 23 11:09:28 zzzzzczh kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Interpreter enabled
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Using IOAPIC for interrupt routing
Aug 23 11:09:28 zzzzzczh kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Aug 23 11:09:28 zzzzzczh kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in ACPI motherboard resources
Aug 23 11:09:28 zzzzzczh kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 23 11:09:28 zzzzzczh kernel: PCI: Using E820 reservations for host bridge windows
Aug 23 11:09:28 zzzzzczh kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [BTPR]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [PAUD]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [V0PR]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [V1PR]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [V2PR]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [WRST]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [TBT0]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [TBT1]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [D3C]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [FN00]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [FN01]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [FN02]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [FN03]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [FN04]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PM: Power Resource [PIN]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
Aug 23 11:09:28 zzzzzczh kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 23 11:09:28 zzzzzczh kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Aug 23 11:09:28 zzzzzczh kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Aug 23 11:09:28 zzzzzczh kernel: PCI host bridge to bus 0000:00
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:00: root bus resource [mem 0x4f800000-0xbfffffff window]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: reg 0x10: [mem 0x601c000000-0x601cffffff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: reg 0x20: [io  0x3000-0x303f]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:04.0: reg 0x10: [mem 0x601d140000-0x601d15ffff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:08.0: reg 0x10: [mem 0x601d182000-0x601d182fff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x601d160000-0x601d16ffff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:0d.2: reg 0x10: [mem 0x601d100000-0x601d13ffff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:0d.2: reg 0x18: [mem 0x601d181000-0x601d181fff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:0d.2: supports D1 D2
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.0: reg 0x10: [mem 0x5c300000-0x5c30ffff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.2: reg 0x10: [mem 0x601d178000-0x601d17bfff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.2: reg 0x18: [mem 0x601d180000-0x601d180fff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.3: reg 0x10: [mem 0x601d174000-0x601d177fff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:15.3: [8086:a0eb] type 00 class 0x0c8000
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:15.3: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:16.0: reg 0x10: [mem 0x601d17d000-0x601d17dfff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:16.0: PME# supported from D3hot
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040100
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x601d170000-0x601d173fff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x601d000000-0x601d0fffff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x601d17c000-0x601d17c0ff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:01:00.0: [144d:a80a] type 00 class 0x010802
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:01:00.0: reg 0x10: [mem 0x5c200000-0x5c203fff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:06.0:   bridge window [mem 0x5c200000-0x5c2fffff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0: PCI bridge to [bus 02-2b]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0:   bridge window [mem 0x50000000-0x5c1fffff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
Aug 23 11:09:28 zzzzzczh kernel: ACPI: EC: interrupt unblocked
Aug 23 11:09:28 zzzzzczh kernel: ACPI: EC: event unblocked
Aug 23 11:09:28 zzzzzczh kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 23 11:09:28 zzzzzczh kernel: ACPI: EC: GPE=0x6e
Aug 23 11:09:28 zzzzzczh kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
Aug 23 11:09:28 zzzzzczh kernel: ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
Aug 23 11:09:28 zzzzzczh kernel: iommu: Default domain type: Translated 
Aug 23 11:09:28 zzzzzczh kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Aug 23 11:09:28 zzzzzczh kernel: SCSI subsystem initialized
Aug 23 11:09:28 zzzzzczh kernel: libata version 3.00 loaded.
Aug 23 11:09:28 zzzzzczh kernel: ACPI: bus type USB registered
Aug 23 11:09:28 zzzzzczh kernel: usbcore: registered new interface driver usbfs
Aug 23 11:09:28 zzzzzczh kernel: usbcore: registered new interface driver hub
Aug 23 11:09:28 zzzzzczh kernel: usbcore: registered new device driver usb
Aug 23 11:09:28 zzzzzczh kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 23 11:09:28 zzzzzczh kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 23 11:09:28 zzzzzczh kernel: PTP clock support registered
Aug 23 11:09:28 zzzzzczh kernel: EDAC MC: Ver: 3.0.0
Aug 23 11:09:28 zzzzzczh kernel: Registered efivars operations
Aug 23 11:09:28 zzzzzczh kernel: NetLabel: Initializing
Aug 23 11:09:28 zzzzzczh kernel: NetLabel:  domain hash size = 128
Aug 23 11:09:28 zzzzzczh kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 23 11:09:28 zzzzzczh kernel: NetLabel:  unlabeled traffic allowed by default
Aug 23 11:09:28 zzzzzczh kernel: mctp: management component transport protocol core
Aug 23 11:09:28 zzzzzczh kernel: NET: Registered PF_MCTP protocol family
Aug 23 11:09:28 zzzzzczh kernel: PCI: Using ACPI for IRQ routing
Aug 23 11:09:28 zzzzzczh kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Aug 23 11:09:28 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Aug 23 11:09:28 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x39f99000-0x3bffffff]
Aug 23 11:09:28 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x3f324000-0x3fffffff]
Aug 23 11:09:28 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x3f41e000-0x3fffffff]
Aug 23 11:09:28 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x434af000-0x43ffffff]
Aug 23 11:09:28 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x45c00000-0x47ffffff]
Aug 23 11:09:28 zzzzzczh kernel: e820: reserve RAM buffer [mem 0x4b0800000-0x4b3ffffff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 23 11:09:28 zzzzzczh kernel: vgaarb: loaded
Aug 23 11:09:28 zzzzzczh kernel: clocksource: Switched to clocksource tsc-early
Aug 23 11:09:28 zzzzzczh kernel: VFS: Disk quotas dquot_6.6.0
Aug 23 11:09:28 zzzzzczh kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 23 11:09:28 zzzzzczh kernel: pnp: PnP ACPI init
Aug 23 11:09:28 zzzzzczh kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:00: [io  0xfd60-0xfd63] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 23 11:09:28 zzzzzczh kernel: system 00:04: [mem 0xfedc0000-0xfedc7fff] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:04: [mem 0xfeda0000-0xfeda0fff] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:04: [mem 0xfeda1000-0xfeda1fff] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:04: [mem 0xfed20000-0xfed7ffff] could not be reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] could not be reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:04: [mem 0xfee00000-0xfeefffff] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:05: [io  0x1800-0x18fe] could not be reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:05: [mem 0xfe04c000-0xfe04ffff] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:05: [mem 0xfe050000-0xfe0affff] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:05: [mem 0xfe0d0000-0xfe0fffff] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:05: [mem 0xfe200000-0xfe7fffff] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:05: [mem 0xff000000-0xffffffff] could not be reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:05: [mem 0xfd000000-0xfd68ffff] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:05: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:05: [mem 0xfd6f0000-0xfdffffff] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: system 00:06: [io  0x2000-0x20fe] has been reserved
Aug 23 11:09:28 zzzzzczh kernel: pnp: PnP ACPI: found 8 devices
Aug 23 11:09:28 zzzzzczh kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 23 11:09:28 zzzzzczh kernel: NET: Registered PF_INET protocol family
Aug 23 11:09:28 zzzzzczh kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: TCP: Hash tables configured (established 131072 bind 65536)
Aug 23 11:09:28 zzzzzczh kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 23 11:09:28 zzzzzczh kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 23 11:09:28 zzzzzczh kernel: NET: Registered PF_XDP protocol family
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-2b] add_size 1000
Aug 23 11:09:28 zzzzzczh kernel: clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffa0000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
Aug 23 11:09:28 zzzzzczh kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0: BAR 13: assigned [io  0x4000-0x4fff]
Aug 23 11:09:28 zzzzzczh kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:15.3: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
Aug 23 11:09:28 zzzzzczh kernel: clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x0009f000-0x000fffff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x4f800000-0x4f800fff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:06.0:   bridge window [mem 0x5c200000-0x5c2fffff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0: PCI bridge to [bus 02-2b]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0:   bridge window [io  0x4000-0x4fff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0:   bridge window [mem 0x50000000-0x5c1fffff]
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0:   bridge window [mem 0x6000000000-0x601bffffff 64bit pref]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:00: resource 7 [mem 0x4f800000-0xbfffffff window]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:01: resource 1 [mem 0x5c200000-0x5c2fffff]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:02: resource 1 [mem 0x50000000-0x5c1fffff]
Aug 23 11:09:28 zzzzzczh kernel: pci_bus 0000:02: resource 2 [mem 0x6000000000-0x601bffffff 64bit pref]
Aug 23 11:09:28 zzzzzczh kernel: PCI: CLS 64 bytes, default 64
Aug 23 11:09:28 zzzzzczh kernel: DMAR: Intel-IOMMU force enabled due to platform opt in
Aug 23 11:09:28 zzzzzczh kernel: DMAR: No ATSR found
Aug 23 11:09:28 zzzzzczh kernel: DMAR: No SATC found
Aug 23 11:09:28 zzzzzczh kernel: DMAR: IOMMU feature fl1gp_support inconsistent
Aug 23 11:09:28 zzzzzczh kernel: DMAR: IOMMU feature pgsel_inv inconsistent
Aug 23 11:09:28 zzzzzczh kernel: DMAR: IOMMU feature nwfs inconsistent
Aug 23 11:09:28 zzzzzczh kernel: DMAR: IOMMU feature pds inconsistent
Aug 23 11:09:28 zzzzzczh kernel: DMAR: IOMMU feature dit inconsistent
Aug 23 11:09:28 zzzzzczh kernel: DMAR: IOMMU feature eafs inconsistent
Aug 23 11:09:28 zzzzzczh kernel: DMAR: IOMMU feature prs inconsistent
Aug 23 11:09:28 zzzzzczh kernel: DMAR: IOMMU feature nest inconsistent
Aug 23 11:09:28 zzzzzczh kernel: DMAR: IOMMU feature mts inconsistent
Aug 23 11:09:28 zzzzzczh kernel: DMAR: IOMMU feature sc_support inconsistent
Aug 23 11:09:28 zzzzzczh kernel: DMAR: IOMMU feature dev_iotlb_support inconsistent
Aug 23 11:09:28 zzzzzczh kernel: DMAR: dmar1: Using Queued invalidation
Aug 23 11:09:28 zzzzzczh kernel: DMAR: dmar0: Using Queued invalidation
Aug 23 11:09:28 zzzzzczh kernel: DMAR: dmar2: Using Queued invalidation
Aug 23 11:09:28 zzzzzczh kernel: Trying to unpack rootfs image as initramfs...
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:00.0: Adding to iommu group 0
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:02.0: Adding to iommu group 1
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:04.0: Adding to iommu group 2
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:06.0: Adding to iommu group 3
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:07.0: Adding to iommu group 4
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:08.0: Adding to iommu group 5
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:0d.0: Adding to iommu group 6
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:0d.2: Adding to iommu group 6
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.0: Adding to iommu group 7
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.2: Adding to iommu group 7
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:14.3: Adding to iommu group 8
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:15.0: Adding to iommu group 9
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:15.3: Adding to iommu group 9
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:16.0: Adding to iommu group 10
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.0: Adding to iommu group 11
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.3: Adding to iommu group 11
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.4: Adding to iommu group 11
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:00:1f.5: Adding to iommu group 11
Aug 23 11:09:28 zzzzzczh kernel: pci 0000:01:00.0: Adding to iommu group 12
Aug 23 11:09:28 zzzzzczh kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Aug 23 11:09:28 zzzzzczh kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 23 11:09:28 zzzzzczh kernel: software IO TLB: mapped [mem 0x000000003a968000-0x000000003e968000] (64MB)
Aug 23 11:09:28 zzzzzczh kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2cd5a8bb032, max_idle_ns: 440795365915 ns
Aug 23 11:09:28 zzzzzczh kernel: clocksource: Switched to clocksource tsc
Aug 23 11:09:28 zzzzzczh kernel: Initialise system trusted keyrings
Aug 23 11:09:28 zzzzzczh kernel: Key type blacklist registered
Aug 23 11:09:28 zzzzzczh kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Aug 23 11:09:28 zzzzzczh kernel: zbud: loaded
Aug 23 11:09:28 zzzzzczh kernel: integrity: Platform Keyring initialized
Aug 23 11:09:28 zzzzzczh kernel: integrity: Machine keyring initialized
Aug 23 11:09:28 zzzzzczh kernel: Key type asymmetric registered
Aug 23 11:09:28 zzzzzczh kernel: Asymmetric key parser 'x509' registered
Aug 23 11:09:28 zzzzzczh kernel: Freeing initrd memory: 14012K
Aug 23 11:09:28 zzzzzczh kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Aug 23 11:09:28 zzzzzczh kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Aug 23 11:09:28 zzzzzczh kernel: io scheduler mq-deadline registered
Aug 23 11:09:28 zzzzzczh kernel: io scheduler kyber registered
Aug 23 11:09:28 zzzzzczh kernel: io scheduler bfq registered
Aug 23 11:09:28 zzzzzczh kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 123
Aug 23 11:09:28 zzzzzczh kernel: pcieport 0000:00:07.0: PME: Signaling with IRQ 124
Aug 23 11:09:28 zzzzzczh kernel: pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Aug 23 11:09:28 zzzzzczh kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 23 11:09:28 zzzzzczh kernel: Monitor-Mwait will be used to enter C-1 state
Aug 23 11:09:28 zzzzzczh kernel: Monitor-Mwait will be used to enter C-2 state
Aug 23 11:09:28 zzzzzczh kernel: Monitor-Mwait will be used to enter C-3 state
Aug 23 11:09:28 zzzzzczh kernel: ACPI: \_SB_.PR00: Found 3 idle states
Aug 23 11:09:28 zzzzzczh kernel: ACPI: AC: AC Adapter [ACAD] (off-line)
Aug 23 11:09:28 zzzzzczh kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:1a/PNP0C0D:00/input/input0
Aug 23 11:09:28 zzzzzczh kernel: ACPI: button: Lid Switch [LID0]
Aug 23 11:09:28 zzzzzczh kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Aug 23 11:09:28 zzzzzczh kernel: ACPI: button: Sleep Button [SLPB]
Aug 23 11:09:28 zzzzzczh kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Aug 23 11:09:28 zzzzzczh kernel: ACPI: button: Power Button [PWRB]
Aug 23 11:09:28 zzzzzczh kernel: thermal LNXTHERM:00: registered as thermal_zone0
Aug 23 11:09:28 zzzzzczh kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Aug 23 11:09:28 zzzzzczh kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 23 11:09:28 zzzzzczh kernel: ACPI: battery: Slot [BAT1] (battery present)
Aug 23 11:09:28 zzzzzczh kernel: hpet_acpi_add: no address or irqs in _CRS
Aug 23 11:09:28 zzzzzczh kernel: Non-volatile memory driver v1.3
Aug 23 11:09:28 zzzzzczh kernel: Linux agpgart interface v0.103
Aug 23 11:09:28 zzzzzczh kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Aug 23 11:09:28 zzzzzczh kernel: ACPI: bus type drm_connector registered
Aug 23 11:09:28 zzzzzczh kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 23 11:09:28 zzzzzczh kernel: ehci-pci: EHCI PCI platform driver
Aug 23 11:09:28 zzzzzczh kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Aug 23 11:09:28 zzzzzczh kernel: ohci-pci: OHCI PCI platform driver
Aug 23 11:09:28 zzzzzczh kernel: uhci_hcd: USB Universal Host Controller Interface driver
Aug 23 11:09:28 zzzzzczh kernel: usbcore: registered new interface driver usbserial_generic
Aug 23 11:09:28 zzzzzczh kernel: usbserial: USB Serial support registered for generic
Aug 23 11:09:28 zzzzzczh kernel: rtc_cmos 00:01: RTC can wake from S4
Aug 23 11:09:28 zzzzzczh kernel: rtc_cmos 00:01: registered as rtc0
Aug 23 11:09:28 zzzzzczh kernel: rtc_cmos 00:01: setting system clock to 2022-08-23T03:09:27 UTC (1661224167)
Aug 23 11:09:28 zzzzzczh kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Aug 23 11:09:28 zzzzzczh kernel: intel_pstate: Intel P-state driver initializing
Aug 23 11:09:28 zzzzzczh kernel: intel_pstate: HWP enabled
Aug 23 11:09:28 zzzzzczh kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 23 11:09:28 zzzzzczh kernel: efifb: probing for efifb
Aug 23 11:09:28 zzzzzczh kernel: efifb: showing boot graphics
Aug 23 11:09:28 zzzzzczh kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
Aug 23 11:09:28 zzzzzczh kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Aug 23 11:09:28 zzzzzczh kernel: efifb: scrolling: redraw
Aug 23 11:09:28 zzzzzczh kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 23 11:09:28 zzzzzczh kernel: fbcon: Deferring console take-over
Aug 23 11:09:28 zzzzzczh kernel: fb0: EFI VGA frame buffer device
Aug 23 11:09:28 zzzzzczh kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 23 11:09:28 zzzzzczh kernel: intel_pmc_core INT33A1:00:  initialized
Aug 23 11:09:28 zzzzzczh kernel: drop_monitor: Initializing network drop monitor service
Aug 23 11:09:28 zzzzzczh kernel: Initializing XFRM netlink socket
Aug 23 11:09:28 zzzzzczh kernel: NET: Registered PF_INET6 protocol family
Aug 23 11:09:28 zzzzzczh kernel: Segment Routing with IPv6
Aug 23 11:09:28 zzzzzczh kernel: RPL Segment Routing with IPv6
Aug 23 11:09:28 zzzzzczh kernel: In-situ OAM (IOAM) with IPv6
Aug 23 11:09:28 zzzzzczh kernel: NET: Registered PF_PACKET protocol family
Aug 23 11:09:28 zzzzzczh kernel: microcode: sig=0x806c1, pf=0x80, revision=0xa4
Aug 23 11:09:28 zzzzzczh kernel: microcode: Microcode Update Driver: v2.2.
Aug 23 11:09:28 zzzzzczh kernel: resctrl: L2 allocation detected
Aug 23 11:09:28 zzzzzczh kernel: IPI shorthand broadcast: enabled
Aug 23 11:09:28 zzzzzczh kernel: sched_clock: Marking stable (569226230, 20350157)->(614817623, -25241236)
Aug 23 11:09:28 zzzzzczh kernel: registered taskstats version 1
Aug 23 11:09:28 zzzzzczh kernel: Loading compiled-in X.509 certificates
Aug 23 11:09:28 zzzzzczh kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a371195c594cf7cbbb698051d666d2db4d482bf1'
Aug 23 11:09:28 zzzzzczh kernel: zswap: loaded using pool lz4/z3fold
Aug 23 11:09:28 zzzzzczh kernel: Key type ._fscrypt registered
Aug 23 11:09:28 zzzzzczh kernel: Key type .fscrypt registered
Aug 23 11:09:28 zzzzzczh kernel: Key type fscrypt-provisioning registered
Aug 23 11:09:28 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 23 11:09:28 zzzzzczh kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Aug 23 11:09:28 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 23 11:09:28 zzzzzczh kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Aug 23 11:09:28 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 23 11:09:28 zzzzzczh kernel: integrity: Loaded X.509 cert 'Acer Database: 84f00f5841571abd2cc11a8c26d5c9c8d2b6b0b5'
Aug 23 11:09:28 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 23 11:09:28 zzzzzczh kernel: integrity: Problem loading X.509 certificate -65
Aug 23 11:09:28 zzzzzczh kernel: integrity: Error adding keys to platform keyring UEFI:db
Aug 23 11:09:28 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 23 11:09:28 zzzzzczh kernel: integrity: Problem loading X.509 certificate -65
Aug 23 11:09:28 zzzzzczh kernel: integrity: Error adding keys to platform keyring UEFI:db
Aug 23 11:09:28 zzzzzczh kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 23 11:09:28 zzzzzczh kernel: integrity: Loaded X.509 cert 'Linpus: linpus.com: 2e092cab5e97a89f94a6e272ec7267c267cf4483'
Aug 23 11:09:28 zzzzzczh kernel: PM:   Magic number: 2:672:159
Aug 23 11:09:28 zzzzzczh kernel: acpi device:26: hash matches
Aug 23 11:09:28 zzzzzczh kernel: RAS: Correctable Errors collector initialized.
Aug 23 11:09:28 zzzzzczh kernel: Freeing unused decrypted memory: 2036K
Aug 23 11:09:28 zzzzzczh kernel: Freeing unused kernel image (initmem) memory: 2128K
Aug 23 11:09:28 zzzzzczh kernel: Write protecting the kernel read-only data: 30720k
Aug 23 11:09:28 zzzzzczh kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Aug 23 11:09:28 zzzzzczh kernel: Freeing unused kernel image (rodata/data gap) memory: 1192K
Aug 23 11:09:28 zzzzzczh kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 23 11:09:28 zzzzzczh kernel: rodata_test: all tests were successful
Aug 23 11:09:28 zzzzzczh kernel: Run /init as init process
Aug 23 11:09:28 zzzzzczh kernel:   with arguments:
Aug 23 11:09:28 zzzzzczh kernel:     /init
Aug 23 11:09:28 zzzzzczh kernel:   with environment:
Aug 23 11:09:28 zzzzzczh kernel:     HOME=/
Aug 23 11:09:28 zzzzzczh kernel:     TERM=linux
Aug 23 11:09:28 zzzzzczh kernel:     BOOT_IMAGE=/vmlinuz-linux-zen
Aug 23 11:09:28 zzzzzczh kernel: fbcon: Taking over console
Aug 23 11:09:28 zzzzzczh kernel: Console: switching to colour frame buffer device 240x67
Aug 23 11:09:28 zzzzzczh kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
Aug 23 11:09:28 zzzzzczh kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Aug 23 11:09:28 zzzzzczh kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 23 11:09:28 zzzzzczh kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
Aug 23 11:09:28 zzzzzczh kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 23 11:09:28 zzzzzczh kernel: usb usb1: Product: xHCI Host Controller
Aug 23 11:09:28 zzzzzczh kernel: usb usb1: Manufacturer: Linux 5.19.2-zen1-2-zen xhci-hcd
Aug 23 11:09:28 zzzzzczh kernel: usb usb1: SerialNumber: 0000:00:0d.0
Aug 23 11:09:28 zzzzzczh kernel: hub 1-0:1.0: USB hub found
Aug 23 11:09:28 zzzzzczh kernel: hub 1-0:1.0: 1 port detected
Aug 23 11:09:28 zzzzzczh kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.19
Aug 23 11:09:28 zzzzzczh kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 23 11:09:28 zzzzzczh kernel: usb usb2: Product: xHCI Host Controller
Aug 23 11:09:28 zzzzzczh kernel: usb usb2: Manufacturer: Linux 5.19.2-zen1-2-zen xhci-hcd
Aug 23 11:09:28 zzzzzczh kernel: usb usb2: SerialNumber: 0000:00:0d.0
Aug 23 11:09:28 zzzzzczh kernel: hub 2-0:1.0: USB hub found
Aug 23 11:09:28 zzzzzczh kernel: hub 2-0:1.0: 4 ports detected
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000000009810
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Aug 23 11:09:28 zzzzzczh kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 23 11:09:28 zzzzzczh kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.19
Aug 23 11:09:28 zzzzzczh kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 23 11:09:28 zzzzzczh kernel: usb usb3: Product: xHCI Host Controller
Aug 23 11:09:28 zzzzzczh kernel: usb usb3: Manufacturer: Linux 5.19.2-zen1-2-zen xhci-hcd
Aug 23 11:09:28 zzzzzczh kernel: usb usb3: SerialNumber: 0000:00:14.0
Aug 23 11:09:28 zzzzzczh kernel: hub 3-0:1.0: USB hub found
Aug 23 11:09:28 zzzzzczh kernel: nvme nvme0: pci function 0000:01:00.0
Aug 23 11:09:28 zzzzzczh kernel: hub 3-0:1.0: 12 ports detected
Aug 23 11:09:28 zzzzzczh kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.19
Aug 23 11:09:28 zzzzzczh kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 23 11:09:28 zzzzzczh kernel: usb usb4: Product: xHCI Host Controller
Aug 23 11:09:28 zzzzzczh kernel: usb usb4: Manufacturer: Linux 5.19.2-zen1-2-zen xhci-hcd
Aug 23 11:09:28 zzzzzczh kernel: usb usb4: SerialNumber: 0000:00:14.0
Aug 23 11:09:28 zzzzzczh kernel: hub 4-0:1.0: USB hub found
Aug 23 11:09:28 zzzzzczh kernel: hub 4-0:1.0: 4 ports detected
Aug 23 11:09:28 zzzzzczh kernel: usb: port power management may be unreliable
Aug 23 11:09:28 zzzzzczh kernel: nvme nvme0: Shutdown timeout set to 10 seconds
Aug 23 11:09:28 zzzzzczh kernel: nvme nvme0: 8/0/0 default/read/poll queues
Aug 23 11:09:28 zzzzzczh kernel:  nvme0n1: p1 p2
Aug 23 11:09:28 zzzzzczh kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Aug 23 11:09:28 zzzzzczh kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Quota mode: none.
Aug 23 11:09:28 zzzzzczh kernel: usb 3-5: new high-speed USB device number 2 using xhci_hcd
Aug 23 11:09:28 zzzzzczh systemd[1]: systemd 251.4-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC>
Aug 23 11:09:28 zzzzzczh systemd[1]: Detected architecture x86-64.
Aug 23 11:09:28 zzzzzczh systemd[1]: Hostname set to <zzzzzczh>.
Aug 23 11:09:28 zzzzzczh systemd-fstab-generator[241]: Mount point  is not a valid path, ignoring.
Aug 23 11:09:28 zzzzzczh systemd-fstab-generator[241]: Mount point  is not a valid path, ignoring.
Aug 23 11:09:28 zzzzzczh kernel: zram: Added device: zram0
Aug 23 11:09:28 zzzzzczh systemd[1]: Queued start job for default target Graphical Interface.
Aug 23 11:09:28 zzzzzczh systemd[1]: Created slice Slice /system/getty.
Aug 23 11:09:28 zzzzzczh systemd[1]: Created slice Slice /system/modprobe.
Aug 23 11:09:28 zzzzzczh systemd[1]: Created slice Slice /system/systemd-fsck.
Aug 23 11:09:28 zzzzzczh systemd[1]: Created slice Slice /system/systemd-zram-setup.
Aug 23 11:09:28 zzzzzczh systemd[1]: Created slice User and Session Slice.
Aug 23 11:09:28 zzzzzczh systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 23 11:09:28 zzzzzczh systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 23 11:09:28 zzzzzczh systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 23 11:09:28 zzzzzczh systemd[1]: Reached target Local Encrypted Volumes.
Aug 23 11:09:28 zzzzzczh systemd[1]: Reached target Login Prompts.
Aug 23 11:09:28 zzzzzczh systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 23 11:09:28 zzzzzczh systemd[1]: Reached target Path Units.
Aug 23 11:09:28 zzzzzczh systemd[1]: Reached target Remote File Systems.
Aug 23 11:09:28 zzzzzczh systemd[1]: Reached target Slice Units.
Aug 23 11:09:28 zzzzzczh systemd[1]: Reached target Local Verity Protected Volumes.
Aug 23 11:09:28 zzzzzczh systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 23 11:09:28 zzzzzczh systemd[1]: Listening on LVM2 poll daemon socket.
Aug 23 11:09:28 zzzzzczh systemd[1]: Listening on Process Core Dump Socket.
Aug 23 11:09:28 zzzzzczh systemd[1]: Listening on Journal Audit Socket.
Aug 23 11:09:28 zzzzzczh systemd[1]: Listening on Journal Socket (/dev/log).
Aug 23 11:09:28 zzzzzczh systemd[1]: Listening on Journal Socket.
Aug 23 11:09:28 zzzzzczh systemd[1]: Listening on udev Control Socket.
Aug 23 11:09:28 zzzzzczh systemd[1]: Listening on udev Kernel Socket.
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounting Huge Pages File System...
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounting POSIX Message Queue File System...
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounting Kernel Debug File System...
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounting Kernel Trace File System...
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Create List of Static Device Nodes...
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Load Kernel Module configfs...
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Load Kernel Module drm...
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Load Kernel Module fuse...
Aug 23 11:09:28 zzzzzczh systemd[1]: File System Check on Root Device was skipped because of a failed condition check (ConditionPathIsReadWrite=!/).
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Journal Service...
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Load Kernel Modules...
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 23 11:09:28 zzzzzczh systemd[1]: Repartition Root Disk was skipped because all trigger condition checks failed.
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Coldplug All udev Devices...
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounted Huge Pages File System.
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounted POSIX Message Queue File System.
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounted Kernel Debug File System.
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounted Kernel Trace File System.
Aug 23 11:09:28 zzzzzczh systemd[1]: Finished Create List of Static Device Nodes.
Aug 23 11:09:28 zzzzzczh systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 23 11:09:28 zzzzzczh systemd[1]: Finished Load Kernel Module configfs.
Aug 23 11:09:28 zzzzzczh systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 23 11:09:28 zzzzzczh systemd[1]: Finished Load Kernel Module drm.
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounting Kernel Configuration File System...
Aug 23 11:09:28 zzzzzczh kernel: EXT4-fs (nvme0n1p2): re-mounted. Quota mode: none.
Aug 23 11:09:28 zzzzzczh systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounted Kernel Configuration File System.
Aug 23 11:09:28 zzzzzczh systemd[1]: First Boot Wizard was skipped because of a failed condition check (ConditionFirstBoot=yes).
Aug 23 11:09:28 zzzzzczh systemd[1]: Rebuild Hardware Database was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Load/Save Random Seed...
Aug 23 11:09:28 zzzzzczh systemd[1]: Create System Users was skipped because of a failed condition check (ConditionNeedsUpdate=/etc).
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 23 11:09:28 zzzzzczh kernel: fuse: init (API version 7.36)
Aug 23 11:09:28 zzzzzczh systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 23 11:09:28 zzzzzczh systemd[1]: Finished Load Kernel Module fuse.
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounting FUSE Control File System...
Aug 23 11:09:28 zzzzzczh systemd[1]: Mounted FUSE Control File System.
Aug 23 11:09:28 zzzzzczh kernel: Asymmetric key parser 'pkcs8' registered
Aug 23 11:09:28 zzzzzczh systemd[1]: Finished Load Kernel Modules.
Aug 23 11:09:28 zzzzzczh kernel: audit: type=1130 audit(1661224168.105:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr>
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Apply Kernel Variables...
Aug 23 11:09:28 zzzzzczh systemd[1]: Finished Apply Kernel Variables.
Aug 23 11:09:28 zzzzzczh kernel: audit: type=1130 audit(1661224168.109:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? ter>
Aug 23 11:09:28 zzzzzczh systemd[1]: Finished Load/Save Random Seed.
Aug 23 11:09:28 zzzzzczh kernel: audit: type=1130 audit(1661224168.113:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=>
Aug 23 11:09:28 zzzzzczh systemd[1]: First Boot Complete was skipped because of a failed condition check (ConditionFirstBoot=yes).
Aug 23 11:09:28 zzzzzczh systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 23 11:09:28 zzzzzczh kernel: audit: type=1130 audit(1661224168.114:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=>
Aug 23 11:09:28 zzzzzczh kernel: audit: type=1334 audit(1661224168.115:6): prog-id=9 op=LOAD
Aug 23 11:09:28 zzzzzczh kernel: audit: type=1334 audit(1661224168.115:7): prog-id=10 op=LOAD
Aug 23 11:09:28 zzzzzczh kernel: audit: type=1334 audit(1661224168.115:8): prog-id=11 op=LOAD
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 23 11:09:28 zzzzzczh systemd-journald[262]: Journal started
Aug 23 11:09:28 zzzzzczh systemd-journald[262]: Runtime Journal (/run/log/journal/32ad347773b1496b96097eed889044b7) is 8.0M, max 789.7M, 781.7M free.
Aug 23 11:09:28 zzzzzczh 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'
Aug 23 11:09:28 zzzzzczh 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'
Aug 23 11:09:28 zzzzzczh 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'
Aug 23 11:09:28 zzzzzczh 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=su>
Aug 23 11:09:28 zzzzzczh audit: BPF prog-id=9 op=LOAD
Aug 23 11:09:28 zzzzzczh audit: BPF prog-id=10 op=LOAD
Aug 23 11:09:28 zzzzzczh audit: BPF prog-id=11 op=LOAD
Aug 23 11:09:28 zzzzzczh 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'
Aug 23 11:09:28 zzzzzczh systemd-modules-load[263]: Inserted module 'crypto_user'
Aug 23 11:09:28 zzzzzczh systemd-modules-load[263]: Inserted module 'pkcs8_key_parser'
Aug 23 11:09:28 zzzzzczh systemd[1]: Started Journal Service.
Aug 23 11:09:28 zzzzzczh kernel: audit: type=1130 audit(1661224168.117:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? t>
Aug 23 11:09:28 zzzzzczh systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 23 11:09:28 zzzzzczh systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 23 11:09:28 zzzzzczh 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'
Aug 23 11:09:28 zzzzzczh systemd[1]: Reached target Preparation for Local File Systems.
Aug 23 11:09:28 zzzzzczh kernel: audit: type=1130 audit(1661224168.119:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Aug 23 11:09:28 zzzzzczh systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of a failed condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 23 11:09:28 zzzzzczh systemd-journald[262]: Time spent on flushing to /var/log/journal/32ad347773b1496b96097eed889044b7 is 13.131ms for 860 entries.
Aug 23 11:09:28 zzzzzczh systemd-journald[262]: System Journal (/var/log/journal/32ad347773b1496b96097eed889044b7) is 438.2M, max 4.0G, 3.5G free.

这是正常启动的部分日志:

❯ journalctl -b -0 -p 2..5                                                                                                                                                                                      ─╯
Aug 23 11:11:14 zzzzzczh kernel: Linux version 5.19.2-zen1-2-zen (linux-zen@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 ZEN SMP PREEMPT_DYNAMIC Sat, 20 Aug 2022 17:43:37 +0000
Aug 23 11:11:14 zzzzzczh kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-zen root=UUID=43744cc5-3ee8-4648-a61d-f43a2a2ea4d5 rw rootfstype=ext4 loglevel=3 quiet
Aug 23 11:11:14 zzzzzczh kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux-zen", will be passed to user space.
Aug 23 11:11:14 zzzzzczh kernel: random: crng init done
Aug 23 11:11:14 zzzzzczh kernel: audit: type=2000 audit(1661224272.014:1): state=initialized audit_enabled=0 res=1
Aug 23 11:11:14 zzzzzczh kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 23 11:11:14 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20220331/dspkginit-438)
Aug 23 11:11:14 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20220331/dspkginit-438)
Aug 23 11:11:14 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20220331/dspkginit-438)
Aug 23 11:11:14 zzzzzczh kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20220331/dspkginit-438)
Aug 23 11:11:14 zzzzzczh kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
Aug 23 11:11:14 zzzzzczh kernel: SCSI subsystem initialized
Aug 23 11:11:14 zzzzzczh kernel: VFS: Disk quotas dquot_6.6.0
Aug 23 11:11:14 zzzzzczh kernel: pnp 00:04: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Aug 23 11:11:14 zzzzzczh kernel: Initialise system trusted keyrings
Aug 23 11:11:14 zzzzzczh kernel: Key type blacklist registered
Aug 23 11:11:14 zzzzzczh kernel: integrity: Platform Keyring initialized
Aug 23 11:11:14 zzzzzczh kernel: integrity: Machine keyring initialized
Aug 23 11:11:14 zzzzzczh kernel: Key type asymmetric registered
Aug 23 11:11:14 zzzzzczh kernel: Asymmetric key parser 'x509' registered
Aug 23 11:11:14 zzzzzczh kernel: hpet_acpi_add: no address or irqs in _CRS
Aug 23 11:11:14 zzzzzczh kernel: Loading compiled-in X.509 certificates
Aug 23 11:11:14 zzzzzczh kernel: Loaded X.509 cert 'Build time autogenerated kernel key: a371195c594cf7cbbb698051d666d2db4d482bf1'
Aug 23 11:11:14 zzzzzczh kernel: Key type ._fscrypt registered
Aug 23 11:11:14 zzzzzczh kernel: Key type .fscrypt registered
Aug 23 11:11:14 zzzzzczh kernel: Key type fscrypt-provisioning registered
Aug 23 11:11:14 zzzzzczh kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Aug 23 11:11:14 zzzzzczh kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Aug 23 11:11:14 zzzzzczh kernel: integrity: Loaded X.509 cert 'Acer Database: 84f00f5841571abd2cc11a8c26d5c9c8d2b6b0b5'
Aug 23 11:11:14 zzzzzczh kernel: integrity: Problem loading X.509 certificate -65
Aug 23 11:11:14 zzzzzczh kernel: integrity: Problem loading X.509 certificate -65
Aug 23 11:11:14 zzzzzczh kernel: integrity: Loaded X.509 cert 'Linpus: linpus.com: 2e092cab5e97a89f94a6e272ec7267c267cf4483'
Aug 23 11:11:14 zzzzzczh kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Aug 23 11:11:14 zzzzzczh kernel: usb: port power management may be unreliable
Aug 23 11:11:14 zzzzzczh systemd-fstab-generator[242]: Mount point  is not a valid path, ignoring.
Aug 23 11:11:14 zzzzzczh systemd-fstab-generator[242]: Mount point  is not a valid path, ignoring.
Aug 23 11:11:14 zzzzzczh kernel: audit: type=1130 audit(1661224274.152:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Aug 23 11:11:14 zzzzzczh kernel: audit: type=1131 audit(1661224274.152:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? term>
Aug 23 11:11:14 zzzzzczh kernel: Asymmetric key parser 'pkcs8' registered
Aug 23 11:11:14 zzzzzczh kernel: audit: type=1130 audit(1661224274.156:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr>
Aug 23 11:11:14 zzzzzczh kernel: audit: type=1130 audit(1661224274.160:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? ter>
Aug 23 11:11:14 zzzzzczh kernel: audit: type=1130 audit(1661224274.166:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? t>
Aug 23 11:11:14 zzzzzczh systemd-journald[264]: File /var/log/journal/32ad347773b1496b96097eed889044b7/system.journal corrupted or uncleanly shut down, renaming and replacing.
Aug 23 11:11:14 zzzzzczh kernel: audit: type=1130 audit(1661224274.171:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termi>
Aug 23 11:11:14 zzzzzczh kernel: audit: type=1130 audit(1661224274.171:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=>
Aug 23 11:11:14 zzzzzczh kernel: audit: type=1334 audit(1661224274.172:9): prog-id=9 op=LOAD
Aug 23 11:11:14 zzzzzczh kernel: audit: type=1334 audit(1661224274.172:10): prog-id=10 op=LOAD
Aug 23 11:11:14 zzzzzczh kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 23 11:11:14 zzzzzczh kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 23 11:11:14 zzzzzczh kernel: i2c i2c-0: Systems with more than 4 memory slots not supported yet, not instantiating SPD
Aug 23 11:11:14 zzzzzczh kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 23 11:11:14 zzzzzczh kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 23 11:11:14 zzzzzczh kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 23 11:11:14 zzzzzczh kernel: iwlwifi 0000:00:14.3: Direct firmware load for iwlwifi-QuZ-a0-hr-b0-72.ucode failed with error -2
Aug 23 11:11:14 zzzzzczh kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Aug 23 11:11:14 zzzzzczh kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:04 [mem 0xfedc0000-0xfedc7fff]
Aug 23 11:11:14 zzzzzczh kernel: caller __uncore_imc_init_box+0xc4/0x120 [intel_uncore] mapping multiple BARs
Aug 23 11:11:14 zzzzzczh kernel: thermal thermal_zone5: failed to read out thermal zone (-61)
Aug 23 11:11:14 zzzzzczh kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Aug 23 11:11:14 zzzzzczh kernel: 0x000000000000-0x000001000000 : "BIOS"
Aug 23 11:11:15 zzzzzczh boltd[556]: bolt 0.9.2 starting up.
Aug 23 11:11:15 zzzzzczh polkitd[589]: Loading rules from directory /etc/polkit-1/rules.d
Aug 23 11:11:15 zzzzzczh polkitd[589]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 23 11:11:15 zzzzzczh polkitd[589]: Finished loading, compiling and executing 7 rules
Aug 23 11:11:15 zzzzzczh polkitd[589]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 23 11:11:15 zzzzzczh boltd[556]: power: force power support: no
Aug 23 11:11:15 zzzzzczh boltd[556]: [f081cf53-94e8-domain0                    ] newly connected [iommu] (/sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0)
Aug 23 11:11:15 zzzzzczh boltd[556]: [f081cf53-94e8-Swift SF316-51             ] device added, status: authorized, at /sys/devices/pci0000:00/0000:00:0d.2/domain0/0-0
Aug 23 11:11:15 zzzzzczh wpa_supplicant[678]: Successfully initialized wpa_supplicant
Aug 23 11:11:15 zzzzzczh systemd[735]: ConfigurationDirectory 'bluetooth' already exists but the mode is different. (File system: 755 ConfigurationDirectoryMode: 555)
Aug 23 11:11:15 zzzzzczh kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: FW ABI is more recent than kernel
Aug 23 11:11:16 zzzzzczh kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: FW ABI is more recent than kernel
Aug 23 11:11:16 zzzzzczh kernel: sof-audio-pci-intel-tgl 0000:00:1f.3: warn: topology ABI is more recent than kernel
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: Parent card not yet available, widget card binding deferred
Aug 23 11:11:16 zzzzzczh kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: sink widget AIF1TX overwritten
Aug 23 11:11:16 zzzzzczh kernel: snd_hda_codec_realtek ehdaudio0D0: ASoC: source widget AIF1RX overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi3 overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi2 overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget hifi1 overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Codec Output Pin1 overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Codec Input Pin1 overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Analog Codec Playback overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Digital Codec Playback overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: sink widget Alt Analog Codec Playback overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Analog Codec Capture overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Digital Codec Capture overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: ASoC: source widget Alt Analog Codec Capture overwritten
Aug 23 11:11:16 zzzzzczh kernel: skl_hda_dsp_generic skl_hda_dsp_generic: hda_dsp_hdmi_build_controls: no PCM in topology for HDMI converter 3
Aug 23 11:11:16 zzzzzczh systemd[858]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Aug 23 11:11:16 zzzzzczh sddm-greeter[867]: QFont::fromString: Invalid description '(empty)'
Aug 23 11:11:16 zzzzzczh sddm-greeter[867]: QObject: Cannot create children for a parent that is in a different thread.
                                            (Parent is QGuiApplication(0x7ffc4b8c3550), parent's thread is QThread(0x564074621210), current thread is QThread(0x56407473fc80)
Aug 23 11:11:16 zzzzzczh sddm-greeter[867]: QObject: Cannot create children for a parent that is in a different thread.
                                            (Parent is QGuiApplication(0x7ffc4b8c3550), parent's thread is QThread(0x564074621210), current thread is QThread(0x56407473fc80)
Aug 23 11:11:16 zzzzzczh sddm-greeter[867]: QObject: Cannot create children for a parent that is in a different thread.
                                            (Parent is QGuiApplication(0x7ffc4b8c3550), parent's thread is QThread(0x564074621210), current thread is QThread(0x56407473fc80)
Aug 23 11:11:16 zzzzzczh sddm-greeter[867]: QObject::installEventFilter(): Cannot filter events for objects in a different thread.
Aug 23 11:11:16 zzzzzczh udisksd[882]: udisks daemon version 2.9.4 starting
Aug 23 11:11:16 zzzzzczh udisksd[882]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Aug 23 11:11:16 zzzzzczh sddm-greeter[867]: Failed to find a Kirigami platform plugin
Aug 23 11:11:16 zzzzzczh sddm-greeter[867]: file:///usr/share/sddm/themes/breeze/components/VirtualKeyboard.qml:8:1: module "QtQuick.VirtualKeyboard" is not installed
Aug 23 11:11:17 zzzzzczh sddm-greeter[867]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.17'
Aug 23 11:11:17 zzzzzczh kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Aug 23 11:11:18 zzzzzczh wpa_supplicant[678]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=CN
Aug 23 11:11:19 zzzzzczh kernel: kauditd_printk_skb: 50 callbacks suppressed
Aug 23 11:11:19 zzzzzczh kernel: audit: type=1100 audit(1661224279.618:59): pid=917 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct=>
Aug 23 11:11:19 zzzzzczh kernel: audit: type=1101 audit(1661224279.619:60): pid=917 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="zczh" exe=">
Aug 23 11:11:19 zzzzzczh kernel: audit: type=1103 audit(1661224279.619:61): pid=917 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="zczh" >
Aug 23 11:11:19 zzzzzczh kernel: audit: type=1006 audit(1661224279.619:62): pid=917 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Aug 23 11:11:19 zzzzzczh kernel: audit: type=1300 audit(1661224279.619:62): arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7ffdc1327000 a2=4 a3=7ffdc1326d14 items=0 ppid=605 pid=917 auid=1000 uid=0 gid=0 eu>
Aug 23 11:11:19 zzzzzczh kernel: audit: type=1327 audit(1661224279.619:62): proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746832623565323930322D36663763>
Aug 23 11:11:19 zzzzzczh kernel: audit: type=1130 audit(1661224279.634:63): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? ad>
Aug 23 11:11:19 zzzzzczh systemd[919]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[zczh] ruser=[<unknown>] rhost=[<unknown>]
Aug 23 11:11:19 zzzzzczh kernel: audit: type=1101 audit(1661224279.640:64): pid=919 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="zczh" exe=">
Aug 23 11:11:19 zzzzzczh kernel: audit: type=1103 audit(1661224279.640:65): pid=919 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="zczh" exe="/usr/lib/systemd/systemd" hostname=? addr>
Aug 23 11:11:19 zzzzzczh kernel: audit: type=1006 audit(1661224279.640:66): pid=919 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
Aug 23 11:11:20 zzzzzczh systemd[919]: /run/user/1000/systemd/generator.late/app-config@autostart.service:18: WorkingDirectory= path is not absolute, ignoring: 
Aug 23 11:11:20 zzzzzczh ksmserver[978]: Qt: Session management error: networkIdsList argument is NULL
Aug 23 11:11:20 zzzzzczh kded5[980]: print-manager.kded: unable to register service to dbus
Aug 23 11:11:20 zzzzzczh kwin_x11[981]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
Aug 23 11:11:20 zzzzzczh kwin_x11[981]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
Aug 23 11:11:20 zzzzzczh ksmserver[978]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.20'
Aug 23 11:11:20 zzzzzczh plasmashell[1022]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Aug 23 11:11:20 zzzzzczh plasmashell[1022]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Aug 23 11:11:20 zzzzzczh kwin_x11[981]: QObject::connect(KWin::InputMethod, KWin::EffectsHandlerImpl): invalid nullptr parameter
Aug 23 11:11:20 zzzzzczh kded5[980]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.20'
Aug 23 11:11:20 zzzzzczh plasmashell[1022]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Aug 23 11:11:20 zzzzzczh plasmashell[1022]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Aug 23 11:11:20 zzzzzczh kded5[980]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                      "Unit dbus-org.freedesktop.ModemManager1.service not found."
Aug 23 11:11:20 zzzzzczh polkitd[589]: Registered Authentication Agent for unix-session:2 (system bus name :1.31 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent>
Aug 23 11:11:20 zzzzzczh mission-control[1080]: Not sure what the type of 'mc-account-name' is, assuming string
Aug 23 11:11:20 zzzzzczh org_kde_powerdevil[1061]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
Aug 23 11:11:20 zzzzzczh kded5[980]: kscreen.kded: PowerDevil SuspendSession action not available!
Aug 23 11:11:20 zzzzzczh kded5[980]: ktp-kded-module:
Aug 23 11:11:20 zzzzzczh wpa_supplicant[678]: wlan0: SME: Trying to authenticate with 92:f0:52:30:0b:f2 (SSID='MEIZU 18' freq=2462 MHz)
Aug 23 11:11:20 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:70:5: QML Connections: Detected function "onConfigurationChanged" in Connections ele>
Aug 23 11:11:20 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:70:5: QML Connections: Detected function "onRepaintNeeded" in Connections element. T>
Aug 23 11:11:20 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:67: TypeError: Cannot read property 'wallpaper' of null
Aug 23 11:11:20 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:71: TypeError: Cannot read property 'wallpaper' of null
Aug 23 11:11:20 zzzzzczh org_kde_powerdevil[1061]: org.kde.powerdevil: Handle button events action could not check for screen configuration
Aug 23 11:11:20 zzzzzczh wpa_supplicant[678]: wlan0: Trying to associate with 92:f0:52:30:0b:f2 (SSID='MEIZU 18' freq=2462 MHz)
Aug 23 11:11:20 zzzzzczh org_kde_powerdevil[1061]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds not supported"
Aug 23 11:11:21 zzzzzczh wpa_supplicant[678]: wlan0: Associated with 92:f0:52:30:0b:f2
Aug 23 11:11:21 zzzzzczh wpa_supplicant[678]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Aug 23 11:11:21 zzzzzczh wpa_supplicant[678]: wlan0: WPA: Key negotiation completed with 92:f0:52:30:0b:f2 [PTK=CCMP GTK=CCMP]
Aug 23 11:11:21 zzzzzczh wpa_supplicant[678]: wlan0: CTRL-EVENT-CONNECTED - Connection to 92:f0:52:30:0b:f2 completed [id=0 id_str=]
Aug 23 11:11:21 zzzzzczh wpa_supplicant[678]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-47 noise=9999 txrate=58500
Aug 23 11:11:21 zzzzzczh kalendarac[1228]: Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: qml: JSON.parse: Parse error
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: qml: load backend: backend/Mpv.qml
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: qml: JSON.parse: Parse error
Aug 23 11:11:21 zzzzzczh akonadi_control[1308]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:21 zzzzzczh kwin_x11[981]: kwin_core: Failed to focus 0x3200010 (error 8)
Aug 23 11:11:21 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1756, resource id: 4194341, major code: 18 (ChangeProperty), minor code: 0
Aug 23 11:11:21 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 1812, resource id: 16777253, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: qml: JSON.parse: Parse error
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: QProcess: Destroyed while process ("/bin/sh") is still running.
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: qml: ----python helper connected----
Aug 23 11:11:21 zzzzzczh kioslave5[1340]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Aug 23 11:11:21 zzzzzczh akonadiserver[1324]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml:179: TypeError: Cannot read property 'containmentDisplayHints' of null
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml:271: TypeError: Cannot read property 'location' of null
Aug 23 11:11:21 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.systemmonitor/contents/ui/main.qml:43:5: QML MouseArea: Cannot anchor to an item that isn't a parent or sibling.
Aug 23 11:11:21 zzzzzczh pulseaudio[1398]: Path Capture is not a volume or mute control
Aug 23 11:11:22 zzzzzczh pulseaudio[1398]: stat('/etc/pulse/default.pa.d'): 没有那个文件或目录
Aug 23 11:11:22 zzzzzczh pulseaudio[1398]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/ui/main.qml:39:5: Unable to assign [undefined] to QQuickGridLayout*
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.panelspacer/contents/ui/main.qml:39:5: Unable to assign [undefined] to QQuickGridLayout*
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/ConfigOverlay.qml:312:17: QML SpinBox: Binding loop detected for property "implicitWidth"
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/ConfigOverlay.qml:304:17: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/BarChart.qml:54:9: Unable to assign [undefined] to int
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/BarChart.qml:54:9: Unable to assign [undefined] to int
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: JSON.parse: Parse error
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: Both point size and pixel size set. Using pixel size.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml:55:9: QML GridLayout (parent or ancestor of QQuickLayoutAttached): Binding loop>
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/BarChart.qml:54:9: Unable to assign [undefined] to int
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: JSON.parse: Parse error
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: Both point size and pixel size set. Using pixel size.
Aug 23 11:11:22 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2071, resource id: 62914573, major code: 12 (ConfigureWindow), minor code: 0
Aug 23 11:11:22 zzzzzczh xembedsniproxy[1062]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 454, resource id: 62914573, major code: 7 (ReparentWindow), minor code: 0
Aug 23 11:11:22 zzzzzczh xembedsniproxy[1062]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 456, resource id: 62914573, major code: 142 (Unknown), minor code: 1
Aug 23 11:11:22 zzzzzczh xembedsniproxy[1062]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 457, resource id: 62914573, major code: 6 (ChangeSaveSet), minor code: 0
Aug 23 11:11:22 zzzzzczh xembedsniproxy[1062]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 458, resource id: 62914573, major code: 25 (SendEvent), minor code: 0
Aug 23 11:11:22 zzzzzczh xembedsniproxy[1062]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 459, resource id: 62914573, major code: 12 (ConfigureWindow), minor code: 0
Aug 23 11:11:22 zzzzzczh xembedsniproxy[1062]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 461, resource id: 62914573, major code: 12 (ConfigureWindow), minor code: 0
Aug 23 11:11:22 zzzzzczh xembedsniproxy[1062]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 462, resource id: 62914573, major code: 8 (MapWindow), minor code: 0
Aug 23 11:11:22 zzzzzczh xembedsniproxy[1062]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 463, resource id: 62914573, major code: 61 (ClearArea), minor code: 0
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/BarChart.qml:54:9: Unable to assign [undefined] to int
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: qml: JSON.parse: Parse error
Aug 23 11:11:22 zzzzzczh plasmashell[1022]: Both point size and pixel size set. Using pixel size.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/BarChart.qml:54:9: Unable to assign [undefined] to int
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: JSON.parse: Parse error
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: Both point size and pixel size set. Using pixel size.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: org.kde.plasma.containmentlayoutmanager: Error: cannot change the containment to AppletsLayout
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plas>
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plas>
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.volume/contents/ui/main.qml:603:39: Invalid property assignment: string expected - Assigning null to incompatible pr>
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh kded5[980]: org.kde.kmix: no mix devices and not dynamic
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/ExpandedRepresentation.qml:167:9: QML HiddenItemsView: Binding loop detected for prop>
Aug 23 11:11:23 zzzzzczh kdeconnectd[1211]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Aug 23 11:11:23 zzzzzczh kdeconnectd[1211]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Aug 23 11:11:23 zzzzzczh kdeconnectd[1211]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: backend mpv first frame
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Aug 23 11:11:23 zzzzzczh kdeconnectd[1211]: QMetaObject::invokeMethod: No such method KIO::StoredTransferJob::slotDataReqFromDevice()
Aug 23 11:11:23 zzzzzczh kdeconnectd[1211]: QMetaObject::invokeMethod: No such method KIO::StoredTransferJob::slotDataReqFromDevice()
Aug 23 11:11:23 zzzzzczh kdeconnectd[1211]: QMetaObject::invokeMethod: No such method KIO::StoredTransferJob::slotDataReqFromDevice()
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: qml: PlasmaExtras.ScrollArea is deprecated. Use PlasmaComponents3.ScrollView instead.
Aug 23 11:11:23 zzzzzczh kdeconnectd[1211]: QMetaObject::invokeMethod: No such method KIO::StoredTransferJob::slotDataReqFromDevice()
Aug 23 11:11:23 zzzzzczh kdeconnectd[1211]: QMetaObject::invokeMethod: No such method KIO::StoredTransferJob::slotDataReqFromDevice()
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f3beeb20) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f3beeb20) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:23 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f349ec00) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f349ec00) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh kdeconnectd[1211]: QMetaObject::invokeMethod: No such method KIO::StoredTransferJob::slotDataReqFromDevice()
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x7f7264003600) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x7f7264003600) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:38:5: QML TextArea: Binding loop detected for property "implicitHeight"
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.vault/contents/ui/VaultItem.qml:26:32: QML Action: Accessible must be attached to an Item
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f423d800) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f423d800) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f474faa0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f474faa0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:38:5: QML TextArea: Binding loop detected for property "implicitHeight"
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4747fc0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4747fc0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:38:5: QML TextArea: Binding loop detected for property "implicitHeight"
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4a3d970) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4a3d970) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: qml: QQuickGridView_QML_224(0x5589f0421e30)
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:38:5: QML TextArea: Binding loop detected for property "implicitHeight"
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:24 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:25 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:25 zzzzzczh kernel: kauditd_printk_skb: 13 callbacks suppressed
Aug 23 11:11:25 zzzzzczh kernel: audit: type=1131 audit(1661224285.382:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=>
Aug 23 11:11:25 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:26 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:26 zzzzzczh plasmashell[1022]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 23 11:11:26 zzzzzczh plasmashell[1022]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
Aug 23 11:11:26 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.bluetooth/contents/ui/DeviceItem.qml:33:32: QML Action: Accessible must be attached to an Item
Aug 23 11:11:26 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.bluetooth/contents/ui/DeviceItem.qml:33:32: QML Action: Accessible must be attached to an Item
Aug 23 11:11:27 zzzzzczh wpa_supplicant[678]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-39 noise=9999 txrate=58500
Aug 23 11:11:27 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:27 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:27 zzzzzczh plasmashell[1022]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
Aug 23 11:11:27 zzzzzczh plasmashell[1022]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/FullRepresentation.qml:23:1: QML FullRepresentation: Binding loop detected for property>
Aug 23 11:11:27 zzzzzczh plasmashell[1022]: file:///usr/share/ksysguard/sensorfaces/org.kde.ksysguard.barchart/contents/ui/BarChart.qml:54:9: Unable to assign [undefined] to int
Aug 23 11:11:28 zzzzzczh wpa_supplicant[678]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-30 noise=9999 txrate=58500
Aug 23 11:11:28 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:28 zzzzzczh wpa_supplicant[678]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-27 noise=9999 txrate=58500
Aug 23 11:11:28 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:28 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
Aug 23 11:11:29 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 14074, resource id: 16777372, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:11:29 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 14379, resource id: 16777380, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:11:29 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 14653, resource id: 16777403, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:11:29 zzzzzczh systemd[859]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
Aug 23 11:11:29 zzzzzczh kernel: audit: type=1131 audit(1661224289.951:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal>
Aug 23 11:11:29 zzzzzczh kernel: audit: type=1131 audit(1661224289.957:80): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@973 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? add>
Aug 23 11:11:30 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f3e4b830) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:30 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f3e4b830) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:30 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:30 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:30 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:30 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Aug 23 11:11:30 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:38:5: QML TextArea: Binding loop detected for property "implicitHeight"
Aug 23 11:11:32 zzzzzczh wpa_supplicant[678]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-29 noise=9999 txrate=58500
Aug 23 11:11:34 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 21540, resource id: 16777409, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:11:34 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 21742, resource id: 16777424, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:11:35 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 23136, resource id: 16779217, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:11:36 zzzzzczh wpa_supplicant[678]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-24 noise=9999 txrate=243700
Aug 23 11:11:41 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26264, resource id: 29360415, major code: 18 (ChangeProperty), minor code: 0
Aug 23 11:11:41 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:385: Unable to assign [undefined] to QString
Aug 23 11:11:42 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 27165, resource id: 16780664, major code: 3 (GetWindowAttributes), minor code: 0
Aug 23 11:11:42 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 27166, resource id: 16780664, major code: 14 (GetGeometry), minor code: 0
Aug 23 11:11:50 zzzzzczh kernel: audit: type=1131 audit(1661224310.807:81): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=?>
Aug 23 11:11:50 zzzzzczh kernel: audit: type=1334 audit(1661224310.845:82): prog-id=0 op=UNLOAD
Aug 23 11:11:50 zzzzzczh kernel: audit: type=1334 audit(1661224310.845:83): prog-id=0 op=UNLOAD
Aug 23 11:11:50 zzzzzczh kernel: audit: type=1334 audit(1661224310.845:84): prog-id=0 op=UNLOAD
Aug 23 11:11:55 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f542c310) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:55 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f542c310) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:11:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:11:56 zzzzzczh kernel: audit: type=1130 audit(1661224316.245:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=>
Aug 23 11:12:00 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 41828, resource id: 16781801, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f542a8c0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f542a8c0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:38:5: QML TextArea: Binding loop detected for property "implicitHeight"
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4f37aa0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4f37aa0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4eb7c90) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4eb7c90) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4d45910) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:05 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4d45910) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:06 zzzzzczh kernel: audit: type=1131 audit(1661224326.248:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=>
Aug 23 11:12:06 zzzzzczh akonadi_imap_resource[1418]: org.kde.pim.kimap: Connection to server lost  QAbstractSocket::UnknownSocketError
Aug 23 11:12:10 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 54893, resource id: 16782754, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:12:10 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 54983, resource id: 29360456, major code: 15 (QueryTree), minor code: 0
Aug 23 11:12:10 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 55051, resource id: 29360458, major code: 20 (GetProperty), minor code: 0
Aug 23 11:12:10 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 55052, resource id: 29360458, major code: 15 (QueryTree), minor code: 0
Aug 23 11:12:10 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 55141, resource id: 29360486, major code: 15 (QueryTree), minor code: 0
Aug 23 11:12:15 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f5174e90) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:15 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f5174e90) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:15 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:12:15 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:12:15 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:12:15 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Aug 23 11:12:15 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:12:19 zzzzzczh kded5[980]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Aug 23 11:12:20 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 63777, resource id: 16784640, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:12:59 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4080d40) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:59 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4080d40) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:12:59 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:12:59 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:12:59 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:12:59 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:13:04 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 30997, resource id: 16789018, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:13:28 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4e08c10) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:13:28 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4e08c10) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:13:28 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:13:28 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:13:28 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:13:33 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 52584, resource id: 16791707, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:13:40 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f51658b0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:13:40 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f51658b0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:13:40 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:13:40 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:13:40 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:13:40 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:13:45 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 63729, resource id: 16793352, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:14:59 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 50922, resource id: 4194314, major code: 15 (QueryTree), minor code: 0
Aug 23 11:15:11 zzzzzczh kstart5[2483]: Omitting both --window and --windowclass arguments is not recommended
Aug 23 11:15:11 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 58804, resource id: 130023434, major code: 18 (ChangeProperty), minor code: 0
Aug 23 11:15:11 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 58808, resource id: 130023435, major code: 18 (ChangeProperty), minor code: 0
Aug 23 11:15:11 zzzzzczh dolphin[2486]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Aug 23 11:15:11 zzzzzczh dolphin[2486]: kf.kio.core: Malformed JSON protocol file for protocol: "trash" , number of the ExtraNames fields should match the number of ExtraTypes fields
Aug 23 11:15:17 zzzzzczh dolphin[2486]: Cannot initialize model with data QJsonObject(). missing: QJsonValue(string, "urls")
Aug 23 11:15:17 zzzzzczh dolphin[2486]: kf.kio.widgets: The "NextcloudAction" plugin still installs the desktop file for plugin loading. Please use JSON metadata instead, see  KAbstractFileItemActionPlugin clas>
Aug 23 11:15:18 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 3 (BadWindow), sequence: 64788, resource id: 130023446, major code: 129 (SHAPE), minor code: 6 (Input)
Aug 23 11:15:18 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 64789, resource id: 130023446, major code: 2 (ChangeWindowAttributes), minor code: 0
Aug 23 11:15:52 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 26203, resource id: 4194336, major code: 15 (QueryTree), minor code: 0
Aug 23 11:19:16 zzzzzczh kdeconnectd[1211]: QMetaObject::invokeMethod: No such method KIO::StoredTransferJob::slotDataReqFromDevice()
Aug 23 11:19:17 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4227010) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:19:17 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4227010) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:19:17 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:19:17 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:19:17 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:19:17 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:38:5: QML TextArea: Binding loop detected for property "implicitHeight"
Aug 23 11:19:21 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 43276, resource id: 16823470, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:19:41 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 58135, resource id: 132120587, major code: 18 (ChangeProperty), minor code: 0
Aug 23 11:21:14 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 54599, resource id: 132120582, major code: 18 (ChangeProperty), minor code: 0
Aug 23 11:21:14 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 55182, resource id: 4194342, major code: 15 (QueryTree), minor code: 0
Aug 23 11:24:40 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f44467e0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:24:40 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f44467e0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:24:40 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:24:40 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:24:40 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:24:40 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Aug 23 11:24:40 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:38:5: QML TextArea: Binding loop detected for property "implicitHeight"
Aug 23 11:24:40 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:24:45 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 12985, resource id: 16853846, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:25:14 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4090610) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:25:14 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4090610) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:25:14 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:25:14 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:25:14 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:25:14 zzzzzczh plasmashell[1022]: file:///usr/lib/qt/qml/org/kde/plasma/components.3/ScrollView.qml:45:27: QML ScrollBar: Binding loop detected for property "visible"
Aug 23 11:25:14 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/SelectableLabel.qml:38:5: QML TextArea: Binding loop detected for property "implicitHeight"
Aug 23 11:25:14 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:25:19 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 39371, resource id: 16857448, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:25:23 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f44814d0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:25:23 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f44814d0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:25:23 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:25:23 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:25:23 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:25:23 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:25:28 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 46935, resource id: 16858566, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:25:43 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 56690, resource id: 132120587, major code: 18 (ChangeProperty), minor code: 0
Aug 23 11:26:16 zzzzzczh kernel: audit: type=1130 audit(1661225176.057:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? a>
Aug 23 11:26:16 zzzzzczh kernel: audit: type=1131 audit(1661225176.057:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? a>
Aug 23 11:28:02 zzzzzczh kdeconnectd[1211]: QMetaObject::invokeMethod: No such method KIO::StoredTransferJob::slotDataReqFromDevice()
Aug 23 11:28:02 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4e0a9d0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:28:02 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4e0a9d0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:28:02 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:02 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:02 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:02 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:07 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 25876, resource id: 16872339, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:28:18 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:18 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f527b0a0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:28:18 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f527b0a0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:28:18 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:18 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:18 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:18 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:23 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 38954, resource id: 16874022, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:28:41 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 54114, resource id: 4194348, major code: 15 (QueryTree), minor code: 0
Aug 23 11:28:45 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 57321, resource id: 130023498, major code: 18 (ChangeProperty), minor code: 0
Aug 23 11:28:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:55 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f474a810) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:28:55 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f474a810) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:28:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:55 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:57 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 776, resource id: 16877904, major code: 143 (DAMAGE), minor code: 3 (Subtract)
Aug 23 11:28:57 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:58 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4edb760) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:28:58 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f4edb760) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:28:58 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:58 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:58 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:58 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:28:59 zzzzzczh kdeconnectd[1211]: QMetaObject::invokeMethod: No such method KIO::StoredTransferJob::slotDataReqFromDevice()
Aug 23 11:29:00 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f510a9f0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:29:00 zzzzzczh plasmashell[1022]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x5589f510a9f0) QQmlContext(0x5589f2f49f20) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications>
Aug 23 11:29:00 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:29:00 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:29:00 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:29:00 zzzzzczh plasmashell[1022]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:220:21: QML SelectableLabel: Binding loop detected for property "impl>
Aug 23 11:29:03 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7102, resource id: 29360674, major code: 19 (DeleteProperty), minor code: 0
Aug 23 11:29:03 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7104, resource id: 29360674, major code: 19 (DeleteProperty), minor code: 0
Aug 23 11:29:03 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7105, resource id: 29360674, major code: 18 (ChangeProperty), minor code: 0
Aug 23 11:29:03 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7106, resource id: 29360674, major code: 19 (DeleteProperty), minor code: 0
Aug 23 11:29:03 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7107, resource id: 29360674, major code: 19 (DeleteProperty), minor code: 0
Aug 23 11:29:03 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7108, resource id: 29360674, major code: 19 (DeleteProperty), minor code: 0
Aug 23 11:29:03 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7109, resource id: 29360674, major code: 7 (ReparentWindow), minor code: 0
Aug 23 11:29:03 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7110, resource id: 29360674, major code: 6 (ChangeSaveSet), minor code: 0
Aug 23 11:29:03 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7111, resource id: 29360674, major code: 2 (ChangeWindowAttributes), minor code: 0
Aug 23 11:29:03 zzzzzczh kwin_x11[981]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7112, resource id: 29360674, major code: 10 (UnmapWindow), minor code: 0
Aug 23 11:29:04 zzzzzczh kwin_x11[981]: kwin_core: XCB error: 152 (BadDamage), sequence: 8872, resource id: 16878448, major code: 143 (DAMAGE), minor code: 3 (Subtract)

离线

#14 2022-08-23 19:24:33

q234rty
会员
注册时间: 2017-10-01
帖子: 41

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

看 Call trace 出现了 iwl 和 ieee80211,再结合和电脑的位置有关的现象,似乎可以猜测是和电脑的无线网卡以及家里的路由器和 Wi-Fi 环境有关?

离线

#15 2022-08-24 23:35:57

Zzzzzczh
会员
注册时间: 2022-08-16
帖子: 24

Re: Xe 显卡和 linux 在我家卧室里的奇妙故障

我断掉了家里的网络,发现并没有什么效果,而且我很确定除了我家的路由器和我的手机热点,我没有连接过其它乱七八糟的 wifi.
明天我会再尝试一下禁用掉我的网卡.

离线

页脚