[ovs-discuss] ovs-docker fails to add port to the bridge

Gurucharan Shetty shettyg at nicira.com
Sat Feb 14 05:24:29 UTC 2015


>>
>> 2015-02-14T03:31:46Z|00002|fatal_signal|WARN|terminating with signal
>> 14 (Alarm clock)
>> Alarm clock
That looks like a OVS executable throwing a fatal error message.

What happens if you now try to add 'eth2'?
sudo ovs-docker add-port br-int eth2 5338a16d7722

If you still see the error, make sure ovs-vswitchd and ovsdb-server is running:

ps -ef | grep ovs-vswitchd
ps -ef | grep ovsdb-server

You can also see whats going on by simply running:
/bin/bash -x ovs-docker add-port br-int eth3 5338a16d7722



More information about the discuss mailing list