Skip to content
New issue

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

HostAPd Errors When Installing from PIInstall.sh #19

Open
tomhiggins opened this issue Aug 6, 2020 · 3 comments
Open

HostAPd Errors When Installing from PIInstall.sh #19

tomhiggins opened this issue Aug 6, 2020 · 3 comments

Comments

@tomhiggins
Copy link
Owner

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
Copy link
Owner Author

Possible fixes

raspberrypi/documentation#1093

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

@tomhiggins
Copy link
Owner Author

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

@tomhiggins
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant