You are not logged in.

#1 2007-04-04 02:44:00

collinm
Member
Registered: 2007-01-26
Posts: 31

slow server

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

#2 2007-04-04 03:20:23

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: slow server

Read the forum thread about the new bandwidth throttling policies for ftp.archlinux.org and select a different mirror.

Offline

#3 2007-04-04 04:05:52

cschep
Member
Registered: 2006-12-02
Posts: 125
Website

Re: slow server

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

#4 2007-04-05 18:19:25

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

Re: slow server

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

#5 2007-04-05 22:35:31

collinm
Member
Registered: 2007-01-26
Posts: 31

Re: slow server

i don't rankmirros on my system, where to get it

Offline

#6 2007-04-06 00:47:07

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

Re: slow server

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

#7 2007-04-06 00:53:11

collinm
Member
Registered: 2007-01-26
Posts: 31

Re: slow server

pacman -S pacman :: pacman-2.9.8-4: is up to date.  Upgrade anyway? [Y/n] n

Offline

#8 2007-04-06 00:54:18

iBertus
Member
From: Greenville, NC
Registered: 2004-11-04
Posts: 2,228

Re: slow server

You have to get pacman 3.0 from testing repo.

Offline

#9 2007-04-06 01:24:48

barebones
Member
Registered: 2006-04-30
Posts: 235

Re: slow server

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

#10 2007-04-06 06:23:46

mucknert
Member
From: Berlin // Germany
Registered: 2006-06-27
Posts: 510

Re: slow server

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

#11 2007-04-06 15:35:14

collinm
Member
Registered: 2007-01-26
Posts: 31

Re: slow server

i'm a newbie with arch.... not with linux
i use suse since release 7

Offline

#12 2007-04-06 22:16:59

broch
Banned
From: L.A. California
Registered: 2006-11-13
Posts: 975

Re: slow server

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

Board footer

Powered by FluxBB