Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Eric Blake
On 04/20/2015 05:06 PM, Murthy Gandikota wrote: > > > >> From: murthy64 AT hotmail.com >> To: eblake AT redhat.com; cygwin AT cygwin.com No need to CC me - I read the list. Also, no need to include raw emails in your reply (we not only ask that you avoid

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Murthy Gandikota
> Date: Mon, 20 Apr 2015 16:38:49 -0700 > From: garyj...@spocom.com > To: cygwin@cygwin.com > Subject: Re: tar zxvf won't work with Redhat generated compressed tar file > > On 2015-04-20, Murthy Gandikota wrote: > >>>>

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Gary Johnson
On 2015-04-20, Murthy Gandikota wrote: > >> 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 redundan

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Andrey Repin
Greetings, Murthy Gandikota! >>> 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

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Murthy Gandikota
> From: murth...@hotmail.com > To: ebl...@redhat.com; cygwin@cygwin.com > Subject: RE: tar zxvf won't work with Redhat generated compressed tar file > Date: Mon, 20 Apr 2015 22:00:10 + > > > >

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Murthy Gandikota
> Date: Mon, 20 Apr 2015 15:16:43 -0600 > From: ebl...@redhat.com > To: cygwin@cygwin.com > Subject: Re: tar zxvf won't work with Redhat generated compressed tar file > > On 04/20/2015 03:08 PM, Murthy Gandikota wrote: > &

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Eric Blake
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>

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Murthy Gandikota
> Date: Mon, 20 Apr 2015 23:50:36 +0300 > From: anrdae...@yandex.ru > To: murth...@hotmail.com; cygwin@cygwin.com > Subject: Re: tar zxvf won't work with Redhat generated compressed tar file > > Greetings, Murthy Gandikota! &g

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Andrey Repin
Greetings, Murthy Gandikota! Please don't top-post. Thank you. And please no cleartext emails in quoted text. >>> I am using Cygwin64. I am getting a file from RedHat in tar + zip format. >>> Currently I am able to unzip it and untar it in 2 steps as follows: >> >>> $gunzip mytar.gz >>> $tar xvf

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Eric Blake
On 04/20/2015 01:10 PM, Joi L. Ellis wrote: > > Note that some flavors of tar don't have a very powerful compression library, > and some don't have one at all. For those old ones you may be forced to use > gunzip to get the tarball into a form the old tar understands. (My ancient > CentOS box

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Eric Blake
On 04/20/2015 02:06 PM, Eric Blake wrote: > But I'd need to be able to reproduce the problem locally before I can > provide an updated tar build for cygwin that fixes the problem. As it is, it looks like I'm overdue for a tar build. cygwin tar is still at 1.27.1, while upstream has released 1.28.

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Eric Blake
On 04/20/2015 12:40 PM, Murthy Gandikota wrote: > Hi All > > I am using Cygwin64. I am getting a file from RedHat in tar + zip format. > Currently I am able to unzip it and untar it in 2 steps as follows: > > $gunzip mytar.gz > $tar xvf mytar According to upstream, some compressed tar files can

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Murthy Gandikota
my provider for a sample. Thanks > From: jlel...@pavlovmedia.com > To: bertrand.cap...@chunkz.net; cygwin@cygwin.com; murth...@hotmail.com > Subject: RE: tar zxvf won't work with Redhat generated compressed tar file > Date: Mon, 20 Apr 2015 19:53:15 + > > The

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Joi L. Ellis
-Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Bertrand Caplet Sent: Monday, April 20, 2015 14:42 To: cygwin@cygwin.com Subject: Re: tar zxvf won't work with Redhat generated compressed tar file > Ran this command on Cygwin64 > > $fil

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Murthy Gandikota
r zxvf won't work with Redhat generated compressed tar file > >> Ran this command on Cygwin64 >> >> $file mytar.gz >> mytar.gz: gzip compressed data, from Unix >> >> Did you want me to run this command on Linux? >> >> Thanks > > Well as I

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Bertrand Caplet
> Ran this command on Cygwin64 > > $file mytar.gz > mytar.gz: gzip compressed data, from Unix > > Did you want me to run this command on Linux? > > Thanks Well as I said it's a gzip archive not a tar + gzip you can't extract it with tar. -- CHUNKZ.NET - script kiddie and computer technician B

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Murthy Gandikota
To: murth...@hotmail.com; cygwin@cygwin.com > Subject: Re: tar zxvf won't work with Redhat generated compressed tar file > > Greetings, Murthy Gandikota! > >> Hi All > >> I am using Cygwin64. I am getting a file from RedHat in tar + zip format. >> Currently I am able

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread J. David Boyd
Daniel writes: > Murthy Gandikota wrote: >> Hi All >> >> I am using Cygwin64. I am getting a file from RedHat in tar + zip format. >> Currently I am able to unzip it and untar it in 2 steps as follows: >> >> $gunzip mytar.gz >> $tar xvf mytar >> >> However, I would like to do the following: >> >

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Andrey Repin
Greetings, Murthy Gandikota! > Hi All > I am using Cygwin64. I am getting a file from RedHat in tar + zip format. > Currently I am able to unzip it and untar it in 2 steps as follows: > $gunzip mytar.gz > $tar xvf mytar > However, I would like to do the following: > $tar -zxvf mytar.gz > The

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Murthy Gandikota
Subject: Re: tar zxvf won't work with Redhat generated compressed tar file > >> I have an old CentOS system, so I copied an existing gzipped tarball from it >> to my Cygwin and had no difficulties exploding that file. It had extension >> '.tgz'. Copie

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Daniel
Murthy Gandikota wrote: Hi All I am using Cygwin64. I am getting a file from RedHat in tar + zip format. Currently I am able to unzip it and untar it in 2 steps as follows: $gunzip mytar.gz $tar xvf mytar However, I would like to do the following: $tar -zxvf mytar.gz The error message I see

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Bertrand Caplet
> I have an old CentOS system, so I copied an existing gzipped tarball from it > to my Cygwin and had no difficulties exploding that file. It had extension > '.tgz'. Copied it to '.tar.gz' and still had no issue with it. > > What version of RedHat are you using, and what command(s) created the

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Joi L. Ellis
ygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of Murthy Gandikota Sent: Monday, April 20, 2015 14:03 To: Bertrand Caplet; cyg...@sourceware.org Subject: RE: tar zxvf won't work with Redhat generated compressed tar file Got this message from my upstream Linux sender Please try as well but

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Murthy Gandikota
mpact. > Date: Mon, 20 Apr 2015 21:00:34 +0200 > From: bertrand.cap...@chunkz.net > To: cygwin@cygwin.com > Subject: Re: tar zxvf won't work with Redhat generated compressed tar file > >> Did you mean tar zcvf ? It still doesn't work on RedHat and Cygwin

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Bertrand Caplet
> Did you mean tar zcvf ? It still doesn't work on RedHat and Cygwin64. Yes, I meant this. What does not work ? Do you have a error message ? -- CHUNKZ.NET - script kiddie and computer technician Bertrand Caplet, Flers (FR) Feel free to send encrypted/signed messages Key ID: 37F70C30 GPG FP: 134

RE: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Murthy Gandikota
Did you mean tar zcvf ? It still doesn't work on RedHat and Cygwin64. Thanks > Date: Mon, 20 Apr 2015 20:44:56 +0200 > From: bertrand.cap...@chunkz.net > To: cygwin@cygwin.com > Subject: Re: tar zxvf won't work with Redhat generat

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Bertrand Caplet
> tar xcvf archive.tar.gz your-files I said tar xcvf for creating archive but it's tar zcvf my bad. -- CHUNKZ.NET - script kiddie and computer technician Bertrand Caplet, Flers (FR) Feel free to send encrypted/signed messages Key ID: 37F70C30 GPG FP: 134A 4027 518B 5F4D D409 558D BA9B 7BF0 37F7 0

Re: tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Bertrand Caplet
Hey there, It's not working because you're trying to decompress a tar + gzip archive with tar zxvf but it's just a gzip archive. If you first make a tar + gzip archive with : tar xcvf archive.tar.gz your-files and then : tar zxvf archive.tar.gz It will be ok :-) Regards, -- CHUNKZ.NET - scr

tar zxvf won't work with Redhat generated compressed tar file

2015-04-20 Thread Murthy Gandikota
Hi All I am using Cygwin64. I am getting a file from RedHat in tar + zip format. Currently I am able to unzip it and untar it in 2 steps as follows: $gunzip mytar.gz $tar xvf mytar However, I would like to do the following: $tar -zxvf mytar.gz The error message I see is: tar: This does not l