From owner-freebsd-questions Wed Oct 18 13:22:31 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA20168 for questions-outgoing; Wed, 18 Oct 1995 13:22:31 -0700 Received: from MediaCity.com (root@easy1.mediacity.com [205.216.172.10]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA20163 for ; Wed, 18 Oct 1995 13:22:24 -0700 Received: (from brian@localhost) by MediaCity.com (8.6.11/8.6.9) id NAA11496; Wed, 18 Oct 1995 13:24:53 -0700 From: Brian Litzinger Message-Id: <199510182024.NAA11496@MediaCity.com> Subject: Re: indestructible processes won't die (flushout) To: taob@io.org (Brian Tao) Date: Wed, 18 Oct 1995 13:24:53 -0700 (PDT) Cc: wollman@lcs.mit.edu, brian@MediaCity.com, freebsd-questions@freebsd.org In-Reply-To: from "Brian Tao" at Oct 18, 95 11:43:10 am X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Content-Length: 755 Sender: owner-questions@freebsd.org Precedence: bulk > > > These processes running on pseudo tty p6 will not die. A kill > > > and kill -9 have no affect on them. > > > > - tty is trying to drain but prevented from doing so > > I had the exact same problem on one of our BSD/OS 2.0 machines > last week. I got a reply back from Matt Bush (xomox@boris.eden.com) > saying to use "stty -f flushout" to drain the > output queue. That solved the problem immediately. > > We don't seem to have "flushout" with the 2.0.5 stty though. :( > From the BSD/OS stty(1) man page: Yes, yes, yes! We need that function. I originally came across that flushout problem years ago, but had never seen it in FreeBSD, so I thought it didn't exist there. Brian Litzinger brian@Mediacity.com