From owner-freebsd-hackers@FreeBSD.ORG Sat May 7 13:53:47 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4CAB16A4DB for ; Sat, 7 May 2005 13:53:47 +0000 (GMT) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F26143D68 for ; Sat, 7 May 2005 13:53:47 +0000 (GMT) (envelope-from joel@automatvapen.se) Received: from t11o55p16.telia.com (t11o55p16.telia.com [81.225.222.16]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 0DAB43838C for ; Sat, 7 May 2005 15:53:44 +0200 (CEST) From: Joel Dahl To: freebsd-hackers@freebsd.org In-Reply-To: <427CBB27.4000201@dnainternet.net> References: <427CBB27.4000201@dnainternet.net> Content-Type: text/plain Date: Sat, 07 May 2005 15:49:05 +0200 Message-Id: <1115473745.971.6.camel@dude.automatvapen.se> Mime-Version: 1.0 X-Mailer: Evolution 2.2.0 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: Re: Trouble with 5.4 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 May 2005 13:53:47 -0000 On Sat, 2005-05-07 at 15:57 +0300, Erik Udo wrote: > I've had this problem with the latest releng_5_4 and releng_5. > They boot fine, but after kernel has loaded, it panics at the same > moment i press any keyboard button. My memory and keyboard has been > working fine and i dont they they are the cause. > > So if i boot to single user mode, keyboard wont work. > If i boot normally, it starts all services etc.. > at this point, before X is started(i have it in my ttys file) > it panics if i press any button. After X has started, it wont > panic. Check the stable@ archives. This panic has been reported several times during the last few days. :-) The commit that actually broke things should be: dwhite 2005-05-05 03:48:08 UTC 1.228.2.4 +12 -2 src/sys/kern/tty.c -- Joel