Kea compilation misconfiguration
There an issue with a default option.
When I type:
# Command.
$ keactrl stop
# Output (error).
ERROR/keactrl: keactrl configuration file doesn't exist in /usr//etc/kea/keactrl.conf.
/usr/ is the issue.
Including the config file at the command and it functions as intended.
# Command
$ keactrl stop -c /etc/kea/keactrl.conf
# Output
INFO/keactrl: kea-dhcp4 isn't running.
INFO/keactrl: kea-dhcp6 isn't running.
INFO/keactrl: kea-dhcp-ddns isn't running.
INFO/keactrl: kea-ctrl-agent isn't running.