Starting compiled 1.4 current github clone of coova-chilli in Debian Stretch using the provided /etc/init.d/chilli script, chilli exits with syslog message "cannot generate configuration".
My iconfiguration is for a multi interface installation.
All seems to be generated by the line
daemon $exec -c $CONFIG
in particular, daemon seems to do something different with the -c option used by chilli to address the correct config file.
Siply saying to daemon that all options are ended :
daemon -- $exec -c $CONFIG
solved the issue.
Starting compiled 1.4 current github clone of coova-chilli in Debian Stretch using the provided /etc/init.d/chilli script, chilli exits with syslog message "cannot generate configuration". My iconfiguration is for a multi interface installation.
All seems to be generated by the line
daemon $exec -c $CONFIG
in particular, daemon seems to do something different with the -c option used by chilli to address the correct config file.
Siply saying to daemon that all options are ended :
daemon -- $exec -c $CONFIG
solved the issue.