delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/04/20/18:00:30

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:from:to:subject:date:in-reply-to
:references:content-type:content-transfer-encoding:mime-version;
q=dns; s=default; b=aB9C4yu1DQCtyzjARZAggIfy0lOqIdxtkMVv8Vx/Tuo
RWvjwMK6zuahfU3x/LaOIg++63TY3gkHAez4lLPka+S0GaE7pJcyOGxzTQA1CKWt
CqW5NjbCC96+LCzMrVo4dVKpP+YPpl0S1Rogn5SoKlznkPBCocjGx2rSdT1T/Vzs
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:message-id:from:to:subject:date:in-reply-to
:references:content-type:content-transfer-encoding:mime-version;
s=default; bh=Ycc88F669UXKN5hK8qObc8ixQoA=; b=RqTAvWSrMwstKSVap
Z6pk/zTDqZZyq9A6e/D32xx8qXbfNHjP6OLb2tbiA8fnhAUk5OuYIQiHay08no/Q
jlTiZJUJ2DBRwh6ocdMkmyFeHx5yhw3BCoU08wm5aHaN0qlAVE4BL6ifidzIQdXx
LV1K6du4UvwjoeO4jTPndmh9zo=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=2.1 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2
X-HELO: COL004-OMC3S17.hotmail.com
X-TMN: [qSHtsHPIpZJ68mhq5EgWGR8zt7V2J248]
Message-ID: <COL130-W530B6F57CC449D3CD22F44C2E00@phx.gbl>
From: Murthy Gandikota <murthy64 AT hotmail DOT com>
To: Eric Blake <eblake AT redhat DOT com>, "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
Subject: RE: tar zxvf won't work with Redhat generated compressed tar file
Date: Mon, 20 Apr 2015 22:00:10 +0000
In-Reply-To: <55356CBB.9030601@redhat.com>
References: <COL130-W80F61D41DBC766A5C40206C2E00 AT phx DOT gbl>,<969800560 DOT 20150420222609 AT yandex DOT ru> <COL130-W78804B6BA04135A92CC2FAC2E00 AT phx DOT gbl>,<509379965 DOT 20150420235036 AT yandex DOT ru> <COL130-W65B445CB84F1010DEEDA6EC2E00 AT phx DOT gbl>,<55356CBB DOT 9030601 AT redhat DOT com>
MIME-Version: 1.0
X-IsSubscribed: yes
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t3KM0RXG023238


----------------------------------------
> Date: Mon, 20 Apr 2015 15:16:43 -0600
> From: eblake AT redhat DOT com
> To: cygwin AT cygwin DOT com
> Subject: Re: tar zxvf won't work with Redhat generated compressed tar file
>
> On 04/20/2015 03:08 PM, Murthy Gandikota wrote:
>
>>>
>>>> $ tar xvf mytar.gz
>>>> tar: This does not look like a tar archive
>>>> tar: Skipping to next header
>>>> tar: Exiting with failure status due to previous errors
>>>
>>> Then what makes you think it is actually a tar archive?
>>> What
>>>
>>> gunzip> mytar < mytar.gz; file mytar
>>>
>>> says?
>>>
>
>> Sorry, didn't notice the top-posting.... here is the output to the command
>>
>> mytar: gzip compressed data, last modified: Tue Mar 24 03:50:58 2015, from Unix
>
> Then it looks like you have a DOUBLE-compressed file. That is, someone
> took a .tar.gz file, and ran THAT through gzip again (which seldom does
> anything except make a LARGER file - because the first round of
> compression removed any redundancy). Tar cannot read a
> double-compressed stream, but breaking things into two steps lets you
> get back to a single compressed stream, where the tar call then
> auto-decompresses because you weren't supplying an explicit 'z' the
> second time around. To prove it, try:
>
> gunzip <mytar.gz>mytar
> tar zxvf mytar
>
> and if it still untars with an explicit decompression, then you have
> proven that your original file was double-compressed. Also, if I'm
> right about double compression, then mytar.gz would likely be slightly
> larger than mytar (rather than the usual case of the .gz being
> noticeably smaller).
>
> --
> Eric Blake eblake redhat com +1-919-301-3266
> Libvirt virtualization library http://libvirt.org
>

Yes, Sir. It did untar properly. So the problem is with the server compressing during the download (I get the file from a http server)?
Thanks a lot for your help 		 	   		  
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019