Re: Memory leak when trap is sent in 5.3.1

2008-09-18 Thread Daniel Chuang
Hi, Zhouhuai, I also saw the same coredump but it seemed to related to delegated requessts on timeout in my case. thanks, Daniel Zhouhuai Shen wrote: > Hi, > > I had a coredump when I run net-snmp 5.3.1. It seems the leakage was > observed when traps are sent. > Doesanyoneknow about this issue

Re: Is it possible to set the L3 source interface IP address in a trap packet?

2008-09-18 Thread Magnus Fromreide
On Thu, 2008-09-18 at 14:47 +0200, Jan Safranek wrote: > > v1trapaddress does react to SIGHUP, it you change it, then the agent's > address in outgoing traps will be different. On the other side, you are > right with the removal - the old value is still used even if it's > removed from the con

AIX 5.3.8 HostResources Timing Out.

2008-09-18 Thread Matthew Gordon
My apologies if this gets double posted. --- Begin Message --- Every time I try doing a full walk on a AIX 5.3.8 box,, it dies @ .1.3.6.1.2.1.25.3.2.1.1.769 in the host resources section, and quits responding, but remains running. Any ideas? I am lost... --- End Message --- -

Re: How can I fixed the error message "- (is a reserved word)" as red color part, when I execute snmpwalk command as follow in Windows XP

2008-09-18 Thread Dave Shield
2008/9/18 hungta <[EMAIL PROTECTED]>: > - (is a reserved word): At line 58 in > C:/usr/share/snmp/mibs/TLAB8600FAULT-MIB.txt > -- > ** > -- Filename:tlab8600Fault.mib > -- Description: This file contains defin

Re: net-snmp build system anomalities

2008-09-18 Thread Dave Shield
2008/9/18 Shachar Shemesh <[EMAIL PROTECTED]>: > This email is an attempt at constructive criticism. Noted - and taken as such. > I have just started to work with net-snmp, and have ran > across several things having to do with the build system > that I believe could be done better. Almost certa

net-snmp build system anomalities

2008-09-18 Thread Shachar Shemesh
Hi all, This email is an attempt at constructive criticism. I have just started to work with net-snmp, and have ran across several things having to do with the build system that I believe could be done better. Personally, I tend to use automake where applicable, and for me it provides a conven

AIX 5.3.8 HostResources Timing Out.

2008-09-18 Thread Matthew Gordon
Every time I try doing a full walk on a AIX 5.3.8 box,, it dies @ .1.3.6.1.2.1.25.3.2.1.1.769 in the host resources section, and quits responding, but remains running. Any ideas? I am lost... - This SF.Net email is sponsored

Subagent handler function

2008-09-18 Thread Hals, Daniel
I have a question regarding writing a handler function for use within a subagent program. I have registered my handler with the netsnmp_create_handler_registration function. I can handle any get requests but I am having trouble with the set requests. How can I determine the value passed into the

Re: Is it possible to set the L3 source interface IP address in a trap packet?

2008-09-18 Thread Jan Safranek
Zhouhuai Shen wrote: > Hi Jan, > > I checked the patch for 'v1trapaddress', it used the following to > register the v1trapaddress string in the snmpd.conf: > > netsnmp_ds_register_config(ASN_OCTET_STR, app, "v1trapaddress", > NETSNMP_DS_APPLICATION_ID, NETSNMP_DS_AGENT_TRAP_ADDR); > > Once the