Kenneth Culver wrote:
> what does this message mean?
> Sep 24 18:34:04 culverk /kernel: arpresolve: can't allocate llinfo for 127.0.0.1rt

I don't know how you got it, but here is an easy way to do so:

In /etc/rc.conf:
network_interfaces="ed0 lo0"
ifconfig_ed0="DHCP"

(ed0 apparently can be replaced with any other NIC)

Then run amd. (I don't know why amd is the first program I tried that 
trigger it.)

The workaround (fix?) is to put lo0 before ed0. But sysinstall put 
network interfaces in this order :-(.

I have seen this when I recently installed 3.3-RELEASE on a new machine.

As I ssuspect, this is because DHCP do something like 
        route add -host <yout ip> 127.0.0.1
before lo0 is ifconfiged.

Dima




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to