On 10/06/2015 06:14 PM, Gordon Messmer wrote: > On 10/05/2015 11:58 PM, C. L. Martinez wrote: >> Yes, my problem is very similar as described in Debian's bugtracker. > > The problem might be a bug. Ask the openvswitch people. > > It looks like the problem is probably: > /etc/sysconfig/network-scripts/ifup-ovs calls "systemctl start > openvswitch-nonetwork.service" > openvswitch-nonetwork.service "Wants" openvswitch.service > openvswitch.service is "After" network.target > network.target is the one that called ifup-ovs > > So there's a deadlock. > > At least, that's the best I can figure from looking at it briefly. Thanks Gordon. I think the same: it is a bug (another one with systemd). I will do what I am thinking previously: I will start openvswitches from libvirtd and I will see how it goes. Thanks.