Re: [ovs-discuss] Q about install openvswitch on xen hypervisor

2012-07-18 Thread Kris zhang
Hi, try to do the following steps: % ./boot.sh % ./configure --with-linux=/lib/modules/`uname -r`/build make make install and then check if there is a file "openvswitch_mod.ko" in the datapath/linux/ BTW, I use the openvswitch1.6. BR, Kris On Sun, Jul 15, 2012 at 1:21 PM, behnam saberi wrote

Re: [ovs-discuss] Q about install openvswitch on xen hypervisor

2012-07-16 Thread Ben Pfaff
Most people succeed simply by following the instructions. I'm going to stop replying now because I have nothing new to offer. On Mon, Jul 16, 2012 at 09:11:34PM +0430, behnam saberi wrote: > unfortunately , i have not who help me. > how to create kernel module? > with this command? > % ./configur

Re: [ovs-discuss] Q about install openvswitch on xen hypervisor

2012-07-16 Thread Ben Pfaff
You didn't build the kernel module. I suggest that you try to work with someone near you who better understands building and installing software. On Mon, Jul 16, 2012 at 08:53:07PM +0430, behnam saberi wrote: > *i'm so sorry for my misundrstanding*,this mistake happen bacause of my > inaccuracy o

Re: [ovs-discuss] Q about install openvswitch on xen hypervisor

2012-07-15 Thread Ben Pfaff
You have some kind of difficulty with reading comprehension, since you still didn't do what I very clearly asked. I suggest that you try to work with someone near you who is better able to understand. On Mon, Jul 16, 2012 at 12:02:09AM +0430, behnam saberi wrote: > sorry , i think you say what do

Re: [ovs-discuss] Q about install openvswitch on xen hypervisor

2012-07-15 Thread Ben Pfaff
I don't know how to help you if you don't answer the questions that I ask. On Sun, Jul 15, 2012 at 10:48:21PM +0430, behnam saberi wrote: > hi > > plz check my attached output screenshot > > > On Sun, Jul 15, 2012 at 10:10 AM, Ben Pfaff wrote: > > > On Sun, Jul 15, 2012 at 09:51:05AM +0430, b

Re: [ovs-discuss] Q about install openvswitch on xen hypervisor

2012-07-14 Thread Ben Pfaff
On Sun, Jul 15, 2012 at 09:51:05AM +0430, behnam saberi wrote: > % ./boot.sh > % ./configure > % ./configure --prefix=/usr --localstatedir=/var > % ./configure --with-linux=/lib/modules/`uname -r`/build > make > make install. > > this commands without error has done . > but when i will insert comm

[ovs-discuss] Q about install openvswitch on xen hypervisor

2012-07-14 Thread behnam saberi
hello everyone . i'm beginner about openflow i have a Q: i will install openVswitch for use openflow. but i can not load openvswitch module on XEN. when i insert "insmod datapath/linux/openvswitch_mod.ko" , error Occurred. can anyone help about this? let explain more . OS: centos 5.6 my installat