lartsch Posted August 25, 2021 Share Posted August 25, 2021 Hey all, anyone found a way to reboot the Key Croc via SSH? I tried with "reboot" and "shutdown -r", both won't work so I guess something has been disabled. Hoping for a good tip on that 🙂 Best regards, lartsch  // edit: "/sbin/init 6" also not working Link to comment Share on other sites More sharing options...
chrizree Posted August 25, 2021 Share Posted August 25, 2021 poweroff works at least, but that's not the answer to the question reboot is linked to systemctl (like at least some other Linux based OS:es) but it doesn't execute even though it looks like it, perhaps something has been done to systemctl for some strange reason Link to comment Share on other sites More sharing options...
lartsch Posted August 25, 2021 Author Share Posted August 25, 2021 On 8/25/2021 at 1:32 PM, chrizree said: poweroff works at least, but that's not the answer to the question reboot is linked to systemctl (like at least some other Linux based OS:es) but it doesn't execute even though it looks like it, perhaps something has been done to systemctl for some strange reason I found a solution: reboot -f OR systemctl --force reboot  Link to comment Share on other sites More sharing options...
chrizree Posted August 25, 2021 Share Posted August 25, 2021 ok, something is missing then (or that reboot waits for something) since it looks like the signal is sent to reboot, but then nothing happens (as you have noticed) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.