* [gentoo-user] Portage Emerge Net Connect Error
@ 2007-01-12 14:10 Ryan Crisman
2007-01-12 14:25 ` PaulNM
2007-01-12 14:29 ` Nelson, David (ED, PAR&D)
0 siblings, 2 replies; 7+ messages in thread
From: Ryan Crisman @ 2007-01-12 14:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
Everytime I attempt to install a new program using portage i get this error:
Resolving distfiles.gentoo.org... failed: Temporary failure in name
resolution.
I do have internet access and I am writing this email from the same
machine. It doesn't matter what package or when i get this error all the
time. Even on the other mirrors for the package.
--
Ryan Crisman
[-- Attachment #2: Type: text/html, Size: 423 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Portage Emerge Net Connect Error
2007-01-12 14:10 [gentoo-user] Portage Emerge Net Connect Error Ryan Crisman
@ 2007-01-12 14:25 ` PaulNM
2007-01-12 14:45 ` Ryan Crisman
2007-01-12 14:29 ` Nelson, David (ED, PAR&D)
1 sibling, 1 reply; 7+ messages in thread
From: PaulNM @ 2007-01-12 14:25 UTC (permalink / raw
To: gentoo-user
Ryan Crisman wrote:
> Everytime I attempt to install a new program using portage i get this
> error:
>
> Resolving distfiles.gentoo.org... failed: Temporary failure in name
> resolution.
>
> I do have internet access and I am writing this email from the same
> machine. It doesn't matter what package or when i get this error all the
> time. Even on the other mirrors for the package.
Well, for some reason dns lookup for those sites fail. What happens
when you put distfiles.gentoo.org in a web browser? You could also try
pinging the repositories first, and if they get though, try emerge
again. If emerge still fails, I'd try adding them to the host file with
whatever ip you get from pinging as a workaround.
PaulNM
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [gentoo-user] Portage Emerge Net Connect Error
2007-01-12 14:10 [gentoo-user] Portage Emerge Net Connect Error Ryan Crisman
2007-01-12 14:25 ` PaulNM
@ 2007-01-12 14:29 ` Nelson, David (ED, PAR&D)
1 sibling, 0 replies; 7+ messages in thread
From: Nelson, David (ED, PAR&D) @ 2007-01-12 14:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 941 bytes --]
-----Original Message-----
From: Ryan Crisman [mailto:nxarmada@gmail.com]
Sent: 12 January 2007 14:11
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Portage Emerge Net Connect Error
> Everytime I attempt to install a new program using portage i get this error:
>
> Resolving distfiles.gentoo.org... failed: Temporary failure in name resolution.
>
> I do have internet access and I am writing this email from the same machine. It doesn't matter what package or when i get this error all the time. Even on the
> other mirrors for the package.
Can you try doing ping www.google.com at the command line? Does that work?
If not check /etc/resolv.conf as with some routers you need to manually specify DNS servers in /etc/resolv.conf.
Cheers
David
Note: These views are my own, advice is provided with no guarantee of success. I do not represent anyone else in any emails I send to this list.
[-- Attachment #2: Type: text/html, Size: 2719 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Portage Emerge Net Connect Error
2007-01-12 14:25 ` PaulNM
@ 2007-01-12 14:45 ` Ryan Crisman
2007-01-12 14:52 ` Ryan Crisman
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Ryan Crisman @ 2007-01-12 14:45 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1237 bytes --]
I do a ping distfiles.gentoo.org
ping: unknown host distfiles.gentoo.org
Than i try and ping its ip and i get
connect: network is unreachable
Pinging www.Google.com:
connect: network is unreachable
contents of resolv.conf
domain localdomain
nameserver 192.168.1.1
nameserver 192.168.1.1
But as i said before I am able to browser the web in Firefox.
On 1/12/07, PaulNM <gentoo@paulscrap.com> wrote:
>
> Ryan Crisman wrote:
> > Everytime I attempt to install a new program using portage i get this
> > error:
> >
> > Resolving distfiles.gentoo.org... failed: Temporary failure in name
> > resolution.
> >
> > I do have internet access and I am writing this email from the same
> > machine. It doesn't matter what package or when i get this error all
> the
> > time. Even on the other mirrors for the package.
>
> Well, for some reason dns lookup for those sites fail. What happens
> when you put distfiles.gentoo.org in a web browser? You could also try
> pinging the repositories first, and if they get though, try emerge
> again. If emerge still fails, I'd try adding them to the host file with
> whatever ip you get from pinging as a workaround.
>
> PaulNM
>
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Ryan Crisman
[-- Attachment #2: Type: text/html, Size: 1969 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Portage Emerge Net Connect Error
2007-01-12 14:45 ` Ryan Crisman
@ 2007-01-12 14:52 ` Ryan Crisman
2007-01-12 14:53 ` Nelson, David (ED, PAR&D)
2007-01-12 15:22 ` Uwe Thiem
2 siblings, 0 replies; 7+ messages in thread
From: Ryan Crisman @ 2007-01-12 14:52 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1696 bytes --]
Okay i got it to work. It turns out /etc/conf.d/net was not setup to see
the router.
I just looked it up on the Gentoo Linux Doc and routes_eth0 was not set up
so I added
routes_eth0="default gw 192.168.1.1"
to the end of the file, restarted eth0 and everything works now.
Thanks for the help.
On 1/12/07, Ryan Crisman <nxarmada@gmail.com> wrote:
>
> I do a ping distfiles.gentoo.org
> ping: unknown host distfiles.gentoo.org
>
> Than i try and ping its ip and i get
> connect: network is unreachable
>
> Pinging www.Google.com:
> connect: network is unreachable
>
> contents of resolv.conf
> domain localdomain
> nameserver 192.168.1.1
> nameserver 192.168.1.1
>
> But as i said before I am able to browser the web in Firefox.
>
> On 1/12/07, PaulNM < gentoo@paulscrap.com> wrote:
> >
> > Ryan Crisman wrote:
> > > Everytime I attempt to install a new program using portage i get this
> > > error:
> > >
> > > Resolving distfiles.gentoo.org... failed: Temporary failure in name
> > > resolution.
> > >
> > > I do have internet access and I am writing this email from the same
> > > machine. It doesn't matter what package or when i get this error all
> > the
> > > time. Even on the other mirrors for the package.
> >
> > Well, for some reason dns lookup for those sites fail. What happens
> > when you put distfiles.gentoo.org in a web browser? You could also try
> > pinging the repositories first, and if they get though, try emerge
> > again. If emerge still fails, I'd try adding them to the host file with
> > whatever ip you get from pinging as a workaround.
> >
> > PaulNM
> >
> > --
> > gentoo-user@gentoo.org mailing list
> >
> >
>
>
> --
> Ryan Crisman
--
Ryan Crisman
[-- Attachment #2: Type: text/html, Size: 3361 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: [gentoo-user] Portage Emerge Net Connect Error
2007-01-12 14:45 ` Ryan Crisman
2007-01-12 14:52 ` Ryan Crisman
@ 2007-01-12 14:53 ` Nelson, David (ED, PAR&D)
2007-01-12 15:22 ` Uwe Thiem
2 siblings, 0 replies; 7+ messages in thread
From: Nelson, David (ED, PAR&D) @ 2007-01-12 14:53 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 960 bytes --]
- ----Original Message-----
From: Ryan Crisman [mailto:nxarmada@gmail.com]
Sent: 12 January 2007 14:45
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Portage Emerge Net Connect Error
> I do a ping distfiles.gentoo.org
> ping: unknown host distfiles.gentoo.org
>
> Than i try and ping its ip and i get
> connect: network is unreachable
>
> Pinging www.Google.com:
> connect: network is unreachable
>
> contents of resolv.conf
> domain localdomain
> nameserver 192.168.1.1
> nameserver 192.168.1.1
>
> But as i said before I am able to browser the web in Firefox.
Try my suggestion. Manually specify nameservers in /etc/resolv.conf. I have had the same problem before. Web browsers and the like work happily but console based programs do not.
David
Note: These views are my own, advice is provided with no guarantee of success. I do not represent anyone else in any emails I send to this list.
[-- Attachment #2: Type: text/html, Size: 3618 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] Portage Emerge Net Connect Error
2007-01-12 14:45 ` Ryan Crisman
2007-01-12 14:52 ` Ryan Crisman
2007-01-12 14:53 ` Nelson, David (ED, PAR&D)
@ 2007-01-12 15:22 ` Uwe Thiem
2 siblings, 0 replies; 7+ messages in thread
From: Uwe Thiem @ 2007-01-12 15:22 UTC (permalink / raw
To: gentoo-user
On 12 January 2007 16:45, Ryan Crisman wrote:
> I do a ping distfiles.gentoo.org
> ping: unknown host distfiles.gentoo.org
>
> Than i try and ping its ip and i get
> connect: network is unreachable
>
> Pinging www.Google.com:
> connect: network is unreachable
>
> contents of resolv.conf
> domain localdomain
> nameserver 192.168.1.1
> nameserver 192.168.1.1
>
> But as i said before I am able to browser the web in Firefox.
And you are writing your email also in your browser, right?
Taking all the above into account, the conclusion is:
1. Your browser is configured to use a proxy, and the proxy server is given by
IP address.
2. Your box lacks a default route.
It's a logical AND between 1. and 2. ;-)
Uwe
--
A fast and easy generator of fractals for KDE:
http://www.SysEx.com.na/iwy-1.0.tar.bz2
Proof of concept of a TSP solver for KDE:
http://www.SysEx.com.na/epat-0.1.tar.bz2
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-01-12 15:31 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-12 14:10 [gentoo-user] Portage Emerge Net Connect Error Ryan Crisman
2007-01-12 14:25 ` PaulNM
2007-01-12 14:45 ` Ryan Crisman
2007-01-12 14:52 ` Ryan Crisman
2007-01-12 14:53 ` Nelson, David (ED, PAR&D)
2007-01-12 15:22 ` Uwe Thiem
2007-01-12 14:29 ` Nelson, David (ED, PAR&D)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox