From owner-freebsd-current Mon Aug 19 2: 6:28 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A50A37B400; Mon, 19 Aug 2002 02:06:23 -0700 (PDT) Received: from guardian.sch.ru (TCH-MSU.ATM6-0.181.M9-R1.msu.net [212.16.0.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFE5543E3B; Mon, 19 Aug 2002 02:06:17 -0700 (PDT) (envelope-from mokr@mokr.net) Received: from Draco (draco.office.tersys.ru [172.16.0.15] (may be forged)) by guardian.sch.ru (8.12.3/8.12.3/20020429) with SMTP id g7J967NY051700; Mon, 19 Aug 2002 13:06:08 +0400 (MSD) Message-ID: <062201c2475f$9f19ab40$0f0010ac@office.tersys.ru> From: "Sergey Mokryshev" To: "Crist J. Clark" , "Radko Keves" Cc: , References: <20020816130147.GA39907@studnet.sk> <20020816193854.GC47465@blossom.cjclark.org> Subject: Re: question about ipl.ko Date: Mon, 19 Aug 2002 13:05:53 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 FL-Build: Fidolook Express 2001 UIExt. BuildID: 3BC00FAD (7/10/2001 12:17:49). X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Crist! You wrote to "Radko Keves" 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] >> it's my problem, for example in the kernel module loading >> sequence, or current problem ? CJC> Both. If you are getting an 'Exec format error,' there is CJC> something wrong at your end. However, ipl.ko has been broken in CJC> CURRENT for a "long time" (over a year at least) and will not CJC> load (albeit with a different error message). CJC> -- $ uname -a FreeBSD amber.mokr.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Aug 14 18:41:05 MSD 2002 root@amber.mokr.net:/usr/obj/usr/src/sys/AMBER i386 $ kldstat Id Refs Address Size Name 1 15 0xc0100000 2cc000 kernel 2 1 0xc03cd000 5760 vesa.ko 3 1 0xc03d3000 5160 snd_ich.ko 4 2 0xc03d9000 1a88c snd_pcm.ko 5 1 0xc03f4000 d378 agp.ko 6 1 0xc0402000 3cb30 acpi.ko 7 1 0xc26f4000 5000 linprocfs.ko 8 2 0xc27b9000 14000 linux.ko 9 1 0xc27ed000 15000 ipl.ko 10 1 0xc28ac000 2000 rtc.ko $ 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. Sincerely yours, Sergey Mokryshev. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message