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