https://bugzilla.novell.com/show_bug.cgi?id=732910 https://bugzilla.novell.com/show_bug.cgi?id=732910#c23 --- Comment #23 from Neil Rickert <nrickert@ameritech.net> 2011-12-20 19:22:30 UTC --- As an additional check, I edited "/sbin/dhclient-script", making the following change: @@ -17,6 +17,9 @@ ## test "x$reason" = x -o "x$interface" = x && exit 1 +#### debugging lines added for testing #### +( date ; lsof -p $$ ) >> /var/log/dhclient-script.eth0.log 2>&1 +#### end of debugging lines #### # # source sysconfig functions # The aim is to show the file descriptors. I'll post back (or attach) the results if they look useful. I recently rebooted, so I don't expect a lease renewal until tomorrow evening. On checking my laptop, which uses NetworkManager, I see that "dhclient" is called with the "-sf" option to specify a different script file. That's probably why NetworkManager is not affected by this bug. -- 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.