Re: snmpd crash on adding row to table

2004-07-23 Thread Anupama Qanungo
hi! thanks a lot for the prompt reply. for the table i have somehow managed by adding a check for NULL, but no luck with the latter. running nmap does show udp 161 open , but there is no snmpd process. then i guess i need to know how to manage ports ? Lamdor Franklin wrote: Hi Anupa, I this th

problems in one or more man pages you maintain

2004-07-23 Thread esr
This is automatically generated email about problems in a man page for which you appear to be responsible. If you are not the right person or list, tell me and I will attempt to correct my database. See http://catb.org/~esr/doclifter/problems.html for details on how and why these patches were gen

configure_require Errors on MinGW...Again

2004-07-23 Thread Andy Smith
The configure_require errors prevent building with MinGW (see attached). This is in the main branch, I have not downloaded the latest release lately to test. Andy In file included from if-mib/data_access/interface_common.c:13: if-mib/data_access/interface.h:38: error: parse error before "if" if

udpTable loops forever

2004-07-23 Thread Karthikeyan N
Hi, I am using netsnmp 5.1.1 version for linux. While I am trying to query the udptable using the "snmptable" command , it is never coming coming out and keep on printing the information. here is the sample output of that #snmptable -v1 -c public -t 100 10.50.127.100 udpTable udpLocalAddress

Bug report and Rqeust for confirm

2004-07-23 Thread Won-Sik Kim
  Hi all,   I use net-snmp-5.1.1 on Linux with agentX for developing multi device system.     I suffered from following three problems.   1. memory leak in master agent if manager sends many getbulk requests at once. 2. crash of master agent happens time to time if manager send

RE: Bug report and Rqeust for confirm

2004-07-23 Thread Penz, Bernhard
Hi, Could you also write a small test-Agent that checks if this also makes the memory leaks for SET requests disappear (Bug 916605)? The leak there is quite noticable, the agentx agent leaks about 4k for every SET. I am going to check your patch next week under windows. It would be nice if you c

Re: configure_require Errors on MinGW...Again

2004-07-23 Thread slif
Andy Smith wrote: > The configure_require errors prevent building with MinGW (see attached). This is in > the main branch, I have not downloaded the latest release lately to test. > > Andy > I see the same problem with Cygwin build on win32, main branch only. By the way, the release candidate

AW: Checking if INFORM was received

2004-07-23 Thread Pedot, Wolfgang
> Wolfgang> I am using create_trap_session, snmp_set_var_objid, > Wolfgang> snmp_set_var_value and send_enterprise_trap_vars to generate > Wolfgang> and send my traps (is this a clean way?). > Wolfgang> create_trap_session lets mit specify that I want a V2c sink > Wolfgang> and an inform and indeed

Re: configure_require Errors on MinGW...Again

2004-07-23 Thread Andy Smith
I am not famliar with how that whole mechanism works. Robert seemed to know, but he hasn't been around for a while. I will look into it and see what I can find. If anyone else could shed some light on configure_require that would be great. Andy [EMAIL PROTECTED] wrote: Andy Smith wrote: The co