<div dir="ltr">In ancient times tar used a blocksize of 10240 bytes (or 20 records of 512 bytes), particularly for tape. I'm pretty sure I sometimes had to zero pad out to a multiple of 10240 bytes, even when there was no tape involved.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jan 14, 2015 at 12:16 AM, Matt Caswell <span dir="ltr"><<a href="mailto:matt@openssl.org" target="_blank">matt@openssl.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
<br>
On 13/01/15 00:51, <a href="mailto:jonetsu@teksavvy.com">jonetsu@teksavvy.com</a> wrote:<br>
> Hello,<br>
><br>
>   There is an untarring error with file.  Here are the details.<br>
><br>
> File size:<br>
><br>
> 1425056 Jan  4 18:50 openssl-fips-2.0.9.tar.gz<br>
><br>
> md5sum test OK with:<br>
><br>
> c8256051d7a76471c6ad4fb771404e60<br>
><br>
> The error:<br>
><br>
> % tar xvfz openssl-fips-2.0.9.tar.gz<br>
><br>
> [...]<br>
> openssl-fips-2.0.9/util/ssleay.num<br>
> openssl-fips-2.0.9/util/<a href="http://tab_num.pl" target="_blank">tab_num.pl</a><br>
> openssl-fips-2.0.9/util/x86asm.sh<br>
> tar: A lone zero block at 14880<br>
><br>
> Is there something wrong with the archive ?<br>
<br>
</span>No.<br>
<br>
"Recent versions of GNU tar expect a pair of zero blocks at the end of<br>
the file by default. If GNU tar encounters a lone zero block, even at<br>
the end, this is interpreted by GNU tar as a bad archive."<br>
(from <a href="http://www-01.ibm.com/support/docview.wss?uid=swg21270445" target="_blank">http://www-01.ibm.com/support/docview.wss?uid=swg21270445</a>)<br>
<br>
if you use:<br>
<br>
tar ixvfz openssl-fips-2.0.9.tar.gz<br>
<br>
the problem goes away.<br>
<span class="HOEnZb"><font color="#888888"><br>
Matt<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
openssl-users mailing list<br>
To unsubscribe: <a href="https://mta.openssl.org/mailman/listinfo/openssl-users" target="_blank">https://mta.openssl.org/mailman/listinfo/openssl-users</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Christopher Vance</div>
</div>