tomhiggins / anyfesto

Low cost Raspberry Pi /Linux based access point with audio, education and communications local content server. Inspired by the ideas of sharing with others. Anyfesto - a platform from which to speak.
http://anyfesto.com
73 stars 12 forks source link

HostAPd Errors When Installing from PIInstall.sh #19

Open tomhiggins opened 3 years ago

tomhiggins commented 3 years ago

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 commented 3 years ago

Possible fixes

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

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

tomhiggins commented 3 years ago

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

tomhiggins commented 3 years ago

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