View previous topic :: View next topic |
Author |
Message |
Dobs n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Simpsons/simpsons_krusty.gif)
Joined: 20 Aug 2002 Posts: 8
|
Posted: Mon Sep 02, 2002 7:13 pm Post subject: ipv6 not insmodding |
|
|
i have ipv6 compiled as a module.
When do modprobe ipv6, i get this error :
shaggy root # modprobe ipv6
/lib/modules/2.4.19-gentoo-r7/kernel/net/ipv6/ipv6.o: unresolved symbol sk_run_filter
/lib/modules/2.4.19-gentoo-r7/kernel/net/ipv6/ipv6.o: unresolved symbol nf_hooks
/lib/modules/2.4.19-gentoo-r7/kernel/net/ipv6/ipv6.o: unresolved symbol nf_setsockopt
/lib/modules/2.4.19-gentoo-r7/kernel/net/ipv6/ipv6.o: unresolved symbol secure_tcpv6_sequence_number
/lib/modules/2.4.19-gentoo-r7/kernel/net/ipv6/ipv6.o: unresolved symbol nf_getsockopt
/lib/modules/2.4.19-gentoo-r7/kernel/net/ipv6/ipv6.o: unresolved symbol nf_hook_slow
/lib/modules/2.4.19-gentoo-r7/kernel/net/ipv6/ipv6.o: insmod /lib/modules/2.4.19-gentoo-r7/kernel/net/ipv6/ipv6.o failed
/lib/modules/2.4.19-gentoo-r7/kernel/net/ipv6/ipv6.o: insmod ipv6 failed
i am using kernel 2.4.19-gentoo-r7 as you can see from the error. This is the first time i am trying ipv6, i am probably missing something. If any one can give me a hand, i would appreciate it. Thanks |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
binfu n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 05 Sep 2002 Posts: 7 Location: Houston, TX (Spring)
|
Posted: Thu Sep 05, 2002 3:22 am Post subject: oh? |
|
|
do a depmod -a and post the output...
looks like something was configured wrong. you DID compile ivp6 as a module, right? also, if youve recently recompiled your kernel, did you make sure to mount /boot then copy over bzImage??? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mandr4ke Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/BaldursGate/baldursgate2_jahiera.gif)
Joined: 25 Jul 2002 Posts: 214 Location: Chicago, IL
|
Posted: Fri Dec 20, 2002 3:50 am Post subject: Re: oh? |
|
|
binfu wrote: | do a depmod -a and post the output...
looks like something was configured wrong. you DID compile ivp6 as a module, right? also, if youve recently recompiled your kernel, did you make sure to mount /boot then copy over bzImage??? |
are you suspose to do this as a module.. i seem to have everything installed and working.. but when i try to connect to an ipv6 i don't my users don't have access to bind the raw socket.. need root.. how can i let my users use ipv6? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Keldon n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 11 Feb 2003 Posts: 26 Location: Rotterdam
|
Posted: Tue Apr 01, 2003 1:23 pm Post subject: |
|
|
I'm having the same problem as the original poster. Here's the output from depmod -a
Code: | dommel root # depmod -a
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r1/kernel/net/ipv6/ipv6.o
|
I compiled IPv6 as a module but for some reason that i cannot figure out it fails to load. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|