From owner-freebsd-hackers Wed Feb 7 07:16:58 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA05538 for hackers-outgoing; Wed, 7 Feb 1996 07:16:58 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA05528 for ; Wed, 7 Feb 1996 07:16:48 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id CAA05403; Thu, 8 Feb 1996 02:11:48 +1100 Date: Thu, 8 Feb 1996 02:11:48 +1100 From: Bruce Evans Message-Id: <199602071511.CAA05403@godzilla.zeta.org.au> To: hackers@FreeBSD.org, radova@risc6.unisa.ac.za Subject: Re: ttys problem Sender: owner-hackers@FreeBSD.org Precedence: bulk >I have Boca 6 port board and version 2. From time to time, systems >forgets tty configuration, e.g. tip cua04 gives: >dev/cua04: Device not configured >link down >This is the case for 5 ports - master port doesn't have this problem. >After I reboot the machine it works fine again, but just for a while. This has been reported before. The cause is unknown. The error message is bogus - standard sio ports can't become unconfigured while the system is running. A better program than tip (e.g., cat) might give a better error message. Bruce