On 26/04/2019 14:28, Brant Ian Stevens wrote: > I filed a bug report a few weeks ago, and forgot to cross-post to the list. > > I ran into a couple of problems that I hope someone from the development > team can take care of: > > https://bugzilla.redhat.com/show_bug.cgi?id=1699408 Hi,
This covers several things: 1. It requires the manual creation of directories for interprocess sync lockfile That's a valid concern. This looks like the same issue as reported here: https://gitlab.isc.org/isc-projects/kea/issues/359 There is also similar issue reported here: https://gitlab.isc.org/isc-projects/kea/issues/538 We hope to fix both of them in upcoming 1.6-beta. If they cover your problem, can you comment on one or both of them? If not, can you open a new issue in out Kea gitlab: https://gitlab.isc.org/isc-projects/kea/issues/new 2. It does not include all the previously-supported database backends, breaking the service upon upgrade from Fedora Core 29 Server. This is a packaging problem. Kea still does support MySQL, PostgreSQL and Cassandra backends. It seems the Fedora 29 packages were built with PostgreSQL and Fedora 30 were built without it. Note that the command switch passed to configure to enable specific backend was --with-dhcp-pgsql, --with-dhcp-mysql and it is now simpler --with-pgsql and --with-mysql. The older switches are obsolete now (they work, but there's a warning produced). Hope that helps, Tomek _______________________________________________ Kea-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/kea-users
