On Tue, 2001-11-27 at 02:42, Lorenzo De Vito wrote:
> After installed Woody 3.0 I've always a problem...
> every 4-5 minutes these strings appears on my screen:
> 
> "Neighbour table overflow"
> "Neighbour table overflow"
> "Neighbour table overflow"
> "Neighbour table overflow"

Check to make sure your loopback interface is up and running with
ifconfig.  If it isn't make sure that your /etc/network/interfaces file
contains these following lines preceding whatever eth stuff you have:

auto lo
iface lo inet loopback

then run ifup lo to bring it up.

Also make sure that 127.0.0.1 in your /etc/hosts has at least localhost
to the right of it.

--mike

Reply via email to