From owner-freebsd-current@FreeBSD.ORG Thu Nov 4 15:23:27 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1965416A4CE for ; Thu, 4 Nov 2004 15:23:27 +0000 (GMT) Received: from ran.psg.com (ip192.186.dsl-acs2.seawa0.iinet.com [209.20.186.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1DBB43D49 for ; Thu, 4 Nov 2004 15:23:26 +0000 (GMT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=ran.psg.com.psg.com) by ran.psg.com with esmtp (Exim 4.43 (FreeBSD)) id 1CPjSQ-000JBV-4c; Thu, 04 Nov 2004 07:23:26 -0800 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16778.18797.634182.989389@ran.psg.com> Date: Thu, 4 Nov 2004 07:23:25 -0800 To: Kevin Oberman References: <200411041716.26212.doconnor@gsoft.com.au> <20041104145552.8A8695D09@ptavv.es.net> cc: freebsd-current@freebsd.org Subject: Re: kdldload X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2004 15:23:27 -0000 > Module loading has been fixed. Some older installations will > drop proper module_path initialization and modules will fail to > load properly. If you have a line in /boot/loader.rc that says: > "initialize drop", do (i386 only): > cp /usr/src/sys/boot/i386/loader/loader.rc /boot/loader.rc > chown root:wheel /boot/loader.rc > chmod 444 /boot/loader.rc drat! and i thought i had done that once on every system. guess i blew it again. randy