I noticed today I cannot yum install any packages from epel 7.
I see lots of errors like:
http://fedora.westmancom.com/epel/7/x86_64/repodata/6201e922dac4ba1b5b44be23...: [Errno 14] HTTP Error 404 - Not Found http://mirror.clarkson.edu/epel/7/x86_64/repodata/6201e922dac4ba1b5b44be2339...: [Errno 14] HTTP Error 404 - Not Found
Is there a problem with epel 7 and all the mirrors? Or could this be a local problem.
This started after I ran
yum clean all
Thanks,
On 06/30/2015 11:00 PM, Gary Gatling wrote:
I have the same troubles with CentOS 5 and 6 and EPEL 5 and 6 !
I noticed today I cannot yum install any packages from epel 7.
I see lots of errors like:
http://fedora.westmancom.com/epel/7/x86_64/repodata/6201e922dac4ba1b5b44be23...: [Errno 14] HTTP Error 404 - Not Found http://mirror.clarkson.edu/epel/7/x86_64/repodata/6201e922dac4ba1b5b44be2339...: [Errno 14] HTTP Error 404 - Not Found
Is there a problem with epel 7 and all the mirrors? Or could this be a local problem.
This started after I ran
yum clean all
Am 30.06.2015 um 23:16 schrieb Bernard Lheureux:
On 06/30/2015 11:00 PM, Gary Gatling wrote:
I have the same troubles with CentOS 5 and 6 and EPEL 5 and 6 !
I noticed today I cannot yum install any packages from epel 7.
I see lots of errors like:
http://fedora.westmancom.com/epel/7/x86_64/repodata/6201e922dac4ba1b5b44be23...: [Errno 14] HTTP Error 404 - Not Found http://mirror.clarkson.edu/epel/7/x86_64/repodata/6201e922dac4ba1b5b44be2339...: [Errno 14] HTTP Error 404 - Not Found
Is there a problem with epel 7 and all the mirrors? Or could this be a local problem.
This started after I ran
yum clean all
it's a repeating problem with the Fedora infrastructure and by far only hits EPEL, somtimes YUM resloves deps, downloads 3 pckages, a 404, pretends it tries another mirror and stops
repeating "yum upgrade" will download the next package, stops again, repeat it often enough and the updates suceeds
On 30 June 2015 at 15:19, Reindl Harald h.reindl@thelounge.net wrote:
Am 30.06.2015 um 23:16 schrieb Bernard Lheureux:
On 06/30/2015 11:00 PM, Gary Gatling wrote:
I have the same troubles with CentOS 5 and 6 and EPEL 5 and 6 !
I noticed today I cannot yum install any packages from epel 7.
I see lots of errors like:
http://fedora.westmancom.com/epel/7/x86_64/repodata/6201e922dac4ba1b5b44be23...: [Errno 14] HTTP Error 404 - Not Found
http://mirror.clarkson.edu/epel/7/x86_64/repodata/6201e922dac4ba1b5b44be2339...: [Errno 14] HTTP Error 404 - Not Found
Is there a problem with epel 7 and all the mirrors? Or could this be a local problem.
This started after I ran
yum clean all
it's a repeating problem with the Fedora infrastructure and by far only hits EPEL, somtimes YUM resloves deps, downloads 3 pckages, a 404, pretends it tries another mirror and stops
repeating "yum upgrade" will download the next package, stops again, repeat it often enough and the updates suceeds
OK we have been seeing reports of this problem but never enough data to pin down what of many problems it could be. Patrick Uiterwijk has written a script which if people could check and run it will help us greatly. The code is at https://github.com/puiterwijk/check_metalink and looks to require the python-request-ftp module which isn't in EPEL but is in Fedora 21->22 [This is mainly to check ftp hosts.. if you only care about http.. don't worry]
On EL-6, EL-7 systems:
sudo yum install python-virtualenv virtualenv venv; source venv/bin/activate; pip install requests requests-ftp mkdir home cd home git clone git@github.com:puiterwijk/check_metalink.git cd check_metalink
On Fedora-21+ systems: git clone git@github.com:puiterwijk/check_metalink.git cd check_metalink
python ./check_metalink -v -v -v --repo=epel-7 --arch=x86_64 --check-master &> master-out.txt python ./check_metalink -v -v -v --repo=epel-7 --arch=x86_64 --check-mirrors &> mirror-out.txt
The output should help us figure out why we aren't seeing these problems in some environments but others are seeing it a lot.
On Tue, Jun 30, 2015 at 7:16 PM, Stephen John Smoogen smooge@gmail.com wrote:
OK we have been seeing reports of this problem but never enough data to pin down what of many problems it could be. Patrick Uiterwijk has written a script which if people could check and run it will help us greatly. The code is at https://github.com/puiterwijk/check_metalink and looks to require the python-request-ftp module which isn't in EPEL but is in Fedora 21->22 [This is mainly to check ftp hosts.. if you only care about http.. don't worry]
Ok. I'll certainly try to run the script tomorrow at work to try to give some feedback about the problem.
I noticed fedora 22 had a similar issue at home today after I left work. After a fresh install. [root@localhost ~]# dnf -y update Fedora 22 - x86_64 373 kB/s | 41 MB 01:52
Error: Failed to synchronize cache for repo 'updates' from ' https://mirrors.fedoraproject.org/metalink?repo=updates-released-f22&arc...': Yum repo downloading error: Downloading error(s): repodata/1daf2ac99bb074abb93a17c35dcdadc67b775efd1b89d9a0859c4439e442ecba-filelists.xml.gz - Download failed: Curl error (56): Failure when receiving data from the peer for ftp://mirror.nexcess.net/fedora/updates/22/x86_64/repodata/1daf2ac99bb074abb93a17c35dcdadc67b775efd1b89d9a0859c4439e442ecba-filelists.xml.gz [response reading failed]; repodata/ffe977362e4d051ff83d947ccd010d44b26fb37b5a32a861be62cf5c86169f42-updateinfo.xml.gz - Download failed: Curl error (56): Failure when receiving data from the peer for ftp://mirror.nexcess.net/fedora/updates/22/x86_64/repodata/ffe977362e4d051ff83d947ccd010d44b26fb37b5a32a861be62cf5c86169f42-updateinfo.xml.gz [response reading failed]
It didn't recover on its own. Eventually dnf gave up.
When I tried dnf update again it also had many failures but "some of them" were ok so dnf is updating now. Not sure if its related but wanted to mention it in case it is.
Can I rebuild python-request-ftp from source on RHEL 6/7 from the fedora 22 SRPM?
Thanks for the explanation about what is going on with EPEL mirrors.
Ok, To follow up on the script output.
master-out.txt: http://fpaste.org/238632/14357897/
mirror-out.txt: http://fpaste.org/238633/57898001/
I guess it needs to be run when yum is not working with any of the mirrors... EPEL 7 seems fine today while doing a fresh install.
If I notice a problem again I will try running this script and letting you guys know and the output.
Thanks,
On 1 July 2015 at 16:34, Gary Gatling gsgatlin@ncsu.edu wrote:
Ok, To follow up on the script output.
master-out.txt: http://fpaste.org/238632/14357897/
mirror-out.txt: http://fpaste.org/238633/57898001/
I guess it needs to be run when yum is not working with any of the mirrors... EPEL 7 seems fine today while doing a fresh install.
Well if you have a run where it works and then a run where it doesn't, it may show something we need.
If I notice a problem again I will try running this script and letting you guys know and the output.
Thanks.
Thanks,
epel-devel mailing list epel-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/epel-devel
On 30 June 2015 at 15:00, Gary Gatling gsgatlin@ncsu.edu wrote:
I noticed today I cannot yum install any packages from epel 7.
I see lots of errors like:
http://fedora.westmancom.com/epel/7/x86_64/repodata/6201e922dac4ba1b5b44be23...: [Errno 14] HTTP Error 404 - Not Found http://mirror.clarkson.edu/epel/7/x86_64/repodata/6201e922dac4ba1b5b44be2339...: [Errno 14] HTTP Error 404 - Not Found
Is there a problem with epel 7 and all the mirrors? Or could this be a local problem.
So there is a window in time when new updates have been published to the mirrors but the mirrormanager crawler has not gotten that information yet. We are working on getting that window smaller, but at the moment it is causing problems with EPEL. [EPEL consumers are the largest customer of mirrormanager so it shows up the most here.]
epel-devel@lists.fedoraproject.org