Rebooting Linux when ‘reboot’ won’t work.
Tuesday, August 16, 2011 19:14Posted in category Linux
No Comments
Every now and then you might run into a problem that your Linux box just won’t reboot. …and you do not have console access. If so, try this;
echo s > /proc/sysrq-trigger
echo b > /proc/sysrq-trigger
The first command sync’s the drives, the second bounces your box.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Leave a Reply
You must be logged in to post a comment.
