On Sun, Nov 4, 2018, 11:19 AM Donald Ziems <[email protected] wrote: > Hi all, > > I'm trying to set up a BeagleBone Black as a Pi-Hole server, and I've run > into an issue that I can't quite figure out; Pi-Hole is basically a layer > over dnsmasq to make it easier to use. > The issue is that the BeagleBone's SoftAp0 interface has a cache-size line > in /etc/dnsmasq.d/SoftAp0 which conflicts with a cache-size line in > /etc/dnsmasq.d/01-pihole.conf. > > I've tried the advice here, setting both TETHER_ENABLED and > USE_GENERATED_DNSMASQ to "no", but upon every reboot, something continues > to restore SoftAp0 to its default contents, which breaks Pi-Hole due to the > duplicated "cache-size". > > https://groups.google.com/forum/#!newtopic/beagleboard/beagleboard/ggNeXEq9SUA > > Other than /etc/default/bb-wl18xx, is there something else that controls > the contents (or existence) of /etc/dnsmasq.d/SoftAp0? I'm using a > non-wireless BBB that is hard-wired to my network, so I really don't need > any wireless functionality on this board at all. >
It's also done here. /opt/scripts/boot/am335x_evm.sh https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L765 Regards, -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYgmKKe1_N%3D7GT%3DixC%3DrT_SEwK6ARt%3DA%3D252ssd-V6%2BFZQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
