From owner-freebsd-current@FreeBSD.ORG Thu Nov 18 03:02:56 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 26B4D16A4CE for ; Thu, 18 Nov 2004 03:02:56 +0000 (GMT) Received: from neo.redjade.org (neo.redjade.org [219.254.21.62]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7181243D49 for ; Thu, 18 Nov 2004 03:02:55 +0000 (GMT) (envelope-from ssw@neo.redjade.org) Received: from neo.redjade.org (localhost [127.0.0.1]) by neo.redjade.org (8.13.1/8.13.1) with ESMTP id iAI336nS060203; Thu, 18 Nov 2004 12:03:06 +0900 (KST) (envelope-from ssw@neo.redjade.org) Received: (from ssw@localhost) by neo.redjade.org (8.13.1/8.13.1/Submit) id iAI336vY060202; Thu, 18 Nov 2004 12:03:06 +0900 (KST) (envelope-from ssw) Date: Thu, 18 Nov 2004 12:03:06 +0900 From: Sangwoo Shim To: Tai-hwa Liang Message-ID: <20041118030306.GA59867@neo.redjade.org> References: <20041117180157.GO76234@seekingfire.com> <20041117181108.GA24426@ack.Berkeley.EDU> <20041117225735.GA2148@gothmog.gr> <04111807243512.21298@www.mmlab.cse.yzu.edu.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=euc-kr Content-Disposition: inline In-Reply-To: <04111807243512.21298@www.mmlab.cse.yzu.edu.tw> User-Agent: Mutt/1.5.4i cc: current@freebsd.org Subject: Re: `kldload` doesn't find pf.ko, though `ls` finds it easily enough 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: Thu, 18 Nov 2004 03:02:56 -0000 On Thu, Nov 18, 2004 at 07:25:58AM +0800, Tai-hwa Liang wrote: > On Thu, 18 Nov 2004, Giorgos Keramidas wrote: > >On 2004-11-17 13:31, Tillman Hodgson wrote: > [...] > >>Nov 17 11:54:41 thoth kernel: link_elf: symbol in6_cksum undefined > >>Nov 17 11:54:41 thoth toor: /etc/rc.d/pf: ERROR: pf module failed to load. > >> > >>My custom kernel doesn't include IPv6. Does pf truly require IPv6?: > > > >Yes, if you want to load it as a module. This is exactly the same thing > >I bumped into last night. Compiling a kernel with INET6 support will > >let you load pf as a module. > > Does define "NOINET6=yes" in your /etc/make.conf and rebuild the kernel > work for you? I think that should work. And to save him from compiling entire kernel, Just compiling (and installing) pf module by doing "make NOINET6=yes" in /sys/modules/pf will also work. :-) Regards, Sangwoo Shim