From owner-freebsd-current@FreeBSD.ORG Sun Jun 25 23:23:04 2006 Return-Path: X-Original-To: current@FreeBSD.org 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 5A05F16A400 for ; Sun, 25 Jun 2006 23:23:04 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from sippysoft.com (gk.360sip.com [72.236.70.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 603254408C for ; Sun, 25 Jun 2006 23:23:00 +0000 (GMT) (envelope-from sobomax@FreeBSD.org) Received: from [192.168.1.5] (S0106000f3d63befd.vs.shawcable.net [70.71.19.119]) (authenticated bits=0) by sippysoft.com (8.13.6/8.13.6) with ESMTP id k5PNMvoP001139 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 25 Jun 2006 16:22:59 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Message-ID: <449F1ACF.5060101@FreeBSD.org> Date: Sun, 25 Jun 2006 16:22:55 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Nate Lawson References: <449EAED3.7000706@root.org> <449F18D9.2000109@FreeBSD.org> <449EB711.30509@root.org> In-Reply-To: <449EB711.30509@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@FreeBSD.org Subject: Re: kbdmux support for ddb and mountroot? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 25 Jun 2006 23:23:04 -0000 Nate Lawson wrote: > Maxim Sobolev wrote: >> Works here to specify alternate root just fine. I am missing something? >> >> -Maxim >> >> Nate Lawson wrote: >>> kbdmux does not currently support ddb and mountroot in both -current >>> and 6-stable. This means that if you get a panic, no backtrace or >>> other interaction is possible. Also, if your /etc/fstab is wrong, no >>> way to specify an alternate root. >>> >>> Are there any plans to improve this? What needs to be completed to >>> get back to previous support for these features? >>> >>> Thanks, > > I'm using a PS/2 keyboard on one machine (RELENG_6) and a built-in PS/2 > keyboard on my laptop. Neither register any keystrokes in DDB or with > alternate root unless I disable kbdmux with the tunable. USB keyboard works just fine here (7-CURRENT) for alternate root selection via kbdmux. I don't know if there are some differences in kbdmux behavior between RELENG_6 and HEAD. -Maxim