I am not sure this is a mirror issue. I have over 100 Mageia 5 boxes in a lab and they are all getting the same error that canadaist is seeing.
I use the command and get the following error:
- Code: Select all
urpmi --update --auto --auto-update
invalid MD5SUM file (downloaded from http://mageia.webconquest.com/distrib/5/x86_64/media/core/release/media_info)
invalid MD5SUM file (downloaded from http://mageia.webconquest.com/distrib/5/x86_64/media/debug/core/release/media_info)
invalid MD5SUM file (downloaded from http://mageia.webconquest.com/distrib/5/x86_64/media/core/updates/media_info)
invalid MD5SUM file (downloaded from http://mageia.webconquest.com/distrib/5/x86_64/media/debug/core/updates/media_info)
invalid MD5SUM file (downloaded from http://mageia.webconquest.com/distrib/5/x86_64/media/nonfree/release/media_info)
invalid MD5SUM file (downloaded from http://mageia.webconquest.com/distrib/5/x86_64/media/nonfree/updates/media_info)
invalid MD5SUM file (downloaded from http://mageia.webconquest.com/distrib/5/i586/media/core/release/media_info)
invalid MD5SUM file (downloaded from http://mageia.webconquest.com/distrib/5/i586/media/core/updates/media_info)
invalid MD5SUM file (downloaded from http://mageia.webconquest.com/distrib/5/i586/media/nonfree/release/media_info)
invalid MD5SUM file (downloaded from http://mageia.webconquest.com/distrib/5/i586/media/nonfree/updates/media_info)
If I remove all media and try and add media with the following command I get the following error:
- Code: Select all
urpmi.addmedia --distrib --mirrorlist
unable to parse media.cfg
unable to add medium
If I try and add media with the following command it all works:
- Code: Select all
urpmi.addmedia --distrib http://mageia.webconquest.com/distrib/5/x86_64/
Notice that the url listed is the same mirror as the one above that was giving errors, so that mirror is working fine. When running tcpdump while running "urpmi.addmedia --distrib --mirrorlist" I notice that it talks to ns0.ovh.net.https. When I go to the address in a web browser it redirects to ssl0.ovh.net/fr which looks like a webmail page. It is in french which I do not speak but it does not look like it is getting a list of mirrors to add. What is --mirrorlist suppose to contact to get the mirror to use?
Any ideas on how to fix this without having to delete and re-add media by hand? 100 machines is a lot to do.