[pf4freebsd] Re: Version 1.65

Max Laier max at love2party.net
Wed Sep 15 20:51:22 PDT 2004


Hello Mo,

Friday, September 26, 2003, 10:34:18 PM, you wrote:
M> I just downloaded and compiled 1.65, but I keep getting these errors 
M> when trying to run it:
M> kldload: can't load /boot/kernel/pf.ko: No such file or directory

M> pf.ko does exist in /boot/kernel/, I'm not sure why it doesn't work.
M> Please lemme know if you why it's acting like that.

Usually you should see additional informations on your console. dmesg(8)
helps when you don't have access to the console. The message does hint
to a unresolved dependency. Do you have PFIL_HOOKS and RANDOM_IP_ID in
your kernel? If you don't want RANDOM_IP_ID or just not want to
recompile the kernel right now. You can use $make WITH_RANDOM_ID=yes to
link the needed symbols to the module instead.

What version of FreeBSD are you using? -current? In that case, when did
you last cvsup your sources?

If it worked with a previous version, I think it's due to RANDOM_IP_ID
and you just forgot to use WITH_RANDOM_ID=yes this time.

-- 
Best regards,
 Max                            mailto:max at love2party.net





More information about the freebsd-pf mailing list