Error Downloading Packages: Upgrade from 5.4.13>5.5
Error Downloading Packages: Upgrade from 5.4.13>5.5
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
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
might want to try this
Code: Select all
yum reinstall epel-release -y
yum clean all
yum install shellinabox -y-
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
Also, is this server behind a proxy?
Re: Error Downloading Packages: Upgrade from 5.4.13>5.5
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
Lets run the following
Code: Select all
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpmRe: Error Downloading Packages: Upgrade from 5.4.13>5.5
Error attached.
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
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.rpmRe: Error Downloading Packages: Upgrade from 5.4.13>5.5
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
is this system Internet connected?
How about this
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.rpmRe: Error Downloading Packages: Upgrade from 5.4.13>5.5
Those commands completed without error.