You are not logged in.

#1 2010-04-25 23:02:57

jmak
Member
Registered: 2008-12-21
Posts: 453

I cannot update[SOLVED]

Hello,

I cannot update anymore. I don't know what happened. Nothing wrong with my connection.
This is what I get when trying to update:

[root@myhost mak]# pacman -Syu
:: Synchronizing package databases...
error: failed retrieving file 'core.db.tar.gz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed to update core (Connection timed out)
error: failed retrieving file 'extra.db.tar.gz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed to update extra (Connection timed out)
error: failed retrieving file 'community.db.tar.gz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed to update community (Connection timed out)
error: failed to synchronize any databases
[root@myhost mak]#

Any idea what's going on?

jmak

Last edited by jmak (2010-04-26 05:07:38)

Offline

#2 2010-04-25 23:07:02

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: I cannot update[SOLVED]

Have you tried another mirror? csclub.uwaterloo.ca looks like it is down...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2010-04-25 23:07:13

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: I cannot update[SOLVED]

Add a new server in your mirrorlist. And comment csclub.uwaterloo.ca.

Offline

#4 2010-04-25 23:48:19

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: I cannot update[SOLVED]

Yeah, the server is not working. Try another

Offline

#5 2010-04-26 00:05:39

jmak
Member
Registered: 2008-12-21
Posts: 453

Re: I cannot update[SOLVED]

I unchecked other canadian servers and still get error messages:

[root@myhost mak]# pacman -Syu
:: Synchronizing package databases...
error: failed retrieving file 'core.db.tar.gz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed retrieving file 'core.db.tar.gz' from mirrors.portafixe.com : No address record
error: failed retrieving file 'core.db.tar.gz' from mirrors.portafixe.com : No address record
error: failed to update core (No address record)
error: failed retrieving file 'extra.db.tar.gz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed retrieving file 'extra.db.tar.gz' from mirrors.portafixe.com : No address record
error: failed retrieving file 'extra.db.tar.gz' from mirrors.portafixe.com : No address record
error: failed to update extra (No address record)
error: failed retrieving file 'community.db.tar.gz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed retrieving file 'community.db.tar.gz' from mirrors.portafixe.com : No address record
error: failed retrieving file 'community.db.tar.gz' from mirrors.portafixe.com : No address record
error: failed to update community (No address record)
error: failed to synchronize any databases
[root@myhost mak]#

Offline

#6 2010-04-26 01:09:45

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: I cannot update[SOLVED]

Your output indicates that you added one other mirror, and it seems you were unlucky with that one also. In Canada, dal and twilightlair seem to be usable at the moment, but you should also add some others further afield e.g. USA, maybe Sth America. rankmirrors might be useful for you - run it with no arguments for usage details.

Offline

#7 2010-04-26 01:42:11

jmak
Member
Registered: 2008-12-21
Posts: 453

Re: I cannot update[SOLVED]

I enabled usa servers that work but after each download pacman starts searching canadian servers and it goes on for ever. It takes five minutes just to download two small packages this way.

Here is the idea what I mean.

:: Retrieving packages from core...
error: failed retrieving file 'diffutils-2.9-2-x86_64.pkg.tar.xz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed retrieving file 'diffutils-2.9-2-x86_64.pkg.tar.xz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed retrieving file 'diffutils-2.9-2-x86_64.pkg.tar.xz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed retrieving file 'diffutils-2.9-2-x86_64.pkg.tar.xz' from mirror.archlinux.com.ve : No address record
diffutils-2.9-2-x86...   267.1K  215.1K/s 00:00:01 [#####################] 100%
error: failed retrieving file 'autoconf-2.65-2-any.pkg.tar.xz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed retrieving file 'autoconf-2.65-2-any.pkg.tar.xz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed retrieving file 'autoconf-2.65-2-any.pkg.tar.xz' from mirror.csclub.uwaterloo.ca : Connection timed out
error: failed retrieving file 'autoconf-2.65-2-any.pkg.tar.xz' from mirror.archlinux.com.ve : No address record
autoconf-2.65-2-any...   552.2K  159.8K/s 00:00:03 [#####################] 100%
error: failed retrieving file 'gcc-libs-4.5.0-1-x86_64.pkg.tar.xz' from mirror.csclub.uwaterloo.ca : Connection timed out

Last edited by jmak (2010-04-26 01:42:54)

Offline

#8 2010-04-26 01:46:06

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: I cannot update[SOLVED]

Did you comment them out?


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#9 2010-04-26 02:46:31

jmak
Member
Registered: 2008-12-21
Posts: 453

Re: I cannot update[SOLVED]

fsckd wrote:

Did you comment them out?

Yes, and its still looking for the canadian server before start downloading from the us server.

Offline

#10 2010-04-26 03:10:05

piezoelectric
Member
Registered: 2009-09-08
Posts: 48

Re: I cannot update[SOLVED]

It's possible that the uwaterloo mirror is set twice. As far as I remember, pacman only retries a failed download once, so the 3 failed attempts might indicate uwaterloo is there multiple times.

Offline

#11 2010-04-26 03:37:20

jmak
Member
Registered: 2008-12-21
Posts: 453

Re: I cannot update[SOLVED]

piezoelectric wrote:

It's possible that the uwaterloo mirror is set twice. As far as I remember, pacman only retries a failed download once, so the 3 failed attempts might indicate uwaterloo is there multiple times.

This is the only canadian entry

# Canada
#Server = ftp://mirror.csclub.uwaterloo.ca/archli … /os/x86_64
#Server = http://mirror.csclub.uwaterloo.ca/archl … /os/x86_64
#Server = ftp://mirrors.portafixe.com/archlinux/$repo/os/x86_64
#Server = http://mirrors.portafixe.com/archlinux/$repo/os/x86_64

Offline

#12 2010-04-26 03:41:19

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: I cannot update[SOLVED]

Try doing a backup of the mirrorlist file, create a new one and only add one server that you know it works.

Offline

#13 2010-04-26 04:00:37

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: I cannot update[SOLVED]

Also look for server entries in your pacman.conf.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#14 2010-04-26 05:06:05

jmak
Member
Registered: 2008-12-21
Posts: 453

Re: I cannot update[SOLVED]

Solved. In /pacman.d folder I had "mirrorlist" and "mirrorlist.new" files. I deleted mirrorlist and enabled mirrorlist.new and the Canadian server worked right away. I dont know when was the mirrolist.new generated but this was the solution.

What I don't understand is why did the old mirror list gave me the error messages when both old and new mirrorlist have the exact same addresses. Here they are just to see.

The new mirror list:

Server = ftp://mirror.csclub.uwaterloo.ca/archli … /os/x86_64
Server = http://mirror.csclub.uwaterloo.ca/archl … /os/x86_64

The old mirror list:

#Server = ftp://mirror.csclub.uwaterloo.ca/archli … /os/x86_64
#Server = http://mirror.csclub.uwaterloo.ca/archl … /os/x86_64

Thanks for all suggestions.

Offline

#15 2010-04-26 05:07:36

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: I cannot update[SOLVED]

Probably you can mark the thread as Solved.

Offline

Board footer

Powered by FluxBB