From owner-freebsd-current@FreeBSD.ORG Wed Nov 17 23:26:00 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 2AFE016A4CE; Wed, 17 Nov 2004 23:26:00 +0000 (GMT) Received: from www.mmlab.cse.yzu.edu.tw (www.mmlab.cse.yzu.edu.tw [140.138.145.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDB0443D41; Wed, 17 Nov 2004 23:25:59 +0000 (GMT) (envelope-from avatar@mmlab.cse.yzu.edu.tw) Received: by www.mmlab.cse.yzu.edu.tw (qmail, from userid 1000) id 8C0CB4EFCDC; Thu, 18 Nov 2004 07:25:58 +0800 (CST) Received: from localhost (localhost [127.0.0.1]) by www.mmlab.cse.yzu.edu.tw (qmail) with ESMTP id 85D7E4EFCDA; Thu, 18 Nov 2004 07:25:58 +0800 (CST) Date: Thu, 18 Nov 2004 07:25:58 +0800 (CST) From: Tai-hwa Liang To: Giorgos Keramidas In-Reply-To: <20041117225735.GA2148@gothmog.gr> Message-ID: <04111807243512.21298@www.mmlab.cse.yzu.edu.tw> References: <20041117180157.GO76234@seekingfire.com> <20041117181108.GA24426@ack.Berkeley.EDU> <20041117225735.GA2148@gothmog.gr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed cc: Tillman Hodgson cc: freebsd-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: Wed, 17 Nov 2004 23:26:00 -0000 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'm not sure if this is a `bug' that neds fixing though ;-)