> I check all of those options, and they were all appropriately marked.
>
> So, my next step was to see if it was trying to load iptables as a module
or
> something (I have them all in the kernel)
>
> I am basing this off a RedHat 7.1 install with a 2.4.9-6 kernel upgrade. I
> then download the 2.4.9 kernel source from kernel.org.
>
> In the /lib/modules directory there are
> 2.4.2-12 2.4.9 2.4.9-6
>
> I think the 2.4.9-6 is from the redhat package, 2.4.9 is the kernel I just
> compiled and 2.4.2-12 is the original kernel I was running. How do I check
> if I am running the right kernel, with the right modules?

Assuming you are using lilo and intel compatible:
Did you copy the ..../arch/i386/boot/bzImage to /boot/linux2.4.9 (or another
name), change the /etc/lilo.conf file and run lilo?
If not, read the README file in the linux kernel directory and do a 'man
lilo'. If you're still not certain about anything, better ask first...
If you did all this my guess is you select the wrong kernel at the lilo
prompt.

To see what kernel you are running:
cat /proc/sys/kernel/osrelease
A lot of stuff can be found and tuned in the /proc filesystem, feel free to
play around in it :-)

cheers,
Bart

_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to