Error Downloading Packages: Upgrade from 5.4.13>5.5

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
meston.nu
Posts: 12
Joined: Fri Jun 02, 2017 3:29 pm

Error Downloading Packages: Upgrade from 5.4.13>5.5

Post by meston.nu »

After applying the workaround for the upgrade I receive the following error:

Error Downloading Packages:
shellinabox-2.14-27.git88822c1.el6.x86_64: failure: shellinabox-2.14-27.git88822c1.el6.x86_64.rpm from epel: [Errno 256] No more mirrors to try.

I've tried to upgrade over a couple days thinking maybe it was just a connection issue, but I can never find a mirror for this package.

upgrade log attached

Thanks!

Miranda
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error Downloading Packages: Upgrade from 5.4.13>5.5

Post by scottwilkerson »

might want to try this

Code: Select all

yum reinstall epel-release -y
yum clean all
yum install shellinabox -y
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error Downloading Packages: Upgrade from 5.4.13>5.5

Post by scottwilkerson »

Also, is this server behind a proxy?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
meston.nu
Posts: 12
Joined: Fri Jun 02, 2017 3:29 pm

Re: Error Downloading Packages: Upgrade from 5.4.13>5.5

Post by meston.nu »

No proxy. Please see the attached errors.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error Downloading Packages: Upgrade from 5.4.13>5.5

Post by scottwilkerson »

Lets run the following

Code: Select all

yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
meston.nu
Posts: 12
Joined: Fri Jun 02, 2017 3:29 pm

Re: Error Downloading Packages: Upgrade from 5.4.13>5.5

Post by meston.nu »

Error attached.
nagiosError2.PNG
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error Downloading Packages: Upgrade from 5.4.13>5.5

Post by scottwilkerson »

please run this

Code: Select all

mkdir -p /tmp/epel
mv  /etc/yum.repos.d/epel* /tmp/epel
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
meston.nu
Posts: 12
Joined: Fri Jun 02, 2017 3:29 pm

Re: Error Downloading Packages: Upgrade from 5.4.13>5.5

Post by meston.nu »

nagiosError3.PNG
See error received. It's running on CentOS. Not sure if that matters.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Error Downloading Packages: Upgrade from 5.4.13>5.5

Post by scottwilkerson »

is this system Internet connected?

How about this

Code: Select all

cd /tmp
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
yum localinstall epel-release-latest-6.noarch.rpm
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
meston.nu
Posts: 12
Joined: Fri Jun 02, 2017 3:29 pm

Re: Error Downloading Packages: Upgrade from 5.4.13>5.5

Post by meston.nu »

Those commands completed without error.
Locked