Re: Random pids being "16113 Killed "
Wen-King Su wrote:
> In a previous article "Tranz" <mcass22135@hotmail.com> writes:
> >
> >Also thanks about the kill -9, that does put Killed, but still can't
> >get it to say 16113 Killed.
>
> % sh
> $ sleep 10000 &
> 10811
> $ kill -9 10811
> $
> 10811 Killed
> $
Thanks Wen.
Ok so it does look like something is killing this pid and only this
pid. Now I need to figure out what is doing it.
At this point I am def assuming there is something running in cron that
is doing this. Perhpas still tivoli.
I'll let you know what i find out.
Thanks for all the help guys. |