Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emerge rsync problem!
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
He4D
n00b
n00b


Joined: 12 Jul 2002
Posts: 26

PostPosted: Fri Jul 12, 2002 1:53 pm    Post subject: emerge rsync problem! Reply with quote

lo,...
When i try to emerge rsync i get a failure!

starting rsync with rsync://rsync.gentoo.org/gentoo-reportage...
rsync:getaddrinfo:rsync.gentoo.org 873: Temporary failure in name resolution.
rsync error: error in socket IO (code10) at client server.c (97)
:?
What can that be??
I think that my network is not configured right..
I made following..
/sbin/ifconfig eth0 192.168.1.2 broadcast 192.168.1.255 netmask 255.255.255.0

then

/sbin/route add -net default gw 192.168.1.1 netmask 255.255.255.0 metric 1

and then i only written in my resolv.conf
nameserver 212.185.253.70
---
192.168.1.2 is my ip
192.168.1.1 is the router´s ip
255.255.255.0 is the subnetmask
but i dunno what the broadcast IP is .. so ive choosen default (192.168.1.255)

I hope anyone could help me
Cyas :wink:
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Fri Jul 12, 2002 1:57 pm    Post subject: Reply with quote

Can you ping anything on the outside?
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
He4D
n00b
n00b


Joined: 12 Jul 2002
Posts: 26

PostPosted: Fri Jul 12, 2002 1:59 pm    Post subject: Reply with quote

hmm dunno hadnt tried it
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Fri Jul 12, 2002 2:02 pm    Post subject: Reply with quote

That particular error means it couldn't get an IP for rsync.gentoo.org, meaning it never got a response back from your nameserver, meaning either your nameserver is down or your network is down. Two very reliable nameservers are at 209.98.98.98 and 208.42.42.42 (both owned by VISI) -- they have easy-to-remember IPs and incredible uptime. They might come in handy. ;)
_________________
I don't believe in witty sigs.
Back to top
View user's profile Send private message
He4D
n00b
n00b


Joined: 12 Jul 2002
Posts: 26

PostPosted: Fri Jul 12, 2002 2:07 pm    Post subject: Reply with quote

kk i will try it thank ya for the first :D
Back to top
View user's profile Send private message
He4D
n00b
n00b


Joined: 12 Jul 2002
Posts: 26

PostPosted: Fri Jul 12, 2002 4:01 pm    Post subject: Reply with quote

ah.. found the problem.. it wasnt the DNS
It was the netmask from the gateway

/sbin/route add -net default gw 192.168.1.1 netmask 255.255.255.0 metric 1

to

/sbin/route add -net default gw 192.168.1.1 netmask 0.0.0.0 metric 1

worx fine :lol:
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