https://bugzilla.novell.com/show_bug.cgi?id=412527 User mt@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=412527#c18 --- Comment #18 from Marius Tomaschewski <mt@novell.com> 2008-10-01 06:25:15 MDT --- (In reply to comment #7 from rens groenewegen)
it was already commented out. (script <dadadada>)
No, it is still active / not commented out in dhclient.conf that you provide in comment #9: send dhcp-lease-time 3600; request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, host-name, nis-domain, nis-servers, ntp-servers, netbios-name-servers; require subnet-mask, domain-name-servers; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ timeout 60; retry 60; reboot 10; select-timeout 5; initial-interval 2; script "/sbin/dhclient-script"; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ It looks like an old (openSUSE-10.3) config file... The active script line breaks NetworkManager. The 'require subnet-mask, domain-name-servers;' line requires dns configuration from dhcp server and may break dhclient completely when the server does not provide any... Check if there is a /etc/dhclient.conf.rpmnew and rename or change the config manually to: send dhcp-lease-time 3600; request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, host-name, nis-domain, nis-servers, ntp-servers, netbios-name-servers; # We request above options, require only the IP configuration: require subnet-mask; # To enforce the availability of the dns server list, set to: #require subnet-mask, domain-name-servers; timeout 60; retry 60; reboot 10; select-timeout 5; initial-interval 2; # Default location of the dhclient-script. Note: Setting # it in the config, disables the -sf command line option! #script "/sbin/dhclient-script"; -- 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.