Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126579 - GUI Installer produced machine that cannot resolve hostnames
Summary: GUI Installer produced machine that cannot resolve hostnames
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-17 12:02 UTC by Kendric Beachey
Modified: 2006-03-17 14:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kendric Beachey 2006-03-17 12:02:06 UTC
I got all the way through the GUI installer after a fair amount of trial and error.  My final pass through finally got to the "Install complete" message.

After rebooting the machine from its own hard drive, the whole system came up and was basically totally happy, except for one thing:  it cannot resolve hostnames.

It is happy to connect to other hosts if you specify them by IP address.  But it seems not to know how to try to use DNS to resolve hostnames.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-17 12:05:12 UTC
You didn't provide any relevant information whatsoever wrt your network setup. 
Comment 2 Kendric Beachey 2006-03-17 13:01:03 UTC
(In reply to comment #1)
> You didn't provide any relevant information whatsoever wrt your network setup. 

Sorry for that.  We're on a fairly standard company lan.  My other gentoo machines were pretty much born knowing how to hit DNS servers to resolve hostnames.

Maybe a little play-by-play would help:

beachey@arthur ~ $ ping hesston
ping: unknown host hesston
beachey@arthur ~ $ ping hesston.garmin.com
ping: unknown host hesston.garmin.com
beachey@arthur ~ $ ssh hesston
ssh: hesston: Temporary failure in name resolution
beachey@arthur ~ $ ssh hesston.garmin.com
ssh: hesston.garmin.com: Temporary failure in name resolution
beachey@arthur ~ $ ping www.gentoo.org
ping: unknown host www.gentoo.org
beachey@arthur ~ $
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-03-17 13:03:49 UTC
Sigh... are you trying to say that DHCP doesn't work for you? Does /etc/resolv.conf exist?
Comment 4 Kendric Beachey 2006-03-17 14:07:57 UTC
(In reply to comment #3)
> Sigh... are you trying to say that DHCP doesn't work for you? Does
> /etc/resolv.conf exist?

Sorry to be so vague.

This machine (and my others) uses a static IP address, although DHCP is offered on the lan.  I have opted for static IP and a listing in DNS so I can have other people hit my machine for testing purposes.

/etc/resolv.conf is identical to the ones on my working machines.

Our network guru looked at it for a while and walked away stumped.  He thought maybe there was some missing library or something.  He's not a gentoo user, so he couldn't offer any gentoo-specific advice...he's all Debian and SuSE and Red Hat.