You are not logged in.
Along the lines of my other recent post about browser crashes, I had a computer freeze-up while browsing the web, and for the first time Alt + SysRq then r e i s u b did not reboot the system. It stayed frozen; had to do a hard shut down. This has now happened more than once. Any idea what why the reboot didn't work?
Last edited by Ron (2022-02-09 14:04:49)
Offline
Many years ago, I was advised to type those letters s-l-o-w-l-y or it wouldn't work. Seems it needs time to do stuff along the way. This may or may not be true. I also remember that something has to be allowed for it to work. I think it has worked for me but also seem to remember it failing at other times. Maybe I'm just confused . . . LOL!
Online
something has to be allowed for it to work
^ This.
@OP: create a file at /etc/sysctl.d/reisub.conf with this content:
kernel.sysrq=1
Then reboot.
Brianna Ghey — Rest In Power
Offline
HoaS . . . You are my hero!
Online
Thanks HoaS (again). It works now on an unfrozen system. Waiting for another freeze to see if it works then (I'm assuming it will).
Offline
Question: since this has worked on older versions of Devuan, and since this file did not exist on my current system, does this mean that Devuan or Debian has deliberately made the choice to have this disabled?
Offline
That needed to be done long before Devuan existed. That doesn't mean that it wasn't intentional but not for reasons you might be imagining . . . I can't explain why it was working on previous releases without enabling it.
Online
That needed to be done long before Devuan existed. That doesn't mean that it wasn't intentional but not for reasons you might be imagining . . .
I don't know . . . I have a very vivid (and crazy) imagination at times.
Offline
A Quick Comment:
I had an opportunity to REISUB one of my Pi's the other day. The R-E-I-S-U portion worked as displayed on my console. But it refused to B-oot.
This was all done using the RightHand Alt key.
For some reason, I decided to try the LeftHand Alt key. [ A finger stretching exercise. ] And it booted. !!
I haven't dug into it, but for some reason the LH Alt + SysReq key boot request worked while the RH Alt didn't. The rest of the SysReq R-E-I-S-U worked with either RH or LH Alt key.
Ditto for the REISU-O sequence. PowerOff only worked with the LH Alt key. Useful on hung Pi's when you need to pull the chip.
Offline
Hello:
@OP: create a file at /etc/sysctl.d/reisub.conf ...
Yes.
Creating the file in my box made it work.
And yes, it did work before without the /etc/sysctl.d/reisub.conf file.
Now, how long ago was before, I have not had a chance to use it much, so I really can't say.
O.
Offline
Hello:
Head_on_a_Stick wrote:@OP: create a file at /etc/sysctl.d/reisub.conf ...
Yes.
Creating the file in my box made it work.And yes, it did work before without the /etc/sysctl.d/reisub.conf file.
Now, how long ago was before, I have not had a chance to use it much, so I really can't say.
O.
echo "kernel.sysrq=1" >> /etc/sysctl.conf
That's in my script to make refracta-8, which was ascii, but not for 7, which was jessie. So it started in debian stretch.
And I quit using -e and -i because all they do is generate a console message saying that they are disabled.
Offline