Re: Urgent Help on net-snmp subagent -Crash

2010-10-14 Thread Wes Hardaker
You really need to run it in a debugger if it's crashing for some reason. Logs aren't sufficient to know where things are going wrong. http://www.net-snmp.org/wiki/index.php/Debugger -- Wes Hardaker Cobham Analytic Solutions

Re: subagent crash

2009-08-16 Thread Thomas Anders
Raghu Ramaraj wrote: > I am facing problem while calling external lib API from > subagent. It’s crashing the subagent. I have generated the subagent > using mib2c. > > 1) Could you give me the points to resolve? > > 2) Do need to follow anything when I call external shared lib API (.so.

subagent crash

2009-08-14 Thread Raghu Ramaraj
Hi , I am facing problem while calling external lib API from subagent. It's crashing the subagent. I have generated the subagent using mib2c. 1) Could you give me the points to resolve? 2) Do need to follow anything when I call external shared lib API (.so.)? Thanks & Regards, Raghu

Net-SNMP 5.4.2.1 subagent crash

2009-07-16 Thread Kobi Vaknin (kvaknin)
Hello , We are using Net-SNMP 5.4.2.1 on power pc , we have encounter with problem that the subagent crash , attached the core dump with the relevant info : #0 0x0fad45fc in __new_sem_wait (sem=0x832e90d8) at ../nptl/sysdeps/unix/sysv/linux/sem_wait.c:48 #1 0x104b0460 in

RE: subagent crash on timeout with SIGPIPE

2007-06-12 Thread Makavy, Erez (Erez)
I use verison 5.3.1 Erez. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dave Shield Sent: Wednesday, June 06, 2007 11:31 PM To: Makavy, Erez (Erez) Cc: net-snmp-users@lists.sourceforge.net Subject: Re: subagent crash on timeout with SIGPIPE On 06/06

Re: subagent crash on timeout with SIGPIPE

2007-06-06 Thread Dave Shield
On 06/06/07, Makavy, Erez (Erez) <[EMAIL PROTECTED]> wrote: > The problem: > --- > My subagents crash if they don't return an answer (to SNMPGET) after less > then 8 seconds. > It seems that the master agent closes the agentx connection, and the > sub-agent gets BROKEN PIPE signal.

RE: subagent crash on timeout with SIGPIPE

2007-06-06 Thread Makavy, Erez (Erez)
Thanks, Erez. From: Makavy, Erez (Erez) Sent: Wednesday, June 06, 2007 7:21 PM To: 'net-snmp-users@lists.sourceforge.net' Subject: subagent crash on timeout with SIGPIPE Hi, The problem: --- My subagents crash if they don't ret

subagent crash on timeout with SIGPIPE

2007-06-06 Thread Makavy, Erez (Erez)
Hi, The problem: --- My subagents crash if they don't return an answer (to SNMPGET) after less then 8 seconds. It seems that the master agent closes the agentx connection, and the sub-agent gets BROKEN PIPE signal. Solution: I thought that my sub-agents could catch

RE: SubAgent crash in net-snmp-5.2.2

2006-09-20 Thread Pamidipati Suresh-G20238
ards, Suresh.   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kurapati M-G19456Sent: Monday, September 11, 2006 5:41 PMTo: net-snmp-users@lists.sourceforge.netSubject: SubAgent crash in net-snmp-5.2.2 Hello list,   We are using

SubAgent crash in net-snmp-5.2.2

2006-09-11 Thread Kurapati M-G19456
Hello list,   We are using NET-SNMP-5.2.2 in subagent code.  We saw subagent crashed when agent is crashed.  Reason seems to be that, in _sess_read(), FD_ISSET() is crashed.  Following is the code snippet:   file: net-snmp-5.2.2/snmplib/snmp_api.c  _sess_read() { .   

Subagent crash on ppc with linux kernel 2.6

2006-03-29 Thread Sachin Mishra
I am running my subagent as a agentx subagent and it gives core dump inside init_snmp function. This happens only for ppc with kernel 2.6 Here is the call trace information for the crash: 265 init_agent("subagent"); (gdb) 270 init_sampleMIB(); my implementation (gdb) 273

Re: Help ! Subagent crash! (undefined symbol hosts_ctl , libwrap , libnetsnmpagent.so.5)

2006-01-11 Thread Dave Shield
On Thu, 2005-12-15 at 10:52 +0200, Makavy, Erez (Erez) wrote: > When I send a get request for the nstAgentSubagentObject, > the subagent crashes with error message: > "symbol lookup error /usr/lib/libnetsnmpagent.so.5: > undefined symbol: hosts_ctl" That relies on the libwrap library

Help ! Subagent crash! (undefined symbol hosts_ctl , libwrap , libnetsnmpagent.so.5)

2005-12-15 Thread Makavy, Erez (Erez)
hey,   I've encountered some problems running the net-snmp tutorial example.   The problem: -- - I have the Master agent running (with agentx enabled) - I run the subagent from the tutorial (example-demon) -  Wwhen I send a get request for the nstAgentSubagentObject, the sub