I'm running Kea 1.0.0 on FreeBSD 10.2 (from the FreeBSD pkg). Yesterday, I noticed that the lease file is not being truncated approximately once a day as I configured.
I see this error message in the log file: kea: ERROR [kea-dhcp4.dhcpsrv] DHCPSRV_MEMFILE_LFC_UNREGISTER_TIMER_FAILED failed to unregister timer 'memfile-lfc': unable to unregister non existing timer 'memfile-lfc' When I look for an explanation, I find: http://ftp.isc.org/isc/kea/1.0.0/doc/kea-messages.html DHCPSRV_MEMFILE_LFC_UNREGISTER_TIMER_FAILED failed to unregister timer 'memfile-lfc': %1 This error message is logged when Memfile backend fails to unregister timer used for lease file cleanup scheduling. This is highly unlikely and indicates programming error. The message include the reason for this error. The memfile section from my config file is: "lease-database": { "type": "memfile", "persist": true, "name": "/var/db/kea/kea-leases4.csv", "lfc-interval": 90000 }, Is there something I am doing wrong? _______________________________________________ Kea-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/kea-users
