Re: Fw: Unable to build Net-Snmp with embedded perl

2011-08-11 Thread Bart Van Assche
On Thu, Aug 11, 2011 at 3:36 PM, wrote: > Thanks for that. That patch stops the script locking up and completes the > installation. > Thanks for the feedback. A more general patch (that does not assume that the value of a constant is equal to or above -1) has been committed on the v5.7 branch: h

Unexpected consequences of setting clientaddr in snmp.conf

2011-08-11 Thread Paul Thornton
Hi all, I've been a long-time user of Net-SNMP, and have just moved a load of our monitoring scripts from one server running version 5.4.2.1 to a newer one running 5.5.4. I'm doing all SNMP over v4 UDP. The snmp.conf files on both machines are the same, and contain a "clientaddr" directive. The

Re: Fw: Unable to build Net-Snmp with embedded perl

2011-08-11 Thread Ali . Bruce
Bart, Thanks for that. That patch stops the script locking up and completes the installation. I'm still trying to work out whether I can use Perl on windows. As you stated earlier embedded Perl has not been ported to Windows. Reading the Net-snmp Perl support documentation it states: For the t

net-snmp trap failed login attempts

2011-08-11 Thread bruce bushby
Hi Apologies for posting what I am sure is a very common questionhowever I can't find a search function to search the mail archives. I've been struggling to understand how I should configure net-snmp (versions 5.3 - 5.5) to trap failed (unix user) llogin attempts. Ihave tried adding Authtrap

Re: Fw: Unable to build Net-Snmp with embedded perl

2011-08-11 Thread Bart Van Assche
On Tue, Aug 9, 2011 at 4:07 PM, wrote: > I downloaded and built with the latest 5.7.1 pre release. > > During the Perl tests it no longer crashed the snmpd.exe, however it still > locks up at the same point: The patch below fixes that lockup on my setup: diff --git a/perl/SNMP/SNMP.pm b/perl/SN