From owner-freebsd-bugs@FreeBSD.ORG Mon May 12 13:30:04 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCCF1106567A for ; Mon, 12 May 2008 13:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC5C08FC28 for ; Mon, 12 May 2008 13:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m4CDU4Lk053947 for ; Mon, 12 May 2008 13:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m4CDU4sT053946; Mon, 12 May 2008 13:30:04 GMT (envelope-from gnats) Date: Mon, 12 May 2008 13:30:04 GMT Message-Id: <200805121330.m4CDU4sT053946@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Tsurutani Naoki Cc: Subject: Re: kern/122782: [modules] accf_http.ko kernel module is not loadable X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tsurutani Naoki List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2008 13:30:04 -0000 The following reply was made to PR kern/122782; it has been noted by GNATS. From: Tsurutani Naoki To: vwe@FreeBSD.org, freebsd-bugs@FreeBSD.org, bug-followup@FreeBSD.org Cc: Subject: Re: kern/122782: [modules] accf_http.ko kernel module is not loadable Date: Mon, 12 May 2008 22:28:55 +0900 > Tsurutani, do you have 'options ACCEPT_FILTER_HTTP' compiled into your > kernel? > What does output of `file /boot/kernel/accf_http.ko` look like? % grep ACCEPT_FILTER_HTTP /usr/src/sys/amd64/conf/POLYMER13 % file /boot/kernel/accf_http.ko /boot/kernel/accf_http.ko: ELF 64-bit LSB relocatable, AMD x86-64, version 1 (FreeBSD), not stripped Is 'options ACCEPT_FILTER_HTTP' necessary ?