Welcome to Pandora FMS Community!

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

Bienvenido a la comunidad de Pandora FMS Forums Community support Pandora server on solaris 10

  • Pandora server on solaris 10

    Posted by shenk on febrero 12, 2008 at 13:51

    Hi all,

    I’d just installed pandora server on a solaris 10 machine. Is there a way to skip the error below?

    thanks in advance.

    bash-3.00# pandora_server

    Pandora FMS Data Server 1.3 Build PS071012 Copyright (c) 2004-2007 ArticaST
    This program is Free Software, licensed under the terms of GPL License v2.
    You can download latest versions and documentation at

    [ERROR] This isn’t GNU/Linux. Pandora FMS Servers are only OFFICIALLY supported in GNU/Linux.
    Contact us if you require assistance running Pandora FMS Server in other OS.

    bash-3.00#

    raul replied 17 years ago 3 Members · 2 Replies
  • 2 Replies
  • manu

    Member
    febrero 12, 2008 at 14:33
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    That error is in Config.pm, maybe you can comment that line out to avoid it

  • raul

    Member
    febrero 12, 2008 at 23:55
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Pandora FMS is thought to be running under GNU/Linux systems, and is in those systems where it’s tested and supported. In order to avoid problem with Perl/PHP or other dependencies in other Unix systems, we decided to put that message.

    You can workaround it by editing the file lib/PandoraFMS/Config.pm in the Pandora Server directory, and commenting the line (I think it’s line 74) by adding a # character at the beginning of that line.

    Raul