Welcome to Pandora FMS Community › Forums › Community support › Advanced troubleshooting › Tentacle service fail
-
Tentacle service fail
Posted by iluizio on September 18, 2012 at 18:57All,
I installed the Pandora FMS server (version 4.0.1) in a Open Suse version 11.4 machine and I can not to start the Tentacle service with a command “service tentacle_serverd start”. The error message is:
Sorry, user root is not allowed to execute ‘/usr/bin/tentacle_server -a 0.0.0.0 -p 41121 -s /var/spool/pandora/data_in -i.*.conf:conf;.*.md5:md5;.*.zip:collections -d’ as pandora on brtsvisp073.
Tentacle Server could not be started.
Verify that port 41121 is not used.Thanks,
luigli replied 7 years, 12 months ago 6 Members · 8 Replies -
8 Replies
-
-
-
-
-
::
I had the same problem.
My solution was edit file/etc/init.d/tentacle_serverd
and remove option [-v] in TENTACLE_OPTS (about line 90)
— original —
TENTACLE_OPTS="-a $TENTACLE_ADDR -p $TENTACLE_PORT -s $PANDORA_SERVER_PATH $TENTACLE_EXT_OPTS -d -l $TENTACLE_LOG_FILE -v"
— change to —
TENTACLE_OPTS="-a $TENTACLE_ADDR -p $TENTACLE_PORT -s $PANDORA_SERVER_PATH $TENTACLE_EXT_OPTS -d -l $TENTACLE_LOG_FILE"When running in daemon mode, it seems that tentacle server doesn’t admin verbose option
-
-
-