Welcome to Pandora FMS Community › Forums › Community support › SNMP Polling issue
-
::
did a make clean
did a perl Makefile.PL
then ran makesaw the cp statement regarding Config.pm (it copies it to blib/lib?)
I even copied the /blib/lib/Config.pm to /usr/lib/perl5/site_perl/5.8.8/PandoraFMS/ manually then restarted the server and the error still there.
:-/
mmm
do a:
find / -name “Config.pm”
And make a manual diff with contents of latest ( Feb 20 2008 ) tarball of 1.3.1 Config.pm
-
::
Confirmed, a simple make is not enought to replace .pm:
$ make
cp lib/PandoraFMS/Tools.pm blib/lib/PandoraFMS/Tools.pm
cp lib/PandoraFMS/Config.pm blib/lib/PandoraFMS/Config.pm
cp lib/PandoraFMS/DB.pm blib/lib/PandoraFMS/DB.pm
cp bin/pandora_recon blib/script/pandora_recon
/usr/bin/perl “-MExtUtils::MY” -e “MY->fixin(shift)” blib/script/pandora_recon
cp bin/pandora_snmpconsole blib/script/pandora_snmpconsole
/usr/bin/perl “-MExtUtils::MY” -e “MY->fixin(shift)” blib/script/pandora_snmpconsole
cp bin/pandora_server blib/script/pandora_server
/usr/bin/perl “-MExtUtils::MY” -e “MY->fixin(shift)” blib/script/pandora_server
cp bin/pandora_network blib/script/pandora_network
/usr/bin/perl “-MExtUtils::MY” -e “MY->fixin(shift)” blib/script/pandora_networkslerena@alioth:/tmp/pandora_server$ sudo make install
[sudo] password for slerena:
Installing /usr/local/share/perl/5.8.8/PandoraFMS/Config.pm
Installing /usr/local/share/perl/5.8.8/PandoraFMS/Tools.pm
Installing /usr/local/share/perl/5.8.8/PandoraFMS/DB.pm
Installing /usr/local/bin/pandora_server
Installing /usr/local/bin/pandora_snmpconsole
Installing /usr/local/bin/pandora_recon
Installing /usr/local/bin/pandora_network
Writing /usr/local/lib/perl/5.8.8/auto/PandoraFMS/.packlist
Appending installation info to /usr/local/lib/perl/5.8.8/perllocal.podTry again ! 🙂
-
Anonymous
GuestFebruary 21, 2008 at 17:20::Did the make install (tried it shortly before your last post) But I am still getting the same message.
This was my locate Config.pm result:
/root/pandora/pandora_server/blib/lib/PandoraFMS/Config.pm
/root/pandora/pandora_server/lib/PandoraFMS/Config.pm
/usr/lib/perl5/5.8.8/CPAN/Config.pm
/usr/lib/perl5/5.8.8/CPAN/Config.pm~
/usr/lib/perl5/5.8.8/CPAN/HandleConfig.pm
/usr/lib/perl5/5.8.8/ExtUtils/MakeMaker/Config.pm
/usr/lib/perl5/5.8.8/Net/Config.pm
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/Config.pm
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/Encode/Config.pm
/usr/lib/perl5/site_perl/5.8.8/Module/Build/Config.pm
/usr/lib/perl5/site_perl/5.8.8/PandoraFMS/Config.pm
/usr/lib/perl5/vendor_perl/5.8.8/ExtUtils/PkgConfig.pm
/usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi/Tk/Config.pmThanks
AA
-
::
Did the make install (tried it shortly before your last post) But I am still getting the same message.
This was my locate Config.pm result:
/root/pandora/pandora_server/blib/lib/PandoraFMS/Config.pm
/root/pandora/pandora_server/lib/PandoraFMS/Config.pmLet’s try again from the scratch.
svn co https://pandora.svn.sourceforge.net/svnroot/pandora/branches/pandora_1.3.x/pandora_server
(as root)
rm /usr/lib/perl5/site_perl/5.8.8/PandoraFMS/Config.pm
cd pandora_server
perl Makefile.pl
make
make installThis week probably freeze code for 1.3.x and make a beta vmware image to test it more easily. I hope if this don’t work for you know, using a vmware image could be able to find the problem, this issue are going crazy all of us 🙂
-
Anonymous
GuestFebruary 27, 2008 at 17:50::Yes!!
the rm (deleting the Config.pm) seem to do the trick!Now I am only left dealing with the reported values in K instead of GB or MB (from Windows agents). I did see your replies on this subject in another thread… cant wait for the normalization to be possible.
Thank you very much for your outstanding help and such a beautiful product!
-
::
I’m glad it’s working out for you!
You might want to post your ideas here:
http://www.openideas.info/phpbb/viewtopic.php?t=960Cheers
Manuel.