https://bugzilla.novell.com/show_bug.cgi?id=798828 https://bugzilla.novell.com/show_bug.cgi?id=798828#c9 Andrej Semen <asemen@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asemen@suse.com --- Comment #9 from Andrej Semen <asemen@suse.com> 2013-02-04 11:36:27 UTC --- on SLE-11-SP2 the fix is missing it should be (see comment 0) HostLeaseFiles="/var/lib/dhcp/dhclient-*-${interface}.lease /var/run/dhclient-${interface}.lease /var/lib/dhcp/dhclient-${interface}.leases" it is: # rpm -q sysconfig sysconfig-0.71.48-0.7.1 # grep HostLeaseFiles /etc/sysconfig/network/scripts/dhcpcd-hook-samba HostLeaseFiles="/var/lib/dhcp/dhclient-${interface}.lease /var/run/dhclient-${interface}.lease /var/lib/dhcp/dhclient-${interface}.leases" for HostLease in ${HostLeaseFiles}; do for OldHostLease in ${OldHostLeaseFiles}; do fix is mentioned in changelog rpm -q sysconfig --changelog | head -n 20 | grep 798828 - Fixed to use dhclient6 in dhcp6_client state variable (bnc#798828). -- 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.