Hi, Anyone encounter the following problem? the /sbin/restore program on FC1 failed with "segment Fault" error when trying to restore data from a >2G dump file. But RH8.0's restore works just good and sound. both restore programs are statically linked. I even go further to recompile the dump pakage, which contains /sbin/restore program, on FC1 machine, but it still fails. Please help. The following is the result: hello06.alexa.com user1 136% uname -a Linux hello06.alexa.com 2.4.22-1.2174.nptlsmp #1 SMP Wed Feb 18 16:21:50 EST 2004 i686 i686 i386 GNU/Linux hello06.alexa.com user1 137% ls -al /sbin/restore -rwxr-xr-x 1 root root 771640 Sep 1 2003 /sbin/restore hello06.alexa.com user1 138% /sbin/restore -if /0/dump_host1 Segmentation fault (core dumped) hello06.alexa.com user1 139% ls -alF /0/dump_host1 -rw-r--r-- 1 root root 35047756800 Mar 11 14:35 /0/dump_host1 hello06.alexa.com user1 141% /var/tmp/restore -if /0/dump_host1 /var/tmp/restore > ## RH8.0's restore works! ... hello06.alexa.com user1 142% rpm -qf /sbin/restore dump-0.4b34-1 Thanks a lot. --Guolin Cheng