URPMI was running very smoothly in Mageia 3 until last week. I don't know what's changed, but I'm getting a lot of
- Code: Select all
retrieving failed: rsync failed: exited with 10
This when I run urpmi --auto-update (my own preferred way to update).
The strange thing is in MCC I changed all media to use aria2 for updates (well, the first Core Release one, the rest it wouldn't let me change), it's still insisting on using rsync both if I use the GUI to update, and if I use urpmi --auto-update from console, from the one source, even.
Any clues to be found here? The google repos are working, but they are http. I'm set to ftp for the rest, never had this issue before on that setting. Is something up with ftp?
Thanks.
Edit: I've just removed my sources in MCC, closed MCC, then re-opened it, tried to add new sources. Right off the bat, a dialog box popped up, and wouldn't let me go any further:
- Code: Select all
Unable to add medium, errors reported:
...retrieving failed: rsync failed: exited with 10
unable to access the distribution medium (no media.cfg file found)
Medium: distrib ()
Edit 2: This is resolved. What I did, was to remove all of my sources in MCC. I then ran rpm --rebuilddb, then made a script out of
the code here, ran the script as root,
that re-added the sources without issue, then ran urpmi --auto-update as usual. Turns out there's a urpmi update right off the bat. Working fine, there's several packages to update now.
Thanks.