aya-rs / aya-template

A cargo-generate template for Rust eBPF Projects using Aya
81 stars 41 forks source link

New template is not working as expected #126

Closed harisudarsan1 closed 4 weeks ago

harisudarsan1 commented 4 weeks ago

The changes corresponding to the commit (https://github.com/aya-rs/aya-template/commit/5811d6ff5687ae115cc8876ddf511dd01c02539b) is not working.

I have followed the instructions in Readme and ran cargo xtask run . The ebpf programs are not loaded as expected but they are building sucessfully(both userspace and ebpf)

tamird commented 4 weeks ago

This is pretty hard to action. Can you describe the reproduction, and what exactly happened? "not loaded" is not helpful.

harisudarsan1 commented 4 weeks ago

Actually I missed RUST_LOG=info part hence I didn't see the output. :)