Dom Delnano

Results 266 comments of Dom Delnano

Since our existing Go tls tracing test hasn't been updated for Go 1.22 yet, I wanted to rule out any obvious incompatibility. We will eventually have that version under test,...

No problem! Looking forward to seeing the example app as I didn't have luck with the reproduction on EKS.

Thanks for the quick response. Does the HTTP/2 case work on AL2? Pixie's HTTP/2 tracing should only work for GRPC and when Go binaries have debug symbols ([docs](https://docs.px.dev/about-pixie/data-sources/#supported-protocols)). ![screen](https://github.com/user-attachments/assets/8fb5aa8a-555d-4b35-975c-9d6ee2ed9494) As...

For your AL2 environment, can you run the PEM with `--stirling_conn_trace_pid=${pid_of_working_app}` and upload the PEM log to this issue? You can add that arg to the DaemonSet even though the...

For completeness, the [patches](https://github.com/pixie-io/pixie/blob/a95d6617f17e374ff0a79b1a49fc1abc2ca0023a/k8s/operator/helm/values.yaml#L78) config setting is probably the only way to do that and a helm example can be found [here](https://docs.px.dev/reference/admin/deploy-options#deploy-pixie-to-a-subset-of-nodes). Thanks for the logs! That is exactly what...

Ok, I've tracked down the issue. The [get_goid](https://github.com/pixie-io/pixie/blob/a95d6617f17e374ff0a79b1a49fc1abc2ca0023a/src/stirling/source_connectors/socket_tracer/bcc_bpf/go_trace_common.h#L94) function is broken on AL23. I made the following changes to print out all the variables and here is the output that...

@SamuraiPrinciple can you try installing the `kernel-devel.x86_64` package on all AL23 hosts and see if tracing works? I was able to verify that the issue above is because Pixie's prepackaged...

No problem, sorry it took some time for me to dig into this and greatly appreciate your help throughout the process! I'm hopeful that surfacing the lack of linux headers...

This is a duplicate of #178. The error you received from attempting this with the VM halted might be a bug in the recent `power_state` management (https://github.com/vatesfr/terraform-provider-xenorchestra/pull/278). Can you please...

@oazizi000 would appreciate if you could give this a review. I still need to fix the bpf instruction issue for the 4.x kernels and the incorrect storage of the local...