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

Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/0: [Errno 2] No such file or directory #4

Open
JonathonReinhart opened this issue May 25, 2021 · 1 comment

Comments

@JonathonReinhart
Copy link
Owner

Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/0: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/1: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/10: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/11: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/12: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/2: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/3: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/4: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/5: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/6: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/7: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/8: [Errno 2] No such file or directory
Error writing 'nfnetlink_log' > /proc/sys/net/netfilter/nf_log/9: [Errno 2] No such file or directory```
@JonathonReinhart
Copy link
Owner Author

This happens if nfnetlink_log is not loaded.

# TIP: `modprobe nfnetlink_log`

Fix with: modprobe nfnetlink_log

We should try to figure out the set of available nf_log "providers" (?) and choose one, and warn if there aren't any (and make a suggestion)

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