Re: 5.3.1.pre2 build test status

2006-05-19 Thread Thomas Anders
Robert Story wrote: On Mon, 15 May 2006 16:49:46 +0200 Thomas wrote: TA> 1) embedded Perl: insufficient configure checks for: TA>- minimum perl version (e.g. IRIX 6.5 ships with Perl 5.00405, TA> currently yields into a compiler error) TA>- usable libperl.so (otherwise "#error embedded p

Re: Help! net-snmp 5.3 on Aix 5.2

2006-05-19 Thread Robert Story
On Wed, 3 May 2006 14:37:31 -0400 Zongyan wrote: ZW> I have compiled and installed net-snmp-5.3.0.1 on my aix 5.2 box. Unfortunately, aix is one of the less supported platforms. You could try the 5.3.x or main cvs trees, and see if that helps any. I know there has been some aix testing recently,

Re: Commented out snmp_free_pdu() in send_trap_to_sess()

2006-05-19 Thread Robert Story
On Fri, 19 May 2006 14:14:50 -0400 Robert wrote: RS> On Thu, 4 May 2006 17:29:03 +0100 (BST) [EMAIL PROTECTED] wrote: RS> DCU> Hi All, RS> DCU> I've been investigating a memory leak using net-snmp 5.2.1.2 and I RS> DCU> think I've tracked the problem down to the send_trap_to_sess() RS> DCU> routi

Re: Commented out snmp_free_pdu() in send_trap_to_sess()

2006-05-19 Thread Robert Story
On Thu, 4 May 2006 17:29:03 +0100 (BST) [EMAIL PROTECTED] wrote: DCU> Hi All, DCU> I've been investigating a memory leak using net-snmp 5.2.1.2 and I think DCU> I've tracked the problem down to the send_trap_to_sess() routine in DCU> agent_trap.c DCU> DCU> If snmp_send() fails, then snmp_sess_pe

Re: nstAgentModuleObject does not initialize

2006-05-19 Thread Robert Story
On Thu, 4 May 2006 15:31:15 -0400 Jay wrote: JB> I'm trying to build snmpd with the nstAgentModuleObject module given as an JB> example on the net-snmp web site. JB> See JB> http://www.net-snmp.org/tutorial/tutorial-5/toolkit/mib_module/index.html JB> JB> snmpd builds OK, but nstAgentModuleObject

Re: Patch (on 5.3.0.1) to use RedHat style port alias names as ifDescr.

2006-05-19 Thread Robert Story
On Fri, 05 May 2006 14:20:47 +0100 John wrote: JR> I needed a way to report the RedHat style ethernet port alias names JR> (/etc/sysconfig/network-scripts/ifcfg-*) as ifDescr for a series of JR> products. JR> JR> The, rather basic, patch tucks into the ifTable code and rewrites the JR> tmp_descr f

Segfault on pthread_cond_wait()

2006-05-19 Thread Kellena Page
Hi - I wrote a MIB module that spawns a pthread. When I dynamically load this module into snmpd via dlmod in snmpd.conf, it loads and runs great. However, when I try to dynamically load it into an AgentX subagent instead of snmpd, it segfaults on a call to pthread_cond_wait(). When I step th

Re: Differences between ipCidrRouteTable and ipRouteTable

2006-05-19 Thread Robert Story
On Mon, 08 May 2006 18:44:54 -0700 Wes wrote: WH> > On 8 May 2006 12:23:45 -, "madhan raj" WH> > <[EMAIL PROTECTED]> said: WH> WH> madhan> According to RFC-2096 "ipCidrRouteTable updates the RFC 1213 WH> madhan> ipRouteTable to display multipath IP Routes having the same WH> madhan> n

Re: shared lib build

2006-05-19 Thread Robert Story
On Tue, 9 May 2006 18:52:04 + Sridhar wrote: SA> I have been testing the net-snmp code build for my uclinux target, the SA> snmpd was build using the option "--enable-shared=no", Everything SA> works fine. But when i removed this option to make use of sharedlib SA> (so). I get the following e

Re: net-snmp-5.3.0.1: the snmpd crashes while startup on ppc and linux

2006-05-19 Thread Robert Story
On Thu, 11 May 2006 14:28:12 + Claus wrote: CK> the snmpd crashes while startup on ppc. It has nothing to do with ppc. It's an older kernel that doesn't have a 'processor' line in /proc/cpuinfo. Fixed for 5.3.1, patch attached. -- NOTE: messages sent directly to me, instead of the lists, wil

Re: version managment

2006-05-19 Thread Robert Story
On Wed, 10 May 2006 22:29:11 +0200 Thomas wrote: TA> darix wrote: TA> > as the SF.net CVS is still/again unstable, i would like to suggest TA> > moving to svn. TA> TA> Seconded. Wes has always argued that the users should decide which I TA> tend to agree to. Now that SF.net is offering SVN servic

Re: snmp won't link

2006-05-19 Thread Robert Story
On Thu, 11 May 2006 15:03:40 -0400 the wrote: TMDK> Sorry to bother you. I've tried several different config options, TMDK> found no help in the FAQ, and connot build net-snmp: TMDK> TMDK> snmpusm.lo(.data.rel+0x0): In function `usm_malloc_usmStateReference': TMDK> /home/kaeding/building/net-snmp

Re: MacAddress index handling

2006-05-19 Thread Robert Story
On Wed, 17 May 2006 07:15:11 -0400 G. wrote: GSM> [EMAIL PROTECTED] wrote: GSM> > In the second case ( 1.170.170.170.170.170.170.1 , with out giving the GSM> > index length ) table handler is not called and for the snmpget request I GSM> > getting reply as "No Such Instance currently exists at this

Re: 5.3.1.pre2 build test status

2006-05-19 Thread Robert Story
On Mon, 15 May 2006 16:49:46 +0200 Thomas wrote: TA> 1) embedded Perl: insufficient configure checks for: TA>- minimum perl version (e.g. IRIX 6.5 ships with Perl 5.00405, TA> currently yields into a compiler error) TA>- usable libperl.so (otherwise "#error embedded perl broken" These sh