Hi mabye someone can help me with some issue with instalation? Installation is ended with this message:
NDOUTILS-POST
error: permission denied on key 'kernel.sysrq'
error: permission denied on key 'kernel.core_uses_pid'
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
net.ipv4.tcp_syncookies = 1
kernel.msgmnb = 131072000
kernel.msgmax = 131072000
kernel.shmmax = 4294967295
kernel.shmall = 268435456
ERROR: Subcomponent 'ndoutils' installation failed - exiting.
Subcomponents installation failed - exiting
Nagios XI Installation Log
==========================
DATE: Fri May 30 19:21:06 CEST 2014
Nagios XI install error
Re: Nagios XI install error
Can you post the complete install.log?
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios XI install error
Hi i try solve this problem by myself but i give up. Please help me. In attachement is full install.log. Problem with ndoutils.
You do not have the required permissions to view the files attached to this post.
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Nagios XI install error
Looks like you are failing on:
sysctl -e -p /etc/sysctl.conf
Can you run this command manually as the root user, if so what user are you attempting the XI install from?
sysctl -e -p /etc/sysctl.conf
Can you run this command manually as the root user, if so what user are you attempting the XI install from?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Re: Nagios XI install error
I'm on root account.
sysctl -e -p /etc/sysctl.conf below
sysctl -e -p /etc/sysctl.conf below
Code: Select all
net.ipv4.ip_forward = 0
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.default.accept_source_route = 0
error: permission denied on key 'kernel.sysrq'
error: permission denied on key 'kernel.core_uses_pid'
net.ipv4.tcp_syncookies = 1
kernel.msgmnb = 131072000
kernel.msgmax = 131072000
kernel.shmmax = 4294967295
kernel.shmall = 268435456
Re: Nagios XI install error
You shouldn't be getting these errors...error: permission denied on key 'kernel.sysrq'
error: permission denied on key 'kernel.core_uses_pid'
Is SELinux enabled?
Code: Select all
sestatusBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios XI install error
Yes, selinux is disabled. Is any way to jump this step during installation?
Re: Nagios XI install error
OK! I search more on this forum and I found the solution to the problem:
http://support.nagios.com/forum/viewtop ... 17&p=35469
Thanks for help!!
http://support.nagios.com/forum/viewtop ... 17&p=35469
Thanks for help!!