Reboot failing
I am having issues where my pi won’t reboot from the GUI under host control or from an ssh session issuing the reboot command from cli. I don’t know enough about where to look in the logs. It seems to shutdown moonraker and drop my connections but never comes back. What logs should I be looking to find it?
4 Replies
start with the syslog i guess
Thanks, looking through it I see a bunch of KlipperScreen failures with a code=exited, status=1/FAILURE then it restarts and fails. I tried stopping that service manually and then rebooting and it didn’t reboot so idk.
I also see an error from crowsnest saying it doesn’t support setting of hardware encoding quality parameters.
I don't think either of those are relevant to your issue. KlipperScreen stops retrying after a few tries (it fails because you have no screen).
I'd assume a process is hanging. Question is which process.
This is not reproducible on a fresh install btw.
Thank you, I’ll do another fresh rebuild and see where I’m at.