Honeypots mailing list archives

Re: error running rc.firewall


From: Valdis.Kletnieks () vt edu
Date: Fri, 07 Nov 2003 00:38:29 -0500

On Thu, 06 Nov 2003 15:36:16 EST, Byron Sonne said:

You might have recompiled your kernel, but did you recompile your 
modules as well? I believe that doesn't happen automatically, you need 
to do a 'make modules dep; make modules; make modules install' kind of 
thing.

make dep
make
make modules
make modules_install

for a 2.6 kernel things are different, make dep is obsolete, and
the default 'make' target will do 'make bzImage modules', so all
that's needed is

make *config    (menuconfig, oldconfig, etc)
make
make modules_install

and get the System.map and arch/*/boot/bzImage files to the right places.

Attachment: _bin
Description:


Current thread: