當我想重啟linux(Suse12-SP2)主機的rsyslog服務時出現 Activation of org.freedesktop.systemd1 timed out的錯誤,使用systemd操作其他的服務時也會出現這個錯誤,
按照網上的方法dbus和systemd-logind服務,不能解決問題,
ZJHZ:~ # systemctl restart rsyslog Failed to restart rsyslog.service: Activation of org.freedesktop.systemd1 timed out ZJHZ:~ # systemctl restart dbus Failed to restart dbus.service: Connection timed out ZJHZ:~ # systemctl restart systemd-logind Failed to restart systemd-logind.service: Activation of org.freedesktop.systemd1 timed out
系統日志中也有同樣的報錯
dbus[1015]: [system] Failed to activate service 'org.freedesktop.systemd1': timed out
這個問題應該是suse12sp2 systemd的bug,這種現象在我司私有阿里云平臺為普遍情況,表現為不能使用systemctl 對服務進行管理,ssh登錄特別慢等,
解決辦法:升級systemd,并重啟系統,通常這個bug觸發時無法通過命令重啟系統,可以在升級完systemd后強制重啟系統,
轉載請註明出處,本文鏈接:https://www.uj5u.com/caozuo/230868.html
標籤:Linux
上一篇:求問 為什么有負符號就運行不了
