How do you cleanly shutdown following a systemd crash?
Several times over the last few days systemd has failed. Didn't even know it had crashed until it was time to shutdown or reboot and the usual "shutdown -r/-h now" wouldn't work.
Code:
[clivem@c7p6t7ws ~]$ sudo shutdown -r now
Failed to open /dev/initctl: No such device or address
Failed to talk to init daemon.
"systemctl reboot" doesn't work either
Code:
[clivem@c7p6t7ws ~]$ sudo systemctl reboot
Failed to get D-Bus connection: Failed to connect to socket /org/freedesktop/systemd1/private: Connection refused