LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 11-02-2006, 09:50 PM   #1
magiconexxx
LQ Newbie
 
Registered: Nov 2004
Posts: 4

Rep: Reputation: 0
Fatal: error inserting ip_tables


Just tried to get started with iptables. Did a modprobe ip_tables and got the error message:

FATAL: Error inserting ip_tables (/lib/modules/2.6.17-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.ko): Unknown symbol in module, or unknown parameter (see dmesg)


Did a dmesg:
Code:
ip_tables: Unknown symbol xt_compat_unlock
ip_tables: Unknown symbol xt_free_table_info
ip_tables: Unknown symbol xt_register_match
ip_tables: Unknown symbol xt_find_match
ip_tables: Unknown symbol xt_alloc_table_info
ip_tables: Unknown symbol xt_check_match
ip_tables: Unknown symbol xt_unregister_match
ip_tables: Unknown symbol xt_compat_match
ip_tables: Unknown symbol xt_register_target
ip_tables: Unknown symbol xt_register_table
ip_tables: Unknown symbol xt_proto_init
ip_tables: Unknown symbol xt_replace_table
ip_tables: Unknown symbol xt_find_table_lock
ip_tables: Unknown symbol xt_table_unlock
ip_tables: Unknown symbol xt_proto_fini
ip_tables: Unknown symbol xt_check_target
ip_tables: Unknown symbol xt_compat_target
ip_tables: Unknown symbol xt_find_revision
ip_tables: Unknown symbol xt_compat_lock
ip_tables: Unknown symbol xt_unregister_table
ip_tables: Unknown symbol xt_find_target
ip_tables: Unknown symbol xt_unregister_target
ip_tables: Unknown symbol xt_compat_unlock
ip_tables: Unknown symbol xt_free_table_info
ip_tables: Unknown symbol xt_register_match
ip_tables: Unknown symbol xt_find_match
ip_tables: Unknown symbol xt_alloc_table_info
ip_tables: Unknown symbol xt_check_match
ip_tables: Unknown symbol xt_unregister_match
ip_tables: Unknown symbol xt_compat_match
ip_tables: Unknown symbol xt_register_target
ip_tables: Unknown symbol xt_register_table
ip_tables: Unknown symbol xt_proto_init
ip_tables: Unknown symbol xt_replace_table
ip_tables: Unknown symbol xt_find_table_lock
ip_tables: Unknown symbol xt_table_unlock
ip_tables: Unknown symbol xt_proto_fini
ip_tables: Unknown symbol xt_check_target
ip_tables: Unknown symbol xt_compat_target
ip_tables: Unknown symbol xt_find_revision
ip_tables: Unknown symbol xt_compat_lock
ip_tables: Unknown symbol xt_unregister_table
ip_tables: Unknown symbol xt_find_target
ip_tables: Unknown symbol xt_unregister_target
ip_tables: Unknown symbol xt_compat_unlock
ip_tables: Unknown symbol xt_free_table_info
ip_tables: Unknown symbol xt_register_match
ip_tables: Unknown symbol xt_find_match
ip_tables: Unknown symbol xt_alloc_table_info
ip_tables: Unknown symbol xt_check_match
ip_tables: Unknown symbol xt_unregister_match
ip_tables: Unknown symbol xt_compat_match
ip_tables: Unknown symbol xt_register_target
ip_tables: Unknown symbol xt_register_table
ip_tables: Unknown symbol xt_proto_init
ip_tables: Unknown symbol xt_replace_table
ip_tables: Unknown symbol xt_find_table_lock
ip_tables: Unknown symbol xt_table_unlock
ip_tables: Unknown symbol xt_proto_fini
ip_tables: Unknown symbol xt_check_target
ip_tables: Unknown symbol xt_compat_target
ip_tables: Unknown symbol xt_find_revision
ip_tables: Unknown symbol xt_compat_lock
ip_tables: Unknown symbol xt_unregister_table
ip_tables: Unknown symbol xt_find_target
ip_tables: Unknown symbol xt_unregister_target
ip_tables: Unknown symbol xt_compat_unlock
ip_tables: Unknown symbol xt_free_table_info
ip_tables: Unknown symbol xt_register_match
ip_tables: Unknown symbol xt_find_match
ip_tables: Unknown symbol xt_alloc_table_info
ip_tables: Unknown symbol xt_check_match
ip_tables: Unknown symbol xt_unregister_match
ip_tables: Unknown symbol xt_compat_match
ip_tables: Unknown symbol xt_register_target
ip_tables: Unknown symbol xt_register_table
ip_tables: Unknown symbol xt_proto_init
ip_tables: Unknown symbol xt_replace_table
ip_tables: Unknown symbol xt_find_table_lock
ip_tables: Unknown symbol xt_table_unlock
ip_tables: Unknown symbol xt_proto_fini
ip_tables: Unknown symbol xt_check_target
ip_tables: Unknown symbol xt_compat_target
ip_tables: Unknown symbol xt_find_revision
ip_tables: Unknown symbol xt_compat_lock
ip_tables: Unknown symbol xt_unregister_table
ip_tables: Unknown symbol xt_find_target
ip_tables: Unknown symbol xt_unregister_target
And a modinfo ip_tables:

filename: /lib/modules/2.6.17-gentoo-r5/kernel/net/ipv4/netfilter/ip_tables.ko
license: GPL
author: Netfilter Core Team <coreteam@netfilter.org>
description: IPv4 packet filter
vermagic: 2.6.17-gentoo-r5 mod_unload gcc-4.1
depends:

and my current modules are:

usb_storage 71232 2
uhci_hcd 24144 0
parport_pc 42792 0
parport 41484 1 parport_pc
floppy 66568 0
nvidia 5428148 12
forcedeth 30156 0
usbhid 42976 0
snd_intel8x0 36456 2
snd_ac97_codec 107416 1 snd_intel8x0
snd_ac97_bus 3008 1 snd_ac97_codec
snd_pcm 94476 3 snd_intel8x0,snd_ac97_codec
snd_timer 24904 2 snd_pcm
snd 56048 6 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc 10896 2 snd_intel8x0,snd_pcm
ehci_hcd 32904 0
ohci_hcd 20932 0
i2c_nforce2 8256 0
vfat 14848 0
fat 54832 1 vfa

so it didn't even load.

Can't find much on this anywhere, other than maybe a 32-bit to 64-bit compatibility issue (running on 64-bit Gentoo system)

Thoughts?

Last edited by unSpawn; 11-04-2006 at 10:00 AM. Reason: //moderator sets BB code tag enclosure
 
Old 11-04-2006, 10:05 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Not enough info. Is this a default kernel and are these default packages and are all dependencies satisfied (apparently not ;-p)? BTW, this is not a Linux Security issue but one about running software, so this thread should be moved to the Linux Software or Gentoo forum. No need to apologise, it's OK, you're new here.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FATAL: Error inserting ndiswrapper raxxal Mandriva 7 07-06-2007 01:27 PM
FATAL: Error inserting ndiswrapper derfaust Slackware 11 06-03-2006 02:41 PM
FATAL: Error inserting ivtv xvalentinex Linux - Software 2 01-31-2006 12:45 AM
modprobe: FATAL: Error inserting hw_random logicalfuzz Linux - General 7 09-14-2005 10:37 PM
modprobe: FATAL: Error inserting apm OneManArmy Linux - Software 2 08-21-2004 07:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 08:34 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration