Hide Forgot
Description of problem: yum with metalink repo cannot find fedora 21 packages Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: 1. 2. 3. [root@gcc2-power8 ~]# yum clean all [root@gcc2-power8 ~]# yum update Loaded plugins: etckeeper, langpacks atX.X | 1.1 kB 00:00:00 fedora/21/ppc64le/metalink | 1.0 kB 00:00:00 http://dl.fedoraproject.org/pub/fedora-secondary/releases/21/Everything/ppc64le/os/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found Trying other mirror. One of the configured repositories failed (Fedora 21 - ppc64le), 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: 1. Contact the upstream for the repository and get them to fix the problem. 2. Reconfigure the baseurl/etc. for the repository, to point to a working upstream. This is most often useful if you are using a newer distribution release than is supported by the repository (and the packages for the previous distribution release still work). ... [root@gcc2-power8 ~]# cat /etc/yum.repos.d/fedora.repo [fedora] name=Fedora $releasever - $basearch failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/ metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch enabled=1 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch skip_if_unavailable=False [fedora-debuginfo] name=Fedora $releasever - $basearch - Debug failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/ metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch enabled=0 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch skip_if_unavailable=False [fedora-source] name=Fedora $releasever - Source failovermethod=priority #baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/ metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch enabled=0 metadata_expire=7d gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch skip_if_unavailable=False Actual results: repo not found Expected results: metalink redirecting to the archived repo Additional info: More recent fedora are not stable on this hardware and crash after only a few hours of use, that's why we're stuck with fedora 21
Fedora 21 is EOL. http://dl.fedoraproject.org/pub/fedora-secondary/releases/21/README ATTENTION ====================================== The contents of this directory have been moved to our archives available at: http://archives.fedoraproject.org/pub/archive/fedora-secondary/ If you are having troubles finding something there please stop by #fedora-admin on irc.freenode.net
Reopened here: https://fedorahosted.org/fedora-infrastructure/ticket/5250