From owner-freebsd-bugs@FreeBSD.ORG Tue Jun 14 04:00:21 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4378A1065672 for ; Tue, 14 Jun 2011 04:00:21 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F13AC8FC0C for ; Tue, 14 Jun 2011 04:00:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5E40KNW033921 for ; Tue, 14 Jun 2011 04:00:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5E40KQ4033920; Tue, 14 Jun 2011 04:00:20 GMT (envelope-from gnats) Resent-Date: Tue, 14 Jun 2011 04:00:20 GMT Resent-Message-Id: <201106140400.p5E40KQ4033920@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Robert Simmons Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD78F106568A for ; Tue, 14 Jun 2011 03:50:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BD9818FC08 for ; Tue, 14 Jun 2011 03:50:58 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p5E3owpF002183 for ; Tue, 14 Jun 2011 03:50:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p5E3ow80002182; Tue, 14 Jun 2011 03:50:58 GMT (envelope-from nobody) Message-Id: <201106140350.p5E3ow80002182@red.freebsd.org> Date: Tue, 14 Jun 2011 03:50:58 GMT From: Robert Simmons To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: kern/157863: kbdmux prevents geli passwords from being entered properly on boot X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2011 04:00:21 -0000 >Number: 157863 >Category: kern >Synopsis: kbdmux prevents geli passwords from being entered properly on boot >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 14 04:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Robert Simmons >Release: 8.2-RELEASE >Organization: >Environment: >Description: If you initialize a geli encrypted provider using the "-b" flag to have it ask for the password during boot and you have kbdmux enabled as it is by default there is a conflict and the correct password is not accepted. >How-To-Repeat: Initialize a geli encrypted provider with the "-b" option. Add it to fstab so it is mounted at boot. Reboot. Notice that the correct password is rejected. >Fix: The workaround is to add the following line to /boot/device.hints hint.kbdmux.0.disabled="1" You can confirm that you are entering the correct password by adding the following line to /boot/loader.conf kern.geom.eli.visible_passphrase=1 >Release-Note: >Audit-Trail: >Unformatted: