OpenInternet / copilot

An easy to use censorship simulating access point in a box
https://openinternet.github.io/copilot/
GNU Lesser General Public License v3.0
26 stars 2 forks source link

dnsmasq is failing on new builds of co-pilot (without any real changes) #59

Closed seamustuohy closed 9 years ago

seamustuohy commented 9 years ago

We are receiving the error below when create_ap attempts to start.

dnsmasq: failed to set SO_REUSE{ADDR|PORT} on DHCP socket: Protocol not available

There was a minor upgrade to dnsmasq between these two versions (2.62-3+deb7u1 became 2.62-3+deb7u2) There are other errors surrounding this update on ARM devices as well. This occurs on beagle bone black images that are exactly the same who were updated after the change, so it is most likely this.

seamustuohy commented 9 years ago

Attempting a new install while putting the dnsmasq-base package on hold.

echo dnsmasq-base hold |dpkg --set-selections
seamustuohy commented 9 years ago

Holding the package fixes this problem. Temporary fix to be added to continue work.

seamustuohy commented 9 years ago

Temporary fix worked. Added issue 59 for long term fix, and closing this issue.