Please attach the /var/lib/dhclient/dhclient6.leases
Created attachment 446968 [details] leases file
I made the comment #0 private, because I forgot to remove your email address.
My bugzilla frontpage is full so please do not bother.
The problem does the option dhcp6.reconf-accept ; line in the lease file. man dhcp-option says: option dhcp6.reconf-accept ; The reconf-accept option is included by DHCPv6 clients that support the Reconfigure extentions, advertising that they will respond if the server were to ask them to Reconfigure. There is no support for DHCPv6 Reconfigure extensions, and this option is documented informationally only. Do you have any idea what it is and how it got into the leases file ?
I just ran a ` dhclient -6 -P ppp0` and that commandline created the dhclient6.leases file. The file grows and gets shorter all the time. So I do guess now that isc dhclient is NOT compatible with itself. Yes, I had to patch dhcp to make it work with ppp as isc does not give ppp a well deserved place. see https://bugzilla.redhat.com/show_bug.cgi?id=626514. ppp plus pd is the way to go for ipv6 I read.
So if dhclient inserts a line in the leases file that it (according to documentation) does not use, why doesn't dhclient parse it OK and then ignore it? Is documentation still current for this version?
# rpm -q dhclient dhclient-4.2.2-2.fc16.i68 Sep 28 12:54:54 ep1a dhclient[32104]: /var/lib/dhclient/dhclient6.leases line 197: semicolon expected.
Still happens. /var/lib/dhclient/dhclient6.leases line 71: semicolon expected. dhclient-4.2.4-5.fc17.i686
Created attachment 600310 [details] Patch fixing the problem. This patch solves the problem with parsing zero-length options in dhclient6.leases file.
Jay! Thanks! Hopefully Jiri can include this in the very next dhcp release...!
Tomas can do that, actually. You rock Tomas ! :-)
Thank you :-) Udo, you can find build with this fix here http://koji.fedoraproject.org/koji/buildinfo?buildID=344071
Thanks Tomas! dhclient still works: Jul 25 16:52:25 epia dhclient[21795]: Bound to *:546 Jul 25 16:52:25 epia dhclient[21795]: xid: warning: no netdev with useable HWADDR found for seed's uniqueness enforcement Jul 25 16:52:25 epia dhclient[21795]: xid: rand init seed (0xf8d06a23) built using gethostid Jul 25 16:52:26 epia dhclient[21795]: XMT: Rebind on ppp0, interval 970ms. Jul 25 16:52:26 epia dhclient[21795]: RCV: Reply message on ppp0 from fe80::90:1a00:1a1:88e6. Jul 25 16:52:26 epia dhclient[21795]: message status code Success. And no semicolon complaints in the messages log!
dhcp-4.2.4-9.P1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/FEDORA-2012-11079/dhcp-4.2.4-9.P1.fc17
dhcp-4.2.4-9.P1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.