From owner-freebsd-hackers Thu Sep 5 06:14:31 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA14742 for hackers-outgoing; Thu, 5 Sep 1996 06:14:31 -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 GAA14736 for ; Thu, 5 Sep 1996 06:14:27 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id XAA23234; Thu, 5 Sep 1996 23:08:22 +1000 Date: Thu, 5 Sep 1996 23:08:22 +1000 From: Bruce Evans Message-Id: <199609051308.XAA23234@godzilla.zeta.org.au> To: freebsd-hackers@FreeBSD.org, gurney_j@nike.efn.org Subject: Re: FreeBSD without console Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >I've come across a problem.... when I run without a video card and run >comconsole... it likes to panic when sc0 is enabled.. is this normal? It seems to be. The sc probe always succeeds, and sc apparently accesese memory where it shouldn't in some cases. Don't enable sc0 if you don't have an sc. >(oh and the panics just srcoll right off the screen.. if you would like I This is caused by a bug in siocncheckc(). Hitting a key to pause the panic doesn't work. This will be fixed RSN. >could log them...) just wondering.. thanks for all the help.. I use `a_simple_terminal_program | tee /tmp/foo'. Complicated terminal programs should have a logging feature. Bruce