Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (0 / 6) |
Uptime: | 51:54:34 |
Calls: | 422 |
Files: | 1,025 |
Messages: | 90,573 |
Hello, Gentoo,
For several weeks, now, my # emerge --sync has been downloading from one
or other of the hosts:
http://www.uls.co.za/ ("Ultimate Linux Solutions")
https://reenigne.net/
.. .za is, I believe, South Africa. That's a long way from Germany, and
the # emerge --sync from it takes, typically, ~90 seconds. Before, my
# emerge --sync used to take around 30 seconds. From the second host, it
# takes ~60 seconds.
In my /etc/portage/make.conf, I've got:
GENTOO_MIRRORS="rsync://ftp.fau.de/gentoo rsync://ftp-stud.hs-esslingen.de/gentoo"
.. This used to update from local hosts in Erlangen and Esslingen, two Universities ~30km and ~200km away.
Could somebody please give me a hint as to why my GENTOO_MIRRORS setting doesn't appear to work anymore, and what exactly is selecting the distant
and slow hosts in its place?
Thanks!
For several weeks, now, my # emerge --sync has been downloading from one
or other of the hosts:
http://www.uls.co.za/ ("Ultimate Linux Solutions")
https://reenigne.net/
.. .za is, I believe, South Africa. That's a long way from Germany, and
the # emerge --sync from it takes, typically, ~90 seconds. Before, my
# emerge --sync used to take around 30 seconds. From the second host, it
# takes ~60 seconds.
In my /etc/portage/make.conf, I've got:
GENTOO_MIRRORS="rsync://ftp.fau.de/gentoo rsync://ftp-stud.hs-esslingen.de/gentoo"
.. This used to update from local hosts in Erlangen and Esslingen, two Universities ~30km and ~200km away.
Could somebody please give me a hint as to why my GENTOO_MIRRORS setting doesn't appear to work anymore, and what exactly is selecting the distant
and slow hosts in its place?
Thanks!
--
Alan Mackenzie (Nuremberg, Germany).
while read i; do echo $i = $(dig +short -x ${i}); done137.226.34.46 = ftp.halifax.rwth-aachen.de.
sort -u | while read i; do echo $i = $(dig +short ${i}); donegentoo-mirror.flux.utah.edu = 155.98.60.65
Portage will look in the make.conf file for the GENTOO_MIRRORS
variable and use the mirrors listed therein.
...
mirrorselect -i -o >> /etc/portage/make.conf
For the -r, --rsync option, it will select the rotation server only.
As multiple rsync URL's are not supported.