-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
nftables, error applying interception rules: Receive: netlink receive: recvmsg: no buffer space available #648
Comments
hi @hissssst ! Thank you for reporting this error. Are you using latest sources from master branch? |
@gustavo-iniguez-goya It's 1.5.0 buildGoModule rec {
pname = "opensnitch";
version = "1.5.0";
src = fetchFromGitHub {
owner = "evilsocket";
repo = "opensnitch";
rev = "v${version}";
sha256 = "sha256-vtD82v0VlaJtCICXduD3IxJ0xjlBuzGKLWLoCiwPX2I=";
};
...
} |
thank you. Ok, if understand it correctly it's getting the sources from the tag |
Build fails with
Could you please share commits with fixes for this issue? |
yep, here it is: |
Describe the bug
Long running connections keep being opened, but at some point just stop transmitting data
Include the following information:
To Reproduce
Post error logs:
journalctl is full of this kind of logs. Note that the number (
1274
on the first line) is increased by 2 every 30 secs.Config:
The text was updated successfully, but these errors were encountered: