Sean Allin wrote:
> what do i need to check to be able to
> tell?
> Sean
>
> Fuzzy Fox wrote:
> >
> > Sean Allin <[EMAIL PROTECTED]> wrote:
> > >
> > > I've now been able to recompile a new kernel, but ipautofw is still
> > > not available. ip_autofw is also not in /proc/net.
> >
> > It really sounds like the kernel that you have built is not the one that
> > you booted. Can you verify that the system is actually loading the
> > kernel that you compiled?
Check the date of your /boot/vmlinuz file (or the file that vmlinuz links to). Make
sure that you have make install and make modules_install. One more minor thing that
may be the reason. The default /etc/lilo.conf from RedHat 5.0 distribution always
uses /boot/vmlinuz-2.0.32 as the boot kernel. Therefore, if you are using latest
2.0.33 kernel or you install the kernel to /boot/vmlinuz (not a symbolic link), lilo
will never try to boot on your new kernel. You have to fix /etc/lilo.conf by
replacing:
image=/boot/vmlinuz-2.0.32
to
image=/boot/vmlinuz
Hope this can help!
-Joseph
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]