Welcome to Pandora FMS Community › Forums › Soporte de la comunidad › [Solved] Error con inicio d servicio Pandora
-
[Solved] Error con inicio d servicio Pandora
Posted by mario.tenorio23 on December 12, 2014 at 01:06Estimados
Estuve intentando instalar Pandora en Centos 7. Todo bien hasta cuando quiero levantar el servicio. Me sale lo siguiente:
[root@localhost init.d]# ./pandora_server start
Can’t locate Sys/Syslog.pm in @INC (@INC contains: /usr/lib/perl5 /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/lib/perl5/PandoraFMS/Tools.pm line 28.
BEGIN failed–compilation aborted at /usr/lib/perl5/PandoraFMS/Tools.pm line 28.
Compilation failed in require at /usr/lib/perl5/PandoraFMS/DB.pm line 23.
BEGIN failed–compilation aborted at /usr/lib/perl5/PandoraFMS/DB.pm line 23.
Compilation failed in require at /usr/bin/pandora_server line 29.
BEGIN failed–compilation aborted at /usr/bin/pandora_server line 29.
Cannot start Pandora FMS Server. Aborted.
Check Pandora FMS log files at ‘/var/log/pandora/pandora_server.error & pandora_server.log’Estuve revisando en foros de aquí y en otros también y sugieren cosas como:
1) usar yum update perl —- para actualizar todo y ya lo hice
2) que lo corra desde /etc/init.d# ./pandora_server start —– y tambien ya lo hiceSi me dan otra pista lo agradecería.
Gracias
ivo_yordanov replied 10 years, 1 month ago 4 Members · 7 Replies -
7 Replies
-
-
-
-
::
Hello Mario, all you have to do is install the perl-Sys-Syslog library and everything will be ok!!!
[root@localhost ~]# yum install -y perl-Sys-Syslog
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.ucr.ac.cr
* epel: reflector.westga.edu
* extras: centos.ar.host-engine.com
* updates: mirrors.ucr.ac.cr
Resolving Dependencies
Running transaction check
– Package perl-Sys-Syslog.x86_64 0:0.33-3.el7 will be installed
Finished Dependency ResolutionDependencies Resolved
=================================================================================================================================================================================================
Package Arch Version Repository Size
=================================================================================================================================================================================================
Installing:
perl-Sys-Syslog x86_64 0.33-3.el7 base 42 kTransaction Summary
=================================================================================================================================================================================================
Install 1 PackageTotal download size: 42 k
Installed size: 93 k
Downloading packages:
perl-Sys-Syslog-0.33-3.el7.x86_64.rpm | 42 kB 00:00:05
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : perl-Sys-Syslog-0.33-3.el7.x86_64 1/1
Verifying : perl-Sys-Syslog-0.33-3.el7.x86_64 1/1Installed:
perl-Sys-Syslog.x86_64 0:0.33-3.el7Complete!
[root@localhost ~]# /etc/init.d/pandora_server startPandora FMS Server 5.1SP1 Build 141031 Copyright (c) 2004-2014 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- Backgrounding Pandora FMS Server process.
Pandora Server is now running with PID 30782
Regards,
-
-
::
Segui este link completamente hasta terminar la instalacion:
http://www.unixmen.com/install-pandora-fms-server-centos-7/
(hasta el paso 2. Install Pandora Server RPM)
Fue aqui donde tuve los problemas para iniciar el servicio y encontre la solucion instalando el paquete perl-Sys-Syslog y complete hasta el final.
Slds,
-
::
Hola
Ante futuros problemas del mismo estilo recomendamos consultar la documentacion online de Pandora FMS: http://wiki.pandorafms.com/index.php?title=Main_Page
Saludos
Ivo