sumitd2

Results 54 comments of sumitd2

@s4shyam95 Can you please help us here? We also need the gke-gcloud-auth-plugin for ppc64le.

Hi, thank you for the quick reply. We also noticed that none of these socket events are coming on ppc64le: **x86_64:** ``` [2022-05-26T07:33:06.708142121+0000]:[HOST]:[CAT=NET]:[PPID=210861]:[PID=210984]:[TYPE=socket]:[EXE=/usr/bin/iperf3]:[CMD=iperf3 -s] [2022-05-26T07:33:06.708172825+0000]:[HOST]:[CAT=NET]:[PPID=210861]:[PID=210984]:[TYPE=socket]:[EXE=/usr/bin/iperf3]:[CMD=iperf3 -s] [2022-05-26T07:33:06.708187985+0000]:[HOST]:[CAT=NET]:[PPID=210861]:[PID=210984]:[TYPE=setsocktopt]:[EXE=/usr/bin/iperf3]:[CMD=iperf3 -s] [2022-05-26T07:33:06.708192450+0000]:[HOST]:[CAT=NET]:[PPID=210861]:[PID=210984]:[TYPE=setsocktopt]:[EXE=/usr/bin/iperf3]:[CMD=iperf3 -s]...

Hi team, 1. I debugged the missing socket events issue (as in my second comment above), and found the problem to be here: https://github.com/falcosecurity/libs/blob/39ae7d40496793cf3d3e7890c9bbdc202263836b/driver/syscall_table.c#L197 I changed this line to `#if...

@FedeDP Got it. I was under the impression its only reported once by sinsp-example on the exit event. Thank you.

Hi @FedeDP @Andreagit97, @Molter73, libs does not build on ppc64le anymore, and this has broken our application. This commit (quirks.h) caused it: https://github.com/falcosecurity/libs/commit/0dde9981f776a8080a2e9d104d251b8a7b5edd5c Can you please fix it?

@FedeDP @Andreagit97 All our tests have been passing, so I assumed that was enough. I do see your point. Mauro (@Molter73) should be able to throw more light to it...

``` In file included from /root/sumit/libs/driver/bpf/probe.c:20: /root/sumit/libs/driver/bpf/plumbing_helpers.h:107:19: error: no member named 'orig_ax' in 'struct pt_regs' id = _READ(regs->orig_ax); ~~~~ ^ /root/sumit/libs/driver/bpf/plumbing_helpers.h:19:28: note: expanded from macro '_READ' #define _READ(P) ({ typeof(P)...

[fluent-bit.log](https://github.com/fluent/fluent-bit/files/9416214/fluent-bit.log)

Team, There are four failing tests on ppc64le: 20 - flb-rt-filter_stdout (Failed) 57 - flb-rt-out_td (Failed) 69 - flb-it-network (Failed) 106 - flb-it-lua (Failed) Out of these, the first three...

Hi @edsiper, Thank you for your quick response. * Yes we are from the IBM Power porting team. We mostly just add Power support to repos, but I will have...