Problem
User gets the following error when trying to install YUM
[root@HP-GP-AMS-01 yum.repos.d]# yum install telnet
Loaded plugins: langpacks, product-id, search-disabled-repos
https://rep-centos-il.upress.io/%24releasever/os/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.
To address this issue please refer to the below knowledge base articlehttps://access.redhat.com/articles/1320623
If above article doesn't help to resolve this issue please open a ticket with Red Hat Support.
https://rep-centos-il.upress.io/%24releasever/updates/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Trying other mirror.One of the configured repositories failed (CentOS-$releasever - Updates),
and yum doesn't have enough cached data to continue. At this point the only
safe thing yum can do is fail. There are a few ways to work "fix" this:......
failure: repodata/repomd.xml from updates: [Errno 256] No more mirrors to try.
https://rep-centos-il.upress.io/$releasever/updates/x86_64/repodata/repomd.xml: [Errno 14] HTTPS Error 404 - Not Found
Solution
One or more repos are inaccessible
for example redhat repository
delete the file of the repo from /etc/yum.repos.d/redhat.repo
also disable subscription manager
vi /etc/yum/pluginconf.d/subscription-manager.conf
and change to
enabled=0
also you can skip non working repositories
add the following settings to yum.conf
skip_if_unavailable=1
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →