View previous topic :: View next topic |
Author |
Message |
tecknojunky Veteran
Joined: 19 Oct 2002 Posts: 1937 Location: Montréal
|
Posted: Mon Oct 04, 2004 10:12 am Post subject: where is the superkill command? |
|
|
I'm really annoyed when even root can't kill -9 a job that's gone bezerk and hogs the CPU at 99.9%. I don't get it!
Yeah, yeah, if this and that, then this and that. Whatever. I'll use the superkill command, which is just the button under the power switch on my boxe front panel.
ADDED:
Just found this in my logs: Code: | Oct 4 05:37:31 manitou CPU 0: Machine Check Exception: 0000000000000004
Oct 4 05:37:31 manitou Bank 1: b200000000000115
Oct 4 05:37:31 manitou Kernel panic - not syncing: CPU context corrupt
Oct 4 05:37:35 manitou <6>MCE: The hardware reports a non fatal, correctable incident occurred on CPU 0.
Oct 4 05:37:35 manitou Bank 1: b200000000000115
Oct 4 06:14:35 manitou lockd_down: no lockd running. | This look strickingly like if I was overclocking. _________________ (7 of 9) Installing star-trek/species-8.4.7.2::talax. |
|
Back to top |
|
|
moocha Watchman
Joined: 21 Oct 2003 Posts: 5722
|
Posted: Mon Oct 04, 2004 10:20 am Post subject: |
|
|
Use a stabler kernel and/or don't compile the kernel with CFLAGS that are too aggressive This never failed me. _________________ Military Commissions Act of 2006: http://tinyurl.com/jrcto
"Those who would give up essential liberty to purchase a little temporary safety deserve neither liberty nor safety."
-- attributed to Benjamin Franklin |
|
Back to top |
|
|
malloc l33t
Joined: 19 Sep 2003 Posts: 762
|
Posted: Mon Oct 04, 2004 11:33 am Post subject: |
|
|
If the process is a zombie ( see if it's between [ ] in ps ) you'll need to kill it's parent process. _________________ --> Linux ### 2.6.11-ck2 #1 Sat Mar 12 20:21:30 WET 2005 i686 GNU/Linux <-- |
|
Back to top |
|
|
|