On Sun, Aug 20, 2017 at 04:26:34PM +0200, Norbert Jurkeit wrote:
mirror manager currently seems not to return any mirrors outside the US for release=26 and arch=i386, although according to admin.fedoraproject.org/mirrormanager there are a few sites outside the US hosting Fedora Secondary (I noticed that because I added country=de to *.repo files which has worked so far but now produces error messages when running dnf). Please check.
So as this mail is already a few days old (sorry for the late reply) I guess that was something temporary. Right now it looks correct:
curl -s 'https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-26&arch=i386&am...' # repo = fedora-26 arch = i386 country = DE https://ftp-stud.hs-esslingen.de/pub/fedora-secondary/releases/26/Everything...
Why are you adding 'country=de'? That is probably not the best idea. You are telling mirrormanager to only return mirrors from Germany. Which, if you are based in Germany, should happen automatically. If, however, all German mirrors are marked (temporarily) as out of date MM will return mirrors from nearby countries. If you are telling mirrormanager to only return mirrors from Germany and all German mirrors are out of date, you get no mirrors. So removing 'country=de' is probably the right fix.
Adrian