Re: EXTERNAL:Re: Subagent example code timeout on Win32

2010-07-20 Thread Bart Van Assche
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

RE: EXTERNAL:Re: Subagent example code timeout on Win32

2010-07-19 Thread Van Dyke, Evan (ES)
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

RE: EXTERNAL:Re: Subagent example code timeout on Win32

2010-07-19 Thread Van Dyke, Evan (ES)
I do, indeed, have those in my snmpd.conf. If you take a look at the logs, you'll see that the request does seem to be getting to the sub-agent, according to its output. I copied the delayed_instance handler out of the tutorials and set a breakpoint in it: it isn't getting called. I'm not sure