freeing memory in callback?

2005-12-07 Thread Haizhu Liu
hello, I wrote an application that receives traps from agent, I used snmp_sess_select_info and snmp_sess_read, do I need to do anything to free up pdu or anything else in callback function? Thank you. --- This SF.net email is sponsored b

Re: Problem in Snmpd.conf

2005-12-07 Thread Wes Hardaker
> On 7 Dec 2005 12:56:46 -, "madhan raj" <[EMAIL PROTECTED]> said: madhan> I am using Net-Snmp 5.3 pre-release in my router. I have to madhan> configure "engineID" in my snmpd.conf. Can any one tell me madhan> about this in which file I have to configure whether in madhan> /root/snmpd.con

Re: Problem compiling on HP-UX 11.00

2005-12-07 Thread Wes Hardaker
> On Wed, 07 Dec 2005 19:19:33 +0100, Thomas Anders <[EMAIL PROTECTED]> > said: Thomas> FWIW, I've successfully used Solaris /usr/ccs/bin/make and Thomas> Tru64 Unix /usr/ccs/bin/make to build net-snmp, so I'd tend to Thomas> say that GNU make is *not* required in general. Good. Can you

Re: Problem compiling on HP-UX 11.00

2005-12-07 Thread Thomas Anders
Robert Story wrote: On Fri, 02 Dec 2005 01:10:24 +0100 Johannes wrote: JSF> But I think that isn't your problem at the moment. I think you posted JSF> the complete make output and not only some lines from the start and the JSF> last lines. Could it be that you used the system's make program and n

Problem in Snmpd.conf

2005-12-07 Thread madhan raj
  Dear All,               I am using Net-Snmp 5.3 pre-release in my router. I have to configure "engineID" in my snmpd.conf. Can any one tell me about this in which file I have to configure whether in /root/snmpd.conf  or in /var/net-snmp/snmpd.conf? -Thanks and Regards Madhan

Interaction between Tables and Daemon

2005-12-07 Thread Ajay Hotchandani
Hi Friends,   I am somewhat new to Net-SNMP. I have made MIB and generated code using mib2c.   Please provide information on how tables and SNMP daemon interacts. Any link would also work.   Thanks in Advance.   Regards, Ajay Hotchandani

Re: Cross compilation of net-snmp

2005-12-07 Thread Claus Klein
On Wednesday 07 December 2005 09:48, Rustagi, Sandeep (Sandeep) wrote: > Hi, > > I am using Solaris 5.8 Generic_117350-13 for compilation of net-snmp. > I want to build it for Montavista Linux. Please let me know what options > I should use to configure for cross compilation of net-snmp. I use f

Cross compilation of net-snmp

2005-12-07 Thread Rustagi, Sandeep (Sandeep)
Hi, I am using Solaris 5.8 Generic_117350-13 for compilation of net-snmp. I want to build it for Montavista Linux. Please let me know what options I should use to configure for cross compilation of net-snmp. Thanks and Rgds, Sandeep --- This

agentx race condition?

2005-12-07 Thread John Reardon
My setup: net-snmp-5.2.2 built by hand for SuSE 9.1 (although the problem occurs on an embedded platform too, so it does not seem to be a platform issue). I am pretty sure that this problem occurs on prior versions, too - although I haven't rigorously proven it - so I don't think it is a 5.2.2 onl

Re: agentx race condition?

2005-12-07 Thread John Reardon
> > Try the patch attached to this bug report: > > http://sourceforge.net/tracker/index.php?func=detail&aid=1337534&group_id=12694&atid=112694 > > If that doesn't help, run the agent and subagent with debug for the agentx > token (and timestamps turned on) to look for clues.. > thanks very much fo