The current init script expects the whole configuration for all kea daemons(dhcp4, dhcp6, ddns, etc) in a single file. Since 1.6.x this was deprecated, and every daemon need it's own configuration file. Since 1.7.10 this sort of configuration is handled as an error, and the daemons won't start. See https://ftp.isc.org/isc/kea/1.7.10/Kea-1.7.10-ReleaseNotes.txt section 2. https://gitlab.isc.org/isc-projects/kea/-/issues/916 Reproducible: Always
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffd78423b98731909dd4404293641b3722bc2dc5 commit ffd78423b98731909dd4404293641b3722bc2dc5 Author: Lars Wendler <polynomial-c@gentoo.org> AuthorDate: 2020-11-25 09:23:35 +0000 Commit: Lars Wendler <polynomial-c@gentoo.org> CommitDate: 2020-11-25 09:26:53 +0000 net-misc/kea: Bump to version 1.8.1 Fixed init script to not use a single file for all daemons Closes: https://bugs.gentoo.org/738026 Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> net-misc/kea/Manifest | 1 + net-misc/kea/files/kea-confd-r1 | 10 ++++++ net-misc/kea/files/kea-initd-r1 | 80 +++++++++++++++++++++++++++++++++++++++++ net-misc/kea/kea-1.8.1.ebuild | 74 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 165 insertions(+)