Re: 1. Compiling Net-SNMP to use static linking 2. Cross-compileoptions for PowerPC using Montavista Linux

2006-09-11 Thread ayan
I ran the agent in GDB, and was able to fix the problem. A very basic mistake .. declaring a string using "char *text" and subsequently using it without initialization. This was causing a stack overflow randomly. Thanks for all your help. Ayan On Fri, 8 Sep 2006 20:54:39 +0100 &q

Re: 1. Compiling Net-SNMP to use static linking 2. Cross-compileoptions for PowerPC using Montavista Linux

2006-09-08 Thread ayan
es invariably crashes the agent. The problem disappears if embedded perl is enabled. Thanks, Ayan - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology

1. Compiling Net-SNMP to use static linking 2. Cross-compile options for PowerPC using Montavista Linux

2006-09-06 Thread ayan
greatly appreciate the help. Thanks in advance, Ayan - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM

Agent exits when walking custom MIB more than once

2006-08-23 Thread ayan
I am appending relevant sections of code/MIB below. Thanks in advance, Ayan 1. MIB file header: IPCompanion-MIB DEFINITIONS ::= BEGIN IMPORTS mgmt, internet FROM RFC1155-SMI OBJECT-TYPE FRO

Problem with "snmpset" when trying to set successive string values

2006-08-18 Thread ayan
NMP_ERR_GENERR; } return SNMP_ERR_NOERROR; } === Any advice on how to resolve this problem would be greatly appreciated. Going through the mail archives, I noticed that a similar bug was