Installing Gentoo 2004.2
Posted: 9/10/2004 12:55:57 PMBy: Comfortably Anonymous
Times Read: 2,796
Likes: 0 Dislikes: 0
Topic: Linux
Thought I'd post a gotcha that nailed me when trying to emerge sync during the install.
I was getting the following after doing 'emerge sync':
starting rync with rsync://rsync.gentoo.org/gentoo-portage...
rsync: getaddrinfo: rsync.gentoo.org 873: Temporary failure in name resolution
rsync error: error in socket IO (code 10) at clientserver.c(83)
Checked all kinds of things, and finally figure out it was a typo on my part. In the installation docs, where it says to copy the resolv.conf to a locatation findable after chrooting I made a mistake. Instead of:
cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
I had typed:
cp -L /etc/resolv.conf /mnt/gentoo/etc/resolve.conf
(Notice the 'e' on the end of the second 'resolv'. Did it again with the proper spelling, and everything worked just fine. :)
I was getting the following after doing 'emerge sync':
starting rync with rsync://rsync.gentoo.org/gentoo-portage...
rsync: getaddrinfo: rsync.gentoo.org 873: Temporary failure in name resolution
rsync error: error in socket IO (code 10) at clientserver.c(83)
Checked all kinds of things, and finally figure out it was a typo on my part. In the installation docs, where it says to copy the resolv.conf to a locatation findable after chrooting I made a mistake. Instead of:
cp -L /etc/resolv.conf /mnt/gentoo/etc/resolv.conf
I had typed:
cp -L /etc/resolv.conf /mnt/gentoo/etc/resolve.conf
(Notice the 'e' on the end of the second 'resolv'. Did it again with the proper spelling, and everything worked just fine. :)
Rating: (You must be logged in to vote)
Discussion View:
By: Comfortably Anonymous
Times Read: 1,852
Likes: 0 Dislikes: 0
Topic: Linux
Replies:
RE: Installing Gentoo 2004.2
Posted: 4/30/2005 8:30:48 AMBy: Comfortably Anonymous
Times Read: 1,852
Likes: 0 Dislikes: 0
Topic: Linux
wow! how a single letter can make a difference! you just saved me a lot of worry! I had the same typo, now it runs.
harald
harald
Rating: (You must be logged in to vote)