From owner-freebsd-current@FreeBSD.ORG Tue Nov 23 02:41:48 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 AE8EE16A4CE for ; Tue, 23 Nov 2004 02:41:48 +0000 (GMT) Received: from master4.yvr1.superb.net (master4.yvr1.superb.net [209.82.78.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFD2A43D1D for ; Tue, 23 Nov 2004 02:41:47 +0000 (GMT) (envelope-from gbaratto@superb.net) Received: from chivas (fw.yvr1.superb.net [209.82.78.2]) iAN2flh7004473 for ; Mon, 22 Nov 2004 18:41:47 -0800 (PST) Message-ID: <008a01c4d105$e99f4f30$9c01a8c0@chivas> From: "Gustavo A. Baratto" To: Date: Mon, 22 Nov 2004 18:41:00 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Mailman-Approved-At: Tue, 23 Nov 2004 13:18:52 +0000 Subject: module_path 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, 23 Nov 2004 02:41:48 -0000 hello there, Since I have seen it in the errata, here it goes: I have upgraded from 5.1 to 5.3, and the newly installed /boot/defaults/loader.conf has this set: module_path="/boot/modules" so, whenever I try to load ipfw or ipf, or even use kldload, I get this error: --- /etc/rc.d/ipfw start kldload: can't load ipfw: No such file or directory /etc/rc.d/ipfw: WARNING: unable to load firewall module. --- # sysctl kern.module_path kern.module_path: /boot/modules I know that I can override that by adding module_path="/boot/kernel" in /boot/loader.conf, but I think the default file should be fixed to add at least /boot/kernel, right? cheers