9. Killing Misbehaving Apps 4. If the system doesn’t respond to any of these steps, you have to go through the SysRq (System Request) sequence. The SysRq sequence involves pressing and holding three keys at once: the left Alt key, the SysRq key (labeled Print Screen on older keyboards) and a letter key. SysRq -R puts the keyboard in raw mode. Now try pressing Ctrl -Backspace again to kill X. If that doesn’t work, carry on. a. Alt - Alt - b. Alt -SysRq - S attempts to write all unsaved data to disk ( sync the disk). c. Alt -SysRq - E sends a termination signal to all processes, except for init. d. Alt -SysRq - I sends a kill signal to all processes, except for init. e. Alt -SysRq - U attempts to re-mount all mounted filesystems read-only. This removes the dirty flag and prevents a filesystem check upon reboot. f. Alt -SysRq - B reboots the system. You might just as well press the reset button on your machine. Remember that this is a sequence, i.e. you have to press one combination after the other in the right order: Raw, Sync, tErm, kIll, Umount, 2 reBoot. Read the kernel documentation for more information on this feature. 5. If none of the above helps, cross your fingers and press the reset switch on your machine. If you are lucky, GNU/Linux will just run a disk check upon reboot. By all means, try to find out what causes these lockups because they can do severe damage to the filesystem. You might also want to consider using one of the journaling filesystems included in Mandriva Linux: ext3, reiserfs, etc. which handle such failures more gracefully. However, replacing ext2FS with reiserfs requires reformatting your partitions. You can use tune2fs -j /dev/hdaN to convert the th filesystem in the N partition of the first IDE disk from ext2FS to ext3FS. 9. Killing Misbehaving Apps Well, this one is not so hard after all. You have many ways to do it. You can do it by finding the PID of the program which stopped responding, and then using the Mnemonic phrase: Raising Skinny Elephants Is Utterly Boring