If you are new to Unixmen, you may want to subscribe : ![]()
![]()
![]()
![]()
|
07 February 2010
The magic SysRq key is an old tip to be used to recover from a frozen system, it is advised to be used when the system absolutely locks up - freeze, and when using Ctrl+Alt+Backspace does nothing .
What is The magic SysRq key ?
The magic SysRq key is a key combination understood by the Linux kernel, which allows the user to perform various low level commands regardless of the system's state. It is often used to recover from freezes, or to reboot a computer without corrupting the filesystem.
How to use the magic SysRq to recover from a frozen system ?
If you see that using Ctrl+Alt+Backspace does nothing, then is the time to use The magic SysRq key.
1. Hold down the Alt and SysRq (Print Screen) keys.
2. While holding those down, type the following in order. Nothing will appear to happen until the last letter is pressed: REISUB
3. Watch your computer reboot magically.
To remember the word REISUB the mnemonic is "Raising Elephants Is So Utterly Boring", "Reboot Even If System Utterly Broken" or simply remembering the word "BUSIER" .
The magic SysRq to recover is advised to be used for emergencies only, for example when the system absolutely locks up and freeze This is not to be used on potentially still busy machines which are still writing stuff to disk for example or on machines that could still do a proper shutdown if you only were patient enough to wait. This is only for systems which have already died a horrible death.
Activate The magic SysRq key in Ubuntu/Debian/CentOS/RHEL/Fedora
- If you are using Ubuntu,Debian you can not use The magic SysRq key because it is desactivated by default.
If you want to activate it, you have to edit the file /etc/sysctl.conf :
vi /etc/sysctl.conf
and then add this line :
kernel.sysrq = 1
save and close
- If you are using Fedora /CentOS/ Redhat, edit the file /etc/sysctl.config and change the value of kernel.sysrq to 1
# Controls the System Request debugging functionality of the kernel
# kernel.sysrq = 1
and is done.
References : http://forums.linuxmint.com , http://en.wikipedia.org
If you have a Tip, tutorial, Idea or anything you want to share with unixmen readers, you can send it to : tips[a]unixmen.com or use our contact form Thanks.
|
Related Articles by Tag :
|
Related Articles By Tags:
-
2010-02-08 14:58:24 | Zinovsky

Thanks Robin, i checked ubuntu9.10 and Debian Lenny both kernel.sysrq = 1 is not active in /etc/sysctl.conf , this mean if a person is using Ubuntu, debian, he has to open /etc/sysctl.conf and add this to the file :
Quote:kernel.sysrq = 1After this a person will be able to use The magic SysRq key
-

What happens if you use this when things are not completely locked up? Also glad to know there is a better way then a hard reset. Hard resets make me nervous.


I have run into situations where this has been disabled. I have to check to see if it enabled in Fedora now. It wasn't the last time I tried.
I think you have to make a change.
"kernel.sysrq = 1" in /etc/sysctl.conf
It could be the same in some other distributions.