Legacy Skills/OpenvSwitch

[ovs-discuss] installing ovs2 on ubuntu 12.04

로샤스 2014. 7. 29. 15:33
Hello 
I'm installing OVS2 on ubuntu 12.04 . when I use " insmode /datapath/linux/openvswitch.ko " command I get this message :

insmod: error inserting 'openvswitch.ko': -1 Unknown symbol in module

I used "modeprobe gre" 
             " insmode /datapath/linux/openvswitch.ko " 

again I've got the same error

this i my dmesg :
[ 7822.666303] openvswitch: Unknown symbol crc32c (err 0)

what should I do?
thank you
_______________________________________________
discuss mailing list
discuss@...
http://openvswitch.org/mailman/listinfo/discuss
Permalink | Reply | 
Gurucharan Shetty | 14 Dec 19:09 2013

Re: [ovs-discuss] installing ovs2 on ubuntu 12.04

On Sat, Dec 14, 2013 at 9:51 AM, shiva rad <niloofarane16@...> wrote:
>
>  Hello
> I'm installing OVS2 on ubuntu 12.04 . when I use " insmode
> /datapath/linux/openvswitch.ko " command I get this message :
>
> insmod: error inserting 'openvswitch.ko': -1 Unknown symbol in module
>
> I used "modeprobe gre"
>              " insmode /datapath/linux/openvswitch.ko "
>
> again I've got the same error
>
> this i my dmesg :
> [ 7822.666303] openvswitch: Unknown symbol crc32c (err 0)
>
modprobe libcrc32c

> what should I do?
> thank you
>
> _______________________________________________
> discuss mailing list
> discuss@...
> http://openvswitch.org/mailman/listinfo/discuss
>

 

 

 

 

 

 

 

 

출처 : http://comments.gmane.org/gmane.linux.network.openvswitch.general/3770