From turutani@scphys.kyoto-u.ac.jp  Tue Apr 15 02:29:12 2008
Return-Path: <turutani@scphys.kyoto-u.ac.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 65EA3106566B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Apr 2008 02:29:12 +0000 (UTC)
	(envelope-from turutani@scphys.kyoto-u.ac.jp)
Received: from proxy2.aams.jp (proxy2.aams.jp [202.189.147.98])
	by mx1.freebsd.org (Postfix) with ESMTP id 121088FC1B
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 15 Apr 2008 02:29:11 +0000 (UTC)
	(envelope-from turutani@scphys.kyoto-u.ac.jp)
Received: from h120.65.226.10.32118.vlan.kuins.net (softbank218183189199.bbtec.net [218.183.189.199])
	(authenticated bits=0)
	by proxy2.aams.jp (Switch-3.2.7/Switch-3.1.7) with ESMTP id m3F2T8KO017615
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Tue, 15 Apr 2008 11:29:08 +0900
Received: from h116.65.226.10.32118.vlan.kuins.net (h116.65.226.10.32118.vlan.kuins.net [192.168.3.116])
	by h120.65.226.10.32118.vlan.kuins.net (8.14.2/8.14.2/20071004-1) with ESMTP id m3F2T4lG074203;
	Tue, 15 Apr 2008 11:29:04 +0900 (JST)
	(envelope-from turutani@scphys.kyoto-u.ac.jp)
Received: from h116.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1])
	by h116.65.226.10.32118.vlan.kuins.net (8.14.2/8.14.2/20070718-1) with ESMTP id m3F2T43r001134;
	Tue, 15 Apr 2008 11:29:04 +0900 (JST)
	(envelope-from turutani@h116.65.226.10.32118.vlan.kuins.net)
Received: (from turutani@localhost)
	by h116.65.226.10.32118.vlan.kuins.net (8.14.2/8.14.2/Submit) id m3F2T3EN001133;
	Tue, 15 Apr 2008 11:29:03 +0900 (JST)
	(envelope-from turutani)
Message-Id: <200804150229.m3F2T3EN001133@h116.65.226.10.32118.vlan.kuins.net>
Date: Tue, 15 Apr 2008 11:29:03 +0900 (JST)
From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
Reply-To: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc: turutani@scphys.kyoto-u.ac.jp
Subject: accf_http.ko kernel module is not loadable
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         122782
>Category:       kern
>Synopsis:       [modules] accf_http.ko kernel module is not loadable
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jh
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 15 02:30:02 UTC 2008
>Closed-Date:    Tue Sep 07 15:41:44 UTC 2010
>Last-Modified:  Tue Sep 07 15:41:44 UTC 2010
>Originator:     Tsurutani Naoki
>Release:        FreeBSD 6.3-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD h116.65.226.10.32118.vlan.kuins.net 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #15: Wed Jan 16 23:56:19 JST 2008 turutani@h116.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER13 amd64


	
>Description:
	accf_http.ko cannot be loaded on FreeBSD/amd64.
	
>How-To-Repeat:
	# kldload accf_http
	kldload: Unsupported file type
	# kldstat | grep accf
	 2    1 0xffffffffb81f7000 7bd      accf_http.ko
	# kldunload accf_http.ko
	kldunload: can't unload file: Operation not supported

	
>Fix:
	I have no idea.
	


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: vwe 
State-Changed-When: Mon May 12 10:58:26 UTC 2008 
State-Changed-Why:  

Tsurutani, do you have 'options ACCEPT_FILTER_HTTP' compiled into your 
kernel? 
What does output of `file /boot/kernel/accf_http.ko` look like? 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122782 

From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
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 ?
State-Changed-From-To: feedback->open 
State-Changed-By: vwe 
State-Changed-When: Mon May 12 20:35:20 UTC 2008 
State-Changed-Why:  

feedback received 
according to man accf_http the 'options ACCEPT_FILTER_HTTP' is not needed, 
you may use the kld or the static compiled in option. 


Responsible-Changed-From-To: freebsd-bugs->freebsd-amd64 
Responsible-Changed-By: vwe 
Responsible-Changed-When: Mon May 12 20:35:20 UTC 2008 
Responsible-Changed-Why:  

Looks like it might be amd64 specific, can you please have a look at this? 
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122782 
State-Changed-From-To: open->feedback 
State-Changed-By: jh 
State-Changed-When: Mon Sep 6 14:50:41 UTC 2010 
State-Changed-Why:  
I can't reproduce on 8.1 with GENERIC kernel. Is this still a problem 
for you? 


Responsible-Changed-From-To: freebsd-amd64->jh 
Responsible-Changed-By: jh 
Responsible-Changed-When: Mon Sep 6 14:50:41 UTC 2010 
Responsible-Changed-Why:  
Track. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122782 
State-Changed-From-To: feedback->closed 
State-Changed-By: jh 
State-Changed-When: Tue Sep 7 15:41:43 UTC 2010 
State-Changed-Why:  
Closed at submitter's request. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122782 
>Unformatted:
