[Off-Topic] Need help with SSL

2016-05-18 Thread Murthy Gandikota
Iapologize for posting my query here. If you know where I can get help on Sun OS kindly let me know. We have obtained a new cert --fiddler2.com--from our provider. And then add ed the certificate to the store. Our Application Server is Glassfish 3 and Java version is 6 . It works fine on

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 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 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 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 Murthy Gandikota
$ ldd /usr/bin/tar         ntdll.dll => /cygdrive/c/Windows/SYSTEM32/ntdll.dll (0x772c)         kernel32.dll => /cygdrive/c/Windows/system32/kernel32.dll (0x771a)         KERNELBASE.dll => /cygdrive/c/Windows/system32/KERNELBASE.dll (0x7fefd0a)         cygwin1.dll => /usr/bin/cygwin1.d

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

2015-04-20 Thread Murthy Gandikota
As I said earlier, if I do it in 2 steps gunzip and tar -xvf, it worked. The problem surfaces when I try tar -zxvf. Thanks > Date: Mon, 20 Apr 2015 21:41:54 +0200 > From: bertrand.cap...@chunkz.net > To: cygwin@cygwin.com > Subject: Re: tar zxvf won't work

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 Murthy Gandikota
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 > Date: Mon, 20 Apr 2015 21:18:09 +0200 > From: bertrand.cap...@chunkz.net > To: cygwin@cygwin.com > Subject: Re:

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

2015-04-20 Thread Murthy Gandikota
Got this message from my upstream Linux sender Please try as well but I previously tried renaming the .tar to .tar.gz (this is an old Linux issue - not knowing a .tar was compressed unless it had .gz too - that I haven't seen required in years) - this had no impact.

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 generated compressed tar file > >

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