Re: error messages

2008-02-08 Thread Dave Shield
On 08/02/2008, Siva Prakash Reddy G <[EMAIL PROTECTED]> wrote: > When I execute snmpwalk -Dparse-mibs it is showing a default > path for mibs i.e., /usr/share/snmp/mibs/ OK - that sounds like a vendor-supplied binary, rather than one you've compiled yourself. Yes? > 1. How snmp

Re: Potential memory leak in Netsnmp subagent handling

2008-02-08 Thread Thomas Anders
Henning Rogge wrote: > during writing a netsnmp subagent I noticed my code had a memory leak. I > tracked it down to a memory leak in netsnmp. > > I attached a programm which produce the memory leak. Could you please file a bug on http://www.net-snmp.org/bugs so it won't get lost? +Thomas --

Potential memory leak in Netsnmp subagent handling

2008-02-08 Thread Henning Rogge
Hello, during writing a netsnmp subagent I noticed my code had a memory leak. I tracked it down to a memory leak in netsnmp. My code has to create and release entries in the SNMP tree and it seems that function netsnmp_unregister_handler() does not free all resources allocated during handler c

RE: error messages

2008-02-08 Thread Siva Prakash Reddy G
Hi! Once again thanks Dave for your constant support. When I execute snmpwalk -Dparse-mibs it is showing a default path for mibs i.e., /usr/share/snmp/mibs/ and it is also showing the modules which it could not find, After seeing the output two questions which are running in my mi

Re: Designing MIBs and subagents for several pieces of equipment

2008-02-08 Thread Giuseppe Modugno
On 7 Feb 2008 at 17:01, Dave Shield wrote: > On 07/02/2008, Giuseppe Modugno <[EMAIL PROTECTED]> wrote: > But from your description, this doesn't match your setup. > You say: > > I want to use a single Linux box with a single main and sub-agent > > that talks to devices. I admit that some day