From owner-freebsd-current Tue Aug 20 11:15:37 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 3319437B400; Tue, 20 Aug 2002 11:15:31 -0700 (PDT) Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8E8143E3B; Tue, 20 Aug 2002 11:15:30 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020820181530.SCQT1186.rwcrmhc52.attbi.com@blossom.cjclark.org>; Tue, 20 Aug 2002 18:15:30 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.3/8.12.3) with ESMTP id g7KIFTJK069390; Tue, 20 Aug 2002 11:15:29 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.3/8.12.3/Submit) id g7KIFKVN069389; Tue, 20 Aug 2002 11:15:20 -0700 (PDT) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Tue, 20 Aug 2002 11:15:20 -0700 From: "Crist J. Clark" To: Sergey Mokryshev Cc: Radko Keves , questions@FreeBSD.ORG, current@FreeBSD.ORG Subject: Re: question about ipl.ko Message-ID: <20020820181519.GA69240@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <20020816130147.GA39907@studnet.sk> <20020816193854.GC47465@blossom.cjclark.org> <062201c2475f$9f19ab40$0f0010ac@office.tersys.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <062201c2475f$9f19ab40$0f0010ac@office.tersys.ru> User-Agent: Mutt/1.4i X-URL: http://people.freebsd.org/~cjc/ 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 On Mon, Aug 19, 2002 at 01:05:53PM +0400, Sergey Mokryshev wrote: > 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. But what's the point? PFIL_HOOKS only used by IPFilter. If you are going to be recompiling a kernel, you might just as well compile in "options IPFILTER" and be done with it. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message