Hi,
I'm trying to setup a nagios server. However, i am running into into issue where the E-importnagiosql script is failing with the error message
-----------------------------------------------------------------------------------------------
2018-09-06 13:56:15 (2.04 MB/s) - ‘nagiosql.import.monitoring’ saved [23514]
Sorry, user root is not allowed to execute '/home/nagios/nagiosxi/nagiosxi/basedir/scripts/reset_config_perms.sh' as root on ma209dlvnag001.
RESETTING CONFIG PERMS FAILED!\n
-----------------------------------------------------------------------------------------------
Can you please help me with figuring out the issue here?
Attached the install.log here after executing fullinstall script.
Thanks in advance.
RESETTING CONFIG PERMS FAILED error during nagiosxi install
RESETTING CONFIG PERMS FAILED error during nagiosxi install
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: RESETTING CONFIG PERMS FAILED error during nagiosxi inst
Generally we recommend installing this from /tmp and as the root user
Can you run change to the root user then run the following:
Can you run change to the root user then run the following:
Code: Select all
mv /home/nagios/nagiosxi /tmp
cd /tmp/nagiosxi
./fullinstallRe: RESETTING CONFIG PERMS FAILED error during nagiosxi inst
Running the installation from /tmp location worked.
Thank you so much for the suggestion.
cheers!!
Thank you so much for the suggestion.
cheers!!
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: RESETTING CONFIG PERMS FAILED error during nagiosxi inst
Great!vy3734 wrote:Running the installation from /tmp location worked.
Thank you so much for the suggestion.
cheers!!
Locking thread