That fixed it, thanks! Just commented out the one line in am335x_evm.sh that mentioned SoftAp0.
On Sunday, November 4, 2018 at 2:37:11 PM UTC-6, RobertCNelson wrote: > > > > On Sun, Nov 4, 2018, 11:19 AM Donald Ziems <[email protected] <javascript:> > 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/163bfa1f-3b8a-491a-a74a-3adab7cd96c2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
