LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Arch (https://www.linuxquestions.org/questions/arch-29/)
-   -   Mirrors (https://www.linuxquestions.org/questions/arch-29/mirrors-298839/)

noteventime 03-07-2005 03:56 PM

Mirrors
 
Hi,
I have an 8MBit/s internet connection and wen using pacman i only get around 25KBit/s is there any way to get pacman to test for the fastest mirror?

snecklifter 03-07-2005 05:02 PM

What pacman are you talking about? I assume its a version of the famous arcade game. If you can get bittorrent setup correctly and it is offered via this method then you will be able to download it at speeds that, I assure you, will make your nose bleed.

caladbolg 03-07-2005 08:23 PM

pacman is the package management system for Archlinux snecklifter ;)

Try a different mirror or a different time. Mirrors are like that...clogged and busy at time, free and open at others. I don't know of a way to test a connection though...

snecklifter 03-08-2005 12:32 AM

Quote:

Originally posted by caladbolg
pacman is the package management system for Archlinux snecklifter ;)


Cheers caladbolg,

Thats a good name.

colnago 03-08-2005 01:17 AM

Instal netselect and then run sortmirrors.pl and it will do what you want...
Code:

# A quick n' dirty perl script to re-prioritize the mirror lists in /etc/pacman.conf.
# It requires the "netselect" program, you can find it in Extra.
#
# If you have repositories listed in /etc/pacman.conf, run this:
#
#  sortmirrors.pl </etc/pacman.conf >pacman.conf.new
#  mv pacman.conf.new /etc/pacman.conf
#
# If you have repositories defined in /etc/pacman.d/, run this:
#
#  for i in /etc/pacman.d/*; do
#    sortmirrors.pl <$i >$i.new
#    mv $i.new $i
#  done



All times are GMT -5. The time now is 07:30 PM.