In pump verison 0.8.3-2, if the dhcp lease that is assigned is set to 1800 seconds, pump fails to renew the lease after the lease expired. Setting the lease time to 3600 seconds clears the problem up. If pump is not happy with its lease, it should accept the lease, but bitch to syslog with a descriptive reason why (lease time not RFC compliant!). --Matt
I changed pump.c (line 810) so that I can specify the lease time in seconds. I tried with different -l values (including 1800s), and each time pump correctly renewed the lease. I did these tests with pump-0.8.2-1 (rawhide version) and pump-0.8.3-2 (source downloaded from the ia64 tree). Would you be a bit more precise so that I can reproduce the bug on my PC?
Should be easy to fix, will get it tomorrow.
Tomorrow didn't quite happen as quickly as desired. I added a -L for Olivier to allow specifying lease time in seconds, but really pump is deprecated for dhcpcd outside of the installer, so please test against the latter to see if there are problems.