Skip to main content
nsoni
Staff
Staff
September 30, 2024

Troubleshooting Tip: Unable to install Linux agent on supported Ubuntu OS version and throws 'No matching OS' error

  • September 30, 2024
  • 0 replies
  • 671 views
Description The article describes how to fix the 'No matching OS' error when trying to install a Linux agent on supported Ubuntu 22.04.4 LTS.
Scope FortiSIEM.
Solution

Linux agent installation error:

 

bash fortisiem-linux-agent-installer-7.1.7.0187.sh -s <Supervisor-IP> -i <Organization-Id> -o <Organization-Name> -u <Agent-User> -p <Agent-Password>
No matching OS
INSTALLATION FAILED

 

Cause:

 

/usr/bin/lsb_release binary missing

 

Fix.

Run the below command to install lsb_release:

 

sudo apt-get install lsb-release