Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2004 03:42:39 -0000
From:      Hendrik Scholz <hscholz@raisdorf.net>
To:        pf4freebsd@freelists.org
Subject:   [pf4freebsd] Re: pf 1.59 and ALTQ install trouble
Message-ID:  <20030803153553.GA84041@pandemonium.lan.raisdorf.net>
In-Reply-To: <20030803144407.81045.qmail@web12809.mail.yahoo.com>
References:  <20030803135941.76316.qmail@web12803.mail.yahoo.com> <20030803144407.81045.qmail@web12809.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

On Sun, Aug 03, 2003 at 07:44:07AM -0700, cipherbk wrote:
> link_elf: symbol altq_lookup undefined
> link_elf: symbol altq_lookup undefined
> KLD pf.ko: depends on pfaltq - not available

This looks like a dependency problem.
$ strings /boot/kernel/kernel|grep -c altq_lookup
should return a value >0 (1 in my case) as this function is in the
kernel itself.
Since misc. pf modules need functions implemented in other modules the
modules have to be loaded in a certain order:
- pflog.ko
- pfsync.ko
- pfaltq.ko
- pf.ko

IIRC this is the order given in the README file.

In your situation the kernel itself is missing ALTQ support thus
preventing pfaltq.ko (and thus pf.ko) to load.

Hendrik

-- 
Hendrik Scholz - <hscholz@raisdorf.net> - http://raisdorf.net/

drag me, drop me - treat me like an object 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030803153553.GA84041>