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.