From owner-freebsd-stable@FreeBSD.ORG Wed Apr 26 20:31:48 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 A115116A429 for ; Wed, 26 Apr 2006 20:31:48 +0000 (UTC) (envelope-from nakal@nurfuerspam.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6F5F743D53 for ; Wed, 26 Apr 2006 20:31:47 +0000 (GMT) (envelope-from nakal@nurfuerspam.de) Received: (qmail invoked by alias); 26 Apr 2006 20:31:46 -0000 Received: from p5090F65D.dip.t-dialin.net (EHLO klotz.local) [80.144.246.93] by mail.gmx.net (mp031) with SMTP; 26 Apr 2006 22:31:46 +0200 X-Authenticated: #989277 Received: from [192.168.0.2] (booky.local [192.168.0.2]) by klotz.local (8.13.6/8.13.6) with ESMTP id k3QKVc5R002235; Wed, 26 Apr 2006 22:31:42 +0200 (CEST) (envelope-from nakal@nurfuerspam.de) Message-ID: <444FD8AA.3040807@nurfuerspam.de> Date: Wed, 26 Apr 2006 22:31:38 +0200 From: Martin User-Agent: Thunderbird 1.5 (X11/20060113) MIME-Version: 1.0 To: Pawel Jakub Dawidek References: <444FBACF.2050006@nurfuerspam.de> <20060426191016.GC17000@garage.freebsd.pl> In-Reply-To: <20060426191016.GC17000@garage.freebsd.pl> Content-Type: text/plain; charset=UTF-8 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: Wed, 26 Apr 2006 20:31:48 -0000 Pawel Jakub Dawidek wrote: > Could you send me the output of: > > # geli dump /dev/ | head -10 Metadata on /dev/ad0s2g: magic: GEOM::ELI version: 0 flags: 0x2 algo: AES keylen: 128 provsize: 6475562496 sectorsize: 4096 keys: 0x01 iterations: 46459 > Also, please increase debug level to 1 (kern.geom.eli.debug) and send me > what is printed on the console as well. When it works, it looks like this: GEOM_ELI[1]: Using Master Key 0 for ad0s2g. GEOM_ELI[1]: Creating device ad0s2g.eli. GEOM_ELI[0]: Device ad0s2g.eli created. GEOM_ELI[0]: Cipher: AES GEOM_ELI[0]: Key length: 128 GEOM_ELI[0]: Crypto: software GEOM_ELI[1]: Thread g_eli[0] ad0s2g started. I get no output while using the new kernel. I found out that I can scroll up and down (scroll lock), so the kernel is not frozen, as I thought previously. Martin