Page 1 of 3
Error Downloading Packages: Upgrade from 5.4.13>5.5
Posted: Thu Jul 05, 2018 2:42 pm
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
Re: Error Downloading Packages: Upgrade from 5.4.13>5.5
Posted: Thu Jul 05, 2018 4:33 pm
by scottwilkerson
might want to try this
Code: Select all
yum reinstall epel-release -y
yum clean all
yum install shellinabox -y
Re: Error Downloading Packages: Upgrade from 5.4.13>5.5
Posted: Thu Jul 05, 2018 4:34 pm
by scottwilkerson
Also, is this server behind a proxy?
Re: Error Downloading Packages: Upgrade from 5.4.13>5.5
Posted: Fri Jul 06, 2018 2:59 pm
by meston.nu
No proxy. Please see the attached errors.
Re: Error Downloading Packages: Upgrade from 5.4.13>5.5
Posted: Fri Jul 06, 2018 3:09 pm
by scottwilkerson
Lets run the following
Code: Select all
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
Re: Error Downloading Packages: Upgrade from 5.4.13>5.5
Posted: Fri Jul 06, 2018 3:40 pm
by meston.nu
Error attached.
nagiosError2.PNG
Re: Error Downloading Packages: Upgrade from 5.4.13>5.5
Posted: Fri Jul 06, 2018 3:48 pm
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
Re: Error Downloading Packages: Upgrade from 5.4.13>5.5
Posted: Fri Jul 06, 2018 3:54 pm
by meston.nu
nagiosError3.PNG
See error received. It's running on CentOS. Not sure if that matters.
Re: Error Downloading Packages: Upgrade from 5.4.13>5.5
Posted: Fri Jul 06, 2018 3:56 pm
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
Re: Error Downloading Packages: Upgrade from 5.4.13>5.5
Posted: Fri Jul 06, 2018 4:07 pm
by meston.nu
Those commands completed without error.