Open yelinaung opened 3 years ago
Are there more logs? Looks like BPF prog is failing to load or something.
As a workaround, you could do below record --disable-exitstats
and then do below replay ...
in another terminal. By default below
(the bare command) runs below live
and combines both record and replay.
Hello! Thanks for creating and open-sourcing it. I have managed to compiled below on my system which is
After compiling from the source, when I try to run it, I am not able to with the following error
I have also tried cleaning up with
cargo clean -p below
and didcargo build --release
again but still the same issue.Are there anything I am missing ?