SUMMARY: gzip error on Solaris 9 SPARC
- From: "Anthony Gunia" <aggunia@xxxxxxxxxxx>
- Date: Sun, 30 Jul 2006 10:28:24 -0500
Sorry for the delay in this summary. Many thanks to all with their
solutions on this. Richard Skelton and LS identified the problem...I needed
to build a large file aware version of gzip. Thanks to LS for providing the
compiled version (64 bits mode with large file support) which worked
perfectly. Here's my original post:
Hello,is going on, and
I'm trying to tar/gzip a large directory that is 4.5GB on Solaris 9 SPARC.
I'm using the following command:
# tar -cvf - <directory> | gzip > /var/archives/file.tar.gz
The error I get is:
gzip: stdout: Invalid argument
I am writing the file to another mount point called /var/archives that
has 20GB of free space. I've installed and tried using GNU tar and
GNU gzip from the Sun freeware site, and get farther along with the
file, but still get the same error. Could someone shed some light on what
how to compress this directory? Thanks, and results will be posted._______________________________________________
sunmanagers mailing list
sunmanagers@xxxxxxxxxxxxxxx
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
- Prev by Date: Solaris dropping to an OK prompt
- Next by Date: OS upgrade.
- Previous by thread: Solaris dropping to an OK prompt
- Next by thread: OS upgrade.
- Index(es):
Relevant Pages
- Re: tar -cvfX save.tar foo ./dirtosave/..
... >>Except that gnu tar existed before then. ... and saw unix for
the first time. ... encountering unixes for PCs (I recall the coherent commercial offering,
... all switching from using unix compress to gzip instead at the new place. ...
(comp.os.linux.misc) - Re: tar -cvfX save.tar foo ./dirtosave/..
... >>Except that gnu tar existed before then. ... and saw unix for
the first time. ... encountering unixes for PCs (I recall the coherent commercial offering,
... all switching from using unix compress to gzip instead at the new place. ...
(comp.unix.solaris) - gzip error on Solaris 9 SPARC
... gzip: stdout: Invalid argument ... I've installed and tried using GNU tar
and GNU gzip ... (SunManagers) - How to tar -z
... man gzip says GNU tar supports the -z option to invoke gzip transparently. ...
create a one-file archive of an entire directory tree without ... doing a tar followed
by a gzip (which requires double disk space). ... (comp.sys.hp.hpux)