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 uninitialized value in concatenation

  • uninitialized value in concatenation

    Posted by Hellraiser on julio 17, 2006 at 17:50

    When i start the pandora_server.pl in the console i see a lot of message:

    Use of uninitialized value in concatenation (.) or string at C:/Perl/lib/pandora
    _db.pm line 450.

    Anybody knows what’s happen.
    Pandora works, but PERL use a lot of CPU in that case.

    Thanks!

    Hellraiser replied 18 years, 4 months ago 2 Members · 5 Replies
  • 5 Replies
  • Hellraiser

    Member
    julio 17, 2006 at 18:19
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    mmmmhhhh…. i think isn’t a bug…
    Because i put 15 second in a Agent, it is possible that the data is huge and the perl module don’t work good under stress.
    I don’t know… it’s only my idea.

  • raul

    Member
    julio 17, 2006 at 19:37
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Mmm, are you using windows to run Pandora Server? The path C:/Perl/lib/pandora_db.pm is a windows PATH.

    The Server has been tested to work in GNU/Linux, due to the different architecture in windows and PERL implementation, some of the features could not work 😀

  • Hellraiser

    Member
    julio 18, 2006 at 19:55
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    yes, i use windows 2003, i need to put the pandora_*.pm in the dir LIB on Perl Dir.
    Now i have increase the value to 60, and i don’t see the message of 450.

    Now i have a littel problem on pandora_server.pl….. i see :

    ‘/usr/bin/logger’ is not recognized as an internal or external command,
    operable program or batch file.

    Do you have an idea?

    I have everithing on windows 2003,and i use cygwin for SSH.

    thanks 😉
    You are a Rock!!!

  • raul

    Member
    julio 18, 2006 at 20:22
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    The /usr/bin/logger is a command to log in the syslog of the system.

    http://linuxcommand.org/man_pages/logger1.html

    If you’re running Pandora on Windows2003 you have changed something in the pandora_server.pl and some of the things you can find are GNU/Linux standard commands 😀

  • Hellraiser

    Member
    julio 18, 2006 at 20:56
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Thanks Raul ;-)))