Yes sorry that was the problem. I do have another question though: When I run the follow commands I get this error:
ovsdb-tool create /home/arosen/usr/local/etc/openvswitch/conf.db vswitchd/vswitch.ovsschema ovsdb-server /home/arosen/usr/local/etc/openvswitch/conf.db --remote=punix:/home/arosen/usr/local/var/run/openvswitch/db.sock --remote=db:Open_vSwitch,manager_options --pidfile --detach ovs-vsctl --no-wait --db /home/arosen/usr/local/var/run/openvswitch/db.sock init *Apr 08 18:48:04|00002|reconnect|WARN|/home/arosen/usr/local/var/run/openvswitch/db.sock: connection attempt failed (Address family not supported by protocol)* Any idea where I went wrong? Also the INSTALL.Linux file seems to be out of date because ovsdb-server no longer has the pki configuration. Thanks, Aaron On Fri, Apr 8, 2011 at 2:39 PM, Aaron Rosen <[email protected]> wrote: > Opps Sorry I think I was using an old ovsdb-tool to do that. Let me > confirm. > > On Fri, Apr 8, 2011 at 2:38 PM, Aaron Rosen <[email protected]> wrote: > >> Hello, I just did a fresh checkout and when I try to do ovsdb-tool create >> I get the following: >> >> syntax error: failed to parse "vswitchd/vswitch.ovsschema" as ovsdb >> schema: Parsing database schema failed: Member 'cksum' and 1 other member >> are present but not allowed here. >> >> http://pastebin.com/Ztv18QbU <-- full output >> >> Thanks, >> >> Aaron >> >> >> >> On Mon, Apr 4, 2011 at 4:56 PM, Ben Pfaff <[email protected]> wrote: >> >>> On Mon, Apr 04, 2011 at 04:38:39PM -0400, Aaron Rosen wrote: >>> > When I run: >>> > >>> > ovs-vsctl add-br br0 >>> > >>> > It just hangs. If I control C that and rerun it again it says br0 >>> > already exists. >>> >>> You want --no-wait: >>> >>> --no-wait >>> Prevents ovs-vsctl from waiting for ovs-vswitchd to >>> reconfigure itself according to the the modified >>> database. This option should be used if ovs-vswitchd is >>> not running; otherwise, ovs-vsctl will not exit until >>> ovs-vswitchd starts. >>> >>> This option has no effect if the commands specified do >>> not change the database. >>> >> >> >> >> -- >> Aaron O. Rosen >> Masters Student - Network Communication >> 306B Fluor Daniel >> 843.425.9777 >> >> > > > -- > Aaron O. Rosen > Masters Student - Network Communication > 306B Fluor Daniel > 843.425.9777 > > -- Aaron O. Rosen Masters Student - Network Communication 306B Fluor Daniel 843.425.9777
_______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
