systemd time out bug处理
虽然几年前主流的linux发行版都已换上了systemd,不过其最近确实问题不断。一爆就出了三个漏洞:内存损坏漏洞 CVE-2018-16864 与 CVE-2018-16865、信息泄露漏洞 CVE-2018-16866。最后有同事又反映连几台主机的ssh比较慢。看了下现象和之前处理过的《阿里云ssh连接慢问题处理》类似,不过在看日志时,发现没有日志。重启日志服务也不成功。查看所有的systemd服务也不成功。报错:Activation of org.freedesktop.systemd1 timed out 。具体如下图:
解决方法:
update systemd到最新版本或重启主机(重启主机是临时解决方法)。
而且一些主机会发现使用reboot无法重启的情况,必须使用reboot -f命令进行重启。
参考页面:
https://www.centos.org/forums/viewtopic.php?t=66177
https://bugzilla.redhat.com/show_bug.cgi?id=1418886
捐赠本站(Donate)
如您感觉文章有用,可扫码捐赠本站!(If the article useful, you can scan the QR code to donate))
- Author: shisekong
- Link: https://blog.361way.com/systemd-time-out/5994.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.