How is that supposed to help when adding new repositories failed already due to mirror being out of sync? Also, this is done regularly every few hours in the background ...
drichard58 wrote:I have been running fine for a while and noticed that I had some updates that were needed. I tried installing them from the MCC, but kept getting errors. I ran urpmi.addmedia --distrib --mirrorlist and received an error:
rsynch failed: exited with 35
unable to access the distribution medium (no media.cfg file found)
unable to add medium
Best do the following: Remove all your repositories, and add a complete set of new ones, but don't use mirrorlist automatism.
Check
https://wiki.mageia.org/en/Software_man ... dia_sourceYou can also do it using commandline, as an example I'm using ftp.snt.utwente.nl as mirror. Feel free to use another one that's near you and up-to-date according to
http://mirrors.mageia.org/status- Code: Select all
urpmi.removemedia -a
urpmi.addmedia --distrib --wget 'ftp://ftp.snt.utwente.nl/pub/os/linux/mageia/distrib/$RELEASE/$ARCH'
to also enable nonfree and tainted repositories, do afterwards
- Code: Select all
urpmi.update --no-ignore "Tainted Release" && urpmi.update --no-ignore "Tainted Updates" && urpmi.update --no-ignore "Nonfree Release" && urpmi.update --no-ignore "Nonfree Updates" && urpmi.update -av