Date: Sat, 24 Aug 2002 14:40:50 +0700 From: budsz <budsz@kumprang.or.id> To: jonc@chen.org.nz Cc: FBSDQ <freebsd-questions@FreeBSD.ORG> Subject: Re: How kill Zombie Message-ID: <20020824074050.GA506@kumprang.kumprang.or.id>
next in thread | raw e-mail | index | archive | help
On Sat, Aug 24, 2002 at 06:14:40PM +1200, Jonathan Chen wrote: >On Sat, Aug 24, 2002 at 12:02:02PM +0700, budsz wrote: >> Hi, >> >> If I use top command, so I see "1 zombie": >> >> last pid: 12424; load averages: 0.00, 0.00, 0.00 up 0+00:34:35 11:54:47 >> 73 processes: 1 running, 71 sleeping, 1 zombie >> Mem: 33M Active, 9760K Inact, 12M Wired, 3548K Cache, 14M Buf, 1596K Free >> Swap: 500M Total, 1888K Used, 498M Free >> >> I use ps aux : >> >> root 12313 0.0 0.0 0 0 ?? Z 11:54AM 0:00.00 (sh) >> >> How to kill zombie proses..?, this happen when I try to install amavis >> scanner virus..? but if I kill my qmail zombie doesn't appeare. > >You can't "kill" a zombie process. It's parent process is responsible >for cleaning it up. Your choices are: > > 1. kill the parent process. > 2. fix the code in the parent process to clean up after itself. Thx be 4 If I choise no 1 options of couse I must kill qmail parent process that's impossible :-), Options no 2 maybe I choise but how..? I only change qmail-queue to qmail-queue-real then I copy /usr/local/sbin/amavis to /var/qmail/bin/qmail-queue that all. when I recofiguration with old config..zombie appeare. Have any suggestion for this case? maybe you've experience with amavis perl + qmail. TIA -- budsz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020824074050.GA506>