Uso RHEL4 y Pandora 1.3.1
La salida del comando:
sh -x /etc/init.d/pandora_server start
+ PANDORA_HOME=/etc/pandora/pandora_server.conf
+ PANDORA_PID_PATH=/var/run/pandora
+ PANDORA_PID=/var/run/pandora/pandora_dataserver.pid
+ PANDORA_DAEMON=/usr/local/bin/pandora_server
+ '[' '!' -d /var/run/pandora ']'
+ '[' '!' -f /usr/local/bin/pandora_server ']'
+ case "$1" in
++ pwd
+ OLD_PATH=/root
++ pidof -x /usr/local/bin/pandora_server
+ PANDORA_PID=
+ '[' '!' -z ']'
+ rm -f
+ /usr/local/bin/pandora_server /etc/pandora/pandora_server.conf -D
Pandora FMS Data Server 1.3.1 Build PS080429 Copyright © 2004-2008 ArticaST
This program is Free Software, licensed under the terms of GPL License v2.
You can download latest versions and documentation at
http://pandora.sourceforge.net.
[W] Not all Pandora FMS components need to be executed as root
please consider starting it with a non-privileged user.
[*] Server basepath is /etc/pandora/pandora_server.conf
[*] Server logfile at /var/log/pandora/pandora_server.log
[*] Server errorlogfile at /var/log/pandora/pandora_server.error
[*] Server incoming directory at /var/spool/pandora/data_in
[*] Server keepalive 50
[*] Server threshold 15
[*] You are running Pandora FMS Data Server.
[*] This server is running in MASTER mode.
[*] Pandora FMS Server [pandora_Data] is running and operative
+ sleep 1
++ pidof -x /usr/local/bin/pandora_server
+ PANDORA_PID=
+ '[' '!' -z '' ']'
+ echo 'Cannot start Pandora FMS Data Server. Aborted.'
Cannot start Pandora FMS Data Server. Aborted.
+ cd /root
Si no lo leo mal, en algún punto, el PID se queda vacío.