FS#36484 - Pacman's low speed download
Attached to Project:
Pacman
Opened by mkkot (mkkot) - Saturday, 10 August 2013, 17:51 GMT
Last edited by Dave Reisner (falconindy) - Thursday, 15 August 2013, 17:48 GMT
Opened by mkkot (mkkot) - Saturday, 10 August 2013, 17:51 GMT
Last edited by Dave Reisner (falconindy) - Thursday, 15 August 2013, 17:48 GMT
|
Details
Description:
The same mirror (tried many), pacman's default downloading engine (it slows down after about half minute): torcs-data-1.3.4-1-any 121,8 MiB 311K/s 07:54 [#########-------------] 45% XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u: 24% [+++++===> ] 69.217.604 1,25MB/s eta 2m 41s What I have tried to figure out what is wrong: - tried to download the package manually with wget - full speed - tried to download the package manually with firefox - full speed - checked netstat output to see if pacman and wget uses different port so there could be some QoS rule applied - but they both use 80 and the same server. - checked if there is QoS on my router disabled - pacman -Syy - checked with another router - checked on proof.ovh.net that my bandwith is actually 10Mb/s down - ping -i 0.2 noc.gts.pl: --- noc.gts.pl ping statistics --- 102 packets transmitted, 102 received, 0% packet loss, time 20262ms rtt min/avg/max/mdev = 25.631/26.329/28.842/0.433 ms Additional info: * package version(s) Pacman v4.1.2 - libalpm v8.0.2 Steps to reproduce: pacman -S alienarena pacman -S torcs |
This task depends upon
Closed by Dave Reisner (falconindy)
Thursday, 15 August 2013, 17:48 GMT
Reason for closing: Fixed
Additional comments about closing: curl 7.32.0
Thursday, 15 August 2013, 17:48 GMT
Reason for closing: Fixed
Additional comments about closing: curl 7.32.0
FWIW, I have no problems pulling down 5MB/s or more with pacman.
[root@linux mk]# curl -O http://mirror.chmuri.net/archmirror/community/os/x86_64/torcs-data-1.3.4-1-any.pkg.tar.xz
I got speed around 1MB/s (which is max for my connection). Then I opened speedtest with Firefox, it took more than half of my bandwith for testing the connection, then I closed speedtest page and curl's speed rised back to 1MB/s.
Then I run pacman -S torcs.
I got speed around 1MB/s but then it was enough to open a random site, even router's management panel (so even LAN activity affects the throughput) to lower pacman's speed to 200-300-500kB/s. It finally got back to 1MB/s but it took about minute after all other connection activities stopped.
I must say that it actually came back to 1MB/s because this mirror is really close to me. With other mirrors it was impossible to regain full speed.
[2013-08-15 19:28] [PACMAN] upgraded curl (7.31.0-1 -> 7.32.0-1)
Now the problem described above doesn't occur.