bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Problem when building on HP-UX 11i(11.11)


From: Leon Strydom
Subject: RE: Problem when building on HP-UX 11i(11.11)
Date: Thu, 13 Mar 2003 09:10:02 +0200

Hi Bob,

I got it to compile, thanks.
The reason why I had to try GNU-Tar is because of the 2GB file size
limit problems:

Here are the errors I got:
 
With TAR(hp-ux 11i tar):
    CMD: tar cvf backup.tar /app/oraapps0
    ERROR: Can't open /dev/tty to prompt for more media.

With CPIO:
    CMD: find /app/oraapps0 -depth -print | cpio -ov >backup.cpio
    ERROR: write failed: File too large
                 Can't open /dev/tty.

With PAX:
    CMD: pax -w -f backup.pax /app/oraapps0
    ERROR: pax: write : File too large
                  pax: A write error has occurred.

With TAR(GNU-tar):
    CMD: tar cvf backup.tar /app/oraapps0
    ERROR: /usr/local/bin/tar: /data/backup/backup.tar: Wrote only 1536
of 10240 bytes
                /usr/local/bin/tar: Error is not recoverable: exiting
now

All of these commands run if I run them normally, but if I run them in
the background or from cron, I get the errors.
 
Can you please help?
Thanks




reply via email to

[Prev in Thread] Current Thread [Next in Thread]