HSAnet / reverse-traceroute

An implementation of reverse traceroute
GNU General Public License v3.0
46 stars 4 forks source link

Server fails to start with verification error #5

Closed vhein99 closed 1 year ago

vhein99 commented 1 year ago

The server fails to start with the following error at the bottom of the output:

-- END PROG LOAD LOG --
libbpf: prog 'prog': failed to load: -13
libbpf: failed to load object 'traceroute'
libbpf: failed to load BPF skeleton 'traceroute': -13
Failed to load the program.
vhein99 commented 1 year ago

This issue arises when a not recent-enough kernel version is used. I experienced the error on an 5.15.0-25 kernel. After upgrading to a newer version (e.g. 5.15.0-52 or newer) the server works as expected.