>Hi,
>Thanks in advance for any help. 

>I have a process flagged D when I do a ps aux. This process is
>apparently sleeping and uninterruptible. I need this process to die I
>tried a "kill -HUP 1" no luck any advice ??

-HUP 1 is the same as : hi, will you please die ???

Try it the hard way : kill -9 <process_id>
This is: you are gonna die..


This usally works, except if it is a kernel-process, like init.


                Igmar



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to