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
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!
The text was updated successfully, but these errors were encountered:
Hell, Sysdig!
I tired to install sysdig & sysdig inspect on CentOS 7
Sysdig is worked (installed on host), and I created a capture file.
But sysdig inspect is failed (using docker).
Logs:
Then I tried to start sysdig inspect on k8s, but failed too.
Logs:
Thanks!
The text was updated successfully, but these errors were encountered: