From owner-freebsd-current@FreeBSD.ORG Sat Mar 3 03:01:02 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 912AF16A404 for ; Sat, 3 Mar 2007 03:01:02 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 61E1913C494 for ; Sat, 3 Mar 2007 03:01:01 +0000 (UTC) (envelope-from shoesoft@gmx.net) Received: (qmail invoked by alias); 03 Mar 2007 03:00:59 -0000 X-Provags-ID: V01U2FsdGVkX1+JN7MqBpaJYy4wHlCVfx64uzIHxuQ185Y7X6xIfU ADeAHCXeLfG5Sk From: Stefan Ehmann To: Pawel Jakub Dawidek Date: Sat, 3 Mar 2007 04:00:57 +0100 User-Agent: KMail/1.9.5 References: <20070201232118.c7cc1a10.ota@j.email.ne.jp> <200702131932.36517.shoesoft@gmx.net> <20070303000653.GA13855@garage.freebsd.pl> In-Reply-To: <20070303000653.GA13855@garage.freebsd.pl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703030400.58335.shoesoft@gmx.net> X-Y-GMX-Trusted: 0 Cc: Yoshihiro Ota , freebsd-current@freebsd.org Subject: Re: geli broken 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: Sat, 03 Mar 2007 03:01:02 -0000 On Saturday 03 March 2007 01:06, Pawel Jakub Dawidek wrote: > On Tue, Feb 13, 2007 at 07:32:34PM +0100, Stefan Ehmann wrote: > > On Saturday 03 February 2007 17:15, Pawel Jakub Dawidek wrote: > > > On Thu, Feb 01, 2007 at 11:21:18PM -0500, Yoshihiro Ota wrote: > > > > RCS file: /home/ncvs/src/sys/geom/eli/g_eli.c,v > > > > Working file: g_eli.c > > > > head: 1.34 > > > > ... > > > > > > The change noted above caused problem with my system. > > > > After typing password, the geli device was never recognized never > > > > response. It looked like it was in an infinity loop. > > > > I have the following entry in my fstab and I need to type in my > > > > password for it. > > > > > > > > /dev/da0s2.eli /export ufs rw 2 > > > > 2 > > > > > > > > After reverting to 1.33, my system started without problems. I use > > > > GENERIC kernel configuration without WITNESS and INVARIANTS. > > > > > > Could you provide dmesg from your machine? > > > > Any news on this one? I experience the same problem. > > Could you guys verify if sys/geom/eli/g_eli.c rev1.35 fixes the problem > for you? Works for me, thanks.