On Mon, Jul 19, 2010 at 8:33 PM, Van Dyke, Evan (ES)
wrote:
> Bingo. It looks like the call to f_send in _*snmp_async_send() in
> snmp*_api.c
> is failing. I added a debug message in the if(result < 0) check (see
> below), and f_send is returning -1. The callback looks like it is only
> queu
Bingo. It looks like the call to f_send in _snmp_async_send() in
snmp_api.c is failing. I added a debug message in the if(result < 0)
check (see below), and f_send is returning -1. The callback looks like
it is only queued for processing if the f_send succeeds.
For some reason, our Firewa
e where it's dropping the request.
--Evan
From: bart.vanass...@gmail.com [mailto:bart.vanass...@gmail.com] On
Behalf Of Bart Van Assche
Sent: Monday, July 19, 2010 11:58 AM
To: Van Dyke, Evan (ES)
Cc: Net-snmp-users@lists.sourceforge.net
Subject: EXTERNAL:Re: Subagent example code timeo
On Mon, Jul 19, 2010 at 5:16 PM, Van Dyke, Evan (ES)
wrote:
> My apologies if this has been discussed before, but I couldn’t find it in
> a quick search of the archives.
>
> I am trying to build the sub-agent example on the NetSNMP Wiki on a Win32
> system. I am currently using the NetSNMP v5.5
On Mon, Jul 19, 2010 at 5:16 PM, Van Dyke, Evan (ES)
wrote:
> My apologies if this has been discussed before, but I couldn’t find it in
> a quick search of the archives.
>
> I am trying to build the sub-agent example on the NetSNMP Wiki on a Win32
> system. I am currently using the NetSNMP v5.5
My apologies if this has been discussed before, but I couldn't find it
in a quick search of the archives.
I am trying to build the sub-agent example on the NetSNMP Wiki on a
Win32 system. I am currently using the NetSNMP v5.5 binary distribution
for Win32.
After some judicious searching and d