Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932107AbVKTXIY (ORCPT ); Sun, 20 Nov 2005 18:08:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932108AbVKTXIY (ORCPT ); Sun, 20 Nov 2005 18:08:24 -0500 Received: from omx2-ext.sgi.com ([192.48.171.19]:44434 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S932107AbVKTXIX (ORCPT ); Sun, 20 Nov 2005 18:08:23 -0500 Date: Mon, 21 Nov 2005 10:08:20 +1100 From: Nathan Scott To: Lawrence Walton Cc: linux-kernel , linux-xfs@oss.sgi.com Subject: Re: unable to use dpkg 2.6.15-rc2 Message-ID: <20051121100820.D6790390@wobbly.melbourne.sgi.com> References: <20051120075233.GA20295@the-penguin.otak.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20051120075233.GA20295@the-penguin.otak.com>; from lawrence@the-penguin.otak.com on Sat, Nov 19, 2005 at 11:52:33PM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2152 Lines: 58 Hi there, On Sat, Nov 19, 2005 at 11:52:33PM -0800, Lawrence Walton wrote: > Hi! > > This is the second report of this error. Please CC linux-xfs if you want to be sure XFS people see your report. > It's reproducible in 2.6.15-rc1, 2.6.15-rc1-mm1, 2.6.15-rc1-mm2 and > 2.6.15-rc2. > > It does not occur in 2.6.14. > > Most easily triggered by "make clean" in the Linux source, for those of > you without access to dpkg. But both clean and dpkg will trigger it. So far I've not been able to reproduce this; I'm using "make clean" and it works just fine for me (I'm using the current git tree). > There are no oops. No, it looks like XFS is stuck waiting for an IO to complete. > I'm not sure what to report next, though If I were to guess it is a > interaction between XFS file system and SCSI. I've got another SCSI box > that is very similar that runs rc1, rc1-mm1 and rc1-mm2 just fine, the > only real difference being it has a ext3 file system instead. > > The driver for the SCSI card (aic7xxx) did not appear change. > lspi says it's a Adaptec AIC-7892A U160/m (rev 2) card. >From your earlier report with the stack traces included, it looks like XFS is waiting for a log write to complete, but it never does (which is not valid driver behaviour). I'm using the sym53c8xx driver in my testing BTW, which is different to you, so maybe see if this still happens for you with different hardware? (if you can). > Questions, patches, flames are welcome. You could also try to drop the XFS (fs/xfs) code from 2.6.14 into 2.6.15-rc2 and see if your problem persists. There isn't anything I can see from scanning though everything we committed into .15 so far that would explain this. Oh, an easier test you could do would be to try XFS CVS from oss.sgi.com - that has 2.6.14 + all the XFS changes since then, so that should confirm/deny an XFS regression too. Thanks! cheers. -- Nathan - 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/