From owner-freebsd-current@FreeBSD.ORG Mon Sep 1 17:52:57 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 052B416A501; Mon, 1 Sep 2003 17:52:57 -0700 (PDT) Received: from mail.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BE244400B; Mon, 1 Sep 2003 17:52:55 -0700 (PDT) (envelope-from freebsd@soith.com) Received: from www.fastmail.fm (localhost [127.0.0.1]) by localhost.localdomain (Postfix) with ESMTP id 5A8FD16441A; Mon, 1 Sep 2003 20:52:54 -0400 (EDT) Received: from 10.202.2.132 ([10.202.2.132] helo=www.fastmail.fm) by messagingengine.com with SMTP; Mon, 01 Sep 2003 20:52:54 -0400 Received: by www.fastmail.fm (Postfix, from userid 99) id 57C05375DD; Mon, 1 Sep 2003 20:52:51 -0400 (EDT) Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="ISO-8859-1" MIME-Version: 1.0 X-Mailer: MIME::Lite 1.2 (F2.71; T1.001; A1.51; B2.12; Q2.03) From: "Aaron Wohl" To: "Scott Long" , "Nicole" Date: Mon, 01 Sep 2003 18:52:51 -0600 X-Epoch: 1062463974 X-Sasl-enc: LDjISMVNnuoQnEyghTYcrw References: <3F53E206.60908@freebsd.org> In-Reply-To: <3F53E206.60908@freebsd.org> Message-Id: <20030902005251.57C05375DD@www.fastmail.fm> cc: current@freebsd.org cc: "Scott M. Likens" Subject: Re: Question related to FreeBSD Serial Console... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2003 00:52:57 -0000 If you do try a USB keyboard be sure and test reboot -d (make a kernel core). On the intel servers I have reboot -d (or any panic) causes the kernel to lockup forever. In the routine where it writes out kernel dumps it pools for a control-c hit on the console that routine (poll for a char) turns out to block on USB keyboards during shutdown, I suspect too much of the user level USB code has been turned off by then. I ended up turning off the kernel (5.1) USB support, not running the usb deamon and removing moused. To save on USB related kernel crashes.