On Nov 1, 8:18 am, Pascal Hambourg <boite-a-s...@plouf.fr.eu.org>
wrote:
> Hello,
>
> Richard Krehbiel a écrit :> I'm trying to build kernel 2.6.22.10 from source, for use in what was
> > originally configured as a Fedora Core 4 system. It's for a system
> > that works as an unattended internet-connected device, and as such it
> > has a pretty harsh firewall. FC4 rpms only go up to 2.6.17, and I'm
> > trying to find out if a newer kernel version fixes (what looks for all
> > the world to be) a serial driver bug.
>
> > The build succeeds and the kernel boots but iptables aren't loaded.
> > It says "can't load conntrack support for proto=2." The error goes
> > away if I remove all the lines that say "-m state" but of course
> > that's not useful. I can insmod *every* module in /lib/modules/
> > 2.6.22.10/kernel/net/netfilter and it does the same thing.
>
> > In case it's germane, here's the whole list of netfilter modules:
>
> [...]
>
> Did you check in /lib/modules/2.6.22.10/kernel/net/ipv4/netfilter/ ?
>
> > What am I missing? Thanks.
>
> IPv4 connection tracking (nf_conntrack_ipv4.ko), I'd say.
Ah, thanks. It'll take me a few hours to rebuild and test that, but
it looks like you're right.
|