You are not logged in.
i read about a package, named
rankmirrors
but when i do
pacman -Ss rankmirros, i get nothing
does that package exist now?
i have a 2mb conection, but i get the programs no more that 50kb/s in general
thanks by your advices and happy new year folks...
Offline
pacman -Qo /usr/bin/rankmirrors
/usr/bin/rankmirrors is owned by pacman 3.2.1-2Hope That Helps
Mr Green
Offline
^ The above post means that the rankmirrors script is already included in the pacman package; so you should already have it; and be able to run it ![]()
Offline
Sorry that is what I meant to say was just checking .... :-)
Mr Green
Offline
and how do i run it?
Offline
`rankmirrors -h` gives usage details. You can use ">" to redirect the output to a file.
e.g.
$ rankmirrors /etc/pacman.d/mirrorlist > mirrorlist.ranked
mirrorlist.ranked will contain the ranked list, and you can copy it onto /etc/pacman.d/mirrorlist if everything looks ok with it.
Offline
Glad I stumbled upon this. Thanks for the rankmirrors tips fellas ![]()
Thinkpad T61p - 15.4' WSXGA TFT - 2.5Ghz Intel Core2 Duo T9300 - 2X2GB Kingston RAM - 160GB 7200RPM - NVIDIA Quadro FX 570m - Intel 4965AGN
Offline
to the topic starter:
50 kbps in general sounds like you could be haveing something like:
1. /etc/pacman.d/mirrorlist only has archlinux.org commented out: archlinux.org is speedlimited at 50 kbps.
2. you updated your mirrorlist with a system upgrade or a pacman upgrade and didn't edit the newly installed mirrorlist. This may cause a lot of mirrors to be uncommented and pacman grabbing files from a remote location, causing bad speeds.
Arch i686 on Phenom X4 | GTX760
Offline
archlinux.org is throttled at 50 kbps. Make sure that you're using mirrors near you. Pacman uses the first mirror at the top of the mirrorlist file and only moves down the list as servers fail. Rankmirrors will order the servers for you, of course.
If you want to fully use your 2mbps for package downloads, take a look at powerpill (in my sig).
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
http://wiki.archlinux.org/index.php/MirrorsSee: Sort Your Mirrors by Their Speed
Also, make sure IPv6 is disabled
http://wiki.archlinux.org/index.php/IPv6_-_Disabling_the_ModuleAlso check out:
http://wiki.archlinux.org/index.php/Improve_Pacman_PerformanceLast edited by Anonymo (2009-08-10 20:07:02)
Offline