Recent content by BeeFGee

  1. B

    Openvswitch issue during boot

    Hey belette, actually I really found a nice workaround after messing some time around with the init scripts and not coming to a solution: Add the following line to root's crontab (crontab -e): @reboot /usr/sbin/service networking restart The special @reboot time alias will run the command...
  2. B

    Openvswitch issue during boot

    I encountered the same problem on my Promox 3.3 (Kernel 2.6.32-34, openvswitch 2.3.0-1). The OVS network configuration does not load on boot but works perfectly when doing a service networking restart. I saw in /var/log/boot that ovsdb-server and ovs-vswitchd are started after the networking...