Comment 9 for bug 1189571

Revision history for this message
Ben Howard (darkmuggle-deactivatedaccount) wrote : Re: isc-dhcp client "Unable to set up timer: out of range" caused by bad 64_bit timer

The fix for Saucy is confirmed in the latest Saucy daily image for Windows Azure

....

 utlemming@u-p-0611-2:~$ cat /var/lib/dhcp/dhclient.eth0.leases
lease {
  interface "eth0";
  fixed-address 100.86.214.21;
  server-name "RD008CFA0C89EA";
  option subnet-mask 255.255.254.0;
  option routers 100.86.214.1;
  option dhcp-lease-time 4294967295;
  option dhcp-message-type 5;
  option domain-name-servers 100.86.214.30;
  option dhcp-server-identifier 100.86.139.194;
  option dhcp-renewal-time 4294967295;
  option dhcp-rebinding-time 4294967295;
  option unknown-245 64:56:d6:1e;
  option domain-name "fc843f239a4d4283bdf97cf6d00579ea.u-p-0611-2.2731757359.europenorth.internal.cloudapp.net";
  renew 2 2013/06/11 15:38:55;
  rebind 2 2013/06/11 15:38:55;
  expire 2 2013/06/11 15:38:55;
}
lease {
  interface "eth0";
  fixed-address 100.86.214.21;
  server-name "RD008CFA0C89EA";
  option subnet-mask 255.255.254.0;
  option routers 100.86.214.1;
  option dhcp-lease-time 4294967295;
  option dhcp-message-type 5;
  option domain-name-servers 100.86.214.30;
  option dhcp-server-identifier 100.86.139.194;
  option dhcp-renewal-time 4294967295;
  option dhcp-rebinding-time 4294967295;
  option unknown-245 64:56:d6:1e;
  option domain-name "fc843f239a4d4283bdf97cf6d00579ea.u-p-0611-2.2731757359.europenorth.internal.cloudapp.net";
  renew 5 2149/07/18 22:07:10;
  rebind 5 2149/07/18 22:07:10;
  expire 5 2149/07/18 22:07:10;
}
utlemming@u-p-0611-2:~$ ps aux | grep dhc
root 1044 0.0 0.1 10252 2420 ? Ss 15:38 0:00 dhclient -1 -v -pf /run/dhclient.eth0.pid -lf /var/lib/dhcp/dhclient.eth0.leases eth0
1000 1788 0.0 0.0 8172 912 pts/0 S+ 15:44 0:00 grep --color=auto dhc
utlemming@u-p-0611-2:~$ dpkg -l isc-dhcp-client
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-===========================-==================-==================-============================================================
ii isc-dhcp-client 4.2.4-6ubuntu3 amd64 ISC DHCP client
utlemming@u-p-0611-2:~$