Systemd服务超时

Systemd服务超时

我在 XEN Guest 中运行 Debian 8.11。在系统日志中,有以下消息每隔几秒就会重复一次:

dbus[]: [system] Failed to active service 'org.freedesktop.systemd1': timed out 
systemd[]: systemd-logind.service: main process exited, code=exited, status=1/FAILURE 
systemd[]: Failed to start Login Service.
systemd[]: Unit systemd-logind.service entered failed state
systemd[]: systemd-logind.service has no holdoff time, scheduling restart
systemd[]: Stopping Login Service...
systemd[]: Starting Login Service...

我发现了几个错误报告,所以我尝试了 apt-get update && apt-get Upgrade 但解压 procps 总是失败

Failed to execute operation: Connection timed out

我也尝试升级 systemd 但得到了相同的结果。

大多数 systemctl 命令将返回“连接超时”消息。

运行SYSTEM_LOG_LEVEL=debug /lib/systemd/systemd-logind返回以下结果:

... Sent message type=method_call sender=n/a destination=org.freedesktop.systemd1 object=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=Subscribe cookie=7 reply_cookie=0 errror=n/a
Failed to enable subscription: Activation of org.freedesktop.systemd1 timed out
Failed to fully start up daemon: Connection timed out

前几天停电了,但所有其他客人和 dom0 都运行良好。

我该如何修复这个错误?

相关内容