View Single Post
spumer
Senior Member
Join Date: Aug 2011
Old 01-12-2021 , 05:42   Re: [Linux] Source Query Proxy: DDoS Protection - Kernel redirection!
Reply With Quote #30

Quote:
Originally Posted by pakgamerz View Post
raise Exception("Failed to compile BPF module %s" % src_file)
Exception: Failed to compile BPF module b'redirect.c'


how to fix?
Please provide:
1. Full output of error
2. Installed Kernel version: uname -r
3. bcc version (use python which you set as executable for eBPF): python -c 'import bcc; print(bcc.__version__);'
__________________

Last edited by spumer; 01-12-2021 at 05:49.
spumer is offline