远程重启或关机无响应

远程重启或关机无响应

直到最近我还在使用

 sudo reboot now 

经过一些系统升级。现在服务器对 和均没有响应(只是冻结,但可以通过Ctrl+解除C)。我该如何修复此问题?reboot nowshutdown -r now

我安装的是 18.04.3 LTS,4.15.0-66-generic x86_64

答案1

对我来说几乎一样:

sudo systemctl --force --force reboot

完美运行。

这是对此的一个很好的解释。

https://blog.kerus.net/1897/systemctl-force-force-reboot

答案2

感谢 guiverc 的提示,已解决。systemctl reboot 提供了更多信息

Failed to set wall message, ignoring: Connection timed out
Failed to reboot system via logind: Connection timed out

最后我终于做到了

sudo systemctl reboot -ff

相关内容