public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ip_tables/ipchains
@ 2001-06-20 11:05 Ted Gervais
  2001-06-20 13:18 ` ip_tables/ipchains Luigi Genoni
  2001-06-21  1:53 ` ip_tables/ipchains Pete Toscano
  0 siblings, 2 replies; 8+ messages in thread
From: Ted Gervais @ 2001-06-20 11:05 UTC (permalink / raw)
  To: linux-kernel

Wondering something..
I ran insmod to bring up ip_tables.o and I received the following error:

/lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
symbol nf_unregister_sockopt
/lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
symbol nf_register_sockopt

This is with kernel 2.4.5 and Slackware 7.1 is the distribution.
Does anyone know what these unresolved symbols are about??

---
Doubt is not a pleasant condition, but certainty is absurd.
                -- Voltaire
                
Ted Gervais <ve1drg@ve1drg.com>
44.135.34.201 linux.ve1drg.ampr.org



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ip_tables/ipchains
  2001-06-20 11:05 ip_tables/ipchains Ted Gervais
@ 2001-06-20 13:18 ` Luigi Genoni
  2001-06-20 17:09   ` ip_tables/ipchains Ted Gervais
  2001-06-21  1:53 ` ip_tables/ipchains Pete Toscano
  1 sibling, 1 reply; 8+ messages in thread
From: Luigi Genoni @ 2001-06-20 13:18 UTC (permalink / raw)
  To: Ted Gervais; +Cc: linux-kernel

Have you also compiled modules for ipchains and ipfwadm support??


On Wed, 20 Jun 2001, Ted Gervais wrote:

> Wondering something..
> I ran insmod to bring up ip_tables.o and I received the following error:
>
> /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> symbol nf_unregister_sockopt
> /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> symbol nf_register_sockopt
>
> This is with kernel 2.4.5 and Slackware 7.1 is the distribution.
> Does anyone know what these unresolved symbols are about??
>
> ---
> Doubt is not a pleasant condition, but certainty is absurd.
>                 -- Voltaire
>
> Ted Gervais <ve1drg@ve1drg.com>
> 44.135.34.201 linux.ve1drg.ampr.org
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ip_tables/ipchains
  2001-06-20 13:18 ` ip_tables/ipchains Luigi Genoni
@ 2001-06-20 17:09   ` Ted Gervais
  2001-06-20 22:06     ` ip_tables/ipchains Luigi Genoni
  0 siblings, 1 reply; 8+ messages in thread
From: Ted Gervais @ 2001-06-20 17:09 UTC (permalink / raw)
  To: Luigi Genoni; +Cc: linux-kernel

On Wed, 20 Jun 2001, Luigi Genoni wrote:

> Have you also compiled modules for ipchains and ipfwadm support??


Yes.  Is this a mistake??

> 
> 
> On Wed, 20 Jun 2001, Ted Gervais wrote:
> 
> > Wondering something..
> > I ran insmod to bring up ip_tables.o and I received the following error:
> >
> > /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> > symbol nf_unregister_sockopt
> > /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> > symbol nf_register_sockopt
> >
> > This is with kernel 2.4.5 and Slackware 7.1 is the distribution.
> > Does anyone know what these unresolved symbols are about??
> >
> > ---
> > Doubt is not a pleasant condition, but certainty is absurd.
> >                 -- Voltaire
> >
> > Ted Gervais <ve1drg@ve1drg.com>
> > 44.135.34.201 linux.ve1drg.ampr.org
> >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> >
> 

---
Doubt is not a pleasant condition, but certainty is absurd.
                -- Voltaire
                
Ted Gervais <ve1drg@ve1drg.com>
44.135.34.201 linux.ve1drg.ampr.org



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ip_tables/ipchains
@ 2001-06-20 20:19 Jonathan Brugge
  2001-06-20 21:18 ` ip_tables/ipchains Ted Gervais
  0 siblings, 1 reply; 8+ messages in thread
From: Jonathan Brugge @ 2001-06-20 20:19 UTC (permalink / raw)
  To: ve1drg; +Cc: linux-kernel


> > On Wed, 20 Jun 2001, Ted Gervais wrote:
> >
> > > Wondering something..
> > > I ran insmod to bring up ip_tables.o and I received the following 
>error:
> > >
> > > /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> > > symbol nf_unregister_sockopt
> > > /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> > > symbol nf_register_sockopt
> > >
> > > This is with kernel 2.4.5 and Slackware 7.1 is the distribution.
> > > Does anyone know what these unresolved symbols are about??

What if you do a modprobe ip_tables instead?

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ip_tables/ipchains
  2001-06-20 20:19 ip_tables/ipchains Jonathan Brugge
@ 2001-06-20 21:18 ` Ted Gervais
  0 siblings, 0 replies; 8+ messages in thread
From: Ted Gervais @ 2001-06-20 21:18 UTC (permalink / raw)
  To: Jonathan Brugge; +Cc: linux-kernel

On Wed, 20 Jun 2001, Jonathan Brugge wrote:

> > > > Wondering something..
> > > > I ran insmod to bring up ip_tables.o and I received the following 
> >error:
> > > >
> > > > /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> > > > symbol nf_unregister_sockopt
> > > > /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> > > > symbol nf_register_sockopt
> > > >
> > > > This is with kernel 2.4.5 and Slackware 7.1 is the distribution.
> > > > Does anyone know what these unresolved symbols are about??
> 
> What if you do a modprobe ip_tables instead?



I did. Sorry about saying ip_tables.o.  I meant just ip_tables..

---
Doubt is not a pleasant condition, but certainty is absurd.
                -- Voltaire
                
Ted Gervais <ve1drg@ve1drg.com>
44.135.34.201 linux.ve1drg.ampr.org



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ip_tables/ipchains
  2001-06-20 17:09   ` ip_tables/ipchains Ted Gervais
@ 2001-06-20 22:06     ` Luigi Genoni
  0 siblings, 0 replies; 8+ messages in thread
From: Luigi Genoni @ 2001-06-20 22:06 UTC (permalink / raw)
  To: Ted Gervais; +Cc: linux-kernel

try to delete those two modules, and repit
depmod -a
then try to load the modules.

ipchain and ipfwadm modules do have symbols inside that are confusing
depmode/modprobe dor dependency of actual netfilter modules.


On Wed, 20 Jun 2001, Ted Gervais wrote:

> On Wed, 20 Jun 2001, Luigi Genoni wrote:
>
> > Have you also compiled modules for ipchains and ipfwadm support??
>
>
> Yes.  Is this a mistake??
>
> >
> >
> > On Wed, 20 Jun 2001, Ted Gervais wrote:
> >
> > > Wondering something..
> > > I ran insmod to bring up ip_tables.o and I received the following error:
> > >
> > > /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> > > symbol nf_unregister_sockopt
> > > /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> > > symbol nf_register_sockopt
> > >
> > > This is with kernel 2.4.5 and Slackware 7.1 is the distribution.
> > > Does anyone know what these unresolved symbols are about??
> > >
> > > ---
> > > Doubt is not a pleasant condition, but certainty is absurd.
> > >                 -- Voltaire
> > >
> > > Ted Gervais <ve1drg@ve1drg.com>
> > > 44.135.34.201 linux.ve1drg.ampr.org
> > >
> > >
> > > -
> > > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > > the body of a message to majordomo@vger.kernel.org
> > > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > > Please read the FAQ at  http://www.tux.org/lkml/
> > >
> >
>
> ---
> Doubt is not a pleasant condition, but certainty is absurd.
>                 -- Voltaire
>
> Ted Gervais <ve1drg@ve1drg.com>
> 44.135.34.201 linux.ve1drg.ampr.org
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ip_tables/ipchains
  2001-06-20 11:05 ip_tables/ipchains Ted Gervais
  2001-06-20 13:18 ` ip_tables/ipchains Luigi Genoni
@ 2001-06-21  1:53 ` Pete Toscano
  2001-06-21 11:27   ` ip_tables/ipchains Ted Gervais
  1 sibling, 1 reply; 8+ messages in thread
From: Pete Toscano @ 2001-06-21  1:53 UTC (permalink / raw)
  To: Ted Gervais; +Cc: linux-kernel

I had a similar problem with this yesterday.  Try moving your .config
file to a safe place, making mrproper, then moving your .config back and
rebuilding.  I did this and all was well.

HTH,
pete

On Wed, 20 Jun 2001, Ted Gervais wrote:

> Wondering something..
> I ran insmod to bring up ip_tables.o and I received the following error:
> 
> /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> symbol nf_unregister_sockopt
> /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> symbol nf_register_sockopt
> 
> This is with kernel 2.4.5 and Slackware 7.1 is the distribution.
> Does anyone know what these unresolved symbols are about??

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: ip_tables/ipchains
  2001-06-21  1:53 ` ip_tables/ipchains Pete Toscano
@ 2001-06-21 11:27   ` Ted Gervais
  0 siblings, 0 replies; 8+ messages in thread
From: Ted Gervais @ 2001-06-21 11:27 UTC (permalink / raw)
  To: Pete Toscano; +Cc: linux-kernel

On Wed, 20 Jun 2001, Pete Toscano wrote:

> I had a similar problem with this yesterday.  Try moving your .config
> file to a safe place, making mrproper, then moving your .config back and
> rebuilding.  I did this and all was well.
> 
> HTH,
> pete


Thanks Pete. I will give that a try..



> 
> On Wed, 20 Jun 2001, Ted Gervais wrote:
> 
> > Wondering something..
> > I ran insmod to bring up ip_tables.o and I received the following error:
> > 
> > /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> > symbol nf_unregister_sockopt
> > /lib/modules/2.4.5/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
> > symbol nf_register_sockopt
> > 
> > This is with kernel 2.4.5 and Slackware 7.1 is the distribution.
> > Does anyone know what these unresolved symbols are about??
> 

---
Doubt is not a pleasant condition, but certainty is absurd.
                -- Voltaire
                
Ted Gervais <ve1drg@ve1drg.com>
44.135.34.201 linux.ve1drg.ampr.org



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-06-21 11:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-06-20 11:05 ip_tables/ipchains Ted Gervais
2001-06-20 13:18 ` ip_tables/ipchains Luigi Genoni
2001-06-20 17:09   ` ip_tables/ipchains Ted Gervais
2001-06-20 22:06     ` ip_tables/ipchains Luigi Genoni
2001-06-21  1:53 ` ip_tables/ipchains Pete Toscano
2001-06-21 11:27   ` ip_tables/ipchains Ted Gervais
  -- strict thread matches above, loose matches on Subject: below --
2001-06-20 20:19 ip_tables/ipchains Jonathan Brugge
2001-06-20 21:18 ` ip_tables/ipchains Ted Gervais

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox