Page 2 of 2

Re: yum error "One of the configured repositories failed (Unknown)""

Posted: 2018/05/11 14:42:45
by avij
TimL wrote:Some mirrors still have issues.
what worked for me was commenting the "metalink", and un-commenting the "baseurl" in /etc/yum.repos.d/epel.repo
Yes, sure. My general suggestion is still valid, though -- unless you have an immediate need to get EPEL packages, I would suggest using --disablerepo=epel until your local mirror gets the fixed repodata. If you do have an immediate need for EPEL packages and yum clean all does not help, you will need to adjust your config to point to some specific mirror that has the fixed content, like by adding baseurl=http://ftp.funet.fi/pub/mirrors/fedora. ... /$basearch to epel.repo. Most mirrors should be updated by now, though.

Re: [SOLVED] One of the configured repositories failed (Unknown)

Posted: 2018/05/11 14:59:06
by TimL
Sure yum could list the repo, and sure it could try a different mirror if one is broken, but I think such features are best left to whenever dnf trickles down from fedora to redhat then centos.

What should be done, is someone should notify the mirrors that are still broken, and maybe fix/prevent whatever the root issue was.

Re: [SOLVED] One of the configured repositories failed (Unknown)

Posted: 2018/05/11 16:19:48
by TrevorH
Sure but those are mostly issues for the EPEL maintainers. EPEL is not a CentOS project, it's Redhat.

Re: [SOLVED] One of the configured repositories failed (Unknown)

Posted: 2018/05/11 16:28:31
by dalepres
Thanks, Ajiv. That's the approach I'll take next time.