-
Notifications
You must be signed in to change notification settings - Fork 293
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
unbound warning, sysctl bigger net.core.rmem_max(linux) or kern.ipc.maxsockbuf(bsd) values. #45
Comments
Same issue here. When watchtower finished updating, it broke my install. After several different attempts, I was able to make it still work, though that error is concerning and still present. |
Comment / Remove the line |
Reducing so-rcvbuf to 400k Attempting to fix #45
See comments on above pull request that I ended up closing. This warning is benign, I'm going to leave the directive in the config. |
This works if you are not interested in using |
docker-compose logs report this warning:
pihole | [1617699480] unbound[18:0] warning: so-rcvbuf 1048576 was not granted. Got 425984. To fix: start with root permissions(linux) or sysctl bigger net.core.rmem_max(linux) or kern.ipc.maxsockbuf(bsd) values.
How can I fix that?
The text was updated successfully, but these errors were encountered: