Re: [ovs-discuss] need help - installing userspace openvswitch

2012-04-10 Thread Sam Hague
You can add "-disable-system" to the ovs-vswitchd options and it will remove that error message about the kernel module not being there. ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss

Re: [ovs-discuss] need help - installing userspace openvswitch

2012-04-09 Thread Ben Pfaff
On Mon, Apr 09, 2012 at 04:21:57PM -0700, evo evo wrote: > I have not setup traffic yet, so i am not sure even if with > "Netlink family 'ovs_datapath' does not exist" message my userspace > datapath was actually set. Yes, that message just means that the kernel datapath is not working. If you did

Re: [ovs-discuss] need help - installing userspace openvswitch

2012-04-09 Thread evo evo
>>"datapath_type" is not being set to "netdev", as described in INSTALL.userspace. I had set this, but still i was seeing the message. Because of above failure i moved to kernel datapath, but if there is way to make userspace work it will help me (at least in initial debugging). I have not setup

Re: [ovs-discuss] need help - installing userspace openvswitch

2012-04-09 Thread Justin Pettit
On Apr 9, 2012, at 5:57 AM, Jingfei Hu wrote: > Justin, then it's not a userspace vswitch, right? You're right. I was focused on the content of the message and missed the subject line. My guess is that the "datapath_type" is not being being set to "netdev", as described in INSTALL.userspace.

Re: [ovs-discuss] need help - installing userspace openvswitch

2012-04-09 Thread Ethan Jackson
> Justin, then it's not a userspace vswitch, right? Correct, Open vSwitch requires a datapath (kernel module) to forward traffic, and a userspace daemon to configure the kernel module. There are userspace only implementations of the datapath, but they are only used for testing and are not support

Re: [ovs-discuss] need help - installing userspace openvswitch

2012-04-09 Thread Jingfei Hu
Justin, then it's not a userspace vswitch, right? 2012/4/9 Justin Pettit > Yes, you need to build the kernel module as described in INSTALL.Linux. > The important part is the "--with-linux" option in the configure line. > Make sure that points to your kernel sources. > > --Justin > > > On Apr

Re: [ovs-discuss] need help - installing userspace openvswitch

2012-04-08 Thread Justin Pettit
Yes, you need to build the kernel module as described in INSTALL.Linux. The important part is the "--with-linux" option in the configure line. Make sure that points to your kernel sources. --Justin On Apr 8, 2012, at 12:38 PM, evo evo wrote: > > Hi All, > > I am new to openvswitch, want

[ovs-discuss] need help - installing userspace openvswitch

2012-04-08 Thread evo evo
Hi All, I am new to openvswitch, want to compile and install userspace vswitch, i am using ubuntu/64bit AMD machine. I followed all the steps on INSTALL.Linux and INSTALL.Linux. * ovsdb-server is running smoothly. * ovs-vswitchd is able to connect to ovsdb-server. but i see below error when i