You are not logged in.
hi archers,
30 mins ago, i've upgraded pacman to 3.4.0-2 version.
after that, also pacman-mirrorlist update were available. as usual, after any new mirrolist i do a rankmirrors with my preferred countries uncommented.
this is what i get:
...
...some commented servers
...
# France
# http://mir.archlinux.fr/$repo/os/$arch ... unreachable
# ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/$arch ... unreachable
# http://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/$arch ... unreachable
# ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/$arch ... unreachable
# ftp://mir1.archlinux.fr/archlinux/$repo/os/$arch ... unreachable
# http://mir1.archlinux.fr/archlinux/$repo/os/$arch ... unreachable
# ftp://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch ... unreachable
# http://archlinux.mirrors.ovh.net/archlinux/$repo/os/$arch ... unreachable
# ftp://ftp.rez-gif.supelec.fr/Linux/archlinux/$repo/os/$arch ... unreachable
# Germany
# http://archlinux.limun.org/$repo/os/$arch ... unreachable
# ftp://artfiles.org/archlinux/$repo/os/$arch ... timeout
# http://artfiles.org/archlinux/$repo/os/$arch ... unreachable
# http://archlinux.giantix-server.de/$repo/os/$arch ... unreachable
# ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch ... unreachable
# http://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/$arch ... unreachable
# ftp://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch ... unreachable
# http://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch ... unreachable
# ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch ... unreachable
# http://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/$arch ... unreachable
# ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch ... unreachable
# http://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/$arch ... unreachable
# ftp://mirror.selfnet.de/archlinux/$repo/os/$arch ... unreachable
# http://mirror.selfnet.de/archlinux/$repo/os/$arch ... unreachable
# ftp://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch ... unreachable
# http://ftp.spline.inf.fu-berlin.de/mirrors/archlinux/$repo/os/$arch ... unreachable
# ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch ... unreachable
# http://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/$arch ... unreachable
# ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/$arch ... unreachable
# http://ftp.uni-bayreuth.de/linux/archlinux/$repo/os/$arch ... unreachable
# ftp://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch ... unreachable
# http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/$arch ... unreachable
# Great Britain
# ftp://mirror.lividpenguin.com/pub/archlinux/$repo/os/$arch ... unreachable
# http://mirror.lividpenguin.com/pub/archlinux/$repo/os/$arch ... unreachable
# http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/$arch ... unreachable
# ftp://mirrors.uk2.net/pub/archlinux/$repo/os/$arch ... unreachable
# http://archlinux.mirrors.uk2.net/$repo/os/$arch ... unreachable
...
...other commented servers
...
# Italy
# ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/$arch ... unreachable
# http://mi.mirror.garr.it/mirrors/archlinux/$repo/os/$arch ... unreachable
...
...other commented servers and final UNSORTED servers listall unreachable (1 timeout).
there is nothing new on my system and configs.
*.pacnew managed.
my lan and name resolving is functional (i'm writing here!!).
tried with different nsswitch host sequence but nothing.
did i lost something?
any advice?
(edit)
pacman has no problem. this is only for rankmirrors.
Last edited by max.bra (2010-06-22 19:55:00)
Offline
Seems like rankmirrors isn't expanding $repo / $arch
Offline
yes, is certainly so.
but this happens to me only?
Offline
No here the same.
Offline
Did you merge /etc/pacman.conf and /etc/pacman.conf.pacnew correctly?
Offline
same problem here
I just renamed the new pacman.conf.pacnew to pacman.conf
Offline
Mine "works" but everything gets output in alphabetical order... Please file a bug report.
Offline
Offline
Me too, same problem. pacman.conf.pacnew merged correctly into pacman.conf.
joe@trusktr.io - joe at true skater dot io.
Offline
my pacman.conf.pacnew had the line Architecture= auto commented, uncommenting it and changing auto to i686 solved my problem
Offline
Yeah, that'd work, but it is only a workaround. The bug still has to be squashed!
joe@trusktr.io - joe at true skater dot io.
Offline
my pacman.conf.pacnew had the line Architecture= auto commented, uncommenting it and changing auto to i686 solved my problem
Placebo. ARCH="$(uname -m)" is how rankmirror gets $arch.
Offline
Interesting, the "architecture = auto" line wasn't commented in my pacnew file. i have 64bit Arch.
I'm going to change Auto to x86_64 just for rankmirrors then change it back and see if it works.
joe@trusktr.io - joe at true skater dot io.
Offline
As andresp said... that will make no difference. rankmirrors uses "uname -m" to get the architecture.
Offline
indeed, nothing happened. What can i do for a temporary fix?
Last edited by trusktr (2010-06-24 03:38:31)
joe@trusktr.io - joe at true skater dot io.
Offline
Offline
Oh, ok. so how does that work exactly?
Just a wild guess: i replace the appropriate lines in usr/bin/rankmirrors by removing the lines marked with "-" and adding the lines with "+" ?
joe@trusktr.io - joe at true skater dot io.
Offline
man patch
Offline
Has this problem returned or just not gone away? - I'm getting the same as the OP yet my system is up to date.
Offline
Has this problem returned or just not gone away? - I'm getting the same as the OP yet my system is up to date.
If you have problems with your mirrors, pick some from https://www.archlinux.de/?page=MirrorStatus
Offline
Has this problem returned or just not gone away? - I'm getting the same as the OP yet my system is up to date.
Not gone away - pacman-3.4.1 should be released soon which has the fix.
Offline