![]() |
![]() |
Subject: | AUTO DEPLOY failed gzip stdin not in gzip format |
Author: | [Not Specified] |
Posted: | 2014-09-01 01:25 |
Trying to run tar xvf auto.tar.gz
running it as the root user.
It just keeps showing me this
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable exiting now
and i can't get past it.
Running off a fresh install of CENTOS 6.5 on a ESXi VM.
Subject: | Your file auto.tar.gz is |
Author: | Jan Garaj |
Posted: | 2014-09-02 14:25 |
Your file auto.tar.gz is corrupted - it's not gzip file. Check content of this file.
BTW: which version of autodeploy script do you use
Devops Monitoring Expert advice:
Dockerize/automate/monitor all the things.
DevOps stack:
Docker / Kubernetes / Mesos / Zabbix / Zenoss / Grafana / Puppet / Ansible / Vagrant / Terraform /
Elasticsearch
Subject: | Following these instrucions: |
Author: | [Not Specified] |
Posted: | 2014-09-02 17:47 |
Following these instrucions:
# wget --no-check-certificate https://github.com/zenoss/core-autodeploy/tarball/4.2.5 -O auto.tar.gz
# tar xvf auto.tar.gz
# cd zenoss-core-autodeploy-*
From the wiki http://wiki.zenoss.org/Install_Zenoss
Subject: | That's correct. Maybe you don |
Author: | Jan Garaj |
Posted: | 2014-09-03 01:32 |
That's correct. Maybe you don't have network access to https://github.com/. Could you show output from these commands, please:
# wget --no-check-certificate https://github.com/zenoss/core-autodeploy/tarball/4.2.5 -O auto.tar.gz
# file auto.tar.gz
# head auto.tar.gz
# tar xvf auto.tar.gz
# cd zenoss-core-autodeploy-*
Devops Monitoring Expert advice:
Dockerize/automate/monitor all the things.
DevOps stack:
Docker / Kubernetes / Mesos / Zabbix / Zenoss / Grafana / Puppet / Ansible / Vagrant / Terraform /
Elasticsearch
Subject: | so far so good! Until SQL. But I think that's something differen |
Author: | [Not Specified] |
Posted: | 2014-09-07 19:23 |
so far so good! Until SQL. But I think that's something different... see below:
[root@localhost administrator]# wget --no-check-certificate http://github.com/zenoss/core-autodeploy/tarball/4.2.5 -O auto.tar.gz
--2014-09-08 10:16:02-- http://github.com/zenoss/core-autodeploy/tarball/4.2.5
Resolving github.com... 192.30.252.131
Connecting to github.com|192.30.252.131|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/zenoss/core-autodeploy/tarball/4.2.5 [following]
--2014-09-08 10:16:03-- https://github.com/zenoss/core-autodeploy/tarball/4.2.5
Connecting to github.com|192.30.252.131|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/zenoss/core-autodeploy/legacy.tar.gz/4.2.5 [following]
--2014-09-08 10:16:04-- https://codeload.github.com/zenoss/core-autodeploy/legacy.tar.gz/4.2.5
Resolving codeload.github.com... 192.30.252.145
Connecting to codeload.github.com|192.30.252.145|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: auto.tar.gz
[ <=> ] 13,155 43.1K/s in 0.3s
2014-09-08 10:16:05 (43.1 KB/s) - auto.tar.gz saved [13155]
[root@localhost administrator]# file auto.tar.gz
auto.tar.gz: gzip compressed data, from Unix
[root@localhost administrator]# tar xvf auto.tar.gz
zenoss-core-autodeploy-ec817e6/
zenoss-core-autodeploy-ec817e6/README.rst
zenoss-core-autodeploy-ec817e6/core-autodeploy.sh
zenoss-core-autodeploy-ec817e6/licenses/
zenoss-core-autodeploy-ec817e6/licenses/Oracle-BCLA-JavaSE
zenoss-core-autodeploy-ec817e6/secure_zenoss.sh
zenoss-core-autodeploy-ec817e6/zenpack_actions.txt
[root@localhost administrator]# cd zenoss-core-autodeply-*
bash: cd: zenoss-core-autodeply-*: No such file or directory
[root@localhost administrator]# cd zenoss-core-autodeploy-*
[root@localhost zenoss-core-autodeploy-ec817e6]# ./core-autodeploy.sh
Welcome to the Zenoss Core auto-deploy script!
This auto-deploy script installs the Oracle Java Runtime Environment (JRE).
To continue, please review and accept the Oracle Binary Code License Agreement
for Java SE.
Press Enter to continue.
Do you accept the Oracle Binary Code License Agreement for Java SE
Please answer yes or no.
Do you accept the Oracle Binary Code License Agreement for Java SEyes
Install continues....
It appears that the distro-supplied version of MySQL is at least partially installed,
or a prior installation attempt failed.
Please remove these packages, as well as their dependencies (often postfix), and then
retry this script:
mysql-libs-5.1.71-1.el6.x86_64
Subject: | yum remove mysql-libs |
Author: | Jan Garaj |
Posted: | 2014-09-07 22:16 |
yum remove mysql-libs
and run ./core-autodeploy.sh script again
Devops Monitoring Expert advice:
Dockerize/automate/monitor all the things.
DevOps stack:
Docker / Kubernetes / Mesos / Zabbix / Zenoss / Grafana / Puppet / Ansible / Vagrant / Terraform /
Elasticsearch
< |
Previous Zenoss Core Install Transaction check error |
Next Unable to start serviced in ubuntu 14.04 |
> |