Nagios XI install error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
fortisit
Posts: 11
Joined: Thu May 29, 2014 1:52 pm

Nagios XI install error

Post by fortisit »

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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI install error

Post by lmiltchev »

Can you post the complete install.log?
Be sure to check out our Knowledgebase for helpful articles and solutions!
fortisit
Posts: 11
Joined: Thu May 29, 2014 1:52 pm

Re: Nagios XI install error

Post by fortisit »

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

Post by sreinhardt »

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?
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.
fortisit
Posts: 11
Joined: Thu May 29, 2014 1:52 pm

Re: Nagios XI install error

Post by fortisit »

I'm on root account.

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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios XI install error

Post by lmiltchev »

error: permission denied on key 'kernel.sysrq'
error: permission denied on key 'kernel.core_uses_pid'
You shouldn't be getting these errors...

Is SELinux enabled?

Code: Select all

sestatus
Be sure to check out our Knowledgebase for helpful articles and solutions!
fortisit
Posts: 11
Joined: Thu May 29, 2014 1:52 pm

Re: Nagios XI install error

Post by fortisit »

Yes, selinux is disabled. Is any way to jump this step during installation?
fortisit
Posts: 11
Joined: Thu May 29, 2014 1:52 pm

Re: Nagios XI install error

Post by fortisit »

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!!
Locked