From owner-freebsd-current Sat Jan 8 19:57: 1 2000 Delivered-To: freebsd-current@freebsd.org Received: from chmls05.mediaone.net (ne.mediaone.net [24.128.1.70]) by hub.freebsd.org (Postfix) with ESMTP id 384DE15168 for ; Sat, 8 Jan 2000 19:56:59 -0800 (PST) (envelope-from bloom@acm.org) Received: from acm.org (reyim.ne.mediaone.net [24.218.254.39]) by chmls05.mediaone.net (8.8.7/8.8.7) with ESMTP id WAA06517; Sat, 8 Jan 2000 22:56:54 -0500 (EST) Message-ID: <38780706.1200D7AC@acm.org> Date: Sat, 08 Jan 2000 22:56:54 -0500 From: Jim Bloom X-Mailer: Mozilla 4.7 [en]C-MOENE (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Yoshinobu Inoue Cc: freebsd-current@FreeBSD.ORG Subject: Re: IPv6 testing...willing to help References: <20000108133114L.shin@nd.net.fujitsu.co.jp> <3877DD18.D8BF669F@acm.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I found the problems I was seeing. I had an old configuration of dhclient dating from before it was integrated into FreeBSD. At that time, I just called dhclient without specifying the interface. (I only had one NIC.) Dhclient then tried using all interfaces it could find. One of the interfaces it tried to use was faith0 which generated all of the errors. I just fixed by network startup to specify the interface for dhclient and all of the error messages went away. Jim Bloom bloom@acm.org Jim Bloom wrote: > > I added the options a couple weeks ago. Everthing has been working fairly > well. Two issues I have seen which I haven't verified if they are are related > to INET6 or something else. > > First, ever since I added INET6, I have been seeing errors like > > looutput: af=0 unexpected (or something close to that) > > These are appearing frequently (several a minute). (There also is no newline > after this error message in the kernel.) > > I ran cvsup around 15:00 EST today and built world and a new kernel. After > rebooting, I started getting error messages from dhclient about unsupported > address families. I haven't looked into this to determine if dhclient is > working correctly and reporting warnings or is not working at all. I'll try to > do some more checking later tonight or tomorrow. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message