Hey,
I keep getting this error when I try to install the latest update.
[root@****** tmp]# tar xzf xi-latest.tar.gz
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
[root@****** tmp]# ls -l -h xi-latest.tar.gz
-rw-r--r-- 1 root root 49M Jun 8 11:04 xi-latest.tar.gz
I've tried downloading using this https://assets.nagios.com/downloads/nag ... 1443496503 and http://assets.nagios.com/downloads/nagi ... est.tar.gz.
I've downloaded it a couple of times, I use SCP to copy the file over from my local machine. The file exports using 7-zip fine on my machine?
Anyone else had this issue? Thanks,
5.2.8 tar archive issue
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: 5.2.8 tar archive issue
Yeah it's because you're SCP'ing it over, something is different to the file compared to if you did a wget directly on the server.
Do this:
Do this:
Code: Select all
gunzip xi-latest.tar.gz
tar xzf xi-latest.tarAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: 5.2.8 tar archive issue
Awesome! Thanks Box293. Haven't had that issue in the past but I'll remember it now.