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

Cant install sysdig on RedHat 9.4 #2119

Closed SilverPlate3 closed 2 months ago

SilverPlate3 commented 2 months ago

I created a new "clean" Red Hat 9.4 machine. Tried to install with yum -q -y install sysdig image Then tried the install-sysdig script. However the script is out dated, so it failed in the rpm --quiet -i. Then I fixed it up a bit by adding: image But I got this... image This happens across all the RedHat 9.4 Machines of our customers... Super Urgent!

Here is some info about the machine: image

Attachment InstallOutput.txt contains all the installation output after I added the if [ $VERSION -eq 9 ]; then line