[PATCH] buffer overflow in sprintf for udp over ipv6

2007-08-17 Thread Chris Abbey
Simple counting bug, caught by glibc's overflow detection. We originally stumbled over this in 5.3.0.1, where I tested this fix, but the forward port to svn head was trivial, so I've not retested there. INET^_ADDRSTRLEN is only long enough for the address itself, the rest of the string needs to

RE: failed agent_registry.c:535 netsnmp_subtree_load()

2007-08-17 Thread Need Help
My snmpd.conf has the following 3 lines in it: master agentx agentxsocket /var/agentx/master rocommunity pace_ro I guess I should mention, when our environment starts up, then we load and start the subagent task. I see the "failed agent_registry.c:535 netsnmp_subtree_load()" lines when the s

RE: failed agent_registry.c:535 netsnmp_subtree_load()

2007-08-17 Thread Bruce Shaw
Could we see your snmpd.conf? For security reasons, alter the various security strings. >I just noticed I get the following three lines dislpayed right after my SNMP subagent task is requested to be started. Are these normal to see or possibly a result of a problem which needs to be solved? ne

failed agent_registry.c:535 netsnmp_subtree_load()

2007-08-17 Thread Need Help
I just noticed I get the following three lines dislpayed right after my SNMP subagent task is requested to be started. Are these normal to see or possibly a result of a problem which needs to be solved? netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 netsnmp_subtree_loa

Re: error happens when make the net-snmp-5.3.1.tar.gz

2007-08-17 Thread Dave Shield
On 17/08/07, Li Gan <[EMAIL PROTECTED]> wrote: > After tar and configure, when I make the package, the following error > happened as following: > > /usr/bin/ld: cannot find -lelf > > Would you please help me how to deal with this issue? Thanks. Please see the FAQ entry The compilation is

error happens when make the net-snmp-5.3.1.tar.gz

2007-08-17 Thread Li Gan
Hi there, After tar and configure, when I make the package, the following error happened as following: /usr/bin/ld: cannot find -lelf Would you please help me how to deal with this issue? Thanks. Li - Thi

Re: INSTALLATION - PERL MODULE in net-snmp-5.4.1-1.win32.exe

2007-08-17 Thread Alex Burger
Nicky wrote: > The \usr\perl\NetSNMP.ppd lacks of a attribute.So if I execute "ppm install > NetSNMP.ppd",It shows that "ppm install failed: Don't know how to unpack > file:///C:/usr/perl/NetSNMP.ppd".I found that the "CODEBASE HREF" was forgot > to define.It should be "x86/NetSNMP.tar.gz". Tha