I just noticed that I am building up loads of defunct processes on my servers, particularly RH9 and the bwlimit ones (had one with a bunch of exim also):
root@server01 [/usr/local]# ps auxw | grep defunct
root 6526 0.0 0.0 0 0 ? ZN Sep15 0:00 [upcp <defunct>]
root 31881 0.0 0.0 0 0 ? ZN Sep15 0:00 [bwlimit <defunct>]
root 9603 0.0 0.0 0 0 ? ZN Sep16 0:00 [bwlimit <defunct>]
root 8747 0.0 0.0 0 0 ? ZN Sep16 0:00 [bwlimit <defunct>]
root 22489 0.0 0.0 0 0 ? ZN Sep16 0:00 [bwlimit <defunct>]
root 16141 0.0 0.0 0 0 ? ZN Sep16 0:00 [bwlimit <defunct>]
root 31898 0.0 0.0 0 0 ? ZN Sep16 0:00 [bwlimit <defunct>]
root 5912 0.0 0.0 0 0 ? ZN Sep16 0:00 [bwlimit <defunct>]
root 395 0.0 0.0 0 0 ? ZN Sep16 0:00 [bwlimit <defunct>]
root 9248 0.0 0.0 0 0 ? ZN Sep17 0:00 [bwlimit <defunct>]
root 9249 0.0 0.0 0 0 ? ZN Sep17 0:00 [reachedbwlimit <defunct>]
root 15921 0.0 0.0 0 0 ? ZN Sep17 0:00 [bwlimit <defunct>]
root 12227 0.0 0.0 0 0 ? ZN Sep17 0:00 [bwlimit <defunct>]
root 23888 0.0 0.0 0 0 ? ZN Sep17 0:00 [bwlimit <defunct>]
root 9475 0.0 0.0 0 0 ? ZN Sep17 0:00 [bwlimit <defunct>]
root 886 0.0 0.0 0 0 ? ZN Sep17 0:00 [bwlimit <defunct>]
root 10888 0.0 0.0 0 0 ? ZN Sep17 0:00 [bwlimit <defunct>]
root 22642 0.0 0.0 0 0 ? ZN Sep17 0:00 [bwlimit <defunct>]
root 11575 0.0 0.0 0 0 ? ZN Sep17 0:00 [bwlimit <defunct>]
root 21647 0.0 0.0 0 0 ? ZN Sep18 0:00 [bwlimit <defunct>]
root 24566 0.0 0.0 0 0 ? ZN Sep18 0:00 [bwlimit <defunct>]
root 25860 0.0 0.0 0 0 ? ZN Sep18 0:00 [bwlimit <defunct>]
root 28491 0.0 0.0 0 0 ? ZN Sep18 0:00 [bwlimit <defunct>]
root 2929 0.0 0.0 0 0 ? ZN Sep18 0:00 [bwlimit <defunct>]
root 12675 0.0 0.0 0 0 ? ZN Sep18 0:00 [bwlimit <defunct>]
root 16346 0.0 0.0 0 0 ? ZN Sep18 0:00 [bwlimit <defunct>]
root 4588 0.0 0.0 0 0 ? ZN 04:11 0:00 [bwlimit <defunct>]
root 9506 0.0 0.0 0 0 ? ZN 10:14 0:00 [bwlimit <defunct>]
root 21239 0.0 0.0 0 0 ? ZN 16:15 0:00 [bwlimit <defunct>]
mailnull 21527 0.1 0.0 0 0 ? ZN 18:59 0:00 [exim <defunct>]
root 26368 0.0 0.0 4456 640 pts/1 S 19:00 0:00 grep defunct
I tried
ps auwx | grep defunct | awk '{fs=" "}{print $2}'| xargs kill -9
But nothing kills themTreid rebooting one server and it cleared them up, but man I hate rebooting everything all over the place. Any ideas why these could be happening?
Thanks![]()



LinkBack URL
About LinkBacks
Treid rebooting one server and it cleared them up, but man I hate rebooting everything all over the place. Any ideas why these could be happening?
Reply With Quote






