Welcome to Pandora FMS Community!

Find answers, ask questions, and connect with our community around the world.

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:45

    Hi 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
  • manu

    Member
    January 7, 2008 at 12:52
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    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_server

    Is the same one you got running “whereis pandora_server” ? If not, change it to fit “whereis pandora_server” result.

    Cheers

  • oliverm

    Member
    January 7, 2008 at 13:00
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Thanks. That worked, on to the next problem 🙂