DEBUG util.py:399: Trying other mirror.
DEBUG util.py:399: One of the configured repositories failed (fedora),
DEBUG util.py:399: and yum doesn't have enough cached data to continue. At this point the only
DEBUG util.py:399: safe thing yum can do is fail. There are a few ways to work "fix" this:
DEBUG util.py:399: 1. Contact the upstream for the repository and get them to fix the problem.
DEBUG util.py:399: 2. Reconfigure the baseurl/etc. for the repository, to point to a working
DEBUG util.py:399: upstream. This is most often useful if you are using a newer
DEBUG util.py:399: distribution release than is supported by the repository (and the
DEBUG util.py:399: packages for the previous distribution release still work).
DEBUG util.py:399: 3. Disable the repository, so yum won't use it by default. Yum will then
DEBUG util.py:399: just ignore the repository until you permanently enable it again or use
DEBUG util.py:399: --enablerepo for temporary usage:
DEBUG util.py:399: yum-config-manager --disable fedora
DEBUG util.py:399: 4. Configure the failing repository to be skipped, if it is unavailable.
DEBUG util.py:399: Note that yum will try to contact the repo. when it runs most commands,
DEBUG util.py:399: so will have to try and fail each time (and thus. yum will be be much
DEBUG util.py:399: slower). If it is a very temporary problem though, this is often a nice
DEBUG util.py:399: compromise:
DEBUG util.py:399: yum-config-manager --save --setopt=fedora.skip_if_unavailable=true
DEBUG util.py:399: failure: repodata/repomd.xml from fedora: [Errno 256] No more mirrors to try.