You are not logged in.

#1 2008-12-21 11:41:24

cinan
Member
From: Slovakia
Registered: 2008-07-04
Posts: 251
Website

kill -9 not working!

Hi
I try to kill process numbered 13156.
kill 13156 - not working
kill -9 13156 - not working
killall -9 qsvn - not working
killall qsvn - not working

it takes 50% CPU... I don't know what to do sad

Offline

#2 2008-12-21 13:02:01

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,097

Re: kill -9 not working!

Sounds like it might be a zombie, if there is a parent then kill it, if not, a reboot might be in order.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#3 2008-12-21 13:49:05

cinan
Member
From: Slovakia
Registered: 2008-07-04
Posts: 251
Website

Re: kill -9 not working!

I thougth zombie doesn't take any CPU performance...
Reboot? Like windows? There must be some resolution...

Offline

#4 2008-12-21 13:50:15

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: kill -9 not working!

Have you tried killing it as root ?


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#5 2008-12-21 13:50:46

cinan
Member
From: Slovakia
Registered: 2008-07-04
Posts: 251
Website

Re: kill -9 not working!

yes, of course...

Offline

#6 2008-12-21 14:32:34

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,929
Website

Re: kill -9 not working!

I have the same problem with Firefox... getting defunct [Zombie!] nothing seems to remove it

For me rebooting is the only solution


Mr Green

Offline

#7 2008-12-21 15:03:36

danym
Member
From: Saint-Hippolyte, Qc
Registered: 2007-05-14
Posts: 75
Website

Re: kill -9 not working!


sin² x + cos² x = 1

Offline

#8 2008-12-21 16:09:26

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: kill -9 not working!

does 'killall nameofzombie' work?


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#9 2008-12-21 17:20:51

cinan
Member
From: Slovakia
Registered: 2008-07-04
Posts: 251
Website

Re: kill -9 not working!

theringmaster:

cinan wrote:

Hi
killall -9 qsvn - not working
killall qsvn - not working

Offline

#10 2008-12-21 21:49:12

fukawi2
Ex-Administratorino
From: .vic.au
Registered: 2007-09-28
Posts: 6,237
Website

Re: kill -9 not working!

I've had a similar problem before (with tar)... It's the only problem I've come across in Linux that I couldn't find a solution to without a reboot. Annoying when that box is a File Server for 80 staff members neutral

Offline

#11 2008-12-21 21:55:20

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: kill -9 not working!

I haven't come across this bug, but just last week I noticed 6 zombie processes. They were all from Firefox launching mplayer using mplayer-plugin. No amount of killing worked, but restarting Firefox did.

It was the first time I came across zombie processes.

Offline

#12 2008-12-22 08:14:18

dinux
Member
From: Lithuania, Kaunas
Registered: 2008-02-13
Posts: 26
Website

Re: kill -9 not working!

cinan wrote:

I try to kill process numbered 13156.

how about

sudo kill -s 9 13156

?

Offline

#13 2008-12-22 15:38:01

bluewind
Administrator
From: Austria
Registered: 2008-07-13
Posts: 172
Website

Re: kill -9 not working!

Do you have any fuse stuff running, but it lost the connection? Things like sshfs produce that issue when I try to run ls on the mountpoint, but I suspended2ram before and so lost the connection.

Offline

#14 2008-12-22 18:20:12

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: kill -9 not working!

you can try the pkill command as well. I don't know if that has any better zombie killing powers or not.


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#15 2008-12-22 19:35:26

cinan
Member
From: Slovakia
Registered: 2008-07-04
Posts: 251
Website

Re: kill -9 not working!

hm, I rebooted PC, so I cannot try anything...
bluewind: no, I didn't have any fuse stuff
theringmaster: maybe next time smile

Offline

#16 2011-12-09 09:31:47

alexg
Member
Registered: 2011-12-09
Posts: 1

Re: kill -9 not working!

Got the same problem of un-killable nautilus and this was a sshfs problem (after a suspend to ram)

So I

$ fusermout -u -z folder
$ killall -9 sshfs
$ killall -9 nautilus

And then it was ok. Thanks bluewind \o/

Offline

#17 2011-12-09 12:31:36

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: kill -9 not working!

Welcome to the forums, alexg, and thanks for the verification.

This thread is however three years old already and could be left read-only now. See our Forum Etiquette on Necro-Bumping.

Closing.


To know or not to know ...
... the questions remain forever.

Offline

Board footer

Powered by FluxBB