https://bugzilla.novell.com/show_bug.cgi?id=480922 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=480922#c7 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED Info Provider|pbaudis@novell.com | Resolution| |WONTFIX --- Comment #7 from Marius Tomaschewski <mt@novell.com> 2009-03-06 02:47:34 MST --- I think you problem are checks like this in /sbin/dhclient-script: if grep -qs '^primary=yes' /dev/shm/sysconfig/if-${interface} 2>/dev/null ; then eval `grep --no-filename '^[[:space:]]*DHCLIENT_SET_DEFAULT_ROUTE=' \ /etc/sysconfig/network/dhcp /etc/sysconfig/network/ifcfg-${interface} 2>/dev/null` else eval `grep --no-filename '^[[:space:]]*DHCLIENT_SET_DEFAULT_ROUTE=' \ /etc/sysconfig/network/ifcfg-${interface} 2>/dev/null` fi if [ "$DHCLIENT_SET_DEFAULT_ROUTE" = yes ] ; then Because you are not using neither NetworkManager nor ifup but own scripts, the solution is for example: cp /sbin/dhclient-script /sbin/dhclient-script.just-do-it adopt it and then to change your scripts to call: dhclient -sf /sbin/dhclient-script.just-do-it eth0 -- 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.