From owner-freebsd-stable Wed Apr 18 1:23:54 2001 Delivered-To: freebsd-stable@freebsd.org Received: from vinea.teaser.fr (vinea.teaser.net [213.91.2.228]) by hub.freebsd.org (Postfix) with ESMTP id 1293837B424 for ; Wed, 18 Apr 2001 01:23:47 -0700 (PDT) (envelope-from at@teaser.net) Received: by vinea.teaser.fr (Postfix, from userid 213) id E350AB8BF; Wed, 18 Apr 2001 10:23:45 +0200 (CEST) Date: Wed, 18 Apr 2001 10:23:45 +0200 From: Alain Thivillon To: Dima Dorfman Cc: freebsd-stable@freebsd.org Subject: Re: Dump problem Message-ID: <20010418102345.G50857@vinea.teaser.fr> References: <20010418095644.D50857@vinea.teaser.fr> <20010418081313.BC1C13E09@bazooka.unixfreak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i In-Reply-To: <20010418081313.BC1C13E09@bazooka.unixfreak.org>; from dima@unixfreak.org on Wed, Apr 18, 2001 at 01:13:13AM -0700 X-Organization: France Teaser - Groupe Firstream X-Operating-System: FreeBSD 4.3-RC Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dima Dorfman écrivait (wrote) : > This is sort of a known problem. ``Sort of'' meaning that not all > machines display it, although I think they should. Could you please > try the patch in PR bin/26507 and let me know if it helps? I've also Yep, works now ! Thanks. I hope this patch will be incorporated in 4.3-RELEASE, we definitly need a working dump :) |Index: traverse.c |=================================================================== |RCS file: /st/src/FreeBSD/src/sbin/dump/traverse.c,v |retrieving revision 1.12 |diff -u -r1.12 traverse.c |--- traverse.c 2001/03/03 11:35:50 1.12 |+++ traverse.c 2001/04/07 22:50:35 -------------------------- Patching file traverse.c using Plan A... Hunk #1 succeeded at 155. Hunk #2 succeeded at 171. Hunk #3 succeeded at 223. done 1033 [10:15] root@fire:/usr/src/sbin/dump> make cc -O -pipe -DRDUMP -I/usr/src/sbin/dump/../../libexec/rlogind -c /usr/src/sbin/dump/traverse.c cc -O -pipe -DRDUMP -I/usr/src/sbin/dump/../../libexec/rlogind -static -o dump itime.o main.o optr.o dumprmt.o tape.o traverse.o unctime.o 1034 [10:15] root@fire:/usr/src/sbin/dump> make install install -c -s -o root -g tty -m 2555 dump /sbin /sbin/rdump -> /sbin/dump install -c -o root -g wheel -m 444 dump.8.gz /usr/share/man/man8 /usr/share/man/man8/rdump.8.gz -> /usr/share/man/man8/dump.8.gz 1035 [10:15] root@fire:/usr/src/sbin/dump> cd 1036 [10:15] root@fire:~> /sbin/dump 1sf 1048576 /dev/null /dev/da0s1f DUMP: Date of this level 1 dump: Wed Apr 18 10:15:31 2001 DUMP: Date of last level 0 dump: Thu Apr 12 02:19:09 2001 DUMP: Dumping /dev/da0s1f (/var) to /dev/null DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUMP: estimated 892446 tape blocks on 0.05 tape(s). DUMP: dumping (Pass III) [directories] DUMP: dumping (Pass IV) [regular files] DUMP: 58.37% done, finished in 0:03 DUMP: DUMP: 892237 tape blocks on 1 volume DUMP: finished in 457 seconds, throughput 1952 KBytes/sec DUMP: Closing /dev/null DUMP: DUMP IS DONE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message