Yum 404 Errors Since Thursday May 6th
Since last Thursday, I have been getting consistent 404 errors when I run my typical yum update/install commands:
Failure talking to yum: failure:
repodata/557afa691908fcfb66b85b1830ff2b69fbd113e0e9004f67e9447b91b14cb442-filelists.sqlite.bz2 from rhel-7-server-e4s-optional-rpms: [Errno 256] No more mirrors to try.
https://cdn.redhat.com/content/e4s/rhel/server/7/7Server/x86_64/optional/os/repodata/557afa691908fcfb66b85b1830ff2b69fbd113e0e9004f67e9447b91b14cb442-filelists.sqlite.bz2: [Errno 14] HTTPS Error 404 - Not Found
That is one example.
I have confirmed my subscription is active, I have changed nothing about my yum repo settings files, etc.
I use Vagrant scripts to build out my development systems so this problem appeared out of no where my vagrant up
commands suddenly started failing at the yum commands.
Some of the troubleshooting I have tried is running the following:
sed -i 's/notify_only=1/notify_only=0/' /etc/yum/pluginconf.d/search-disabled-repos.conf
subscription-manager status
subscription-manager refresh
subscription-manager repos --list-enabled
subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms" --enable "rhel-7-server-optional-rpms" --enable "rhel-server-rhscl-7-rpms"
rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Nothing is working.
I have seen a few posts in this forum regarding 404 errors scattered about. I can't tell if the problem is related to my account, my region, etc. It doesn't seem to be happening to everyone, however this is a 404 error so it must be related to the server not finding my artifacts.
Or maybe there is some bug in how the URL is generated. Looking closer at my error: https://cdn.redhat.com/content/e4s/rhel/server/7/7Server/x86_64/optional/os/repodata/557afa691908fcfb66b85b1830ff2b69fbd113e0e9004f67e9447b91b14cb442-filelists.sqlite.bz2
it appears it create a URL with a token inserted in it - perhaps the server is not processing the URL correctly?