Re: Memory leaking in snmpd

2005-02-01 Thread Robert Story
On Sun, 30 Jan 2005 13:27:52 +0100 Jens wrote: JC> I have created a cross-commpiled net-snmp version for an arm7tdmi JC> (nommu). Every snmp(walk, get set) command JC> decreases the available memory. After about 20 commands the JC> device runs out of memory (it has only 16MB). First of all, try a

Re: snmptrap no working

2005-02-01 Thread Robert Story
On Tue, 1 Feb 2005 13:27:39 -0500 [EMAIL PROTECTED] wrote: MVC> snmptrap just doesn't seem to be generating any network activity, sniffing MVC> the network I don't see anything. From another box everything works fine. The first thing I would try would be temporarily disable and firewall software

Re: Table index problem

2005-02-01 Thread Robert Story
On Tue, 01 Feb 2005 17:12:43 -0600 Greg wrote: GLR> When I am executing a table index: GLR> GLR> table_info = netsnmp_extract_table_info(request); GLR> index = *(table_info->indexes->val.integer); GLR> GLR> The initial index value that is always returned is always 0. When the GLR> tables are in

Table index problem

2005-02-01 Thread Greg L Robillard
When I am executing a table index: table_info = netsnmp_extract_table_info(request); index = *(table_info->indexes->val.integer); The initial index value that is always returned is always 0. When the tables are initialized, I set them to 1. Do you know what this is all about. This is causing my

snmptrap no working

2005-02-01 Thread Miguel . Vargas
I have an install of net-snmp 5.0.3 on Linux where snmptrap is not working. This is a preconfigured vendor's box so I can't reinstall the app. I've been testing using this command where 10.200.164.15 is the trap receiver, /usr/local/bin/snmptrap -v 1 -c public 10.200.164.15 '' 10.200.164.15 3 0 ''

Re: snmptrapd ld.so.1 false inking errors

2005-02-01 Thread Andy Ford
I have now installed to /usr/local and have the binaries in /usr/local/sbin. I have also used crle to modify the library search path. /usr/local/sbin/snmptrapd still fails with the same error Regards Andy On Tue, 2005-02-01 at 15:52 +, Andy Ford wrote: > Further to this, I have found the sy

Re: snmptrapd ld.so.1 false inking errors

2005-02-01 Thread Andy Ford
Further to this, I have found the symbol in another library > nm ./libnetsnmphelpers.so.5.1.0 | grep netsnmp_register_null [468] | 34732| 116|FUNC |GLOB |0|8 | netsnmp_register_null > nm ./libnetsnmphelpers.a | grep netsnmp_register_null [12]| 0| 16|FUNC |G

RE: snmpget/snmpwalk question

2005-02-01 Thread Bruce Shaw
Platform? OS? Version? Net-snmp version? >After I have created snmp tables with my mib values, I can execute snmpget commands to the data and accurate data is returned. When I execute snmpwalk of the entire oid structure, the first value in skipped and the remaining values have the last and fi

snmptrapd ld.so.1 false inking errors

2005-02-01 Thread Andy Ford
Hi All I have installed the net-snmp (from cvs today) distribution successfully on a SunOS 5.8 Generic_117000-01 sun4u sparc SUNW,UltraAX-i2 box. Unfortunately, when I run snmptrapd I get the following error... > /usr/sbin/snmptrapd ld.so.1: /usr/sbin/snmptrapd: fatal: relocation error: file /us

snmpget/snmpwalk question

2005-02-01 Thread Greg L Robillard
After I have created snmp tables with my mib values, I can execute snmpget commands to the data and accurate data is returned. When I execute snmpwalk of the entire oid structure, the first value in skipped and the remaining values have the last and first entry rotated. Any advice on where I c