From owner-freebsd-current@FreeBSD.ORG Tue Aug 10 13:02: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 2F5F216A4CE for ; Tue, 10 Aug 2004 13:02:27 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7AB643D54 for ; Tue, 10 Aug 2004 13:02:26 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so134791rnl for ; Tue, 10 Aug 2004 06:02:23 -0700 (PDT) Received: by 10.38.86.74 with SMTP id j74mr1098422rnb; Tue, 10 Aug 2004 06:02:23 -0700 (PDT) Message-ID: Date: Tue, 10 Aug 2004 21:02:22 +0800 From: Jiawei Ye To: John-Mark Gurney In-Reply-To: <20040810060405.GM991@funkthat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <200408092003.28922.max@love2party.net> <20040809222127.GU64690@camelot.theinternet.com.au> <20040809225255.GI991@funkthat.com> <20040810044257.GJ991@funkthat.com> <20040810060405.GM991@funkthat.com> cc: freebsd-current@freebsd.org Subject: Re: kldload pf failed on -current 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: Tue, 10 Aug 2004 13:02:27 -0000 On Mon, 9 Aug 2004 23:04:05 -0700, John-Mark Gurney wrote: > hmmm... now I'm really puzzled... there is code in support.4th that > adds in the current boot directory to the module path... could you > break out to the loader prompt, and see what show module_path returns? > > mine: > OK show module_path > /boot/kernel;/boot/modules > > -- > John-Mark Gurney Voice: +1 415 225 5579 module_path is /boot/modules only, no /boot/kernel. Also, acpi.ko isn't loaded either. Jiawei