From owner-freebsd-current@FreeBSD.ORG Wed Mar 29 14:38:40 2006 Return-Path: X-Original-To: current@freebsd.org 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 C0EA116A401 for ; Wed, 29 Mar 2006 14:38:40 +0000 (UTC) (envelope-from ssouhlal@FreeBSD.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F40243D45 for ; Wed, 29 Mar 2006 14:38:40 +0000 (GMT) (envelope-from ssouhlal@FreeBSD.org) Received: from [172.30.10.193] (unknown [216.239.55.7]) by elvis.mu.org (Postfix) with ESMTP id A247D1A4DCB; Wed, 29 Mar 2006 06:38:39 -0800 (PST) Message-ID: <442A8D86.9010903@FreeBSD.org> Date: Wed, 29 Mar 2006 15:37:10 +0200 From: Suleiman Souhlal User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051204) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <20060328155316.GA20036@peter.osted.lan> <20060328180553.GA8364@xor.obsecurity.org> In-Reply-To: <20060328180553.GA8364@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: current@freebsd.org Subject: Re: Fun with df X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 29 Mar 2006 14:38:40 -0000 Kris Kennaway wrote: > On Tue, Mar 28, 2006 at 05:53:16PM +0200, Peter Holm wrote: > >>I've seen this problem on both RELENG_6 from Mar 27 19:37 UTC and HEAD: > > > Have you figured out how to cause it? I and others see it > occasionally (also things like this at reboot: > > /c: unmount pending error: blocks -68512 files 0 > > which dates back at least to 5.3). But I haven't been able to figure > out how to trigger it on demand. IIRC it's pretty easy to trigger: delete a lot of files, and unmount right after as rm is done. umount -f in the middle of the rm might also work. -- Suleiman