bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] Fwd: bug in GnuTar


From: Vitaly V. Ch
Subject: Re: [Bug-tar] Fwd: bug in GnuTar
Date: Thu, 22 Nov 2007 14:46:26 +0200

On some machines run under slackware 10.2 next test always fail:

 for ((i=0;i<1000;i++)); do echo $i >$i; tar cz $i >>file.tgz; done;
gzip -t -v file.tgz

but following test always success on all machines:

 for ((i=0;i<1000;i++)); do echo $i >$i; tar c $i | gzip >>file.tgz;
done; gzip -t -v file.tgz

On Nov 22, 2007 1:54 PM, Sergey Poznyakoff <address@hidden> wrote:
> Vitaly V. Ch <address@hidden> ha escrit:
>
> > when I create compressed tar archive the archive's file is not
> > consistent at exit of tar but after exiting child gzip.
>
> Could you explain, please?
>
> -Sergey
>




reply via email to

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