几周前更了下系统,麻烦就来了,一开始systemd-journal狂占cpu,然后将内存塞满,无法回收,直到死机.一开始以为更新几次就好了,可是.......好几周了还是那样.于是今天看了看日志执行:
journalctl
发现全是错误
ACPI Error: No handler or method for GPE 0B, disabling event(20160108)
然后google问题,于是找着根了
https://bugzilla.kernel.org/show_bug.cgi?id=114201
解决方法:在/etc/modprobe.d里添加blacklist.conf 内容:
blacklist sp5100_tco
世界顿时又变美好了!
最近编辑记录 总钻风 (2016-04-29 21:06:58)
离线
I had the same issue.
It seems most of recent AMD platforms were impacted.
There's already fixes in the bug tracing page.
Do not want to compile a customized kernel for this issue. Hope the kernel will have the fix soon.
离线