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
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
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
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
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