Dima Dorfman <[EMAIL PROTECTED]> é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 [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message