From owner-freebsd-current Sat Sep 25 9: 1:23 1999 Delivered-To: freebsd-current@freebsd.org Received: from arc.hq.cti.ru (arc.hq.cti.ru [195.34.40.3]) by hub.freebsd.org (Postfix) with ESMTP id D8D1414F32 for ; Sat, 25 Sep 1999 09:01:16 -0700 (PDT) (envelope-from dima@tejblum.pp.ru) Received: (from uucp@localhost) by arc.hq.cti.ru (8.9.3/8.9.3) with UUCP id TAA93908; Sat, 25 Sep 1999 19:59:19 +0400 (MSD) (envelope-from dima@tejblum.pp.ru) Received: from tejblum.pp.ru (localhost [127.0.0.1]) by tejblum.pp.ru (8.9.3/8.9.3) with ESMTP id UAA03624; Sat, 25 Sep 1999 20:03:10 +0400 (MSD) (envelope-from dima@tejblum.pp.ru) Message-Id: <199909251603.UAA03624@tejblum.pp.ru> X-Mailer: exmh version 2.0gamma 1/27/96 To: Kenneth Culver Cc: freebsd-current@FreeBSD.ORG From: Dmitrij Tejblum Subject: Re: wierd message In-reply-to: Your message of "Sat, 25 Sep 1999 07:37:51 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 25 Sep 1999 20:03:10 +0400 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 127.0.0.1 before lo0 is ifconfiged. Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message