Page 1 of 1

Installing issues

Posted: Mon Nov 29, 2021 2:06 pm
by lucas.shearer
I am trying to install Nagiosxi.
When going through the install instructions, I get to "./fullinstall". It starts off not saying I have permissions so I sudo ./fullinstall. Then it says command not found, so I "chmod +x fullinstall", then run sudo ./fullinstall. This works but then when it goes into the fullinstall file it tries to run ./init.sh and has the same issue all over again. Do i have to go into to the fullinstall script and add chmods / sudos everywhere? or is there a better way?
Thanks!

Re: Installing issues

Posted: Wed Dec 01, 2021 2:52 pm
by benjaminsmith
Hi lucas.shearer,

What operating system are using? Normally, it should just kick off the install script and take care of everything.

If you running Ubuntu, make sure you logged in as root before running ./fullinstall.

Code: Select all

sudo -i
--Benjamin