Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

kernel compilation problem (openbsd 2.8)

0 views
Skip to first unread message

Francia Peralta

unread,
Apr 4, 2001, 5:05:52 PM4/4/01
to te...@openbsd.org
Hi,
I have a problem compiling my new kernel. I appended the following options to my new kernel.
    option IPFILTER
    option IPFILTER_LOG
when I executed the config -s command. I got the following message
...already have options "IPFILTER"
...already have options "IPFILTER_LOG"
***stop
I edited my new kernel and commented out those two options, I was able to recompile my new kernel. I checked the IPFilter and the log, it's not working. So, how can I include the ipfilter option on my kernel?
Thanks for the help in advance.
Francia

Wouter Clarie

unread,
Apr 4, 2001, 5:23:47 PM4/4/01
to te...@openbsd.org
in what way is it 'not working'?
what did you do to 'check' ipf?

if config reports the options are already set, that is probably because
of the include statement in your kernel config
ie. include "../../../conf/GENERIC"
in that file (/usr/src/sys/conf/GENERIC), those options are already set

seems like you have an other problem...

0 new messages