Doodle3D / doodle3d-firmware

The API of the Doodle3D WiFi box. This can for example talk to print3d, save settings, update the firmware etc.
www.doodle3d.com
GNU General Public License v2.0
13 stars 9 forks source link

dnsmasq: illegal repeated keyword at line 17 of /var/etc/dnsmasq.conf #31

Open peteruithoven opened 9 years ago

peteruithoven commented 9 years ago

In the syslog of a WiFi-Box, I'm finding the following error:

Mon Jun 15 09:38:29 2015 daemon.crit dnsmasq[1050]: illegal repeated keyword at line 17 of /var/etc/dnsmasq.conf
Mon Jun 15 09:38:29 2015 daemon.crit dnsmasq[1050]: FAILED to start up

This file contains:

# auto-generated config file from /etc/config/dhcp
conf-file=/etc/dnsmasq.conf
dhcp-authoritative
domain-needed
localise-queries
read-ethers
bogus-priv
expand-hosts
domain=lan
server=/lan/
dhcp-leasefile=/tmp/dhcp.leases
resolv-file=/tmp/resolv.conf.auto
addn-hosts=/tmp/hosts
conf-dir=/tmp/dnsmasq.d
stop-dns-rebind
rebind-localhost-ok
dhcp-broadcast=tag:needs-broadcast

dhcp-range=lan,192.168.5.100,192.168.5.249,255.255.255.0,12h
dhcp-option=lan,3
dhcp-option=lan,6

So there might be a problem with the line: dhcp-broadcast=tag:needs-broadcast.

Would this be why we needed to add a dhcp workaround? See: https://github.com/Doodle3D/doodle3d-client/issues/66