Page 1 of 1

[SOLVED] Can't update

PostPosted: Aug 17th, '11, 19:05
by pmithrandir
Hi, when I tried to update like before, I got error 127 on aria2.

I removed all cauldron mirrors and tried to add them back.

I get these errors, first with araia 2 by default, 2nd with curl.

Code: Select all
[pmithrandir@postefixe ~]$ su
Mot de passe :
[root@postefixe pmithrandir]# urpmi.addmedia --distrib --mirrorlist 'http://mirrors.mageia.org/api/mageia.cauldron.i586.list'
/usr/bin/aria2c: symbol lookup error: /usr/lib/libgnutls.so.28: undefined symbol: nettle_gcm_aes_update
... échec de la récupération : aria2 a échoué : sortie avec 127

impossible d'accéder au média de distribution (pas de fichier media.cfg trouvé)
impossible d'ajouter le média
[root@postefixe pmithrandir]# urpmi.addmedia --distrib --mirrorlist 'http://mirrors.mageia.org/api/mageia.cauldron.i586.list'
nouvel essai avec le miroir rsync://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/i586
... échec de la récupération : curl a échoué : sortie avec 1

impossible d'accéder au média de distribution (pas de fichier media.cfg trouvé)
impossible d'ajouter le média

Any idea ?

Pierre

Re: Can't update

PostPosted: Aug 17th, '11, 21:59
by Ken-Bergen
It looks like "mirrorlist" is choosing a bad mirror so try specifying a mirror that you know works.

kernel.org is one of the mirrors that sometimes give that error, there maybe others.

Re: Can't update

PostPosted: Aug 17th, '11, 23:00
by doktor5000
No, that is related due to a problematic gnutls update:

/usr/bin/aria2c: symbol lookup error: /usr/lib/libgnutls.so.28: undefined symbol: nettle_gcm_aes_update


Thought this was already fixed. This was mentioned recently ago on Mageia-dev mailing list,
somebody asking if this was still not fixed and what will be done about that.
Was/is discussed here: https://www.mageia.org/pipermail/mageia ... 07196.html

Re: Can't update

PostPosted: Aug 17th, '11, 23:19
by Ken-Bergen
The error I was looking at is
impossible d'accéder au média de distribution (pas de fichier media.cfg trouvé)
impossible d'ajouter le média
and is the error I get when kernel.org resolves to the problem server.

Re: Can't update

PostPosted: Aug 17th, '11, 23:28
by pmithrandir
Thanks for the answers...

I just update automaticly mageia after 2 weeks out for vacation.

How can I repair gnutls ? I can't understand your link enough to find a solution...

Thanks
Pierre

Re: Can't update

PostPosted: Aug 18th, '11, 22:35
by pmithrandir
Any idea ?

My cauldron is not updated anymore, (because I have no more aria or curl working) and it's not the more stable I have seen...

Re: Can't update

PostPosted: Aug 19th, '11, 00:19
by Ken-Bergen
pmithrandir wrote:Any idea ?

My cauldron is not updated anymore, (because I have no more aria or curl working) and it's not the more stable I have seen...
From
Code: Select all
man curl
9 FTP access denied. The server denied login or denied access to the particular resource or directory you wanted to reach. Most
often you tried to change to a directory that doesn't exist on the server.
So you were denied access to the rsync server. :lol:
Try
Code: Select all
urpmi.addmedia --distrib ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/Mageia/distrib/cauldron/i586
and report back with any errors or even success.

Re: Can't update

PostPosted: Aug 19th, '11, 19:59
by pmithrandir
Thank you

Curl is very slow with this mirror; but at least it works...

Re: Can't update

PostPosted: Aug 19th, '11, 20:36
by doktor5000
It's not the downloader, it's maybe the mirror, as distrib-coffee is widely used and also used as source for other mirrors.
Try another one, like ftp.mandrivauser.de:
Code: Select all
urpmi.addmedia --distrib http://ftp.mandrivauser.de/mirrors/Mageia/distrib/cauldron/i586

Re: Can't update

PostPosted: Aug 20th, '11, 13:46
by pmithrandir
Thanks.

Finally, I reselect aria2 for my downloads.

I used the default process : http://mageia.org/wiki/doku.php?id=cauldron
And it works fine.