You are not logged in.
Pages: 1
arch works fine, except i use the ftp.archlinux mirror and its throttled, so my download are way slower then im capable. i followed this from the wiki
[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/core
changed it to
[core]
ftp://ftp.nethat.com/pub/linux/archlinux/
Include = /etc/pacman.d/core
didnt work, tried
ftp://mirrors.unixheads.org/archlinux http a well
It wouldnt work, It even hung once so i had to restart.
So i cant figure out how to use other mirrors besides the default one and have them actally work. I would like to be able to download faster then 50-80kbps when im capable of mb's down at a time. I saw this in the wiki
"Aria2 Mirror Script " but it also says not to use ftp.arch linux with it, so im stuck, its all i can use. Any options for a newb?
maybe post a pacman.d if your in america? i dont know what im doing wrong.
Offline
If you take a look at /etc/pacman.d/ you will see different files e.g. core, extras and so on. In these you can uncomment / move to the top the mirrors which give you the best performance.
I was under the impression, that the way you tried to add new mirrors should work but I never tried it this way.
Offline
[core]
ftp://ftp.nethat.com/pub/linux/archlinux/
Include = /etc/pacman.d/core
It should read :
[core]
Server = ftp://ftp.nethat.com/pub/linux/archlinux/
Include = /etc/pacman.d/core
pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))
Offline
axion419 wrote:[core]
ftp://ftp.nethat.com/pub/linux/archlinux/
Include = /etc/pacman.d/coreIt should read :
[core]
Server = ftp://ftp.nethat.com/pub/linux/archlinux/
Include = /etc/pacman.d/core
It should read:
[core]
Server = ftp://mirrors.unixheads.org/archlinux/core/os/i686/
Include = /etc/pacman.d/core
You need to specify the extra dirs, just like it does in /etc/pacman.d/core
Offline
alright, i didnt have the whole directory in there. Thanks for that. Any suggestions on using the Aria2 Mirror Script " , how do i make sure it doesnt use the ftp arch linux repo? comment it out in all the pacman.d's?
Offline
Before you mess around with Aria - did you try to run rankmirrors to find the best server for your place (tons of info in forum and wiki).
Offline
Before you mess around with Aria - did you try to run rankmirrors to find the best server for your place (tons of info in forum and wiki).
I tried rankmirrors, but got a message about not having python installed - which is true, python was not installed by the installer.
/usr/bin/rankmirrors: /usr/bin/python: bad interpreter: No such file or directory
So, I tried to install python but could not find it in the repositories available (yet - I will keep on looking by manualy sorting repos in the config files)!
j./
Offline
nethat was not working, it was requiring a login.
Offline
Python not available? You must be kidding.
Anyway, there should be a standard list of mirrors (by continents) in your /etc/pacman.d/core file. Pick one at random, and specify that in /etc/pacman.conf. Should look like this:
[core]
# Add your preferred servers here, they will be used first
Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/core/os/i686
Include = /etc/pacman.d/core
Please use the same mirror for each repo you use.
Offline
i went through rank mirrors, the one that pinged the fastest wasnt the fastest when it came to downloading, so i guess its more of a guess and check.
Offline
Pages: 1