Recent content by dashie

  1. D

    [SOLVED] No bond/ovs after 6 to 7 upgrade

    Didn't found anything in logs with verbose and debug, but looking at journalctl -u networking then systemctl status networking, I saw the unit never triggered and was disabled. For some reasons after the update the networking unit got disabled, I enabled it (systemctl enable networking) and now...
  2. D

    [SOLVED] No bond/ovs after 6 to 7 upgrade

    thanks, I will try later today and report back.
  3. D

    [SOLVED] No bond/ovs after 6 to 7 upgrade

    just tried that and removed the 4 allow-* occurences, but after reboot I still have to issue a "systemctl restart networking" to have everything getting up
  4. D

    [SOLVED] No bond/ovs after 6 to 7 upgrade

    so hm I installed ifupdown2 which seemed to have caused a network config rewrite, network still doesn't work until I do a `systemctl restart networking` from the console. # network interface settings; autogenerated # Please do NOT modify this file directly, unless you know what # you're doing...
  5. D

    [SOLVED] No bond/ovs after 6 to 7 upgrade

    Upgraded my latest 6.x to 7 and the networking part that was using a bond and openvswitch doesn't get up on reboot. Networking on a direct interface does work, but not my main access. My setup is a bond0 on four interfaces eno{1,2,3,4} and tagged vlans on vmbr0. Config is: # This file...