Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!netsys!pyrdc!netxcom!stewart From: stewart@netxcom.DHL.COM (John Stewart) Newsgroups: comp.unix.i386 Subject: Re: Computone Problems?? Summary: probably the driver Message-ID: <2232@netxcom.DHL.COM> Date: 21 Dec 89 21:49:14 GMT References: <6585@pbhyf.PacBell.COM> Reply-To: stewart@.UUCP (John Stewart) Distribution: usa Organization: NetExpress Communications, Inc. Lines: 14 In article <6585@pbhyf.PacBell.COM> jdp@PacBell.COM (Jerry D. Pierce) writes: >However, once a getty is respawning, it CANNOT be killed. I can >edit the inittab and change the entry to off and then do an init q >which has no affect, I can even do a kill -9 PID and it won't die... Often such behavior is due to a call to sleep() in the driver which is not followed by a check to see if the wakeup was due to an interrupt. In such a case, an interrupt will wake up the driver, which will determine that the resource it is waiting for is not yet available and then just go back to sleep. -- John Stewart, Effective Computing, Inc., (202) 232-5470 stewart@ecompin.UUCP at NetExpress Communications, Inc., (703) 749-2796 stewart@netxcom.iad-nxe.global-mis.dhl.com