From owner-freebsd-questions@FreeBSD.ORG Wed Apr 23 17:51:32 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B6161065670 for ; Wed, 23 Apr 2008 17:51:32 +0000 (UTC) (envelope-from kris@FreeBSD.org) Received: from weak.local (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DE9CF8FC2A; Wed, 23 Apr 2008 17:51:31 +0000 (UTC) (envelope-from kris@FreeBSD.org) Message-ID: <480F771D.7020009@FreeBSD.org> Date: Wed, 23 Apr 2008 19:51:25 +0200 From: Kris Kennaway User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: Brian McCann References: <2b5f066d0804230958q5fcabed4w2c4a958a61ae8e3@mail.gmail.com> <2b5f066d0804231014n501981b3v964639de7f98cf27@mail.gmail.com> In-Reply-To: <2b5f066d0804231014n501981b3v964639de7f98cf27@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions Subject: Re: dump never ending? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Apr 2008 17:51:32 -0000 Brian McCann wrote: > On Wed, Apr 23, 2008 at 12:58 PM, Brian McCann wrote: >> I've got an issue on a new 7.0 amd64 box (first one I've setup with >> amd64). When I dump tiny file systems (24M and 12K for example), dump >> runs file. When I dump something larger (202M and 2G for example), it >> hangs and stops writing. The command I'm running is: >> >> dump -0uan -L -f /mnt/tiw.root.dump / >> >> It hangs weather I put in -L or not, and if I try going to a local >> file system or one over NFS. I do see the following in ps: >> >> dump: /dev/amrd0s1a: pass 4: 80.10% done, finished in 0:00 at Wed Apr >> 23 11:48:28 2008 ( >> >> along with 3 other dump processes. >> >> There's no "verbose" option for dump...so I can't quite see what's >> going on. Does anyone have any ideas on this, or has anyone seen this >> before? What is the wait channel in which the dump process is stuck (press ^T). It sounds like a kernel bug that was recently fixed, so you could just try updating to 7.0-STABLE. I believe it is scheduled for release as an errata patch against 7.0-RELEASE too. Kris