Skip to main content
Topic: Kea compilation misconfiguration (Read 66 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Kea compilation misconfiguration

There an issue with a default option.
When I type:
Code: [Select]
 # 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.
Code: [Select]
# 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.