Re: Lost response problem, call cache_load again before populate all rows

2005-06-22 Thread Robert Story
On Wed, 22 Jun 2005 12:01:03 -0500 [EMAIL PROTECTED] wrote: EYC> I have found the problem, it was caused by fdset not being cleared after EYC> read. I added FD_CLR, and the problem went away. Anyway, I am interested EYC> in registering a handler for the pipe. Would you please point me some EYC> exa

Re: Lost response problem, call cache_load again before populate all rows

2005-06-22 Thread Emi . Yanagi
this? Thanks. -- Emi Robert Story <[EMAIL PROTECTED]> Robert Story <[EMAIL PROTECTED]> 06/22/2005 11:28 AM Please respond to net-snmp-coders@lists.sourceforge.net To [EMAIL PROTECTED] cc net-snmp-coders@lists.sourceforge.net Subject Re: Lost response problem, cal

Re: Lost response problem, call cache_load again before populate all rows

2005-06-22 Thread Robert Story
On Wed, 22 Jun 2005 09:45:54 -0500 [EMAIL PROTECTED] wrote: EYC> I customized ifTable subagent from netsnmp/agent/mibGroup/if-mib for our EYC> switch port interfaces. [...] EYC> Okay case: after ifTable_cache_load(), it goes through from pre_request to EYC> post_request() for all of the ifTable row

Lost response problem, call cache_load again before populate all rows

2005-06-22 Thread Emi . Yanagi
I customized ifTable subagent from netsnmp/agent/mibGroup/if-mib for our switch port interfaces. It works fine most of times, but I had this problem occasionally. When I do a snmpwalk for example on ifOperStatus, Okay case: after ifTable_cache_load(), it goes through from pre_request to post_reque