From owner-freebsd-bugs Mon Jan 20 9:40: 5 2003 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4EC737B401 for ; Mon, 20 Jan 2003 09:40:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C0D3D43F18 for ; Mon, 20 Jan 2003 09:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id h0KHe2NS005930 for ; Mon, 20 Jan 2003 09:40:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id h0KHe23I005929; Mon, 20 Jan 2003 09:40:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9EA937B401 for ; Mon, 20 Jan 2003 09:30:11 -0800 (PST) Received: from fever.boogie.com (cpe-66-87-52-132.co.sprintbbd.net [66.87.52.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A99E43F5B for ; Mon, 20 Jan 2003 09:30:11 -0800 (PST) (envelope-from durian@fever.boogie.com) Received: from fever.boogie.com (durian@localhost.boogie.com [127.0.0.1]) by fever.boogie.com (8.12.6/8.12.6) with ESMTP id h0KHTw4Q000765 for ; Mon, 20 Jan 2003 10:29:58 -0700 (MST) (envelope-from durian@fever.boogie.com) Received: (from durian@localhost) by fever.boogie.com (8.12.6/8.12.6/Submit) id h0KHTwLa000764; Mon, 20 Jan 2003 10:29:58 -0700 (MST) Message-Id: <200301201729.h0KHTwLa000764@fever.boogie.com> Date: Mon, 20 Jan 2003 10:29:58 -0700 (MST) From: Mike Durian Reply-To: Mike Durian To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/47263: ipl module fails to load (depends on pfil) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 47263 >Category: kern >Synopsis: ipl module fails to load (depends on pfil) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jan 20 09:40:02 PST 2003 >Closed-Date: >Last-Modified: >Originator: Mike Durian >Release: FreeBSD 5.0-CURRENT i386 >Organization: >Environment: System: FreeBSD fever.boogie.com 5.0-CURRENT FreeBSD 5.0-CURRENT #18: Sun Jan 19 00:41:43 MST 2003 root@fever.boogie.com:/disk2/obj/disk2/src/sys/BOOGIE i386 >Description: If you tried to use ipfilter as a loadable module, the ipl module will fail to load as it is dependent on pfil routines. The pfil routines are not necessary compiled into the kernel and as near as I can tell are not in a loadable module themselves. It seems to me they should either be in their own loadable module and /etc/rc.d/ipfilter should load them before loading ipl or they should be compiled into the ipl module. >How-To-Repeat: Build a kernel without IPFILTER and PFIL_HOOKS. Try to load ipl after booting. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message