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

Boot error Pi-hole version 2022.01 #22

Open
markdumay opened this issue Jan 5, 2022 · 1 comment
Open

Boot error Pi-hole version 2022.01 #22

markdumay opened this issue Jan 5, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@markdumay
Copy link
Owner

The latest Docker version of Pi-hole fails to start correctly. The issue can be found here. The logs show the following error:

[cont-init.d] executing container initialization scripts...
[cont-init.d] 20-start.sh: executing... 
 ::: Starting docker specific checks & setup for docker pihole/pihole
Failed to set capabilities on file `/usr/bin/pihole-FTL' (Operation not supported)
The value of the capability argument is not permitted for a file. Or the file is not a regular (non-symlink) file
ERROR: Failed to set capabilities for pihole-FTL. Cannot run as non-root.
[cont-init.d] 20-start.sh: exited 1.
@markdumay markdumay added the bug Something isn't working label Jan 5, 2022
@markdumay markdumay self-assigned this Jan 5, 2022
@markdumay
Copy link
Owner Author

Adding DNSMASQ_USER: root to the environment temporarily fixes the privilege error. Use the develop branch to add this setting:

git clone https://github.com/markdumay/synology-pihole.git -b develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant