From owner-freebsd-current Thu Sep 20 22:19:26 2001 Delivered-To: freebsd-current@freebsd.org Received: from peter3.wemm.org (c1315225-a.plstn1.sfba.home.com [24.14.150.180]) by hub.freebsd.org (Postfix) with ESMTP id CD75737B41A for ; Thu, 20 Sep 2001 22:19:22 -0700 (PDT) Received: from overcee.netplex.com.au (overcee.wemm.org [10.0.0.3]) by peter3.wemm.org (8.11.0/8.11.0) with ESMTP id f8L5JMM04805 for ; Thu, 20 Sep 2001 22:19:22 -0700 (PDT) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 7B3A938FF; Thu, 20 Sep 2001 22:19:22 -0700 (PDT) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Warner Losh Cc: Mark Peek , freebsd-current@FreeBSD.ORG Subject: Re: kldxref broken, maybe? In-Reply-To: <200109210320.f8L3KJ713643@harmony.village.org> Date: Thu, 20 Sep 2001 22:19:22 -0700 From: Peter Wemm Message-Id: <20010921051922.7B3A938FF@overcee.netplex.com.au> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Warner Losh wrote: > In message Mark Peek writes: > : Install a -current kernel on a 4.X or pre-kldxref (before 9/10/01) > : 5.X system. I sent a note to Warner mentioning he might want to put a > : comment about this in UPDATING. > > I'm just unsure how to describe it... It is actually non-fatal. It should probably be added to the list of tools to build for making the kernel. It is probably worth having the rc scripts attempt to "refresh" it at bootup as well.. ie, something roughly like this: foreach $path (`sysctl -n kern.module_path | sed -e 's/;/ /`) if (-d $path) kldxref $path endif endfor Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message