RE: agentx master agent not responding after an agentx subagent SET timeout

2011-12-27 Thread Renjith R. V.
Yes. the sub agent is getting disconnected from the master during this failure scenario. And the sub agent hit with SIGPIPE in between. Please refer the debug log attached below. agent_set: did set mode = 2, status = 0 agentx/subagent: checking status of session 0x90b5588 agentx_build: pa

Re: file type of snmpd

2011-12-27 Thread Ravi Kumar
including all On Tue, Dec 27, 2011 at 9:48 PM, Ravi Kumar wrote: > Hi MF, > > I used libtool with gdb as below. But still complete symbols are not > being loaded it seems. > I tried to set break point for header_complex of header_complex.c* *but > gdb reports *Function * > *"header_complex"

Ruth A Bielski is out of the office.

2011-12-27 Thread rabiels1
I will be out of the office starting 12/20/2011 and will not return until 01/03/2012. I will respond to your message when I return. -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app deve

Re: file type of snmpd

2011-12-27 Thread Ravi Kumar
Thanks Dave and MF for responding. It is working now. On Tue, Dec 27, 2011 at 10:01 PM, Dave Shield wrote: > On 27 December 2011 16:20, Ravi Kumar wrote: > >> I used libtool with gdb as below. But still complete symbols are not > >> being loaded it seems. > >> I tried to set break point fo

Re: file type of snmpd

2011-12-27 Thread Dave Shield
On 27 December 2011 16:20, Ravi Kumar wrote: >> I used libtool with gdb  as below. But still complete symbols are not >> being loaded it seems. >> I tried to set break point for header_complex of header_complex.c but gdb >> reports Function  "header_complex" not defined   error. It's not actually

Re: Alternative implementation of IF-MIB

2011-12-27 Thread Michael Steiger
On 30.11.2011 16:09 Robert Story said the following: > On Fri, 28 Oct 2011 10:55:30 +0200 Michael wrote: > MS> > The first question is whether or not you are completely replacing > MS> > the ifTable, or you just need to add your special interfaces to > MS> > the existing table... > MS> > MS>

Re: agentx master agent not responding after an agentx subagent SET timeout

2011-12-27 Thread Bill Fenner
Hi Renjith, I came across this behavior in a different context and filed a bug: http://sourceforge.net/tracker/?func=detail&aid=3456337&group_id=12694&atid=112694 ("Certain agentx failures can result in apparent agent hang"). I was unaware of the "set times out" way to get into this state - ple

agentx master agent not responding after an agentx subagent SET timeout

2011-12-27 Thread Renjith R. V.
I am using snmpd as the agentx master and a sub agent is running as the agentx client. I have a scenario in which one parameter SET operation[handler running in sub agent] will take more time to complete. It is observed from snmpd debug log that the operation, SET_ACTION timeout at master side at t

Re: file type of snmpd

2011-12-27 Thread Magnus Fromreide
On Tue, 2011-12-27 at 14:06 +0530, Ravi Kumar wrote: > Hi, > > > Can any one tell me why the file type of snmpd is shown as "shell > script text executable" instead of > "ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), > dynamically linked (uses shared libs), for GNU/Linux 2.6.32,

file type of snmpd

2011-12-27 Thread Ravi Kumar
Hi, Can any one tell me why the file type of snmpd is shown as "shell script text executable" instead of "ELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, stripped" [root@volga agent]# pwd software/net-snmp-5.5/agent [roo