Re: snmptrap problem after 1024 trap messages

2012-04-17 Thread dave
Have you done an lsof to see which files are open? Are you sure it's a socket and not /dev/null or something like that? D. > On 16 April 2012 21:18, Norman Rädke wrote: >> I using the NET-SNMP version 5.6.1. > > Hmmm > It might be worth trying with the upcoming 5.6.2 release > (or with v5.7

Re: snmptrap problem after 1024 trap messages

2012-04-17 Thread Dave Shield
On 16 April 2012 21:18, Norman Rädke wrote: > I using the NET-SNMP version 5.6.1. Hmmm It might be worth trying with the upcoming 5.6.2 release (or with v5.7.1). I've had a quick look through the ChangeLog, and there are various commits that refer to close() handling. Nothing that screams o

snmptrap problem after 1024 trap messages

2012-04-16 Thread Norman Rädke
Hello, within my threading application i send every second a trap message to a traphandler, but after 1024 mesages i have got the following error lines''. net-snmp: 2 error(s) in config file(s) /etc/snmp/snmp.conf: line 0: Error: maximum conf file count (4096) exceeded /var/net-snmp/libpbmoninsp_

Re: snmptrap problem after 1024 trap messages

2012-04-16 Thread Norman Rädke
I using the NET-SNMP version 5.6.1. The error was logged by the threaded application and not by the trap receiver. Norman 2012/4/16 Dave Shield > On 16 April 2012 15:03, Norman Rädke wrote: > > within my threading application i send every second a trap message to a > > traphandler, but after 1

Re: snmptrap problem after 1024 trap messages

2012-04-16 Thread Dave Shield
On 16 April 2012 15:03, Norman Rädke wrote: > within my threading application i send every second a trap message to a > traphandler, but after 1024 mesages i have got the following error lines''. > > net-snmp: 2 error(s) in config file(s) > /etc/snmp/snmp.conf: line 0: Error: maximum conf file cou

snmptrap problem after 1024 trap messages

2012-04-16 Thread Norman Rädke
Hello, within my threading application i send every second a trap message to a traphandler, but after 1024 mesages i have got the following error lines''. net-snmp: 2 error(s) in config file(s) /etc/snmp/snmp.conf: line 0: Error: maximum conf file count (4096) exceeded /var/net-snmp/libpbmoninsp_

Re: snmptrap problem

2005-12-13 Thread Dave Shield
[Sorry for the delay in responding to this] On Thu, 2005-10-06 at 01:56 -0400, [EMAIL PROTECTED] wrote: > Hi I have used net-snmp 5.2.1.2 for my sub agent development. > I have used /examples/notification for trap generation. > > I am able to generate trap to my destination . > But I unable to s

snmptrap problem

2005-10-06 Thread surjit . mahapatra
Hi I have used net-snmp 5.2.1.2 for my sub agent development. I have used /examples/notification for trap generation. I am able to generate trap to my destination . But I unable to stop this trap. I have used ./configure --with-mib-modules="/examples/notification" make make install then ran /usr/