Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!husc6!seismo!rochester!ken From: ken@rochester.UUCP Newsgroups: comp.unix.questions Subject: Re: Tu77 ate tape, then hung device. Message-ID: <25945@rochester.ARPA> Date: Sat, 14-Mar-87 02:31:26 EST Article-I.D.: rocheste.25945 Posted: Sat Mar 14 02:31:26 1987 Date-Received: Sat, 14-Mar-87 19:37:36 EST References: <1105@hoxna.UUCP> Reply-To: ken@rochester.UUCP (SKY) Organization: U of Rochester, CS Dept, Rochester, NY Lines: 10 Keywords: zombie cpio's, rmt0: cannot create What you have is a controller hang. You can't kill the process because it is waiting for a controller event and the software signal can't touch the process until that event happens. If you know how to reset the controller, you can twiddle bits by adb'ing /dev/kmem. Sometimes a power cycle of the tape controller will work, but I won't guarantee that won't crash your system. Otherwise the only other recourse is to power cycle and reboot. Ken