Thanks Ben,
Also when I do
arosen@ubuntu:~/devel/openvswitch$ ovs-vsctl
--db=unix:/home/arosen/usr/local/var/run/openvswitch/db.sock add-br br0
Apr 08 19:25:45|00002|ovsdb_idl|WARN|syntax
"{"details":"discover_accept_regex is not a valid column
name","error":"syntax
error","syntax":"[\"connection_mode\",\"controller_burst_limit\",\"controller_rate_limit\",\"discover_accept_regex\",\"discover_update_resolv_conf\",\"external_ids\",\"inactivity_probe\",\"local_gateway\",\"local_ip\",\"local_netmask\",\"max_backoff\",\"target\"]"}":
syntax error: <table-updates> includes unknown table "syntax"
ovs-vsctl: transaction error: {"details":"transaction causes
\"Open_vSwitch\" table to contain 2 rows, greater than the schema-defined
limit of 1 row(s)","error":"constraint violation"}
Any idea whats going on here?
In the INSTALL.Linux it has the following to configure the database:
% ovsdb-server /usr/local/etc/openvswitch/conf.db \
--remote=punix:/usr/local/var/run/openvswitch/db.sock
\
--remote=db:Open_vSwitch,manager_options \
--private-key=db:SSL,private_key \
--certificate=db:SSL,certificate \
--bootstrap-ca-cert=db:SSL,ca_cert \
--pidfile --detach
Though it seems ovsdb-server no longer can do --private-key, etc.?
Thanks,
Aaron
On Fri, Apr 8, 2011 at 3:16 PM, Ben Pfaff <[email protected]> wrote:
> On Fri, Apr 08, 2011 at 02:51:26PM -0400, Aaron Rosen wrote:
> > 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)*
>
> The ovs-vsctl manpage documents --db like this:
>
> --db=server
> Sets server as the database server that ovs-vsctl contacts
> to
> query or modify configuration. The default
> is
> unix:/var/run/openvswitch/db.sock. server must take one of
> the
> following forms:
> ...
> unix:file
> Connect to the Unix domain server socket named file.
>
> > Any idea where I went wrong?
>
> You need the "unix:" prefix.
>
> > Also the INSTALL.Linux file seems to be out of date because ovsdb-server
> no
> > longer has the pki configuration.
>
> INSTALL.Linux looks OK to me. What part seems wrong?
>
> Thanks,
>
> Ben.
>
--
Aaron O. Rosen
Masters Student - Network Communication
306B Fluor Daniel
843.425.9777
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss