Junyeong Jeong

Results 45 comments of Junyeong Jeong

A feature of BPF iterators for task has been added to redbpf by #200 Other data structures like task_file, ipv6_route, netlink, bpf_map, tcp, udp are not implemented yet. But they...

@taladar Hi I'm trying to reproduce this problem but I am encountered another problem in gentoo.. I made a docker image from `gentoo/stage3` and installed some required packages. ```Dockerfile FROM...

Thanks, I could fix the error I encountered before. See #286 for more info. But I didn't encountered the problem you mentioned.. Could you try installing cargo-bpf using the source...

@taladar Can I ask a question related to gentoo linux? Does the gentoo linux use `sys-kernel/gentoo-kernel` by default? Or it uses `sys-kernel/vanilla-kernel`? I am not a gentoo user and docker...

Hello @raghu-d32 Your error message shows us the compilation failed because llvm 11 is not found. This can be inferred by reading `LLVM_SYS_110_PREFIX` and `llvm-sys-110.0.1`. Did you specify some options...

@raghu-d32 1 Besides the llvm12 installation problem, It is strange that LLVM 11 is involved in compilation. The compilation works like `--all-features` option is given. ---- 2 Did you run...

@raghu-d32 I cloned the ebpf-proxy and modify a few lines and it is compiled successfully. ```console # cargo build # ulimit -l unlimited # cargo run --bin echo-ebpf Server Listening...

@raghu-d32 Hello I am worrying that you feel exhausted to try building redbpf. But I can not suggest what you may try for finding the cause of your problem. Normally...

@raghu-d32 Did you solve your problem or find a workaround?

It seems great. foniod.org site is a suitable place to maintain the documentation. And I like the documentation is version controlled by git. There's one thing to solve before uploading...