Page 1 of 1
Fullinstall errors.
Posted: Mon Apr 02, 2018 12:38 pm
by fasanchez
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios Enterprises technical support.
The step that failed was: 'setup_local_syslog'
Error during full install
Posted: Mon Apr 02, 2018 12:39 pm
by fasanchez
Running 'setup_local_syslog'...
cp: cannot stat ‘nagioslogserver/logserver.syslog’: No such file or directory
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios Enterprises technical support.
The step that failed was: 'setup_local_syslog'
Re: Fullinstall errors.
Posted: Mon Apr 02, 2018 1:03 pm
by npolovenko
Hello,
@fasanchez.
Can you verify that you actually have this file in the installation folder:
Code: Select all
/tmp/nagioslogserver/nagioslogserver/logserver.syslog
If you do have that file try giving it the permissions with:
Code: Select all
chmod +x /tmp/nagioslogserver/nagioslogserver/logserver.syslog
Re: Fullinstall errors.
Posted: Mon Apr 02, 2018 2:38 pm
by fasanchez
I think that file is missing that is why it is complaining the install cannot stat the file.
Thanks for your help.
Re: Fullinstall errors.
Posted: Mon Apr 02, 2018 2:44 pm
by npolovenko
@fasanchez, Sure, Please delete the old installation folder and try the following steps:
Code: Select all
cd /tmp
wget https://assets.nagios.com/downloads/nagios-log-server/nagioslogserver-latest.tar.gz
tar xzf nagioslogserver-latest.tar.gz
cd nagioslogserver
./fullinstall