Re: Root: Cannot kill own process...

From: Kasper Dupont (kasperd@daimi.au.dk)
Date: 02/27/03


From: Kasper Dupont <kasperd@daimi.au.dk>
Date: Thu, 27 Feb 2003 12:35:54 +0100

jack wrote:
>
> Kasper Dupont wrote:
> > Nothing apears to be wrong with that kill command? Did the process
> > really survive that? I think you should try tracing the kill command
> > with strace: strace -o /var/log/strace.log kill -9 $PID
> > and then look through the output for indications on why it didn't
> > work.
>
> Here we go...
>
> And 29794 was still alive...

OK, then try tracing the same kill command by typing:
   strace -o /var/log/strace.log kill -9 29794
on the command line, and afterwards let us see the
contents of
   /proc/29794/status

-- 
Kasper Dupont -- der bruger for meget tid på usenet.
For sending spam use mailto:aaarep@daimi.au.dk
for(_=52;_;(_%5)||(_/=5),(_%5)&&(_-=2))putchar(_);


Relevant Pages

  • Re: Root: Cannot kill own process...
    ... Kasper Dupont wrote: ... > Nothing apears to be wrong with that kill command? ... I think you should try tracing the kill command ...
    (comp.os.linux.security)
  • Re: Root: Cannot kill own process...
    ... then try tracing the same kill command by typing: ... and afterwards let us see the ...
    (comp.os.linux.security)
  • Re: Root: Cannot kill own process...
    ... jack wrote: ... It is just the script that fails ... Nothing apears to be wrong with that kill command? ... and then look through the output for indications on why it didn't ...
    (comp.os.linux.security)

Loading