new portability patch

2004-08-09 Thread Steve Friedl
Hello listmates, I've just submitted a patch to deal with a portability issue, but I know that anything involving configure is prone to unintended consequences. I wanted to discuss it a bit here. http://sourceforge.net/tracker/index.php?func=detail&aid=1006298&group_id=12694&atid=312694 The shor

Re: Win32: win32.dsw project settings

2004-08-09 Thread Michael J. Slifcak
Andre Lorbach wrote: Hi all, I am using the win32 port to create libs which I later link into my project, so far no problem. And I am using VC2003. I just was wondering why the lib projects (libagent, libhelpers, libnetsnmptrapd, libsnmp and netsnmpmibs) are using "Multithreaded (Release/Debug)

Re: How to make Net-SNMP threadsafe

2004-08-09 Thread Michael J. Slifcak
Daniel Fallmann wrote: Hy! We would like to invest some time to make the net-snmp lib threadsafe and furthermore we would like to make the snmpd process requests mutithreaded. Although I'm working with your great lib for some months now, it would nevertheless be a really good and helpfull thing to

Re: disable logging

2004-08-09 Thread Dave Shield
>is there any way of disabling logging completely for a sub-agent. > I am using net-snmp 5.1.1 Not in the 5.1.x line, no. The main development code includes support for '-Ln' which will log to a null log handler, and hence effectively turn off logging. But this is a new feature since the 5.1

Re: Bug 919537 (916605) - memory leak

2004-08-09 Thread Dave Shield
> I downloaded net-snmp-5.1.2.rc2 and checked out ChangeLog. Does each > change have a patch associated with it? How can I get particular fix? The best approach is probably to use the CVS interface. See http://www.net-snmp.org/cvs/ Follow "Browse CVS Repository" and drill down the 'net-sn

Re: launch snmpd on multiple trapsport

2004-08-09 Thread Dave Shield
> Can I start snmpd with the following command? > snmpd tcp:161|udp:161|tcp6:161|udp6:161 Close. Try: snmpd tcp:161 udp:161 tcp6:161 udp6:161 i.e. as separate parameters (I'm not 100% sure about the syntax for IPv6 addresses, but that gives the basic idea) Dave

Win32: win32.dsw project settings

2004-08-09 Thread Andre Lorbach
Hi all, I am using the win32 port to create libs which I later link into my project, so far no problem. And I am using VC2003. I just was wondering why the lib projects (libagent, libhelpers, libnetsnmptrapd, libsnmp and netsnmpmibs) are using "Multithreaded (Release/Debug) DLL" configuration a

Net-snmp version for HP/UX 11.23

2004-08-09 Thread Falcon William
Hello I have two servers HP, There is one with PA-RISC processor and HP/UX version 11.22 and another one with Itanium Processor and HP/UX version 11.23. HP Specialists tell me that last version of Net-snmp for HP/UX 11.20 does not work in HP/UX versions 11.22 neither 11.23. Would you have a re

Seg fault using table iterator

2004-08-09 Thread Mark Hansen
Hi, I am implementing an snmp agent using using code skeletons originally generated using mib2c -c mib2c.iterate.conf When implementing a table, I have 5 functions that are called by the netsnmp library: get_first_data_point get_next_data_point free_loop_context_at_end free_data_context And th

Re: agentx and contexts

2004-08-09 Thread Magnus Fromreide
On Mon, Aug 02, 2004 at 10:21:52PM -0700, Wes Hardaker wrote: > > On Mon, 2 Aug 2004 19:52:25 +0200, Magnus Fromreide <[EMAIL PROTECTED]> said: > > Magnus> Recently the (CVS) agent have started to default associate the > Magnus> empty context when no context is specified. How should I do to >

Small issues

2004-08-09 Thread Magnus Fromreide
Hello! Tried to build from a pristine CVS head. #1 Make install fails since man/Makefile.in still refers to netsnmp_todo.3 and netsnmp_deprecated.3 # Building the perl module and simple examples fails since include/net-snmp/agent/mfd.h ain't installed and a lot of other files refers to it

Re: Re: Re: Bug report and Rqeust for confirm (about memory leaks on SET)

2004-08-09 Thread Won-Sik Kim
Hi Fong, It is true that there is crash. I tested rstory's solution with set script(set script sends set requests continuously). And, crash occurs time to time. (a crash per 1 set requests...? ... hmm... I can not say exact crash rate, because crash occurs randomly) I have not got any res

How to make Net-SNMP threadsafe

2004-08-09 Thread Daniel Fallmann
Hy! We would like to invest some time to make the net-snmp lib threadsafe and furthermore we would like to make the snmpd process requests mutithreaded. Although I'm working with your great lib for some months now, it would nevertheless be a really good and helpfull thing to get a hint from you wh

Net-SNMP 5.1.2 released

2004-08-09 Thread Users
Net-SNMP 5.1.2 has been released. *5.1.2* New: - Minor improvements to snmpdelta (error reporting) - Minor improvements to snmpnetstat (IPv6 output) Fixes: - Misc 64bit processor fixes. - Misc perl build and install fixes. Ports: - Linux 2.6 improvements - FreeBSD improvemen