You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#4072 introduced pcaps capture_packet_context test which is emitting pcaps errors:
{"level":"error","ts":1720688021.7947063,"msg":"Could not write pcap data","err":"pcaps.(*Pcaps).Write: pcaps.(*PcapCache).get: pcaps.NewPcap: pcaps.getPcapFileAndWriter: utils.OpenAt: no such file or directory"}
I noticed this a short while ago and opened an issue about it (#4068). This is caused by incorrect context being generated for packets, which causes packets to arrive from kernel threads which have a "/" in their name thus causing path errors. This incorrect context can be seen when using --events network_events.
Description
#4072 introduced pcaps
capture_packet_context
test which is emitting pcaps errors:https://github.com/aquasecurity/tracee/actions/runs/9888233128/job/27311895433?pr=4072#step:4:631
Output of
tracee version
:The text was updated successfully, but these errors were encountered: