https://bugzilla.novell.com/show_bug.cgi?id=668613 https://bugzilla.novell.com/show_bug.cgi?id=668613#c10 --- Comment #10 from Marius Tomaschewski <mt@novell.com> 2011-02-24 15:53:51 UTC --- Ahm... It seems, I found the reason -- it has been disabled because of a improper fox added to /sbin/ifup a long time ago in bug 85849: # /sbin/ifup vlan50 -o dhcp Interface vlan50 is not configured for dhcp. So don't use '-o dhcp'. ###################################################################### # work around bug 85849 # If interface is not configured for dhcp, but ifup/down -o dhcp was # called from dhcpcd, then exit. This case may happen when dhcpcd was # called directly. if [ "${BOOTPROTO:0:4}" != dhcp -a "$DHCP" = yes ] ; then logerror "Interface $INTERFACE is not configured for dhcp." \ "So don't use '-o dhcp'." exit $R_USAGE fi Well... I'd say, it has been not properly fixed :-( -- 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.