Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sysdig not working on CentOS 7 (docker, K8s) #77

Open
futureCreator opened this issue Aug 11, 2020 · 0 comments
Open

Sysdig not working on CentOS 7 (docker, K8s) #77

futureCreator opened this issue Aug 11, 2020 · 0 comments

Comments

@futureCreator
Copy link

Hell, Sysdig!
I tired to install sysdig & sysdig inspect on CentOS 7

Sysdig is worked (installed on host), and I created a capture file.

sysdig -w dump.scap

But sysdig inspect is failed (using docker).

docker run -d -v /path/to/captures:/captures -p8080:3000 sysdig/sysdig-inspect:0.4.0

Logs:

* Setting up /usr/src links from host
ls: cannot access '/host/usr/src': No such file or directory
* Unloading sysdig-probe, if present
* sysdig-probe still loaded, waited 5s (max wait 60s)
* sysdig-probe still loaded, waited 10s (max wait 60s)
* sysdig-probe still loaded, waited 15s (max wait 60s)
* sysdig-probe still loaded, waited 20s (max wait 60s)
* sysdig-probe still loaded, waited 25s (max wait 60s)
* sysdig-probe still loaded, waited 30s (max wait 60s)
* sysdig-probe still loaded, waited 35s (max wait 60s)
* sysdig-probe still loaded, waited 40s (max wait 60s)
* sysdig-probe still loaded, waited 45s (max wait 60s)
* sysdig-probe still loaded, waited 50s (max wait 60s)
* sysdig-probe still loaded, waited 55s (max wait 60s)
* sysdig-probe still loaded, waited 60s (max wait 60s)
* sysdig-probe seems to still be loaded, hoping the best

Then I tried to start sysdig inspect on k8s, but failed too.

Logs:

* Setting up /usr/src links from host
ls: cannot access '/host/usr/src': No such file or directory
* Unloading sysdig-probe, if present
* Running dkms install for sysdig
Error! echo
Your kernel headers for kernel 3.10.0-957.el7.x86_64 cannot be found at
/lib/modules/3.10.0-957.el7.x86_64/build or /lib/modules/3.10.0-957.el7.x86_64/source.
* Running dkms build failed, couldn't find /var/lib/dkms/sysdig/0.24.1/build/make.log
* Trying to load a system sysdig-probe, if present
* Trying to find precompiled sysdig-probe for 3.10.0-957.el7.x86_64
Cannot find kernel config

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant