-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Can't install service on Fedora 30 #765
Comments
This might be helpful: |
I can't reproduce it anymore |
@ameshkov I have had this same problem, and I solved it as follows (just commenting here to help other people with same issue): I'm running Fedora 33 in a Raspberry Pi 3 Model B.
After installing the AdGuard binary, I got this problem when check status:
The logs from the systemd service are like this:
I think that the error is related to SELinux being activated and the binary does not have the correct security context to run.
How I fixed this?I moved the
Now the binary can run without problems. Just add firewall rules in order to make it reachable through the network and that's all.
Cheers!! 😃 🎄 🎅 |
@ainar-g should we maybe add this info to FAQ? |
The text was updated successfully, but these errors were encountered: