> root@mngmt2:/# /etc/init.d/openvswitch-switch start
>  * /etc/openvswitch/conf.db does not exist
>  * Creating empty database /etc/openvswitch/conf.db
> nice: cannot set niceness: Permission denied
>  * Starting ovsdb-server
>  * Configuring Open vSwitch system IDs
> /usr/share/openvswitch/scripts/ovs-ctl: 232: ulimit: error setting
> limit (Operation not permitted)
> nice: cannot set niceness: Permission denied
>  * Starting ovs-vswitchd
>  * Enabling remote OVSDB managers
There are some permission denied errors above. So I wonder
ovs-vswitchd does not have permissions to create a network device.
I am not very familiar with why you are getting the above errors even
thought you are running as "root". Does doing --cap-add NET_ADMIN
while running the container help? I would suggest that you look into
that. Once you figure out how to not get the above errors, please do
share on the list so that others can find it helpful.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to