5.2.8 tar archive issue

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bspeed
Posts: 23
Joined: Wed Jul 06, 2011 4:46 pm

5.2.8 tar archive issue

Post by bspeed »

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,
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: 5.2.8 tar archive issue

Post by Box293 »

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:

Code: Select all

gunzip xi-latest.tar.gz
tar xzf xi-latest.tar
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
bspeed
Posts: 23
Joined: Wed Jul 06, 2011 4:46 pm

Re: 5.2.8 tar archive issue

Post by bspeed »

Awesome! Thanks Box293. Haven't had that issue in the past but I'll remember it now.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: 5.2.8 tar archive issue

Post by rkennedy »

Are we good to mark this thread as resolved?
Former Nagios Employee
bspeed
Posts: 23
Joined: Wed Jul 06, 2011 4:46 pm

Re: 5.2.8 tar archive issue

Post by bspeed »

Yes thank you.
Locked