From owner-freebsd-current@FreeBSD.ORG Sun Feb 1 05:24:48 2004 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 169F516B586 for ; Sun, 1 Feb 2004 05:24:48 -0800 (PST) Received: from smtp-26.ig.com.br (smtp-26.ig.com.br [200.226.132.160]) by mx1.FreeBSD.org (Postfix) with SMTP id 95F5A43D41 for ; Sun, 1 Feb 2004 05:24:26 -0800 (PST) (envelope-from hlen@ig.com.br) Received: (qmail 16050 invoked from network); 1 Feb 2004 13:24:04 -0000 Received: from unknown (HELO ig.com.br) (200.141.84.207) by smtp-26.ig.com.br with SMTP; 1 Feb 2004 13:24:04 -0000 Message-ID: <401CFDB7.9090306@ig.com.br> Date: Sun, 01 Feb 2004 11:23:03 -0200 From: Herculano de Lima Einloft Neto User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040121 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Don Lewis References: <200402010119.i111J67E096098@gw.catspoiler.org> In-Reply-To: <200402010119.i111J67E096098@gw.catspoiler.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-current@FreeBSD.org Subject: Re: Syncer "giving up" on buffers 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: Sun, 01 Feb 2004 13:24:48 -0000 Don Lewis wrote: >> A couple days ago I upgraded from 5.1RELEASE to 5.2CURRENT, only to >>find myself dealing with this situation. I didn't like the looks of it, >>so decided to go back to 5.2.1RC today.. and realize it is also there. >>Is this bug being tolerated so far? > > > I fixed one cause of this problem shortly before 5.2-RELEASE (running > fsck on the root file system in single-user mode and rebooting before > the file system is re-mounted read-write). I believe there are at least > two other causes of this problem. > > One cause that a lot of people run across is rebooting while an ext2 > file system is mounted. Bruce has done the analysis of this problem, > but nobody has stepped up with a patch to fix it. The workaround is to > unmount any ext2 file systems before rebooting. > (...) I fit in this case.. umounting by hand seems to work around indeed, but adding umounts to the end of rc.shutdown has no effect. It's an ext2fs thing, but root is not properly dismounted, requiring fsck on restart even though my ext2fs's are mounted read-only by rc.local and do not get fsck'd. -- Herculano de Lima Einloft Neto