From owner-freebsd-current@FreeBSD.ORG Fri Dec 5 20:33:29 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0CBE016A4CE for ; Fri, 5 Dec 2003 20:33:29 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5965B43F93 for ; Fri, 5 Dec 2003 20:33:27 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from gamplex.bde.org (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id PAA12821; Sat, 6 Dec 2003 15:33:20 +1100 Date: Sat, 6 Dec 2003 15:33:19 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Arjan van Leeuwen In-Reply-To: <200312050055.16683.avleeuwen@piwebs.com> Message-ID: <20031206151011.S1934@gamplex.bde.org> References: <20031126183744.GA9140@merlin.emma.line.org> <200311280011.11384.avleeuwen@piwebs.com> <200312050055.16683.avleeuwen@piwebs.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: 5.2-BETA: giving up on 4 buffers (ata) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 06 Dec 2003 04:33:29 -0000 On Fri, 5 Dec 2003, Arjan van Leeuwen wrote: > > On Thursday 27 November 2003 10:43, Stefan Ehmann wrote: > > > This is a known problem for nearly three months now (See PR 56675). It > > > happens to me every time I shut down the system if i don't unmount my > > > (read-only) ext2 file systems manually. > FYI, I'm still seeing this problem on a -CURRENT system from today. Is there > any way I can help to diagnose the cause of this problem? Is there already a > fix available somewhere? No need. It was diagnosed over 3 months ago (see PR 56675). I don't know of any publicly available fix. My version of ext2fs avoids the bug by doing buffering differently. As a workaround, unmount ext2fs file systems before rebooting. Unmounting most file systems before rebooting should be the default anyway (handled by shutdown(8) and reboot(8)), since unmounting may fail and vfs_unmountall() in the kernel has no good way to log errors. Bruce