SNMPv3 clone-from (template) user delete

2010-03-27 Thread Michael
Hi. I this legal to remove the template user? Suppose I created users from a template user and then I want to remove the template user, shall i get an error? Thanks, Michael. -- Download Intel® Parallel Studio Eval Try t

Re: refresh time for container_load func.

2010-03-27 Thread Hemant Soundankar
Robert and Dave thanks a lot for your help . Dave you are right. I did the same. Thanks, On Sat, Mar 27, 2010 at 4:01 PM, Dave Shield wrote: > On 26 March 2010 16:58, Hemant Soundankar > wrote: > > Because the code says , > > >> cache->timeout = RDBMSDBTABLE_CACHE_TIMEOUT; > > This line come

Re: cfv: tooBig handling

2010-03-27 Thread Peter Hicks
Robert Story wrote: > NOTE: I'm not calling for a vote on this particular patch, but on whether or > not the releases should be delayed until a proper fix can be found. Does the bug exist in the previously released version? If so, it's not a new bug, so I don't see it as a show-stopper. If it'

Re: Net-SNMP blocking for SET requests

2010-03-27 Thread madanagopal
Hi, > On Wed, 24 Mar 2010 14:02:52 +0530 (IST) madanagopal wrote: > M>I came to know of a problem in Net-SNMP where if there is a SET request > M> outstanding in the agent, it will not process any other request (even > M> though the new request is a GET request for a different OID). Is the > M

Re: refresh time for container_load func.

2010-03-27 Thread Dave Shield
On 26 March 2010 16:58, Hemant Soundankar wrote: > Because the code says , >     >>  cache->timeout = RDBMSDBTABLE_CACHE_TIMEOUT; > This line comes in my "Tablename_container_init" function. Why not simply change that to read cache->timeout = 1; /* 1 second */ Dave ---