For the last couple of hours, while testing cauldron installs it fails to set up the online media at the end of the installation, despite the online media being added at the beginning of the install, and continues to fail trying to retrieve the $mirrorlist when running drakrpm-edit-media after booting into the installed system. Using the options/global options to change the downloader to wget works around the problem. In addition, there have been problems in the past with some mirrors, when using aria2c, that go away after switching to wget. While aria2c may be more efficient, when the mirror allows multiple connections, it's safer to default to wget.
I agree, I've always found that wget works better than aria2c and curl as the urpmi downloader.
or we use aria2 with metalink (needs mirrorbrain or co)
(In reply to Manuel Hiebel from comment #2) > or we use aria2 with metalink (needs mirrorbrain or co) Which we don't currently have set up. Switching the default from aria2c to wget is a very simple change that works with what we have now.
Still valid with Mga7-beta3 (March 24th) Adding mirrors for the different media always ends up with an error message saying the media couldn't be downloaded, which is misleading since they all seem absolutely usable right away (run # urpmi --auto-update in a terminal to see they are up-to-date). Pushing the priority up.
Priority: Normal => HighKeywords: (none) => 7beta3CC: (none) => sebsweb
How do I change drakconf to use wget instead of aria ? With aria (likely due to my company paranoid proxy) the installation timeout and is impossible to install any new software from GUI.
CC: (none) => mtm_spm
Using rpmdrake, select Options, then select Media Manager. That will run drakrpm-edit-media. In drakrpm-edit-media (aka Media Manager), select Options, then Global Options. Use the selection box for the "Download program to use" and select wget. Note that wget must be installed for the option to use it to be shown.
If you're using a text only install, edit the global options in /etc/urpmi/urpmi.cfg and add a line with ... downloader: wget For example, in my system ... # head -n 6 /etc/urpmi/urpmi.cfg { downloader: wget resume: 1 verify-rpm: 1 xml-info: always }
Hi, This is High priority bug for a good reason. Making Mageia even better than ever is best direction. In order to do right thing, this bug should be examined and fixed as soon as possible. Packagers, please make the status to Assigned when you are working on this. Feel free to reassign the bug if bad-triaged. Also, if bug is old, please close it. On October 1st 2020, we will drop priority to normal.