Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Local host not found

Status
Not open for further replies.

womp

Technical User
Apr 6, 2001
105
US
I did a checkpc command on redhat 9.0 and got this in return:

2003-07-07-09:32:53.243 linux Get_local_host: 'localhost' IP address not available

What does this mean?
 
There's no IP address specified for hostname "localhost". Check /etc/hosts. Mine starts out:
Code:
127.0.0.1    localhost
Try adding that to /etc/hosts, run your command again. Should (note, should ;-)) fix it for you.

--
JR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top