Sysdig doesn't seem to capture read operations over container process #1 binary file
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- cpp, docker, linux
- Domain
- devtools, operating-systems
Research direction
Reproduce the issue with sysdig -pc container.name != host -w nginxdump and docker run -d -P nginx, then compare the capture with lsof inside the container for /usr/sbin/nginx. Trace the container process #1 file-read capture path and verify that the resulting capture reports the binary read operation.
Written by the indexing model from the issue text.
Description
Foe example, booting a new nginx container I don't get any file read operation over '/usr/sbin/nginx'
How to reproduce:
Start the capture using:
# sysdig -pc container.name != host -w nginxdump
A couple of seconds later I launch a new nginx cotainer:
# docker run -d -P nginx
The resulting capture doesn't contain any file read for '/usr/sbin/nginx', even though 'lsof' inside the container shows it.
- Dominant language
- C++
- Stars
- 8.3k
- Forks
- 753
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from draios/sysdig
-
Difficulty 4/5 3-5 days Newbie friendliness 52/100
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
-
difficulty-easy feature-request pinned
Difficulty 3/5 1-2 days Newbie friendliness 25/100
-
feature-request pinned
Difficulty 5/5 Over a week Newbie friendliness 25/100
Similar issues
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
AXERA-TECH/ax-llm#77 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 90/100
games-on-whales/wolf#509 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
bug-unconfirmed
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
NVIDIA/cuda-samples#453 ·