Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S271036AbTG1UtQ (ORCPT ); Mon, 28 Jul 2003 16:49:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S271038AbTG1Usu (ORCPT ); Mon, 28 Jul 2003 16:48:50 -0400 Received: from [198.149.18.6] ([198.149.18.6]:15342 "EHLO tolkor.sgi.com") by vger.kernel.org with ESMTP id S271036AbTG1UsC (ORCPT ); Mon, 28 Jul 2003 16:48:02 -0400 Subject: Re: bug in 2.6.0test2 From: Steve Lord To: Nico Schottelius , scholz@wdt.de Cc: Linux Kernel Mailing List In-Reply-To: <20030728115902.GA18993@schottelius.org> References: <20030728115902.GA18993@schottelius.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: Message-Id: <1059425249.6601.10.camel@jen.americas.sgi.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.4 Date: 28 Jul 2003 15:47:30 -0500 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1204 Lines: 40 On Mon, 2003-07-28 at 06:59, Nico Schottelius wrote: > Hello again! > > When trying to boot from a cryptoloop we get the attached error. > Details: > modules loop,cryptoloop,aes (in this order) are loaded with insmod > (from initrd) > then mounting proc > > Any suggestions / solutions ? > > Nico > > ps: please cc me and scholz AT wdt.de Something else went wrong before you crashed: bio too big device loop0 (2 > 0) This means you cannot use any bio larger than zero to this device, which is probably why ext2 said this, since it caught the error when building the bio. EXT2-fs: unable to read superblock XFS didn't catch the error building the bio and submitted it, at which point the I/O tripped the BUG. I can fix this part, but the original problem is something I know nothing about. Steve -- Steve Lord voice: +1-651-683-3511 Principal Engineer, Filesystem Software email: lord@sgi.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/