You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Ninju Bohra <ni...@yahoo.com> on 2005/05/13 18:49:03 UTC

Problem with

Hello all,
 
First time having to use <untar> to open up a tar-file, that has been compressed with gzip, and getting the following errors:
 
    [untar] Expanding: cybere_sa-2005-May-05-19499-dmp.tar.gz into C:\DOCUME~1\nbohra\LOCALS~1\Temp
\dbexport
    [untar] expanding DataExport.dmp to C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\DataExport.dmp
    [untar] expanding #9829;#9829;gD
    [untar] EXPORT:V09.02.00
    [untar] UCYBERE_SA
    [untar] RUSERS
    [untar] 65535
    [untar] 0
    [untar] 32
    [untar] 0
    [untar] #9829;g#9829;g#9829;g to C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\#9829;#9829;gD
    [untar] EXPORT:V09.02.00
    [untar] UCYBERE_SA
    [untar] RUSERS
    [untar] 65535
    [untar] 0
    [untar] 32
    [untar] 0
    [untar] #9829;g#9829;g#9829;g
    [untar] Unable to expand to file C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\#9829;#9829;gD
    [untar] EXPORT:V09.02.00
    [untar] UCYBERE_SA
    [untar] RUSERS
    [untar] 65535
    [untar] 0
    [untar] 32
    [untar] 0
    [untar] #9829;g#9829;g#9829;g
    [untar] expanding 91487??#9794; to C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\91487??#9794;
    [untar] Unable to expand to file C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\91487??#9794;
    [untar] expanding Locklear to C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\Locklear
    [untar] Unable to expand to file C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\Locklear
    [untar] expanding 9#9794; to C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\9#9794;
    [untar] Unable to expand to file C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\9#9794;
    [untar] expanding 1717973#9835; to C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\1717973#9835;
    [untar] Unable to expand to file C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\1717973#9835;
    [untar] expanding 68??#9794; to C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\68??#9794;
    [untar] Unable to expand to file C:\DOCUME~1\nbohra\LOCALS~1\Temp\dbexport\68??#9794;
Terminate batch job (Y/N)? ^C
 
Any ideas on what is going on... The TAR file (which is 1.3GB in size) should only have 3 files in it, one of the files is a 16GB database dump, and the other files are small marker files.
 
THanx,

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Re: Problem with

Posted by Stefan Bodewig <bo...@apache.org>.
On Fri, 13 May 2005, Ninju Bohra <ni...@yahoo.com> wrote:

> Any ideas on what is going on... The TAR file (which is 1.3GB in
> size) should only have 3 files in it, one of the files is a 16GB
> database dump, and the other files are small marker files.

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.

Can you please try to untar the file on your machine using the tar
command of your OS and if it succeeds reopen the bug?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org