coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
518 stars 260 forks source link

cannot generate configuration in debian stretch [solved] #416

Closed speedj closed 6 years ago

speedj commented 6 years ago

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.