Welcome to Pandora FMS Community › Forums › Community support › Pandora FMS Data Server not found
-
Pandora FMS Data Server not found
Posted by oliverm on January 7, 2008 at 12:45Hi chaps,
I’ve followed the ubuntu setup instructions for Pandora but when i try to start the pandora service using “/etc/init.d/pandora_server start” (or even without start) I get the following error;
Pandora FMS Data Server not found
I’ve checked all the folders and files are setup and have double checked the setup instructions.
Any idea what I’ve missed ?
Olly
oliverm replied 17 years, 1 month ago 2 Members · 2 Replies -
2 Replies
-
::
Most likely is a small bug we solved already in svn version.
run:whereis pandora_server
Got the result, right?
Now edit /etc/init.d/pandora_server and locate this line:
PANDORA_DAEMON=/usr/local/bin/pandora_serverIs the same one you got running “whereis pandora_server” ? If not, change it to fit “whereis pandora_server” result.
Cheers
-