From owner-freebsd-geom@FreeBSD.ORG Sat Apr 29 19:13:53 2006 Return-Path: X-Original-To: freebsd-geom@FreeBSD.org Delivered-To: freebsd-geom@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DA4C16A423; Sat, 29 Apr 2006 19:13:53 +0000 (UTC) (envelope-from alexb@netservicesplc.com) Received: from netlin02.eng.net (netlin02.eng.net [213.130.128.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73F6243D8F; Sat, 29 Apr 2006 19:13:41 +0000 (GMT) (envelope-from alexb@netservicesplc.com) Received: from netlin02.eng.net (localhost.localdomain [127.0.0.1]) by netlin02.eng.net (8.12.11/8.12.11) with ESMTP id k3TJDcij022680; Sat, 29 Apr 2006 20:13:38 +0100 Received: (from apache@localhost) by netlin02.eng.net (8.12.11/8.12.11/Submit) id k3TJDbWx022677; Sat, 29 Apr 2006 20:13:37 +0100 X-Authentication-Warning: netlin02.eng.net: apache set sender to alexb@netservicesplc.com using -f Received: from 84.9.223.211 (SquirrelMail authenticated user alexb) by netlin02.eng.net with HTTP; Sat, 29 Apr 2006 20:13:37 +0100 (BST) Message-ID: <1262.84.9.223.211.1146338017.squirrel@netlin02.eng.net> In-Reply-To: <20060429182350.GK4896@garage.freebsd.pl> References: <1230.84.9.223.211.1146333879.squirrel@netlin02.eng.net> <20060429182350.GK4896@garage.freebsd.pl> Date: Sat, 29 Apr 2006 20:13:37 +0100 (BST) From: "Alex" To: "Pawel Jakub Dawidek" User-Agent: SquirrelMail/1.4.4-1.FC2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-geom@FreeBSD.org, Alex Subject: Re: geom_eli related panic on sparc64 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Apr 2006 19:13:53 -0000 > On Sat, Apr 29, 2006 at 07:04:39PM +0100, Alex wrote: > +> Hi, > +> > +> I've been playing around with geom_eli for disk encryption as it can > use > +> hardware acceleration cards such as the soekris 1401 to speed things > up. > +> However, whenever I run "geli attach" to attach a geli device, I get a > +> kernel panic. The device in question is one slice of a geom_mirror RAID > +> array -- I have not tested an individual device to determine whether > this > +> makes any difference. > > This was a bug in md5 implementation, its already fixed in RELENG_6 (the > fix will be included in 6.1). > > -- > Pawel Jakub Dawidek http://www.wheel.pl > pjd@FreeBSD.org http://www.FreeBSD.org > FreeBSD committer Am I Evil? Yes, I Am! > Thanks for your quick reply, I'll move to 6-STABLE for testing :) --alex