You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched existing issues before opening this one
I checked the FAQ before creating this issue
I have read and understand the issue reporting guidelines
Describe the bug
I rebooted the raspberry, then my phone cannot connect to the wifi, checking in the web-gui the dnsmasq service is stopped, and I cannot restart it.
Doing sudo service dnsmasq status I get: illegal repeated keyword at line 6 of /etc/dnsmasq.d/090_raspap.conf
and in the these are the contents of: /etc/dnsmasq.d/090_raspap.conf
This is a consequence of installing Pi-Hole alongside RaspAP. The error thrown by dnsmasq is your answer: the log-facility option is used in another config. Check the files in /etc/dnsmasq.d/. It does not matter if Pi-Hole is stopped; a conflicting directive like this will prevent dnsmasq from starting.
Describe the bug
I rebooted the raspberry, then my phone cannot connect to the wifi, checking in the web-gui the dnsmasq service is stopped, and I cannot restart it.
Doing
sudo service dnsmasq status
I get:illegal repeated keyword at line 6 of /etc/dnsmasq.d/090_raspap.conf
and in the these are the contents of:
/etc/dnsmasq.d/090_raspap.conf
Your environment
Steps to reproduce
I've just rebooted the raspberry using the web-gui
Expected behavior
To reboot and just working.
Actual behavior
Cannot start dnsmasq
Screenshots
The text was updated successfully, but these errors were encountered: