From owner-freebsd-questions Fri Nov 28 09:50:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA27296 for questions-outgoing; Fri, 28 Nov 1997 09:50:28 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA27287 for ; Fri, 28 Nov 1997 09:50:23 -0800 (PST) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id JAA05010; Fri, 28 Nov 1997 09:48:09 -0800 (PST) Received: from UNKNOWN(), claiming to be "current1.whistle.com" via SMTP by alpo.whistle.com, id smtpd005008; Fri Nov 28 09:48:09 1997 Date: Fri, 28 Nov 1997 09:45:54 -0800 (PST) From: Julian Elischer To: Mike cc: freebsd-questions@freebsd.org Subject: Re: rtinit In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk do you have appletalk? On Thu, 27 Nov 1997, Mike wrote: > Running 2.2.5-STABLE I get the following on bootup immediately after the > "Local package initialization:" line: > > --- > > rtinit: wrong ifa (0xf0a9fc00) was (0xf0a18280) > > --- > > I ran this by the guys we have some support contracts with and they echoed > back little more than "check everything that's going on after local > initialization". I asked for details on rtinit and/or ifa, but they would > give me nothing... man -k yields the following: > > --- > > ifnet(9), ifaddr(9), ifqueue(9), if_data(9) - kernel interfaces for > manipulating network interfaces > > --- > > First, I got worried... since I recognized section 9 as the Kernel > Developer's section... Then I viewed the man page... and got even more > worried... since 3/4's of the page is function descriptions. ;) I get, > roughly, that all this relates to the kernel's mechanisms for handling > network interfaces... but I would really appreciate more information > about what's causing the specific error shown above. Is there some sort > of conflict with my arp/network setup? > > Being realatively unfamiliar with this topic, I'm sure I've left out > helpful information, so please email me if you need anything more! > > --- > Mike Hoskins > SEI Data Network Services, Inc. > mike@seidata.com > >