From owner-freebsd-questions@FreeBSD.ORG Mon Jan 24 07:48:09 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1BAC16A4CE for ; Mon, 24 Jan 2005 07:48:09 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EE0C43D3F for ; Mon, 24 Jan 2005 07:48:07 +0000 (GMT) (envelope-from k.ishish@gmail.com) Received: by rproxy.gmail.com with SMTP id c16so319436rne for ; Sun, 23 Jan 2005 23:48:06 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=ObT28Ryjq8USvjOdA8amyNE1VXiebO9A3i2fwSfvNegJp3OH8+4W6zp4XMJD/0TIqcLebQNTcx4FSUIXOf65nWm4Fcu8yYFUQNQuhgFxIt9j2Th478Mv9FhFSwOhQD2Y1NIDcoKukHxDIuvtOhnR2xef02fa9AvOhrtk32Sf1+c= Received: by 10.38.81.46 with SMTP id e46mr9520rnb; Sun, 23 Jan 2005 23:48:06 -0800 (PST) Received: by 10.38.73.23 with HTTP; Sun, 23 Jan 2005 23:48:06 -0800 (PST) Message-ID: Date: Mon, 24 Jan 2005 16:48:06 +0900 From: Katsuji Ishikawa To: questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: problems with ipfilter module on RELENG_4_11 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Katsuji Ishikawa List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2005 07:48:10 -0000 Hi all, I upgraded a FreeBSDBOX from RELENG_4_10 to RELENG_4_11, with custom kernels w/o INET6, then ipfilter module(ipl.ko) was doesn't work. * output of uname -a freebsd4# uname -a FreeBSD freebsd4.localdomain 4.11-RELEASE FreeBSD 4.11-RELEASE #1: Sun Jan 23 17:48:11 JST 2005 katsuji@freebsd4.localdomain:/usr/obj/usr/src/sys/NOINET6 i386 * execute 'kldload ipl' freebsd4# kldload ipl kldload: can't load ipl: Exec format error freebsd4# tail -1 /var/log/messages Jan 24 16:32:27 freebsd4 /kernel: link_elf: symbol in6_cksum undefined * kernel configuration freebsd4# diff /sys/i386/conf/{GENERIC,NOINET6} 25c25 < ident GENERIC --- > ident NOINET6 32c32 < options INET6 #IPv6 communications protocols --- > #options INET6 #IPv6 communications protocols any advice would be appreciated thanks, Katsuji -- Katsuji Ishikawa