mozillazg / ptcpdump

Process-aware, eBPF-based tcpdump
MIT License
422 stars 34 forks source link

Cannot run in Arch linux 6.6.39-1-lts #90

Open spinachlover opened 1 month ago

spinachlover commented 1 month ago

2024-07-19 08:57:53 WARN skip Docker Engine integration 2024-07-19 08:57:58 WARN skip containerd integration 2024-07-19 08:57:58 WARN skip kubernetes integration 2024-07-19 08:57:58 WARN current system doest not enable netfilter based NAT feature, skip attach kprobe/nf_nat_packet 2024-07-19 08:57:58 WARN current system doest not enable netfilter based NAT feature, skip attach kprobe/nf_nat_manip_pkt 2024-07-19 08:57:58 FATAL cmd/log.go:18] attach tc hooks: netlink receive: no such file or directory

Arch linux 6.6.39-1-lts

spinachlover commented 1 month ago

tc qdisc show

qdisc noqueue 0: dev lo root refcnt 2 qdisc noqueue 0: dev wlo1 root refcnt 2

mozillazg commented 1 month ago

Thanks for reporting. I will try to reproduce it.

mozillazg commented 1 month ago

Sorry, but I can't reproduce it on my Arch Linux server. Could you help test the debug version (you can download the Artifacts from https://github.com/mozillazg/ptcpdump/actions/runs/10016846315 ) on your environment? Thanks!