LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   localhost.localdomain error (https://www.linuxquestions.org/questions/linux-newbie-8/localhost-localdomain-error-215897/)

Roach 08-10-2004 02:48 PM

localhost.localdomain error
 
When my GNOME loads, I get the following error:

Quote:

Could not look up internet address for localhost.localdomain. This will prevent GNOME from operating correctly. It may be possible to correct the problem by adding localhost.localdomain to the file /etc/hosts
So I checked the file /etc/hosts and this is what it says:

Quote:

# Do not remove the following line, or various programs
# that require network functionality will fail.
localhost.localdomain 127.0.0.1
I read in another thread that it may be my DHCP settings, but they havenīt changed.

Thanks in Advance

R :newbie: :study: the manual!!

ToniT 08-10-2004 02:55 PM

Looks strange. Try reverting the order. That is,
Code:

127.0.0.1                    localhost.localdomain localhost

ByKtHoR 08-10-2004 03:44 PM

how to being part of a workgroup
 
I've the same problem. I'm at officce and when i install Red Hat 9 it configurates somehow the network configuration. At the log in screen appears a username that is no mine. Also it appears in the shell like this: mynetworkusername@fcalderon1. While i want it to be: mynetworkusername@mycompany. If i change that on the redhat network configuration it will appear the same message like Roach.

is there any configuration file to modify???

P.D. where can i download doc files to setup a network configuration on a NT environment???

ToniT 08-10-2004 07:11 PM

If the hostnames are not resolvable by a dns as is, there should be corresponding entries in /etc/hosts referring to those hostnames and having ip address 127.0.0.1 or -- if there is a static ip address -- to static one.

Roach 08-11-2004 12:40 AM

Mine worked!!

Thanks ToniT

R


All times are GMT -5. The time now is 11:35 PM.