Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Dealing with lockups

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
Pfuzz3r
Posts: 7
Joined: 2006-06-17 21:22

Dealing with lockups

#1 Post by Pfuzz3r »

How long should a person wait to power-off a locked-up system?

User avatar
bluesdog
Posts: 2077
Joined: 2006-02-01 09:02
Location: Similkameen, British Columbia, Canada
Been thanked: 1 time

#2 Post by bluesdog »

Just about....

now!

:wink:

Debian_TUXFAN
Posts: 13
Joined: 2006-07-17 23:30

#3 Post by Debian_TUXFAN »

if the system is truly locked up meaning you are unable to move the mouse or anything of that nature cold booting is fine right away

User avatar
bluesdog
Posts: 2077
Joined: 2006-02-01 09:02
Location: Similkameen, British Columbia, Canada
Been thanked: 1 time

#4 Post by bluesdog »

What Debian_TUXFAN said.

To find out if the system is really locked up, or if it's just an application running amok, press <ctrl><alt><f3> to see if you can switch to another terminal.

If you do get a CLI, (command line interface), login as root, and do

Code: Select all

ps -aux
to see what is currently running. Make a note of anything that seems to be using an excessive amount of resources.

From a CLI, as root, you can restart the machine by typing

Code: Select all

reboot
The advantage is this will enable the filesystem to shut down more cleanly than a hard reset.

Incidentally, if you are experiencing frequent hard lockups, where you cannot even switch to another terminal, the most likely culprit is hardware.

Debian_TUXFAN
Posts: 13
Joined: 2006-07-17 23:30

#5 Post by Debian_TUXFAN »

you are correct bluesdog I was assuming that Pfuzz3r was unable to get to another console :)

User avatar
bluesdog
Posts: 2077
Joined: 2006-02-01 09:02
Location: Similkameen, British Columbia, Canada
Been thanked: 1 time

#6 Post by bluesdog »

Yeah. A while back I discovered famd was totally borking my system by hogging resources. The symptoms of something using upwards of 90% system resources acts very much like a lockup! :(

A faulty hard disk data cable can completely lock up the system: No mouse/keyboard etc.

Problem with hardware faults, especially intermittent ones, is they are often really difficult to track down.

Post Reply