Date: Thu, 16 Sep 2004 03:51:22 -0000 From: Max Laier <max@love2party.net> To: Mo <mo@qubix.ca> Cc: pf4freebsd@freelists.org Subject: [pf4freebsd] Re: Version 1.65 Message-ID: <18622538588.20030926225924@love2party.net> In-Reply-To: <3F74A2CA.6070204@qubix.ca> References: <1978948427.20030926150624@love2party.net> <3F74A2CA.6070204@qubix.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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=20 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=3Dyes 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=3Dyes this time. --=20 Best regards, Max mailto:max@love2party.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?18622538588.20030926225924>