1
15.7 Legacy Series / Re: DHCP leases missing in DNS resolver
« on: January 16, 2016, 01:18:13 pm »
Hi Franco,
yes, the two cases might be related, although mine is closely bound to the PPPOE reconnect. After that the DHCP leases disappear from DNS.
I am not using IPv6. IPv6 configuration at the interface level is set to none on all interfaces.
In the log I discovered the following error messages: dhcpleases:
It seem like they appear from the point where DHCP leases disappear up the time when i restart the DNS resolver.
Taking the case you mentioned, I wonder whether DNS resolver gets a new PID after PPPOE disconnects and DHCP leases daemon doesn't find it anymore ? I have seen this message:
but only once.
yes, the two cases might be related, although mine is closely bound to the PPPOE reconnect. After that the DHCP leases disappear from DNS.
I am not using IPv6. IPv6 configuration at the interface level is set to none on all interfaces.
In the log I discovered the following error messages: dhcpleases:
Code: [Select]
kqueue error: unknown
It seem like they appear from the point where DHCP leases disappear up the time when i restart the DNS resolver.
Taking the case you mentioned, I wonder whether DNS resolver gets a new PID after PPPOE disconnects and DHCP leases daemon doesn't find it anymore ? I have seen this message:
Code: [Select]
dhcpleases: Could not deliver signal HUP to process because its pidfile does not exist, No such process.
but only once.