Hello again:

 I'm having some problems when compiling new modules.

 I got the pre-compiled uml through Debian repository. uname follows:
guest # uname -a
Linux neo 2.6.18 #2 Wed Oct 4 19:34:37 CEST 2006 i686 GNU/Linux

And I need ip_tables module working. So I've downloaded 2.6.18 kernel 
into the guest server and:

guest # make menuconfig ; make modules ; make modules_install ; depmod -a

So I can use ip_tables module. But when I try to modeprobe:

guest # modprobe ip_tables
x_tables: version magic '2.6.18 mod_unload 686 gcc-4.1' should be 
'2.6.18 mod_unload gcc-4.1'
WARNING: Error inserting x_tables 
(/lib/modules/2.6.18/kernel/net/netfilter/x_tables.ko): Invalid module 
format
ip_tables: version magic '2.6.18 mod_unload 686 gcc-4.1' should be 
'2.6.18 mod_unload gcc-4.1'
FATAL: Error inserting ip_tables 
(/lib/modules/2.6.18/kernel/net/ipv4/netfilter/ip_tables.ko): Invalid 
module format

The version magic is cleary wrong. Note that the only thing different is 
the 686 that I can't find a way to get rid of.

 Does anybody knows how to remove that 686, or even better, how to fix 
these modules?

 Thanks in advance.

 Fabio

-- 
Fabio A Mazzarino
[EMAIL PROTECTED]
Diretor de Tecnologia
LogHost - Seu Caminho na Internet
http://www.loghost.com.br


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to