sudo reboot -> Failed to talk to init daemon

47,520

Try:

sudo reboot -f

-f, --force Force immediate halt, power-off, reboot. Do not contact the init system.

or

sudo shutdown -r now
Share:
47,520

Related videos on Youtube

Traum
Author by

Traum

Updated on September 18, 2022

Comments

  • Traum
    Traum almost 2 years

    On my Raspberry Pi runs jessie. After installing mosquitto I can not run sudo reboot anymore. This error appears: "Failed to talk to init daemon.". What could be the problem? I have already uninstalled Mosquitto. Many Thanks!

    pi@fhem:~ $ sudo reboot

    Failed to talk to init daemon.

  • Traum
    Traum over 6 years
    Thanks that works. How can I get sudo reboot running without -f again? What happened?
  • joctee
    joctee about 5 years
    reboot -f worked for me. shutdown -r now didn't work.