Re: Root: Cannot kill own process...
From: Kasper Dupont (kasperd@daimi.au.dk)
Date: 02/27/03
- Next message: jack: "Re: Cron misbehave..."
- Previous message: jack: "Re: Root: Cannot kill own process..."
- In reply to: jack: "Re: Root: Cannot kill own process..."
- Next in thread: jack: "Re: Root: Cannot kill own process..."
- Reply: jack: "Re: Root: Cannot kill own process..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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(_);
- Next message: jack: "Re: Cron misbehave..."
- Previous message: jack: "Re: Root: Cannot kill own process..."
- In reply to: jack: "Re: Root: Cannot kill own process..."
- Next in thread: jack: "Re: Root: Cannot kill own process..."
- Reply: jack: "Re: Root: Cannot kill own process..."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|