Welcome to Pandora FMS Community!

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

  • About network server

    Posted by x_vag on November 27, 2006 at 13:25

    Hi all,

    On setup, I tried to start pandora_network and i got an error in line 31 of pandora_network.pl.
    I noticed that there was written “use SNMP;” and not “use Net::SNMP;”, the perl module that is needed….so i changed it to “use Net::SNMP;”.
    Pandora_network was started ok but i look in pandora_server.log and I’m getting this:

    2006/11/27 03:08:22 [V10] Loop in Network Module Subsystem
    2006/11/27 03:08:30 [V10] Loop in Network Module Subsystem
    2006/11/27 03:08:31 [V10] Loop in Network Module Subsystem
    2006/11/27 03:08:32 [V10] Loop in Network Module Subsystem
    2006/11/27 03:08:40 [V10] Loop in Network Module Subsystem
    2006/11/27 03:08:41 [V10] Loop in Network Module Subsystem
    2006/11/27 03:08:42 [V10] Loop in Network Module Subsystem
    2006/11/27 03:08:50 [V10] Loop in Network Module Subsystem
    2006/11/27 03:08:51 [V10] Loop in Network Module Subsystem
    2006/11/27 03:08:52 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:00 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:01 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:02 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:10 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:11 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:12 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:20 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:21 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:22 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:30 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:31 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:32 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:40 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:41 [V10] Loop in Network Module Subsystem
    2006/11/27 03:09:42 [V10] Loop in Network Module Subsystem

    Have you any idea why this happens???
    Is there missing any perl module?
    Thanks a lot….

    x_vag replied 17 years, 9 months ago 2 Members · 3 Replies
  • 3 Replies
  • Sancho

    Administrator
    November 27, 2006 at 14:22
    2212 Karma points
    Community awards: bulb Bright ideas
    Community rank: tentacle_master_icon Tentacle Master
    Like it
    Up
    0
    Down
    Drop it
    ::

    Hi all,

    On setup, I tried to start pandora_network and i got an error in line 31 of pandora_network.pl.
    I noticed that there was written “use SNMP;” and not “use Net::SNMP;”, the perl module that is needed….so i changed it to “use Net::SNMP;”.
    Pandora_network was started ok but i look in pandora_server.log and I’m getting this:

    2006/11/27 03:09:42 [V10] Loop in Network Module Subsystem

    Have you any idea why this happens???
    Is there missing any perl module?
    Thanks a lot….

    PERL has two main modules to manage SNMP: Net_SNMP and SNMP. Pandora needs “SNMP” module, doesn’t work with Net_SNMP (this module was used in beta2 instead SNMP and we get several problems with it, so we changed to SNMP).

    Your second problem its easy, this is a DEBUG line, if you put “1” or “0” in your verbose line, that actually must be like “verbosity 10” you will not get that lines.

  • x_vag

    Member
    November 27, 2006 at 18:24
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    Where exactly this “verbose line” exists?
    Where can I find it?

    Thanks…. 😀

  • x_vag

    Member
    November 28, 2006 at 17:40
    0 Karma points
    Community rank: tentacle-noob-1 Tentacle noob
    Like it
    Up
    0
    Down
    Drop it
    ::

    OK nil….I found it…
    It is in pandora_server.conf.

    Thank you…