Stuck tape

From: Will McCorkle (WMcCorkle_at_dgsystems.com)
Date: 09/24/04

  • Next message: Andreas Höschler: "DNS problem on Solaris 9"
    Date: Fri, 24 Sep 2004 13:56:10 -0500
    To: <sunmanagers@sunmanagers.org>
    
    

    Hello all,

    I have a process that is running and has a <defunct> child that is
    locking up a tape drive. I can not kill the parent or child to unlock
    the drive. Any suggestions on how to kill the parent process. I have
    used kill -9 and tried the carious kill SIG. I am at a loss and would
    rather kill the process than reboot the server to clear this up. This is
    on a solaris 8 machine.

    Thank You

    Will McCorkle
    _______________________________________________
    sunmanagers mailing list
    sunmanagers@sunmanagers.org
    http://www.sunmanagers.org/mailman/listinfo/sunmanagers


  • Next message: Andreas Höschler: "DNS problem on Solaris 9"

    Relevant Pages

    • Re: Killing a process tree? - 1 attachment
      ... Well, you could use ps to get process and parent process pid, ... match subprocess to parent process, and kill in reverse order. ...
      (alt.os.linux)
    • Re: recursively kill the childs of a process
      ... >>> of this childs don't die so the parent process either. ... >> Just send a signal to the process group, ... If it's not a process group leader, then you won't kill any processes, ...
      (comp.unix.shell)
    • Re: Create Thread problem
      ... what you are proposing isn't doable for user mode. ... debugger in its own process if you must kill the parent process. ... That's why i want to change the parent process for the thread or make ...
      (microsoft.public.win32.programmer.kernel)
    • Re: open office freeze
      ... > trick to killing a run away process like open office. ... > kill -9 it to no avail and killing its parent process only makes it ... There must be some way to kill a process ... if you do get a process stuck which won't go away when you ...
      (freebsd-questions)
    • Re: Killing a process tree?
      ... match subprocess to parent process, and kill in reverse order. ...
      (alt.os.linux)