PDA
$threadinfo[title]
-


mesman00
July 6th, 2003, 19:30
i just finished a gentoo install a while ago, and didn't get the chance to set anything up until now. when i try to update my portage tree by typing "emerge sync" i get the following error:

rsync: getaddrinfo: rsync.gentoo.org 873: Temporary failue in name resolution
rsync error: error in socket 10 (code 10) at clientserver.c(83)

i first got this error when i tried to do it at my aparment, and i thought maybe the network is behind a firewall that wasn't allowing me to do it. so, i brought my computer home where i know the connection is not behind a firewall, and i got the same exact error.

also, if i try to emerge any apps, like xfree for example, i get this error

Resolving distro.ibiblio.org...host not found

i get this error with ever host it tries to resolve. is there a problem with my network setup? i was able to merge everything fine during the install, and when loading gentoo eth0 is brought up fine. any help would be appreciated

AlphaWolf
July 6th, 2003, 20:41
Add this to the bottom of your make.conf and try again:


GENTOO_MIRRORS="ftp://csociety-ftp.ecn.purdue.edu/pub/gentoo/ http://csociety-ftp.ecn.purdue.edu/pub/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo ftp://mirror.iawnet.sandia.gov/pub/gentoo/"


If that allows you to do an emerge sync, run these commands to optimize your download speed:


emerge mirrorselect && mirrorselect -a -s4

Slougi
July 6th, 2003, 23:48
I don't think what alphawolf suggested will change anything since it seems to have problems resolving the, not connecting. Try pinging via IP, if that works you need to add a nameserver (or more) to /etc/resolv.conf. If not, something in /etc/conf.d/net is misconfigured.

mesman00
July 6th, 2003, 23:50
yep, i needed to add the nameserver...figured that out but forgot to delete the post. oh well thanks anyways guys.

mesman00
July 7th, 2003, 18:22
nevermind...still having problems. the nameservers are in /etc/resolv.conf. when i try to ping a web-site it just sits there, doesn't do anything. what should i look for in /etc/conf.d/net that could be misconfigured

mesman00
July 10th, 2003, 04:11
*cough* still need help...still no reply at the gentoo forums either *cough*

tooie
July 10th, 2003, 05:21
can you get the IP of the address and try replaceing the name with the IP ?

AlphaWolf
July 10th, 2003, 06:10
I don't think what alphawolf suggested will change anything since it seems to have problems resolving the, not connecting. Try pinging via IP, if that works you need to add a nameserver (or more) to /etc/resolv.conf. If not, something in /etc/conf.d/net is misconfigured.

I had the exact same problem he had though, and I fixed it by pointing to a different rsync server which worked. The reason why is because a name server somewhere along the line (not at my ISP) was down at the time, and that specific server had issues resolving for some reason. I figured maybe he ran into the same thing.

*cough* still need help...still no reply at the gentoo forums either *cough*

Perhapse you set your net configs to static and your lease changed on ya? Just a guess, happened to me once and I never bothered to look at it until after I spent a long time troubleshooting :)

mesman00
July 11th, 2003, 23:00
so i had do i change the net configs back from static?