===================
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'
Fullinstall errors.
Error during full install
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'
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'
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Fullinstall errors.
Hello, @fasanchez.
Can you verify that you actually have this file in the installation folder:
If you do have that file try giving it the permissions with:
Can you verify that you actually have this file in the installation folder:
Code: Select all
/tmp/nagioslogserver/nagioslogserver/logserver.syslogCode: Select all
chmod +x /tmp/nagioslogserver/nagioslogserver/logserver.syslogAs of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Fullinstall errors.
I think that file is missing that is why it is complaining the install cannot stat the file.
Thanks for your help.
Thanks for your help.
-
npolovenko
- Support Tech
- Posts: 3457
- Joined: Mon May 15, 2017 5:00 pm
Re: Fullinstall errors.
@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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.