From owner-freebsd-hackers Sun Jun 9 15:21:49 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA28655 for hackers-outgoing; Sun, 9 Jun 1996 15:21:49 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA28650 for ; Sun, 9 Jun 1996 15:21:44 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id IAA17796; Mon, 10 Jun 1996 08:17:23 +1000 Date: Mon, 10 Jun 1996 08:17:23 +1000 From: Bruce Evans Message-Id: <199606092217.IAA17796@godzilla.zeta.org.au> To: msmith@atrad.adelaide.edu.au, taob@io.org Subject: Re: Slow tty updates and high load, but idle CPU Cc: bde@zeta.org.au, freebsd-hackers@FreeBSD.ORG Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > 'ps axl' shows that all affected processes (pine, less, trn, irc, >etc., etc.) are waiting on "ttybf2", if that rings a bell for anyone. >I've upgraded our shell servers to 2.2-960501-SNAP and will continue >to watch for similar behaviour. It shouldn't happen, since this was fixed in -stable on 1996/01/03. Workaround in 2.1R: open a lot of pty pairs; leave them all open and don't otherwise use them. Bruce