Error during upgrade

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Mark de Bokx
Posts: 43
Joined: Wed Jul 07, 2010 1:59 am

Error during upgrade

Post by Mark de Bokx »

I keep getting the following error during upgrade. Even after setting proxy support (export http_proxy= proxy url)

Retrieving http://download.fedora.redhat.com/pub/e ... noarch.rpm
error: skipping http://download.fedora.redhat.com/pub/e ... noarch.rpm - transfer failed - Unknown or unexpected error

Than the install script just hangs. What am I doing wrong here?
User avatar
admin
Site Admin
Posts: 256
Joined: Mon Oct 12, 2009 8:21 am

Re: Error during upgrade

Post by admin »

Strange - looks like a problem with the RPM repo or something. If you want to upgrade Nagios XI without updating the RPMs, run this command instead:

Code: Select all

./upgrade noprereqs
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.

Ethan Galstad
President
Mark de Bokx
Posts: 43
Joined: Wed Jul 07, 2010 1:59 am

Re: Error during upgrade

Post by Mark de Bokx »

After some searching I found out that I set the environment variable wrong.

For http proxy setting its: export http_proxy = proxy address
But for RPM repo's its: export proxy_host = proxy address

After using the the last one it worked.

Thanks for the tip though. It will come in handy next time.
Locked