Re: Cannot tar or gzip
Monah Baki <[email protected]> Sat, 23 Jun 2018 23:55:49 -0400
| Newsgroups | gmane.network.argus |
|---|---|
| Message-ID | <CALP3=x-qFS=vdtkuqro+GySWi7euwWhVWdiAbhLgsmRyPiW12Q@mail.gmail.com> |
Never mind, I used curl -O, switched to wget and it worked. On Sat, Jun 23, 2018 at 11:49 PM, Monah Baki <[email protected]> wrote: > Hi all, > > I am trying to install in AWS argus and argus client, I installed 2 brand > new flavors of linux (centos and Redhat), and I get the following errors: > > [ec2-user@ip-10-0-0-152 ~]$ tar -xvzf argus-3.0.8.2.tar.gz > > gzip: stdin: not in gzip format > tar: Child returned status 1 > tar: Error is not recoverable: exiting now > > [ec2-user@ip-10-0-0-152 ~]$ gzip -d argus-3.0.8.2.tar.gz > > gzip: argus-3.0.8.2.tar.gz: not in gzip format > > If I download them to my mac or windows, I can unzip fine. > > > Thanks > Monah >