Page 1 of 1

Nagios XI install error

Posted: Fri May 30, 2014 12:38 pm
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

Re: Nagios XI install error

Posted: Fri May 30, 2014 2:01 pm
by lmiltchev
Can you post the complete install.log?

Re: Nagios XI install error

Posted: Thu Jun 26, 2014 8:05 am
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.

Re: Nagios XI install error

Posted: Thu Jun 26, 2014 11:11 am
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?

Re: Nagios XI install error

Posted: Thu Jun 26, 2014 12:50 pm
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

Re: Nagios XI install error

Posted: Thu Jun 26, 2014 3:38 pm
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

Re: Nagios XI install error

Posted: Thu Jun 26, 2014 3:52 pm
by fortisit
Yes, selinux is disabled. Is any way to jump this step during installation?

Re: Nagios XI install error

Posted: Thu Jun 26, 2014 4:17 pm
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!!