Hello all. My Ubuntu 11.10 installation seems to suddenly lock up. I cannot move my mouse or use the keyboard, all screen activity stops, and I have to do a hard reboot. Is there an y method to repair this? It started a few days ago.
1 Answers
Before you panic, try the magic SysRq trick. Find the key on your keyboard labelled PRT SCRN|SYSRQ(Could be arranged differently). Hold that key, ALT and M. This invokes the Linux oom_kill which could aid in recovering. Also, try this with B instead of M and see it it reboots then. If it does, then you are either out of memory(If you have a swap partition, your disk may be active), or you have another software issue. If not, it is hardware. Try pressing CTRL+ALT+F1 during the freeze. Does that work? If so, you can use top after logging in to ascertain the process causing the issue.
Try running vmstat 1 in the Teminal. In a comment, tell us your swapin and swapout values.
Also ,try running top, giving us the top %CPU values, then pressing SHIFT+O, then Q or T, then ENTER. and the RSS and SHR values of the top processes. This can help pinpoint the cause. Also, are you using Skype, by any chance? There is a reported memory leak in it.
- 20,906