You are not logged in.
Pages: 1
hi
i installed arch 0.8
everytime i install a software with: packman -S
the download is very slow.....
is there any good server to improve the download speed?
thank
Offline
Read the forum thread about the new bandwidth throttling policies for ftp.archlinux.org and select a different mirror.
Offline
there is a script in /usr/bin/sortmirrors
that will do just that, sort the mirrors in the pacman.conf file according to speed. It helped me out a ton. my bandwidth maxes out all the time now when grabbing updates, new software, etc.
Also, you could just look at the mirror list and put the one closest to you on the top of your /etc/pacman.conf
good luck!
Offline
for each repo run rankmirrors
e.g.
sudo rankmirrors -n 10 /etc/pacman.d/current
sudo rankmirrors -n 10 /etc/pacman.d/community
sudo rankmirrors -n 10 /etc/pacman.d/extra
sudo rankmirrors -n 10 /etc/pacman.d/testing
/etc/pacman.d/current and add servers in the correct order generated by rankmirrors for current and so on
Offline
i don't rankmirros on my system, where to get it
Offline
pacman --version
If you have ver 3.0 then rankmirror script should be installed.
It will take some time for the script to probe listed mirrors.
Offline
pacman -S pacman :: pacman-2.9.8-4: is up to date. Upgrade anyway? [Y/n] n
Offline
You have to get pacman 3.0 from testing repo.
Offline
Or, you could try just commenting out the ftp.archlinux.org mirror in your repos. This might be easier than enabeling testing and installing pacman 3.
Offline
How can you guys possibly recommend the testing-repo to an obvious newbie? I mean: come on! Show some common sense!
To the OP: do the following:
pacman -Sy netselect
sortmirrors
Hopefully, this will give you a faster server.
Todays mistakes are tomorrows catastrophes.
Offline
i'm a newbie with arch.... not with linux
i use suse since release 7
Offline
to add testing repositories edit
/etc/pacman.conf
and uncomment
[testing]
Include = /etc/pacman.d/testing
then run pacman -Syu
this will first update pacman to 3.0
remember that testing is... testing (but rarely so)
Also from
/etc/pacman.d/current
/etc/pacman.d/community
/etc/pacman.d/extra
/etc/pacman.d/testing
deselect/comment out servers that are far from your home and add some that are closer.
hope this will help
Offline
Pages: 1