draios / sysdig

Linux system exploration and troubleshooting tool with first class support for containers
http://www.sysdig.com/
Other
7.76k stars 728 forks source link

how to install sysdig offline #1921

Closed ningmingxiao closed 1 year ago

jasondellaluce commented 2 years ago

@ningmingxiao please expand on what you issue is.

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

therealbobo commented 1 year ago

Hi @ningmingxiao! What do you mean by offline? You don't necessarily have to download the driver: you can compile it locally (you need the kernel headers to do that) or you can use the modern bpf probe. 😄

ningmingxiao commented 1 year ago

Hi @ningmingxiao! What do you mean by offline? You don't necessarily have to download the driver: you can compile it locally (you need the kernel headers to do that) or you can use the modern bpf probe. 😄

sometimes I can't connect the internet to download some rpm which are needed by sysdig. can sysdig list which rpm it is need ? at readme.

therealbobo commented 1 year ago

The only dependency needed is dkms and it is only needed with the kmod driver. I'll update the readme! 😄 If you need anything else, feel free to reopen this!

chixiaome commented 5 months ago

The only dependency needed is dkms and it is only needed with the kmod driver. I'll update the readme! 😄 If you need anything else, feel free to reopen this!

I also encountered this problem. Sometimes my server cannot connect to the Internet. How can I install sysdig? Can you provide automatic installation scripts or installation packages.