You are not logged in.

#1 2008-01-15 13:16:03

nucleuswizard
Member
From: Serbia
Registered: 2007-10-07
Posts: 79

[SOLVED]Pacman download very slow

I have 120K/s at home but when I try to install new package or to update pacman start at speed 90K/s and after 1-2 seconds drop at 12K/s.I checked everything cabels,ADSL router tested speed over internet and everything is fine only pacman is slow.I also change several ftp in pacman.conf.Maybe it is BUG I don't know.:( sad

Last edited by nucleuswizard (2008-01-15 17:50:59)

Offline

#2 2008-01-15 14:11:30

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: [SOLVED]Pacman download very slow

What makes you think this is a pacman problem?
Try downloading the packages manually using wget. (Use pacman -Sp <packages> to get their url).


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#3 2008-01-15 14:22:10

darkarchon
Member
From: Israel
Registered: 2007-02-28
Posts: 44

Re: [SOLVED]Pacman download very slow

Check your mirrorlist file to make sure you use the closest/fastest mirror to you.
Pacman uses wget to download files, so it's probably not a pacman issue.

Offline

#4 2008-01-15 14:39:13

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: [SOLVED]Pacman download very slow

darkarchon wrote:

Check your mirrorlist file to make sure you use the closest/fastest mirror to you.
Pacman uses wget to download files, so it's probably not a pacman issue.

No, it doesn't, it uses libdownload. By default at least.

You can however use wget through the XferCommand option. Even though that's a little hackish, it should still work fine.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#5 2008-01-15 16:33:41

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED]Pacman download very slow

If you upgraded to pacman 3.1, your new mirrorlist has the throttled ftp.archlinux.org site as the top on the list.  Comment it out.


Matt

"It is very difficult to educate the educated."

Offline

#6 2008-01-15 17:50:16

nucleuswizard
Member
From: Serbia
Registered: 2007-10-07
Posts: 79

Re: [SOLVED]Pacman download very slow

mrunion wrote:

If you upgraded to pacman 3.1, your new mirrorlist has the throttled ftp.archlinux.org site as the top on the list.  Comment it out.

That is solution.Thanks now I have full speed................. big_smile big_smile big_smile big_smile

Offline

Board footer

Powered by FluxBB