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