Skip to main content
jlmacroview
New Member
April 19, 2022
Question

Failed to install Fortisiem linux agent on Ubuntu 20.04

  • April 19, 2022
  • 2 replies
  • 2095 views

I failed to install # Fortisiem Agent 6.3.3 on ubuntu 20.04 with the following error: fortisiem_agent_installation_error1.png

 

 

 

Checked agent username and password created in FortisiemCMDB/User;

Four packages are updated (libcap2-bin auditd rsyslog logrotate)

 

Grateful for any suggestions and please let me know if any further info. for troubleshooting is needed

2 replies

Markus_M
Staff & Editor
Staff & Editor
April 19, 2022

I am not very familiar with the agent, but with Linux I may be able to help.

Could you run the installer.sh file without any arguments?

Try again with

installer.sh --verbose

installer.sh --help

installer.sh --debug

 

Some should give you some debug or at least help on how to enable some sort of debugging the script.

Bash/Linux allows to run additionally the shell interpreter, which NORMALLY is not "bash" but simply "sh". The debug of sh is run with sh -x installer.sh

It might give help on what it is trying to do prior failing.

 

Best regards,

 

Markus

 

premchanderr
Staff & Editor
Staff & Editor
May 27, 2022

If agent password contains special character ensure to enclose them in single quote. 

Also ensure if pre-requisite from linux agent guide has been met.