From owner-freebsd-current@FreeBSD.ORG Sat Mar 5 08:16:44 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC9D5106564A for ; Sat, 5 Mar 2011 08:16:44 +0000 (UTC) (envelope-from c47g@gmx.at) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.23]) by mx1.freebsd.org (Postfix) with SMTP id 4A3868FC0C for ; Sat, 5 Mar 2011 08:16:43 +0000 (UTC) Received: (qmail invoked by alias); 05 Mar 2011 07:50:03 -0000 Received: from cm203-32.liwest.at (EHLO bones.gusis.at) [81.10.203.32] by mail.gmx.net (mp025) with SMTP; 05 Mar 2011 08:50:03 +0100 X-Authenticated: #9978462 X-Provags-ID: V01U2FsdGVkX19CDalWRgFCZUuvlZ2bnra9jVWuLKm0JMxfdI0HIQ gqbH4I8bDrJE++ From: Christian Gusenbauer To: current@freebsd.org Date: Sat, 5 Mar 2011 08:51:38 +0100 User-Agent: KMail/1.13.5 (FreeBSD/9.0-CURRENT; KDE/4.5.5; i386; ; ) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201103050851.38930.c47g@gmx.at> X-Y-GMX-Trusted: 0 Cc: Subject: FS errors during unmount after dump'ing 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: Sat, 05 Mar 2011 08:16:45 -0000 Hi! Once in a week I backup my PC using amanda (which uses dump(8)). Subsequently unmounting a filesystem (or during shutdown) I get errors like these: handle_workitem_freeblocks: inode 3579904 block count 384 handle_workitem_freeblocks: inode 3579962 block count 384 /spare: unmount pending error: blocks 768 files 0 softdep_waitidle: Failed to flush worklist for 0xc5be2288 softdep_waitidle: Failed to flush worklist for 0xc5be2288 softdep_waitidle: Failed to flush worklist for 0xc5be2288 softdep_waitidle: Failed to flush worklist for 0xc5be2288 softdep_waitidle: Failed to flush worklist for 0xc5be2288 softdep_waitidle: Failed to flush worklist for 0xc5be2510 softdep_waitidle: Failed to flush worklist for 0xc5be2510 /data: unmount pending error: blocks 84 files 0 Note, I get these messages *only* after dumping filesystems! Is there anything wrong with my filesystems? Any clues? Ciao, Christian.