On Tue, Sep 7, 2010 at 8:37 PM, Vishal Swarankar <[email protected]> wrote: > I have tried this multiple time with Open vSwitch 1.1.0-pre1 (Sep 01/10 > release). > > Steps to repro: > > 1) follow INSTALL.LINUX steps to install vswitch ( ovsdb-server, > ovs-vswitchd is running and bridge is installed using ovs-vsctl ). > > 2) Run ovs-controller on the same machine > sudo ovs-controller -v --with-flows /home/vishal/newVMs/flow-rules > --log-file controller.log ptcp: > > 3) Run ovs-vsctl to setup Of controller for vswitch > sudo ovs-vsctl set-controller <bridge> tcp:<ip> > > This command never returns back and when I do ps -eaf | grep vswitchd, I > dont find vswitchd running.
Did ovs-vswitchd die? Can you turn on core dumps and pass along a backtrace? Can you pass along what ovs-vswitchd, ovsdb-server, and ovs-vsctl wrote to the system log? Thanks, Ben. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org
