You are not logged in.
Pages: 1
Can anyone recommend a decent up to date mirror, that I could use for pacman. My closest mirror in Australia is fast, but not up to date, and the acrhlinux and nethat mirrors are painfully slow for me, downloading at dial-up speeds.
Offline
Search the forums:
http://bbs.archlinux.org/viewtopic.php? … ht=mirrors
http://bbs.archlinux.org/viewtopic.php? … ht=mirrors
the aussie mirrors blow, neither are well enough updated. I use archlinux.org at ~100KB/s on my optus cable connection, so I dont know what you mean by dialup speeds. I'd still be on dialup if it were that fast.
James
Offline
I seem to remember iphitus, who also comes from your neck of the woods, saying that he got good speeds from the HEANet mirror, which is based here in Ireland.
You could also try drakosha's handy mirror selection script - simple, and effective.
<edit>A bit of an overlap there - does heanet still work for you, iph?
Offline
I ditched heanet. I never used it as my main repo, but I used to get nice sourceforge speeds from there.
I just use archlinux.org now, they're more than fine. Nowhere near as quick as the aussie ones, but at least theyre up to date.
Offline
http://mirror.cs.vt.edu/pub/ArchLinux
Dunno how well that works for aussie's, but it's solid here. :twisted: ( I live on campus ).
Offline
Thanks for this guys but I still have no joy. I can download from the out of date pacificnet mirror at 55-60k/bs, but the main up to date mirrors (archlinux, nethat etc) download at 6-10kb/s. I'm currently installing amarok and the kde-base libraries at this speed. It's like watching grass grow.
I really don't understand why this would be occuring. I've never struck this with any other distro I've used.
Offline
I really don't understand why this would be occuring. I've never struck this with any other distro I've used.
Have you tried doing a bandwidth test? There are several free online.
Perhaps you have network issues instead.
Offline
Thanks for this guys but I still have no joy. I can download from the out of date pacificnet mirror at 55-60k/bs, but the main up to date mirrors (archlinux, nethat etc) download at 6-10kb/s. I'm currently installing amarok and the kde-base libraries at this speed. It's like watching grass grow.
I really don't understand why this would be occuring. I've never struck this with any other distro I've used.
Try adding this to your /etc/pacman.conf (you'll need wget)
XferCommand = /usr/bin/wget -c %u
Greetings.
Offline
hmm, did several bandwidth tests on US servers with normal 50k/bs download results.
My downloads with pacman are still slow. Using wget made no significant difference.
Anything else I can try?
Offline
ok, I'm fairly sure that I've narrowed it down to an ftp problem. Any http mirrors I try or download from with any program are fast, while ftp is very slow.
I've switched to an http server at http://ftp.belnet.be/linux/archlinux, which seems to be reasonably up to date, but I'd still like to get to the bottom of this ftp issue.
Any thoughts on how to track down why ftp is so slow?
Offline
Standard pacman wget command :
XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
from man wget :
--no-passive-ftp
Disable the use of the passive FTP transfer mode. Passive FTP mandates that the client connect to the server to establish the data connection rather than the other way around.
If the machine is connected to the Internet directly, both passive and active FTP should work equally well. Behind most firewall and NAT configurations passive FTP has a better chance of working. However, in some rare firewall configurations, active FTP actually works when passive FTP doesn't. If you suspect this to be the case, use this option, or set passive_ftp=off in your init file.
Try --no-passive-ftp .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Try --no-passive-ftp .
ah, that was the key. Thanks everyone, for all your help
Offline
Pages: 1