一些 journalctl 错误

一些 journalctl 错误

我的命令输出中显示了一些错误journalctl -b -p err,你们能否告诉我如何解决这些问题并解释其背后的原因?

journalctl -b -p 错误输出

对于那些无法加载图片的人来说,这是

kernel: ACPI Error: No handler for Region [EC__] (        (ptrval)) [EmbeddedControl] (20170831/evregion-166)
kernel: ACPI Error: Region EmbeddedControl (ID=3) has no handler (20170831/exfldio-299)
kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.LPCB.EC._REG, AE_NOT_EXIST (20170831/psparse-550) # same three lines twice
kernel: Couldn't get size: 0x800000000000000e
kernel: PKCS#7 Signature not signed with a trusted key # x3
kernel: ACPI Error: [\_SB.PCI0.GFX0.DD02._BCL] Namespace lookup failure, AE_NOT_FOUND (20170831/psargs-364)
kernel: ACPI Error: Method parse/execution failed \_SB.PCI0.PEG0.PEGP.DD02._BCL, AE_NOT_FOUND (20170831/psparse-550)
kernel: PKCS#7 Signature not signed with a trusted key

接下来是,,,,,bluetoothd轮流抱怨。不确定顺序是否重要。systemdspice-vdagentpulseaudiowpa_supplicant

我将非常感激您的帮助。

答案1

grep PKCS#7 /var/log/syslog

Feb  6 01:12:06 yuri-GE60-2QD kernel: [    1.385519] PKCS#7 signature not signed with a trusted key
Feb  6 01:12:06 yuri-GE60-2QD kernel: [    1.403128] PKCS#7 signature not signed with a trusted key
Feb  6 01:12:06 yuri-GE60-2QD kernel: [    1.404485] PKCS#7 signature not signed with a trusted key
Feb  6 01:12:06 yuri-GE60-2QD kernel: [   34.213590] PKCS#7 signature not signed with a trusted key
Feb  6 08:50:24 yuri-GE60-2QD kernel: [    1.116140] PKCS#7 signature not signed with a trusted key
Feb  6 08:50:24 yuri-GE60-2QD kernel: [    1.142025] PKCS#7 signature not signed with a trusted key
Feb  6 08:50:24 yuri-GE60-2QD kernel: [    1.143222] PKCS#7 signature not signed with a trusted key
Feb  6 08:50:24 yuri-GE60-2QD kernel: [   33.747217] PKCS#7 signature not signed with a trusted key

相关内容