I got a two processes during the network drive failure.

1 D     0  1199     1  0  80   0 - 19101 wait_o pts/21   00:00:01 rsync
1 Z     0  1226  1199  0  80   0 -     0 exit   pts/21   00:00:00 rsync <defunct>

How to kill them?

thanks Arman

link|improve this question

75% accept rate
Duplicate : serverfault.com/questions/250294/… – Raphink May 25 '11 at 14:19
Yes but it does not help to solve my problem... – Arman May 25 '11 at 14:20
1  
Rebooting doesn't get rid of the zombie process? Or you mean how you're running/killing the process in the first place is the problem? – Bart Silverstrim May 25 '11 at 14:26
@Arman: the post says the only way is rebooting, and so it is. Like @Bart says, it's hard to imagine that rebooting might not fix your problem, unless your problem is that this is a recurrent issue maybe? – Raphink May 25 '11 at 14:27
Thanks,Yes, you are right, I dont want to reboot the server, but if it is a only way to do, then I can try to reboot over the WE. – Arman May 25 '11 at 14:52
show 5 more comments
feedback

1 Answer

Send a SIGCHILD signal to the parent process and if that doesn't work kill the parent.

http://en.wikipedia.org/wiki/Zombie_process

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.