You are not logged in.

#1 2012-07-19 15:19:10

vizipok
Member
Registered: 2011-03-26
Posts: 23

pacman -- falling download speed

Hey,

i have a weird speed problem while pacman downloads packages.
The download speed in few seconds falls down near ~5 K/s.

-- i'm using my own mirror with high bandwith connection. With wget i can download the packages by 2.5 M/s, scp has almost the same speed.
-- i have tried with other, external mirror from the official mirrorlist, it's the same.
-- there are no errors in the tcpdump.

What can be the reason of this pacman specific extreme slowness?

Offline

#2 2012-07-20 08:06:33

Gcool
Member
Registered: 2011-08-16
Posts: 1,456

Re: pacman -- falling download speed

A relatively long shot, but do you have the ipv6 kernel functionality enabled? If you have and aren't using an ipv6 link; try disabling it.


Burninate!

Offline

#3 2012-07-24 08:43:51

vizipok
Member
Registered: 2011-03-26
Posts: 23

Re: pacman -- falling download speed

Thank you for the tip. I tried to start by kernel parameter

ipv6.disable = 1

but there is no change.

Offline

#4 2012-07-24 08:58:13

fatboy
Member
From: India
Registered: 2012-03-17
Posts: 73

Re: pacman -- falling download speed

vizipok wrote:

With wget i can download the packages by 2.5 M/s, scp has almost the same speed.

If wget works fine, you should try it for downloads in pacman by setting XferCommand to use wget in pacman.conf.

There might already be an entry for wget, just uncomment it:

XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u

Offline

Board footer

Powered by FluxBB