It is also important to note that you should not add another 127.0.0.1 line to your hosts file. I've seen this sort of setup:
127.0.0.1 localhost.localdomain localhost
127.0.0.1 mycomputer.mydomain.com


Only the last line for each IP address is read. If you want to hardcode a domain name (or similar) to the loopback, you must do it on the same line as:
127.0.0.1 localhost.localdomain localhost mycomputer.mydomain.com


I discovered this while troubleshooting why a Fedora box was spending about 5 minutes trying to start sendmail.

-Shaun

Crawford Rainwater wrote:

On Wed, 2004-09-08 at 10:11,
[EMAIL PROTECTED] wrote:


Message: 7
From: "Marc Aylesworth" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Wed, 8 Sep 2004 12:10:31 -0400
Subject: RE: [Hardhats-members] hostname error (Linux guru needed)
Reply-To: [EMAIL PROTECTED]

At the top put 127.0.0.1 localhost.localdomain localhost and leave the
kdtop line alone this might help=20




Actually, the above line is needed in Linux. This is the local loopback
address since Linux is natively a networking operation system. Taking
this out will cause issues.


Sorry, forgot to mention that part earlier.

--- Craford





------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click _______________________________________________ Hardhats-members mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hardhats-members

Reply via email to