From owner-freebsd-sparc Tue Nov 26 8:44:53 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38BDC37B401 for ; Tue, 26 Nov 2002 08:44:52 -0800 (PST) Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85BDD43E88 for ; Tue, 26 Nov 2002 08:44:51 -0800 (PST) (envelope-from jake@k6.locore.ca) Received: from k6.locore.ca (jake@localhost.locore.ca [127.0.0.1]) by k6.locore.ca (8.12.6/8.12.6) with ESMTP id gAQGvTxQ003610; Tue, 26 Nov 2002 11:57:29 -0500 (EST) (envelope-from jake@k6.locore.ca) Received: (from jake@localhost) by k6.locore.ca (8.12.6/8.12.6/Submit) id gAQGvTxL003609; Tue, 26 Nov 2002 11:57:29 -0500 (EST) Date: Tue, 26 Nov 2002 11:57:29 -0500 From: Jake Burkholder To: Roman Pavlik Cc: freebsd-sparc@FreeBSD.ORG Subject: Re: kldload ipl: symbol pfil_add_hook undefined Message-ID: <20021126115729.B213@locore.ca> References: <20021123190530.GA7659@belzebub.tns.cz> <20021126123644.GC486@belzebub.tns.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021126123644.GC486@belzebub.tns.cz>; from rp@tns.cz on Tue, Nov 26, 2002 at 01:36:44PM +0100 Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Apparently, On Tue, Nov 26, 2002 at 01:36:44PM +0100, Roman Pavlik said words to the effect of; > On Sat, Nov 23, 2002 at 08:05:31PM +0100, Roman Pavlik wrote: > > Another problem is, that I'd like to use ipfilter, but there > > is no /dev/ipl on my ultra5 FreeBSD installation. There is > > even no MAKEDEV in /dev directory. > > > > I decided to install FreeBSD-5.0-DP2 from iso-image just to > have the same installation like all the others here. > Unfortunately, I still have the problem with ipl: > > On fresh FreeBSD-5.0-DP2 installation on Ultra5: > > # kldload /boot/kernel/ipl.ko > link_elf: symbol pfil_add_hook undefined > kldload: can't load /boot/kernel/ipl.ko: No such file or directory > > # ls -al /boot/kernel/ipl.ko > -r-xr-xr-x 1 root wheel 146528 Nov 20 16:47 /boot/kernel/ipl.ko > > Can anybody pls. try to do kldload ipl.ko? Can you try just compiling it into your kernel with options IPFILTER? If that works and you really want to use the kld, try options PFIL_HOOKS. I've never used ipfilter so I don't really know how this is supposed to work, but it doesn't seem to me that the file with that function is pulled into the kernel without either of these options. Hope this helps, Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message