 |
 |
When Apps. refuse to die...
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2000
Status:
Offline
|
|
I've been having some trouble recently with applications refusing to quit, even after attempting to force quit and using the "kill" terminal command. Parts of the system start locking up and I can't kill or restart the processes.
Is there a way to recover from this or is a forced reboot the only solution?
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2001
Location: Chico, CA and Carlsbad, CA.
Status:
Offline
|
|
Originally posted by Gabriel Morales:
I've been having some trouble recently with applications refusing to quit, even after attempting to force quit and using the "kill" terminal command. Parts of the system start locking up and I can't kill or restart the processes.
Is there a way to recover from this or is a forced reboot the only solution?
kill -9 process number carries a little more weight than just kill. Give that one a try. 
|
"In Nomine Patris, Et Fili, Et Spiritus Sancti"
|
| |
|
|
|
 |
|
 |
|
Registered User
Join Date: Aug 2002
Location: On my couch
Status:
Offline
|
|
Originally posted by [APi]TheMan:
kill -9 process number carries a little more weight than just kill. Give that one a try.
Going from years old memories...
kill -4 would be defined as a little more weight
kill -15 would be even more weight
kill -9 would be a piano dropping from the heavens and crashing down of the program.
Saying it carries a little more weight is ... an understatement. 
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2001
Location: Chico, CA and Carlsbad, CA.
Status:
Offline
|
|
Originally posted by khufuu:
Going from years old memories...
kill -4 would be defined as a little more weight
kill -15 would be even more weight
kill -9 would be a piano dropping from the heavens and crashing down of the program.
Saying it carries a little more weight is ... an understatement.
Well it looks like there's the definitive answer. But pianos dropping from the heavens? We're just killing processes that we don't want running afterall... I always skip straight to -9.
Good to know though, khufuu. 
|
"In Nomine Patris, Et Fili, Et Spiritus Sancti"
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Sep 2000
Status:
Offline
|
|
kill -4 would be defined as a little more weight
kill -15 would be even more weight
kill -9 would be a piano dropping from the heavens and crashing down of the program.
I have a problem here, folks. I wasn't able to kill an offending app using any of these commands.
For example, I type:
kill -9 481
and nothing!
|
|
|
| |
|
|
|
 |
|
 |
|
Grizzled Veteran
Join Date: Apr 2001
Status:
Offline
|
|
Are you the owner of the process?
Try:
sudo kill -9 481
When prompted, enter the password for your administrator account
Wade
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |