| Problem with <untar > | Problem with <untar > 2005-05-18 - By Ninju Bohra
--- Stefan Bodewig <bodewig@(protected)> wrote: > > I vaguely recall a bug-report in Bugzilla on <untar> > being unable to > extract files larger tha 2 or 4 GByte. It was > closed because command > line tar didn't seem to deal with them either. >
Looking around Bugzilla, I could not find a bug relating to size of the .tar.gz file however I did find bug #18043 which talks about garbage file names being generated, which is similar to what I was getting. The cause was that they forgot to <gunzip> the .tar.gz file before <untar>ing it.
I knew that my .tar file had been compressed with gzip and so I sent a compression="gzip" attribute in the <untar> command but it still did not work?
As a workaround I am <gunzip> the .tar.gz file (to a .tar file) and then <untar> the .tar file and everything seems okay...
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
--------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |