Sourceforge.Net Net-SNMP Version 5.x Request for U.S. Export Information 8790 121510slb

2010-12-18 Thread Bitter, Sheri. (GE Aviation, Non-GE, US)
GE Infrastructure is in the process of reviewing your software products: Sourceforge.Net Net-SNMP Version 5.x In order to determine whether the software is subject to Federal Export Administration Regulations (EAR), we are requesting that you provide the Export Control Classification Number (ECCN)

Re: Sourceforge.Net Net-SNMP Version 5.x Request for U.S. Export Information 8790 121510slb

2010-12-18 Thread Dave Shield
On 17 December 2010 15:22, Bitter, Sheri. (GE Aviation, Non-GE, US) wrote: > GE Infrastructure is in the process of reviewing your software products: > Sourceforge.Net Net-SNMP Version 5.x > > In order to determine whether the software is subject to Federal Export > Administration Regulations (EAR

help :- Problems with snmp agent NetSNMP-5.5 version while creating thread

2010-12-18 Thread borra kishore babu
Hi, I was trying to create a thread using pthread_create() in one of the dynamic mib extension file, to create a tcp socket listening on 6 port. I had ran it in two ways, 1. one with foreground option - (./snmpd -c snmpd.conf -Lsd -f) This point thread creation was successful.

help :- Problems with snmp agent 5.5 version while creating thread

2010-12-18 Thread Borra, Kishore Babu
Hi, I was trying to create a thread using pthread_create() in one of the dynamic mib extension file, to listen on 6 port. I had ran it in two ways, 1. one with foreground option - (./snmpd -c snmpd.conf -Lsd -f) This point thread creation was successful. 2. one with deamon(without -f) op