Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2002 13:05:53 +0400
From:      "Sergey Mokryshev" <mokr@mokr.net>
To:        "Crist J. Clark" <cjc@FreeBSD.ORG>, "Radko Keves" <rado@studnet.sk>
Cc:        <questions@FreeBSD.ORG>, <current@FreeBSD.ORG>
Subject:   Re: question about ipl.ko
Message-ID:  <062201c2475f$9f19ab40$0f0010ac@office.tersys.ru>
References:  <20020816130147.GA39907@studnet.sk> <20020816193854.GC47465@blossom.cjclark.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello, Crist!
You wrote to "Radko Keves" <rado@studnet.sk> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?062201c2475f$9f19ab40$0f0010ac>