Welcome to Pandora FMS Community › Forums › Community support › Advanced troubleshooting › Error starting /etc/init.d/pandora_server service
-
Error starting /etc/init.d/pandora_server service
Posted by jcgomez16 on August 13, 2011 at 22:51Hello everybody I´m installing Pandora FMS server, but at moment to start the pandora_server service, it show thist error:
[root@SERVAPP admin]# /etc/init.d/pandora_server start
Can’t locate NetAddr/IP.pm in @INC (@INC contains: /usr/lib/perl5/5.10.0 /usr/lib/perl5 /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/share/perl5 .) at /usr/lib/perl5/PandoraFMS/ReconServer.pm line 28.
BEGIN failed–compilation aborted at /usr/lib/perl5/PandoraFMS/ReconServer.pm line 28.
Compilation failed in require at /usr/bin/pandora_server line 35.
BEGIN failed–compilation aborted at /usr/bin/pandora_server line 35.
Cannot start Pandora FMS Server. Aborted.
Check Pandora FMS log files at ‘/var/log/pandora/pandora_server.error & pandora_server.log’I were trying to see the logs, but the pandora_server.log and pandora_server.error files don´t exists.
Help me please.
jartal replied 12 years, 9 months ago 4 Members · 4 Replies -
4 Replies
-
::
Hello everybody….
I just solved this trouble. Verifying step by step the instalation proccess, I remebered that installing CPAN modules an error ocurred and I got an error:
“Warning (usually harmless): ‘YAML’ not installed, will not store persistent state
> Running make test
> Can’t test without successful make
> Running make install
> Make had returned bad status, install seems impossible”Searching in google, I read a post where mentioned “install force” in CPAN shell, and was what that I did.
I introduce like root
#CPAN
then…
CPAN> install force Digest::MD5 Time::Local DBI threads threads::shared IO::Socket Time::HiRes Time::Format NetAddr::IP Mail::Sendmail Net::Traceroute::PurePerl HTML::Entitiesand !!!!it worked!!!!
-
::
Hi to all,
I have install Pandora FMS v4.0.1 and in the moment I launch pandora_server start, it return the error message:root@serverpandora-SE7210TP1-E:/etc/init.d# pandora_server start
Pandora FMS Server 4.0.1 Build 111220 Copyright (c) 2004-2011 ArticaST
This program is OpenSource, licensed under the terms of GPL License version 2.
You can download latest versions and documentation at http://www.pandorafms.org[ERROR] Cannot open configuration file at start.
Please specify a valid Pandora FMS configuration file in command line.
Standard configuration file is at /etc/pandora/pandora_server.confWhat I have to do?
Thanks
-
-
::
Hi
The problem you have is when you start the service.
If you are inside “/etc/init.d/”
root@serverpandora-SE7210TP1-E:/etc/init.d#
you should start with “./” before “pandora_server start”
try it like this
root@serverpandora-SE7210TP1-E:/etc/init.d#./pandora_server start
See this topic, it has th same issue (in spanish) : http://openideas.info/smf/index.php/topic,5478.0.html
Bye