New Install Error - xi-2011r2.0

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hoyanf
Posts: 1
Joined: Wed Feb 08, 2012 8:33 pm

New Install Error - xi-2011r2.0

Post by hoyanf »

Hi,

Encountered error on new installation nagios 2011r2.0 on CentOS 6.2 i386, nothing started as it stopped right after running fullinstall with the following error :-

Code: Select all

./fullinstall
./xivar: line 19: lockfile: command not found

Code: Select all

uname -a
Linux nagios.localdomain 2.6.32-220.4.1.el6.i686 #1 SMP Mon Jan 23 22:37:12 GMT 2012 i686 i686 i386 GNU/Linux
Thanks
hoyanf
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: New Install Error - xi-2011r2.0

Post by lmiltchev »

If you used a Centos minimal install, most probably you are missing the procmail package. Try running in terminal:

Code: Select all

#  yum install procmail -y
and then run the "fullinstall" again.

Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked