RE: Memory Leaking with NetSNMP V5.5

2010-04-28 Thread Mike Ayers
> From: Mark Brooks [mailto:m...@loadbalancer.org] > Sent: Wednesday, April 28, 2010 1:27 PM > We are running the 2.6.32.7 kernel with Centos 5.3 and using the LVS > SNMP module http://kb.linuxvirtualserver.org/wiki/Net-SNMP-LVS-Module > the memory usage increases each time we use snmpwalk to poll

Memory Leaking with NetSNMP V5.5

2010-04-28 Thread Mark Brooks
We are running the 2.6.32.7 kernel with Centos 5.3 and using the LVS SNMP module http://kb.linuxvirtualserver.org/wiki/Net-SNMP-LVS-Module the memory usage increases each time we use snmpwalk to poll the system, and increases with each query until the box crashes. Has anyone else come across this i

RE: Foraward SNMP requests from Agentx Master to Agentx Subagent

2010-04-28 Thread Nadia Bibbs
I believe it is setup correctly with the UDP, because I can see the pings go back and forth between agent and subagent. Here are my configurations: snmpd agent: masteragentx agentAddress udp:'local ip address':11161 agentXScoket udp:'local ip address':10161 trap2sink udp:'local i

RE: Foraward SNMP requests from Agentx Master to Agentx Subagent

2010-04-28 Thread Mike Ayers
> From: Nadia Bibbs [mailto:nbi...@peak6.com] > Sent: Monday, April 26, 2010 7:29 AM > I am running an agentx master and an agentx subagent on linux. When I > run snmpget on a default MIB i.e. sysdescr.0 it returns fine, but when > I request for a MIB that was registered through the agentx subagen

RE: Memory Leak in netsnmp-5.4.2.1

2010-04-28 Thread Mike Ayers
Hmmm... unfortunately I'm not fluent in Valgrindese, but these appear to be happening during module and/or table initializations - i.e., they are one-shot losses. That's not a good thing, but it shouldn't cause instability. Myself, I wouldn't worry about these unless there are repeats

another scenario - cache load never gets called

2010-04-28 Thread Kathy McLeod
Hi - For the case where I am checking a date on a file (or in this case, a flag indicating whether table data has changed), I have to set the cache->flags |= NETSNMP_CACHE_DONT_FREE_BEFORE_LOAD; as well as cache->flags |= NETSNMP_CACHE_DONT_FREE_EXPIRED; cache->flags |= NETSNMP_CACHE

Fw: son of cache load never gets called

2010-04-28 Thread Kathy McLeod
Hi - Re note below, it seems like the first request after a load should not fail, since the reload has completed and then the handler is called. But mine always fails, and then when I issue the command again, it works. Based on my debug statements, it is failing on switch (table_info->colnum) {

Subagent example application problem

2010-04-28 Thread Nadia Bibbs
Hi, I am new to net-snmp and I am trying to run the example application that is given on the website but the master doesn't seem to forward the get request onto the subagent. Well, I believe that is how it should work. snmpd output: Turning on AgentX master support. tdomain: tdomain_transport_

How to get snmpd to listen on a alternate interface?

2010-04-28 Thread Daryl Rose
Is there a way to get snmpd to listen on a specific interface, not the default interface rather a secondary? Thank you Daryl -- ___ Net-snmp-users mailing list Net-snmp-users@li

Re: Net-SNMP 5.4.3.rc2 and 5.2.6.rc2 available for testing

2010-04-28 Thread Bart Van Assche
On Sat, Apr 10, 2010 at 12:50 AM, Dave Shield wrote: > New release candidate versions of the 5.4.x and 5.2.x packages > are now available from the SourceForge download servers. > The main changes since the rc1 versions are: > > - Proper handling of multiple matching VACM entries > (using t