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