Artix Linux Forum

Artix Linux => Package management => Topic started by: clappingsnowdrop on 04 October 2025, 17:59:52

Title: Kea compilation misconfiguration
Post by: clappingsnowdrop on 04 October 2025, 17:59:52
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.