https://bugzilla.novell.com/show_bug.cgi?id=863371 https://bugzilla.novell.com/show_bug.cgi?id=863371#c9 Marius Tomaschewski <mt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pwieczorkiewicz@suse.com --- Comment #9 from Marius Tomaschewski <mt@suse.com> 2014-02-18 07:33:51 UTC --- Added Pawel to Cc. Workaround for the timeout issue is to add --timeout xxx ifup option, in /usr/lib/systemd/system/wicked.service: - ExecStart=/usr/sbin/wicked --systemd ifup all + ExecStart=/usr/sbin/wicked --systemd ifup --timeout 30 all This needs a fix this week. The command to convert it should be: wicked convert /etc/sysconfig/network/ifcfg-br0 \ > /etc/wicked/ifconfig/br0.xml Then remove <client-info> node from the resulting file and also _remove_ the ifcfg-br0 file -- otherwise xml file will be ignored. -> Pawel, the override check happens too late in "show-config"; it currently shows both configs (ifcfg + xml) even without --raw. But your problem is, that your ifcfg-br0 is invalid (we do not catch it & throw any error here -> bug) and references itself as bridge port instead of the enp5s6 device. Please fix your ifcfg-br0 file to use: # cat /etc/sysconfig/network/ifcfg-br0 STARTMODE=auto BOOTPROTO=static IPADDR='192.168.10.10/24' BRIDGE='yes' BRIDGE_STP='off' BRIDGE_FORWARDDELAY='0' BRIDGE_PORTS='enp5s6' # ^^^^^^ !!! enp5s6, not br0 here -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.