anyfesto icon indicating copy to clipboard operation
anyfesto copied to clipboard

HostAPd Errors When Installing from PIInstall.sh

Open tomhiggins opened this issue 5 years ago • 3 comments
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

tomhiggins avatar Aug 06 '20 17:08 tomhiggins

Possible fixes

https://github.com/raspberrypi/documentation/issues/1093

{ sudo update-rc.d hostapd defaults sudo update-rc.d hostapd enable }

tomhiggins avatar Aug 06 '20 18:08 tomhiggins

do a sudo systemctl unmask hostapd before
sudo update-rc.d hostapd enable

tomhiggins avatar Aug 06 '20 18:08 tomhiggins

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

tomhiggins avatar Aug 08 '20 06:08 tomhiggins