From owner-freebsd-current@FreeBSD.ORG Wed Jun 9 02:53:04 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 E6D3C16A4CE for ; Wed, 9 Jun 2004 02:53:04 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id B213043D2F for ; Wed, 9 Jun 2004 02:53:04 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.32; FreeBSD) id 1BXtD5-0002Hz-PD for freebsd-current@freebsd.org; Tue, 08 Jun 2004 19:53:03 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16582.31631.362797.734568@ran.psg.com> Date: Tue, 8 Jun 2004 19:53:03 -0700 To: FreeBSD Current Subject: snapshot dump hangs 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: Wed, 09 Jun 2004 02:53:05 -0000 i try to dump a live filesys with /sbin/rdump 0Luaf remote.sys:/backup/foo/var.dump /dev/twed0s1d the screen does DUMP: Connection to remote.sys established. DUMP: Date of this level 0 dump: Wed Jun 9 01:52:32 2004 DUMP: Date of last level 0 dump: the epoch DUMP: Dumping snapshot of /dev/twed0s1d (/var) to /backup/foo/var.dump on host remote.sys DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 513616 tape blocks. DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] and then just hangs forever there is nothing in /var/.snap i can mount -u -o snapshot /var/.snap/snap1 /var this is horrifyingly reproducable and happens with other source filesystems. any clues? randy