Re: question about ipl.ko

2002-08-21 Thread Sergey Mokryshev
Hello, Crist! You wrote to Sergey Mokryshev [EMAIL PROTECTED] on Tue, 20 Aug 2002 11:15:20 -0700: [skipped] $ grep PFIL /usr/src/sys/i386/conf/AMBER options PFIL_HOOKS You need to include options PFIL_HOOKS in your kernel configuration to be able to use ipfilter as a loadable module.

Re: question about ipl.ko

2002-08-21 Thread David W. Chapman Jr.
Another point - you can upgrade ipfilter stuff without rebooting, it is useful in situations where minimum downtime is possible. PFIL_HOOKS does not add much functionality to the kernel and I always turn this on on every box. I think you are missing his point though. Some people kldload

Re: question about ipl.ko

2002-08-21 Thread Sergey Mokryshev
(removed questions@ from Cc) Hello, David! You wrote to Sergey Mokryshev [EMAIL PROTECTED] on Wed, 21 Aug 2002 11:26:32 -0500: Another point - you can upgrade ipfilter stuff without rebooting, it is useful in situations where minimum downtime is possible. PFIL_HOOKS does not add much

Re: question about ipl.ko

2002-08-21 Thread David W. Chapman Jr.
No, ipl.ko is not broken. It depends on pfil(9). Shouldn't we try to make a pfil.ko that ipl.ko depends on then? -- David W. Chapman Jr. [EMAIL PROTECTED] Raintree Network Services, Inc. www.inethouston.net [EMAIL PROTECTED] FreeBSD Committer www.FreeBSD.org To Unsubscribe: send mail

Re: question about ipl.ko

2002-08-21 Thread Sergey Mokryshev
Hello, David! You wrote to Sergey Mokryshev [EMAIL PROTECTED] on Wed, 21 Aug 2002 12:07:43 -0500: No, ipl.ko is not broken. It depends on pfil(9). DWC Shouldn't we try to make a pfil.ko that ipl.ko depends on then? I make a brief look into code (I am not a kernel hacker nor a programmer).

Re: question about ipl.ko

2002-08-21 Thread David W. Chapman Jr.
There are a few files with PFIL_HOOKS-dependant #ifdefs, but it is strongly tied with the code. /sys/net/bridge.c /sys/netinet/ip_input.c /sys/netinet/ip_output.c /sys/netinet6/ip6_forward.c /sys/netinet6/ip6_input.c /sys/netinet6/ip6_output.c Darren Reed has some pieces of code on

Re: question about ipl.ko

2002-08-19 Thread Sergey Mokryshev
Hello, Crist! You wrote to Radko Keves [EMAIL PROTECTED] on Fri, 16 Aug 2002 12:38:54 -0700: CJC On Fri, Aug 16, 2002 at 03:01:47PM +0200, Radko Keves wrote: i try to load ipl.ko #kldload -v /boot/kernel/ipl.ko kldload: can't load /boot/kernel/ipl.ko: Exec format error CJC [snip]

Re: question about ipl.ko

2002-08-17 Thread Simon 'corecode' Schubert
On Fri, 16 Aug 2002 15:01:47 +0200 Radko Keves wrote: i try to load ipl.ko #kldload -v /boot/kernel/ipl.ko kldload: can't load /boot/kernel/ipl.ko: Exec format error try `kldload ipl' -- /\ http://corecode.ath.cx/#donate \ / \ ASCII Ribbon Campaign / \ Against HTML Mail and

question about ipl.ko

2002-08-16 Thread Radko Keves
i try to load ipl.ko #kldload -v /boot/kernel/ipl.ko kldload: can't load /boot/kernel/ipl.ko: Exec format error #kldstat Id Refs AddressSize Name 1 10 0xc010 45fd04 kernel 21 0xc056 1b410linux.ko 32 0xc057c000 90f0 ipfw.ko 41 0xc0586000 5374

Re: question about ipl.ko

2002-08-16 Thread Crist J. Clark
On Fri, Aug 16, 2002 at 03:01:47PM +0200, Radko Keves wrote: i try to load ipl.ko #kldload -v /boot/kernel/ipl.ko kldload: can't load /boot/kernel/ipl.ko: Exec format error [snip] it's my problem, for example in the kernel module loading sequence, or current problem ? Both. If you are