Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] troubleshooting lockup
- Date: Fri, 8 Sep 2006 14:37:37 +0900
- From: "Josh Glover" <jmglov@example.com>
- Subject: Re: [tlug] troubleshooting lockup
- References: <1157514742.7342.13.camel@example.com> <20060906090000.157df7a7.jep200404@example.com> <d8fcc0800609070818s17ed956t63b95085e647ca1a@example.com> <20060907134903.435a5f43.jep200404@example.com> <17664.65233.730067.685760@example.com>
On 08/09/06, stephen@example.com <stephen@example.com> wrote:Magic SYSREQ key to the rescue!Yeah. I mentioned this to Mike at the last meeting, but the thing to do when your Linux box locks up is to promptly press the Ctrl, Alt, and SysRq (also known as Print Screen on most keyboards) keys, and, holding them down, type the following key sequence: e (pause for a few seconds) # send SIGINT to all processes i (pause for a few seconds) # send SIGTERM to all processes s (pause for a few seconds) # sync the kernel's buffers to disk u (pause for a few seconds) # unmount filesystems b # reboot the computer Of course, in order for this to work, you will need to make sure that your kernel was compiled with the CONFIG_MAGIC_SYSRQ option. Simply: grep CONFIG_MAGIC_SYSRQ /usr/src/linux/.config If you don't see a line saying: CONFIG_MAGIC_SYSRQ=y You need to run "make menuconfig" (or "make xconfig" if you prefer), then select "Kernel hacking" from the top-level menu. Select "Kernel debugging" if it is not already, then "Magic SysRq key" (which will appear when you turn on "Kernel debugging"). Save and exit, then recompile your kernel. -Josh
- References:
- [tlug] troubleshooting alsa in kde
- From: scott
- Re: [tlug] troubleshooting lockup
- From: Jim
- Re: [tlug] troubleshooting lockup
- From: Josh Glover
- Re: [tlug] troubleshooting lockup
- From: Jim
- Re: [tlug] troubleshooting lockup
- From: stephen
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] troubleshooting lockup
- Next by Date: [tlug] Oops
- Previous by thread: Re: [tlug] troubleshooting lockup
- Next by thread: [tlug] Linux/UNIX job opportunities
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links