Date: Wed, 1 Sep 2004 07:30:24 GMT From: Seva Gluschenko <gvs@rinet.ru> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/71226: processes list is broken Message-ID: <200409010730.i817UOIP009905@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/71226; it has been noted by GNATS.
From: Seva Gluschenko <gvs@rinet.ru>
To: Sergey Akifyev <asa@gascom.ru>
Cc: Seva Gluschenko <gvs@rinet.ru>, FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: kern/71226: processes list is broken
Date: Wed, 01 Sep 2004 11:28:26 +0400
Sergey Akifyev wrote:
>>>ps ax | grep kblan
>>
>> 1028 ?? RN 0:00,13 /usr/local/bin/kblankscrn.kss -root
[]
> Are theese zombies in fact? You should try to kill their parent (see man
> waitpid for details). You can determine parent PID of process by issuing
> following command:
>
> # ps jax|fgrep kblankscrn.kss|fgrep -v fgrep|awk '{print $3}'
Yep, they're in fact zombies, but I have no much interest to kill their
parent:
> ps jaxp 775
USER PID PPID PGID SID JOBC STAT TT TIME COMMAND
gvs 775 1 613 613 0 RN ?? 0:00,00
/usr/local/bin/kblankscrn.kss -root
-gvs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409010730.i817UOIP009905>
