On Fri, Mar 22, 2013 at 10:23 AM, ratheesh kannoth
<ratheesh....@gmail.com> wrote:
> On Thu, Mar 21, 2013 at 10:21 PM, Justin Pettit <jpet...@nicira.com> wrote:
>> I'd think you'd want to run that command with "--detach".  You may want to 
>> look at the INSTALL file that comes with OVS:
>>
>>         
>> http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL
>>
>> --Justin
>
> It works.
> Thanks a ton.
>
> -Ratheesh

Now i could see  the same problem for all config commands...no problem
for show commands.

# ./ovs-vsctl show
2ac83ed3-20bf-4a11-a877-39f6e93044c0
    Bridge br-int
        Port br-int
            Interface br-int
                type: internal
    Bridge "br0"
        Port "eth0"
            Interface "eth0"
        Port "br0"
            Interface "br0"
                type: internal
        Port "eth1"
            Interface "eth1"
# ./ovs-vsctl add-port br0 eth1
ovs-vsctl: cannot create a port named eth1 because a port named eth1
already exists on bridge br0
# ./ovs-vsctl add-port br0 eth2

 <hung>




-Ratheesh






>
>>
>> On Mar 21, 2013, at 7:13 AM, ratheesh kannoth <ratheesh....@gmail.com> wrote:
>>
>>> i compiled  2.6.34 uml kernel and tried to run  openvswitch as
>>> specified in https://www.os3.nl/2009-2010/students/arthur_van_kleef/openflow
>>>
>>> But
>>> ./usr/local/sbin/ovsdb-server /usr/local/etc/ovs-vswitchd.conf.db
>>> --remote=punix:/usr/local/var/run/openvswitch/db.sock
>>> gets hang
>>>
>>> I dont see any error message and i am able to kill it using ctrl+c.
>>>
>>> any clue is really appreciated ...
>>>
>>>
>>> Thanks,
>>> Ratheesh
>>> _______________________________________________
>>> discuss mailing list
>>> discuss@openvswitch.org
>>> http://openvswitch.org/mailman/listinfo/discuss
>>
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to