i don't have a static ip , linux gets it's ip from the router.
u mean i should add 'compputer name' 127.0.0.2
to my host file?
i don't remove localhost.localdomain from the hosts file, it sometimes
being removed by itself.
btw do i really need sendmail? i get your have new mail as logging as
root but i can't seemd to unflag the mail as read when i read them.
i think i'm going to move rh 9.0, i've heard it's better on laptops (i
longer have 7.3 disro disk around me only 7.2 , and when i wann try
and intstall rpmfind or samba i get failed depencecies...
(E-Mail Removed) (David Efflandt) wrote in message news:<(E-Mail Removed)>...
> On 19 Jan 2004 02:44:11 -0800, Elhanan Maayan <(E-Mail Removed)> wrote:
> > i have RH 7.3 on my laptop
> >
> > the laptop is connected to a docking station which has a network card
> > on it(eth1), usually i use this one but a times i may need to use the
> > latop in the office thus making me use the onboard card (eth0) so i
> > activate both on startup but will not be connected. since i didn't
> > feel like waiting for a while min for the dhcp client to respond i
> > added a -t 10 paramter to network service script.
> >
> > problem is one of the eth is not connected and is activated this
> > somehow screws sendmail making me wait 2 mintues what it's starts up.
> > anyway i make it shorter?
>
> Apparently sendmail is having trouble associating your hostname with an IP
> address. Use /etc/hosts to either point your hostname at a static IP on a
> local interface, or if none, at an extra loopback IP like 127.0.0.2. It
> is usually best not to tamper with the 127.0.0.1 line, and especially do
> NOT remove the name localhost from that IP.