* [gentoo-dev] Problem with iptables
@ 2003-04-11 10:23 Alberto Romero
2003-04-11 18:43 ` Robert Thomas
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Alberto Romero @ 2003-04-11 10:23 UTC (permalink / raw
To: gentoo-dev
Hello, I was trying to install iptables in my gentoo, but I always have
the same error message:
***
/lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
unresolved
symbol nf_unregister_sockopt_Rsmp_dfe5ec30
/lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
unresolved
symbol nf_register_sockopt_Rsmp_0e0e3305
/lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
insmod
/lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o
failed
/lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
insmod ip_tables failed
iptables v1.2.7a: can't initialize iptables table `filter': iptables
who? (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
***
I have compiled the modules required in Network options-->IP: Netfilter
Configuration,and "emerged" iptables but it doesn't work.
Anybody has any idea of what's the problem here?
Thanks,
Alberto Romero
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Problem with iptables
2003-04-11 10:23 [gentoo-dev] Problem with iptables Alberto Romero
@ 2003-04-11 18:43 ` Robert Thomas
2003-04-11 18:52 ` [gentoo-dev] " Douglas Pollock
2003-04-11 21:15 ` [gentoo-dev] " Miguel Sousa Filipe
2 siblings, 0 replies; 4+ messages in thread
From: Robert Thomas @ 2003-04-11 18:43 UTC (permalink / raw
To: Alberto Romero; +Cc: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Alberto Romero wrote:
| Hello, I was trying to install iptables in my gentoo, but I always have
| the same error message:
|
| ***
| /lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
| unresolved
| symbol nf_unregister_sockopt_Rsmp_dfe5ec30
| /lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
| unresolved
| symbol nf_register_sockopt_Rsmp_0e0e3305
| /lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
| insmod
| /lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o
| failed
| /lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
| insmod ip_tables failed
| iptables v1.2.7a: can't initialize iptables table `filter': iptables
| who? (do you need to insmod?)
| Perhaps iptables or your kernel needs to be upgraded.
| ***
|
| I have compiled the modules required in Network options-->IP: Netfilter
| Configuration,and "emerged" iptables but it doesn't work.
| Anybody has any idea of what's the problem here?
|
| Thanks,
|
| Alberto Romero
|
|
|
| --
| gentoo-dev@gentoo.org mailing list
|
|
Have you tried a vanilla kernel? If the vanilla kernel works, the
maintainer(s) of the gentoo patches should be notified.
- --
Robert Thomas
Georgia Institute of Technology
Email: gtg663h@mail.gatech.edu
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE+lwzCW6dW6jDUoTsRAupUAJ9Qj5jcZaQeZxtqoivAJrhhEy3XuwCeLqHY
Mpar3M7eaTylKL/1zV/4RRo=
=2I41
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-dev] Re: Problem with iptables
2003-04-11 10:23 [gentoo-dev] Problem with iptables Alberto Romero
2003-04-11 18:43 ` Robert Thomas
@ 2003-04-11 18:52 ` Douglas Pollock
2003-04-11 21:15 ` [gentoo-dev] " Miguel Sousa Filipe
2 siblings, 0 replies; 4+ messages in thread
From: Douglas Pollock @ 2003-04-11 18:52 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 925 bytes --]
I've seen similar problems before, and it happened when I tried to add IP
tables support to an existing kernel. Is this what you are trying to do?
I don't know if this will help, but:
Did you execute "make clean" on the kernel tree before compiling? If so, then
you might want to copy your ".config" in the root of the kernel source to
your home directory, executing "make mrproper" and then copying the config
back. (I've seen some wonkiness with dependency checking on the Gentoo take
on the Linux kernel.)
So something like:
make clean
make dep bzImage modules modules_install
Check to see if it works. If not....
cp .config ~/
make mrproper
cp ~/.config .
make dep bzImage modules modules_install
Good luck,
Doug.
On Friday April 11 2003 6:23 am, Alberto Romero wrote:
> Hello, I was trying to install iptables in my gentoo, but I always have
> the same error message:
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Problem with iptables
2003-04-11 10:23 [gentoo-dev] Problem with iptables Alberto Romero
2003-04-11 18:43 ` Robert Thomas
2003-04-11 18:52 ` [gentoo-dev] " Douglas Pollock
@ 2003-04-11 21:15 ` Miguel Sousa Filipe
2 siblings, 0 replies; 4+ messages in thread
From: Miguel Sousa Filipe @ 2003-04-11 21:15 UTC (permalink / raw
To: Alberto Romero; +Cc: gentoo-dev
Hi there,
Alberto Romero wrote:
> Hello, I was trying to install iptables in my gentoo, but I always have
> the same error message:
>
> ***
> /lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
> unresolved
> symbol nf_unregister_sockopt_Rsmp_dfe5ec30
> /lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
> unresolved
> symbol nf_register_sockopt_Rsmp_0e0e3305
> /lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
> insmod
> /lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o
> failed
> /lib/modules/2.4.20-gentoo-r1/kernel/net/ipv4/netfilter/ip_tables.o:
> insmod ip_tables failed
> iptables v1.2.7a: can't initialize iptables table `filter': iptables
> who? (do you need to insmod?)
> Perhaps iptables or your kernel needs to be upgraded.
> ***
>
> I have compiled the modules required in Network options-->IP: Netfilter
> Configuration,and "emerged" iptables but it doesn't work.
> Anybody has any idea of what's the problem here?
>
I had some problems too, basically I found out that when I compile/boot a
diferent kernel, iptables doesn't work.. errors..
basically, I had to remerge iptables and all was fine.
> Thanks,
>
Hope it helps.
> Alberto Romero
>
Miguel Sousa Filipe (aka m3thos)
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-04-11 21:15 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-11 10:23 [gentoo-dev] Problem with iptables Alberto Romero
2003-04-11 18:43 ` Robert Thomas
2003-04-11 18:52 ` [gentoo-dev] " Douglas Pollock
2003-04-11 21:15 ` [gentoo-dev] " Miguel Sousa Filipe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox