Mageia update distribution problem [CLOSED]

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Mageia update distribution problem [CLOSED]

Postby griffin » Jan 4th, '15, 18:05

Mageia updates used to just work, but recently they've been failing repeatedly because the updated package files aren't found yet on the distribution repository. I use mirrors.kernel.org, which is one of the well managed US repositories.

If one ignores the Mageia update notifications for a while (usually a matter of hours), the updated package files are found somewhat later and the updates then process successfully.

This is annoying.
Last edited by griffin on Jan 5th, '15, 13:51, edited 1 time in total.
griffin
 
Posts: 100
Joined: Sep 9th, '11, 03:51

Re: Mageia update distribution problem

Postby doktor5000 » Jan 5th, '15, 02:43

griffin wrote:I use mirrors.kernel.org, which is one of the well managed US repositories.

Well, it breaks pretty often, at least some of the nodes don't rsync correctly. Try another mirror.

What downloader / protocol do you use, and is this about mga4 or cauldron?
Please show the output of
Code: Select all
urpmq --list-media active --list-url
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Mageia update distribution problem

Postby griffin » Jan 5th, '15, 06:46

Mageia update started failing like this only about a month or so ago. I believe it's using curl to retrieve the updates.

Code: Select all
# urpmq --list-media active --list-url
Core Release ftp://mirrors.kernel.org//mageia/distrib/4/x86_64/media/core/release
Core Updates ftp://mirrors.kernel.org//mageia/distrib/4/x86_64/media/core/updates
Nonfree Release ftp://mirrors.kernel.org//mageia/distrib/4/x86_64/media/nonfree/release
Nonfree Updates ftp://mirrors.kernel.org//mageia/distrib/4/x86_64/media/nonfree/updates
Tainted Release ftp://mirrors.kernel.org//mageia/distrib/4/x86_64/media/tainted/release
Tainted Updates ftp://mirrors.kernel.org//mageia/distrib/4/x86_64/media/tainted/updates
Core 32bit Release ftp://mirrors.kernel.org//mageia/distrib/4/i586/media/core/release
Core 32bit Updates ftp://mirrors.kernel.org//mageia/distrib/4/i586/media/core/updates
Nonfree 32bit Release ftp://mirrors.kernel.org//mageia/distrib/4/i586/media/nonfree/release
Nonfree 32bit Updates ftp://mirrors.kernel.org//mageia/distrib/4/i586/media/nonfree/updates
Tainted 32bit Release ftp://mirrors.kernel.org//mageia/distrib/4/i586/media/tainted/release
Tainted 32bit Updates ftp://mirrors.kernel.org//mageia/distrib/4/i586/media/tainted/updates
Last edited by isadora on Jan 5th, '15, 11:20, edited 1 time in total.
Reason: Command-output placed between [CODE]-tags, for better readability. ;)
griffin
 
Posts: 100
Joined: Sep 9th, '11, 03:51

Re: Mageia update distribution problem

Postby doktor5000 » Jan 5th, '15, 12:50

griffin wrote:I believe it's using curl to retrieve the updates.

You could try to update via
Code: Select all
urpmi --auto-update --wget
to use wget as downloader but I believe the problem is with the mirror.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Mageia update distribution problem

Postby griffin » Jan 5th, '15, 13:50

Hmm, running "urpmi --auto-update --wget" as root just issued a system log message and hung, so I stopped it with Cntrl-C. However, I know that the ftp mirror site mirrors.kernel.org is available because I can login to it using ncftp. Since Mageia apparently hasn't changed the update process recently, I'll close this topic.
griffin
 
Posts: 100
Joined: Sep 9th, '11, 03:51

Re: Mageia update distribution problem

Postby doktor5000 » Jan 6th, '15, 01:40

griffin wrote:However, I know that the ftp mirror site mirrors.kernel.org is available because I can login to it using ncftp.

That doesn't say anything about the status of the sync of the Mageia repositories.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Mageia update distribution problem [CLOSED]

Postby tarakbumba » Jan 9th, '15, 11:17

According to mirror status page, http://mirrors.kernel.org/mageia/ is up-to-date and fine. May be it is a problem with ftp? Please try http://mirrors.kernel.org/mageia/ or another mirror.
tarakbumba
 
Posts: 138
Joined: Apr 6th, '11, 22:50

Re: Mageia update distribution problem [CLOSED]

Postby doktor5000 » Jan 9th, '15, 18:38

tarakbumba wrote:According to mirror status page, http://mirrors.kernel.org/mageia/ is up-to-date and fine.

That only shows the status for the node it checked. mirrors.kernel.org consists of two nodes, which can be seen via nslookup:

Code: Select all
┌─[doktor5000@Mageia5]─[17:35:16]─[~]
└──╼ nslookup
> server 8.8.8.8
Default server: 8.8.8.8
Address: 8.8.8.8#53
> mirrors.kernel.org
Server:         8.8.8.8
Address:        8.8.8.8#53

Non-authoritative answer:
mirrors.kernel.org      canonical name = mirrors.us.kernel.org.
Name:   mirrors.us.kernel.org
Address: 149.20.37.36
Name:   mirrors.us.kernel.org
Address: 198.145.20.143
>


So it depends to which node http://mirrors.kernel.org/mageia/ resolves this. At least in the past there were some issues with one of the nodes.


But the OP already closed this topic ... ;)
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18066
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest