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

issue: warning: so-rcvbuf 1048576 was not granted <<Solved>> #539

Open
f3bandit opened this issue Jul 14, 2021 · 0 comments
Open

issue: warning: so-rcvbuf 1048576 was not granted <<Solved>> #539

f3bandit opened this issue Jul 14, 2021 · 0 comments

Comments

@f3bandit
Copy link

Versions

  • Pi-hole: v5.3.1
  • AdminLTE: v5.5?
  • FTL: v5.8.1

Platform

Ubuntu 20.04

Some people are getting the issue:
[1626249031] unbound[110586: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

so I i would add in the documentation:
run unbound from the cli
and if you receive the above error:
run sysctl -w net.core.rmem_max=1048576 from the cli

I know this is dumb and most linux pros know this. but alot of us are noobs like me
and scouring the internet for the answer. but none of them listed this as the fix.
most likely because the first part of the error states to run unbound as root.
which is probably not a good idea or it already is and that won't fix the problem.
idk like I said I'm a newb and still learning. and have no idea if they have it set to
run as root or not. But this fixed it for me, And alot of people don't know where to
look or how to find the answer. so I figured I'd ask you guys to add it to the
documentation for other linux retards like me. thx

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