Linux Mint 20.3: "unable to load eBPF module" #1054
-
I get that error on startup, although opensnitch still seems to work (maybe its fallen back to the proc method?). Should I follow the instructions here, or is this an error, and it should be working already? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @mariomadproductions , The connections are being intercepted via eBPF, but the module that intercepts new processes execution is not working for your kernel. It's only available for >= 5.8. In this case it's using proc for this task in particular. Luckily, we've added an alternative method for when this problem happens, more reliable than proc. It'll be available on next releases. |
Beta Was this translation helpful? Give feedback.
-
Im using proc method on v1.6.3, Arch linux and get this error on startup:
Is this something to worry about or just generic error? |
Beta Was this translation helpful? Give feedback.
Hi @mariomadproductions ,
The connections are being intercepted via eBPF, but the module that intercepts new processes execution is not working for your kernel. It's only available for >= 5.8. In this case it's using proc for this task in particular.
Luckily, we've added an alternative method for when this problem happens, more reliable than proc. It'll be available on next releases.