From owner-freebsd-stable@FreeBSD.ORG Fri Apr 28 06:37:21 2006 Return-Path: X-Original-To: stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8011016A404 for ; Fri, 28 Apr 2006 06:37:21 +0000 (UTC) (envelope-from nakal@nurfuerspam.de) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6EEFA43D49 for ; Fri, 28 Apr 2006 06:37:20 +0000 (GMT) (envelope-from nakal@nurfuerspam.de) Received: (qmail invoked by alias); 28 Apr 2006 06:37:18 -0000 Received: from p5090CC4B.dip.t-dialin.net (EHLO klotz.local) [80.144.204.75] by mail.gmx.net (mp001) with SMTP; 28 Apr 2006 08:37:18 +0200 X-Authenticated: #989277 Received: from [192.168.0.1] (klotz.local [192.168.0.1]) by klotz.local (8.13.6/8.13.6) with ESMTP id k3S6bD7D001335; Fri, 28 Apr 2006 08:37:14 +0200 (CEST) (envelope-from nakal@nurfuerspam.de) Message-ID: <4451B819.8000000@nurfuerspam.de> Date: Fri, 28 Apr 2006 08:37:13 +0200 From: Martin User-Agent: Thunderbird 1.5 (X11/20060205) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <444FBACF.2050006@nurfuerspam.de> <20060426191016.GC17000@garage.freebsd.pl> <444FD8AA.3040807@nurfuerspam.de> <20060426205544.GE17000@garage.freebsd.pl> <44510BD0.2060101@nurfuerspam.de> <20060427190226.GB22635@garage.freebsd.pl> In-Reply-To: <20060427190226.GB22635@garage.freebsd.pl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: stable@FreeBSD.org Subject: Re: geli password prompt does not work X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Apr 2006 06:37:21 -0000 Pawel Jakub Dawidek wrote: > +> And after detecting the DVD-ROM, geom_eli waits as usually, but I > +> cannot enter the password. Maybe the keyboard is just blocked? > +> That might explain why I cannot enter the debugger. > > Could be, kbdmux is now on by default, AFAIK. Could you try without it? I switched off kbdmux by adding hint.kbdmux.0.disabled="1" into /boot/device.hints. Now the password can be entered again. Thank you, Martin