Page 1 of 1

New Install Error - xi-2011r2.0

Posted: Wed Feb 08, 2012 8:58 pm
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

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

Posted: Thu Feb 09, 2012 11:38 am
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.