Troubleshooting Tip: Unable to install Linux agent on supported Ubuntu OS version and throws 'No matching OS' error
| 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>
Cause:
/usr/bin/lsb_release binary missing
Fix. Run the below command to install lsb_release:
sudo apt-get install lsb-release |