You are not logged in.
Pages: 1
Topic closed
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 ![]()
Offline
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
I thougth zombie doesn't take any CPU performance...
Reboot? Like windows? There must be some resolution...
Offline
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
yes, of course...
Offline
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
Seems to be related... : http://www.gossamer-threads.com/lists/l … el/1008797
sin² x + cos² x = 1
Offline
does 'killall nameofzombie' work?
Check me out on twitter!!! twitter.com/The_Ringmaster
Offline
theringmaster:
Hi
killall -9 qsvn - not working
killall qsvn - not working
Offline
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 ![]()
Are you familiar with our Forum Rules, and How To Ask Questions The Smart Way?
BlueHackers // fscanary // resticctl
Offline
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
I try to kill process numbered 13156.
how about
sudo kill -s 9 13156?
Offline
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
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
hm, I rebooted PC, so I cannot try anything...
bluewind: no, I didn't have any fuse stuff
theringmaster: maybe next time ![]()
Offline
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 nautilusAnd then it was ok. Thanks bluewind \o/
Offline
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
Pages: 1
Topic closed