sudo reboot后无法正常重启。提示错误:
Failed to open initctl fifo: No such device or address
Failed to talk to init daemon.
用systemctl命令
sudo systemctl reboot
提示错误
Failed to set wall message, ignoring: Failed to activate service 'org.freedesktop.login1': timed out (service_start_timeout=25000ms)
Failed to reboot system via logind: Failed to activate service 'org.freedesktop.login1': timed out (service_start_timeout=25000ms)
Failed to start reboot.target: Failed to activate service 'org.freedesktop.systemd1': timed out (service_start_timeout=25000ms)
See system logs and 'systemctl status reboot.target' for details.
It is possible to perform action directly, see discussion of --force --force in man:systemctl(1).
请问怎么解决