Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Tantalum
n00b
n00b


Joined: 28 Apr 2006
Posts: 9
Location: Where I'm at

PostPosted: Fri Apr 28, 2006 9:35 pm    Post subject: emerge not working Reply with quote

I'm trying to install gentoo on to my system.. I followed the steps in the installation gide but when I run emerge -- rsync I get this error:
Code:

Notice(-3, 'Temporary failure to name resolution')
>>>starting rsync with rsync://rsync.gentoo.org/gentoo-portage...
>>>checking server timestamp...
rsync: getaddrinfo: rsync.gentoo.org 873 Temporary failure in name resolution
rsync error: error in socket IO (code 10) at clientserver.c(88)
>>retry....

help....
Back to top
View user's profile Send private message
ProPilot
n00b
n00b


Joined: 15 Aug 2005
Posts: 38

PostPosted: Fri Apr 28, 2006 9:47 pm    Post subject: Reply with quote

Try emerge-webrsync

Tom
Back to top
View user's profile Send private message
Tantalum
n00b
n00b


Joined: 28 Apr 2006
Posts: 9
Location: Where I'm at

PostPosted: Fri Apr 28, 2006 11:19 pm    Post subject: Reply with quote

ProPilot wrote:
Try emerge-webrsync

Tom


I'll give it a rty when I get back home and tell you if it worked.

EDIT: It didnt. I could fint the md5sum (Not yet avaliable)
Back to top
View user's profile Send private message
Similitude
n00b
n00b


Joined: 28 Dec 2004
Posts: 6

PostPosted: Sun Apr 30, 2006 2:49 pm    Post subject: Re: emerge not working Reply with quote

Tantalum wrote:
I'm trying to install gentoo on to my system.. I followed the steps in the installation gide but when I run emerge -- rsync I get this error:
Code:

Notice(-3, 'Temporary failure to name resolution')
>>>starting rsync with rsync://rsync.gentoo.org/gentoo-portage...
>>>checking server timestamp...
rsync: getaddrinfo: rsync.gentoo.org 873 Temporary failure in name resolution
rsync error: error in socket IO (code 10) at clientserver.c(88)
>>retry....

help....


Then read the guide again. Fix your DNS.
Back to top
View user's profile Send private message
Tantalum
n00b
n00b


Joined: 28 Apr 2006
Posts: 9
Location: Where I'm at

PostPosted: Sun Apr 30, 2006 9:11 pm    Post subject: Reply with quote

[quot]Then read the guide again. Fix your DNS.[/quote]

I know my DNSD is working correctly becuse I used links to post my first post!!... Could the problem be that the timestamp on my computer is not right because when I use "date" it gives me the wrong date and says that I need to set the timezone but when I use "date correctdate" nothing changes... Any way I'm going to start the process over again from scratch and see what I come up with...
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Mon May 01, 2006 1:52 am    Post subject: Reply with quote

Tantalum wrote:
I know my DNSD is working correctly becuse I used links to post my first post!!...

If links was working outside the chroot, but emerge --sync did not work inside the chroot, then you need to do this to fix it.
Code:
# cp -L /etc/resolv.conf /mnt/gentoo/etc/
Back to top
View user's profile Send private message
gr8whitesavage
n00b
n00b


Joined: 01 May 2006
Posts: 1
Location: obx, nc

PostPosted: Mon May 01, 2006 4:23 am    Post subject: Reply with quote

I am having the same problem here.

I tried emerge -sync gives "temporary failure in name resolution" and I'm not behind a firewall that blocks rsync. I tried emerge-webrsync and it says no md5sum present. I then read this post, checked my date and the timezone was wrong, I changed it using zic -l EST, and then I'm still getting the same errors.

Then I tried what cyrillic said to do, but that didn't work because /etc/resolv.conf is not there.

Any ideas?

EDIT: maybe I should think harder before posting, but wtf my resolv.conf is gone. hmm.
Back to top
View user's profile Send private message
jmbsvicetto
Moderator
Moderator


Joined: 27 Apr 2005
Posts: 4734
Location: Angra do Heroísmo (PT)

PostPosted: Mon May 01, 2006 5:37 am    Post subject: Reply with quote

gr8whitesavage,

you must be trying to do the copy inside the chroot. You can't do that! Use another vt, ALT+F2, and run that command. Then return to your chroot ALT+F1. It should work now.
_________________
Jorge.

Your twisted, but hopefully friendly daemon.
AMD64 / x86 / Sparc Gentoo
Help answer || emwrap.sh
Back to top
View user's profile Send private message
dmartinsca
Guru
Guru


Joined: 09 Dec 2005
Posts: 303
Location: Ontario, Canada

PostPosted: Mon May 01, 2006 5:38 am    Post subject: Reply with quote

The problem is that resolv.conf doesn't exist inside the chroot environment. If you are still in the chroot environment you can do two things:
1. Open a new console or terminal (Alt+F2,F3,etc). Log in as root, run cp -L /etc/resolv.conf /mnt/gentoo/etc
2. Exit the chroot by typing exit, run cp -L /etc/resolv.conf /mnt/gentoo/etc, re-enter the chroot with chroot /mnt/gentoo /bin/bash, run env-update && source /etc/profile
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum