This repository has been archived by the owner on Oct 11, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 69
Intermittent problems with EPEL 6 repository #21
Labels
Milestone
Comments
I believe this is going to be an open issue forever unless I stop using |
Allright, no running away from Amazon Linux AMI for now, CloudInit is too convenient. I'll move it from |
|
Will be solved after we're done with #53 and we're ready to ditch https://airflow.readthedocs.io/en/stable/howto/run-with-systemd.html |
This was referenced Nov 21, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Once in a while
yum makecache
fails, apparently because EPEL screws up (epel: Check uncompressed DB failed
) and expected the wrong payload size ([Errno 14] HTTP Error 416 - Requested Range Not Satisfiable
for all its mirrors).Perhaps I can make this problem go from "uncommon" to "rare" if I configure
yum
to ignore unavailable repositories (yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true
), therefore encouraging it to ignore the cache.Shouldn't be very impactful, the only use of EPEL6 at the moment is the
supervisor
package.The text was updated successfully, but these errors were encountered: