Date: Wed, 18 Apr 2001 10:23:45 +0200 From: Alain Thivillon <at@teaser.net> To: Dima Dorfman <dima@unixfreak.org> Cc: freebsd-stable@freebsd.org Subject: Re: Dump problem Message-ID: <20010418102345.G50857@vinea.teaser.fr> In-Reply-To: <20010418081313.BC1C13E09@bazooka.unixfreak.org>; from dima@unixfreak.org on Wed, Apr 18, 2001 at 01:13:13AM -0700 References: <20010418095644.D50857@vinea.teaser.fr> <20010418081313.BC1C13E09@bazooka.unixfreak.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dima Dorfman <dima@unixfreak.org> é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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010418102345.G50857>