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
On my machine this is the mount output in the pod related to the trace.
/ # mount
...
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
debugfs on /sys/kernel/debug type debugfs (rw,relatime) <=
...
tracefs on /sys/kernel/debug/tracing type tracefs (rw,relatime) <=
/ # command terminated with exit code 137
Anyway in other environments - eg., Docker for Mac (not my machine :P) - the sys directory lacks some subdirectories (for example those indicated here), thus it does not work.
On my machine this is the
mount
output in the pod related to the trace.Anyway in other environments - eg., Docker for Mac (not my machine :P) - the
sys
directory lacks some subdirectories (for example those indicated here), thus it does not work.Somehow related to #7.
The text was updated successfully, but these errors were encountered: