akshatagarwl

Results 9 comments of akshatagarwl

Haha, yeah I should get around to it.

Is this for enabling `CONFIG_BPF_LSM` or adding `bpf` to the list of active LSMs through `CONFIG_LSM`? Since most if not all of the mentioned distros have already enabled `CONFIG_BPF_LSM` ([1](https://github.com/archlinux/svntogit-packages/blob/664be189be0f4167e4a0ae624e3cfd265f735071/trunk/config#L123),...

Hey @ronag I am trying to work on this issue. Can you give me a few examples of those tests that disconnect unexpectedly like this?

- trim.ts - contains two functions `trim_start` and `trim_end` I suppose we won't need these since Rust standard library already has these [[1](https://doc.rust-lang.org/std/string/struct.String.html#method.trim_start)] [[2](https://doc.rust-lang.org/std/string/struct.String.html#method.trim_end)] - push_array.ts - Same. Already implement...

@ry Is anyone working on this issue? I could give this a shot. Can't give any guarantees though.

@krisztianfekete still getting the same error. Anything I can do to debug this further? `bee build -b podman examples/tcpconnect/tcpconnect.c tcpconnect:0.0.1` ``` ▀ Compiling BPF program (0s)+ CFLAGS= + clang-13 -g...

@krisztianfekete On running `bee run ghcr.io/solo-io/bumblebee/tcpconnect:$(bee version)` I can see this. ![image](https://github.com/solo-io/bumblebee/assets/51334444/47760f89-963e-45b7-9da7-2213b6331447) Although on quitting it shows this error on the command line ``` [akshat@xps bumblebee]$ bee run ghcr.io/solo-io/bumblebee/tcpconnect:$(bee version)...

@qmonnet It would be a great UX improvement if it just shows an error that this operation is not supported for now instead of showing an empty map

@qmonnet I wasn't aware of `event_pipe`. I was directly trying to dump data using `bpftool map dump id N` (`N` being the BPF ring buffer)