• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

what do you do when ubuntu locks up

OBLAMA2009

Diamond Member
do you just have to reboot? what is the equivalent of cntrl-alt-del? is it cntrl-alt-bkspc? if so its never worked for me. if my computer locks up every couple days does that mean its most likely bad memory. im using the current ubuntu
 
I've always used Alt + SysRq + b for instant reboot. There are other commands you can send with the SysRq key, but I haven't needed to use them in ages.

If you suspect bad RAM, boot your LiveCD and run memtest86+ overnight.
 
I just hit the power button...

Sometimes this triggers a fsck, but I've never lost anything doing this.
 
ctrl+alt+{F1-F6} to get to a text login, then I log in and run top in hopes for a clue about the problem. From there I might kill a process or restart gdm or something.

If that doesn't work I'll try ctrl+alt+sysrq+(one at a time:r,e,i,s,u,b)
*I don't remember what all of those commands do but I read somewhere that it was safer than "b" all by itself.

If that doesn't work, powerbutton.
 
Last edited:
The Linux X server for many years automatically enabled the "ctrl-alt-backspace" key combination to kill the X server, and leave you at a console prompt. AFAIK, you need to manually enable this yourself (xorg.conf). It's been a very long time since Linux locked up on me.
 
Try and SSH in to see what's really wrong, if that's dead the box gets a reboot.

This. I believe Ctrl+Alt+Bksp is disabled in Xorg by default so you'd have to enable that, but any lockups I've seen were always kernel level and not Xorg so it wouldn't have helped me. And if you do the Sysrq you should probably hit S before B to do a sync before the reboot.
 
I've had a bsd machine freeze once due to hardware failure and require a power button push. Other than that I have never had a machine become unresponsive.
 
Back
Top