将 Debian 7(wheezy)升级到 8(jessie)后,任何系统关键操作都会导致出现以下消息之一:
Failed to execute operation: Activation of org.freedesktop.systemd1 timed out
Failed to execute operation: Connection timed out
Failed to get properties: Connection timed out
上次这种情况发生在我的本地测试机上(当时使用的是 sid),之后就无法启动了。它只是卡住了。
如何解决这个问题?只需降级到最新版本就可以了吗?
答案1
解决方案测试 1:降级到早期版本。
结果:系统损坏(无法启动)
解决方案测试2:从备份中恢复、更新、升级、dist-upgrade。
(可以省略升级步骤,最终结果没有变化)
结果:系统损坏(无法启动)
解决方案测试 3:重新安装 Debian 7,编辑 sources.list 以包含 jessie、update、upgrade、dist-upgrade。(升级步骤可以省略,最终结果没有变化)
结果:系统损坏(可启动,但无法登录)
最后,我决定完全重新安装。我昨天下载了一个备份,其中只包含所有更改的配置文件,因此一切都很容易重新设置。
希望这可以为未来的用户节省一些时间。