anyfesto
anyfesto copied to clipboard
HostAPd Errors When Installing from PIInstall.sh
trafficstars
Getting a Masked Error on HostAPd when installing a new Anyfesto PI
"sudo update-rc.d hostapd enable sudo update-rc.d isc-dhcp-server enable "
Both Error Out
Possible fixes
https://github.com/raspberrypi/documentation/issues/1093
{ sudo update-rc.d hostapd defaults sudo update-rc.d hostapd enable }
do a
sudo systemctl unmask hostapd
before
sudo update-rc.d hostapd enable
Testing ..... sudo systemctl enable ircd-hybrid.service sudo systemctl enable mumble-server.service sudo systemctl unmask hostapd sudo systemctl enable hostapd.service sudo systemctl enable isc-dhcp-server.service