We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Possible fixes
raspberrypi/documentation#1093
{ sudo update-rc.d hostapd defaults sudo update-rc.d hostapd enable }
Sorry, something went wrong.
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: