How to get out of "stuck" mode


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How to get out of "stuck" mode
# 1  
Old 04-12-2009
How to get out of "stuck" mode

Hi.
I am relatively new to working with Unix OS. In the past few years I worked with windows but programmed on Linux through SSH.

I have been working on a computer with Unix OS for the past few months, and I have a reoccurring problem. One of my processes gets stuck, and the computer freezes. The way to kill the process is to find out the process number and kill it, but because the computer is frozen I can't get to the shell and type commands. Because the computer is not very strong this happens quite a lot and there's nothing I can do besides wait.
Is there any quick solution (something like ctrl-alt-del in windows)?

Thanks,
Guy
# 2  
Old 04-12-2009
what os and what hardware do you use?
# 3  
Old 04-12-2009
Hi,
if you know the name of the command freezing your pc, you can use "killall <command>", it sends a kill -15 to all the pids of the command.
But i think the best is to discover why that process got stuck
Bye
# 4  
Old 04-12-2009
Quote:
Originally Posted by DukeNuke2
what os and what hardware do you use?
Thanks,
The version I am using is:
Linux l2.6.28mos-1 #2 SMP i686 GNU/Linux
The RAM is 1 Giga. Overall, its a pretty weak computer (it belongs the university), but I still want an exit option when it gets stuck.
# 5  
Old 04-12-2009
Quote:
Originally Posted by S_A_U_R_O_N
Hi,
if you know the name of the command freezing your pc, you can use "killall <command>", it sends a kill -15 to all the pids of the command.
But i think the best is to discover why that process got stuck
Bye
Yes, but the problem is I can't type anything because the computer is stuck.
# 6  
Old 04-12-2009
all you can do is to press the reset button. this looks like a "normal" pc?! "real" unix server (not all) have lom (lights out management) to do remote resets and other things with the hardware... like poweron or poweroff... if there isn't a remote console for your mashine and it isn't accessible via ssh/telnet or other remote service, all you can do is to press reset.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Solaris 5.10 "Move Pointer" stuck

Hey there, I joined this forum just now cause I need help with an old SUN machine at work. I work on a helpdesk and we use a SOLARIS 5.10 OS. Every once in a while we will try to move one of our windows out of the way to make room on the desktop, and sometimes the mouse doesn't release what we... (7 Replies)
Discussion started by: TRex_2005
7 Replies

2. IP Networking

Stuck at "bringing up interface eth0:"

Server is stuck at "Stuck at "bringing up interface eth0:"" after i hard reset the server I have IPMI access, please help me diagnose the cause if you can :( (0 Replies)
Discussion started by: postcd
0 Replies

3. BSD

Process stuck in "pipewr" state

Hi Experts, I am executing "svn" checkout command through my java code on a freeBSD machine. SVN checkout gets started , but when I run "top" command on my freebsd machine, I have observed that "svn" processes are stuck in "pipewr" state. Any pointer for this problem? Thanks, akash (0 Replies)
Discussion started by: akash.mahakode
0 Replies

4. UNIX for Advanced & Expert Users

Processes on FreeBSD are stuck in "pipewr" state

Hi Experts, I am executing "svn" checkout command through my java code on a freeBSD machine. SVN checkout gets started , but when I run "top" command on my freebsd machine, I have observed that "svn" processes are stuck in "pipewr" state. Any pointer for this problem? Thanks, akash (0 Replies)
Discussion started by: akash.mahakode
0 Replies

5. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

6. AIX

"fuser -c -k /XXX/XXXXXXX" Fails and stuck on AIX 6100-05-01-1016

Hi I was wondering if anybody has come across in a failure of fuser command. We have a backup script that is: fuser -c -k /XXX/XXXXXXX sync;sync umount /XXX/XXXXXXX/ backup -0 -f /dev/rmt0.1 -u /dev/XXXXXXXlv mount /XXX/XXXXXXX/ sync;sync The script is called from crontab via an... (2 Replies)
Discussion started by: ggovotsis
2 Replies

7. Solaris

Printer Entries stuck "finished printing"

On Solaris 8, when I do a lpstat -o: I have tried cancel 140828p-16974, but the entries remain New prints to this printer and others work successfully. Can anyone suggest how to get rid of these entries. Thanks (2 Replies)
Discussion started by: pmm
2 Replies

8. AIX

boot process stuck on "Welcome to AIX" banner

Good afternoon, I'm currently working on an IBM 9110-510, with an AIX 6.1 on it. Currently, I've put an HyperTerminal on the machine vty0. Folowing the procedure given by a support guy(§details), I'm able to get to the AIX banner ... (6 Replies)
Discussion started by: nilleb
6 Replies
Login or Register to Ask a Question