Re: SNMP perl module version tagging proposal

2006-06-28 Thread Thomas Anders
Wes Hardaker wrote: > Thomas> Are you going to add the exception flag anytime soon? If it was there > Thomas> and people knew about it, I could probably live with (too) strict > safety > Thomas> checks. > > Yes, though: > > 1) I could add it before 5.3.1 if people think it's that important > 2)

Re: SNMP perl module version tagging proposal

2006-06-28 Thread Wes Hardaker
> On Wed, 28 Jun 2006 22:33:36 +0200, Thomas Anders <[EMAIL PROTECTED]> > said: Thomas> Are you going to add the exception flag anytime soon? If it was there Thomas> and people knew about it, I could probably live with (too) strict safety Thomas> checks. Yes, though: 1) I could add it b

Re: SNMP perl module version tagging proposal

2006-06-28 Thread Thomas Anders
Wes Hardaker wrote: > Thomas> I'd even argue to only warn rather than exit in this situation and > only > Thomas> refuse to continue if we detect a different *branch* (e.g. 5.2.x vs. > Thomas> 5.3.x). > > That's where I disagree, but I do understand your point. I think just > warning about it an

Re: Is there a reason usm data isnt freed?

2006-06-28 Thread Wes Hardaker
> On Wed, 28 Jun 2006 10:31:43 -0700, "Mathew Bielejeski" <[EMAIL > PROTECTED]> said: Mathew> Is there a good reason why I shouldn't free this memory at Mathew> shutdown? I have tested it in my program and it seems to work Mathew> fine. No, it should be fine to clear that memory at shut

Is there a reason usm data isnt freed?

2006-06-28 Thread Mathew Bielejeski
Hi;   I am developing an application using net-snmp 5.3.0.1.  I have noticed that when making snmpv3 queries, a usm user gets created in the create_user_from_session function but at shutdown the memory for those users is not freed.  I have added a call to clear_user_list() in snmp_shutdow

Re: Change Management Process

2006-06-28 Thread Thomas Anders
Passera Pablo-APP015 wrote: > I am interested in the way the net-snmp development group works, and I > wonder if there is some information about how the changes to net-snmp are > managed. I saw that there are calling for votes for fixes or new > functionalities, who is the people that is s

Change Management Process

2006-06-28 Thread Passera Pablo-APP015
Guys, I am interested in the way the net-snmp development group works, and I wonder if there is some information about how the changes to net-snmp are managed. I saw that there are calling for votes for fixes or new functionalities, who is the people that is supposed to vote there? Where

Re: Windows oddities

2006-06-28 Thread Thomas Anders
Dave Shield wrote: > While testing the udpTable fixes under MinGW and Cygwin, I came across > a couple of further problems, as follows: > > - README.win32 states that the Host Resources module does >not work under either MinGW or Cygwin, and this matches >my experiences - both of these th

Windows oddities

2006-06-28 Thread Dave Shield
While testing the udpTable fixes under MinGW and Cygwin, I came across a couple of further problems, as follows: - README.win32 states that the Host Resources module does not work under either MinGW or Cygwin, and this matches my experiences - both of these threw up compile errors in var

Re: udpTable byte order issues (again)

2006-06-28 Thread Wes Hardaker
> On Wed, 28 Jun 2006 16:43:29 +0200, Thomas Anders <[EMAIL PROTECTED]> > said: >> Is it OK to add these definitions as well? Thomas> +1 My vote too. Which should make it the 3 total. -- Wes Hardaker Sparta, Inc. Using Tomcat but need to do more? Need to support web services, securit

Re: SNMP perl module version tagging proposal

2006-06-28 Thread Wes Hardaker
> On Tue, 27 Jun 2006 19:54:05 +0200, Thomas Anders <[EMAIL PROTECTED]> > said: Thomas> I'd even argue to only warn rather than exit in this situation and only Thomas> refuse to continue if we detect a different *branch* (e.g. 5.2.x vs. Thomas> 5.3.x). That's where I disagree, but I do u

Re: Snmpd 5.3.0.1 on Solaris 8 core dumps

2006-06-28 Thread Thomas Anders
Thomas Anders wrote: > Hendrik Vanbelleghem wrote: >> I'm experiencing core dumps when I build Net-SNMP 5.3.0.1 on Solaris 8. >> When I do an snmpwalk on . , snmpd crashes. It seems that "ipRouteTable" >> causes the crash. > > Can you please try 5.3.1.rc1 and tell us whether it fixes your problem?

Re: Snmpd 5.3.0.1 on Solaris 8 core dumps

2006-06-28 Thread Thomas Anders
Hendrik Vanbelleghem wrote: > I'm experiencing core dumps when I build Net-SNMP 5.3.0.1 on Solaris 8. > When I do an snmpwalk on . , snmpd crashes. It seems that "ipRouteTable" > causes the crash. Can you please try 5.3.1.rc1 and tell us whether it fixes your problem? +Thomas -- Thomas Anders

Snmpd 5.3.0.1 on Solaris 8 core dumps

2006-06-28 Thread Hendrik Vanbelleghem
Title: Snmpd 5.3.0.1 on Solaris 8 core dumps Hey, I'm experiencing core dumps when I build Net-SNMP 5.3.0.1 on Solaris 8. When I do an snmpwalk on . , snmpd crashes. It seems that "ipRouteTable" causes the crash. (host:/)# /usr/local/bin/snmpwalk -v 2c -c blah localhost .1.3.6.1.2.1.4.20.1

Re: Problem with SNMP-SET

2006-06-28 Thread Thomas Anders
madhan raj wrote: > I am using Net-Snmp 5.3.0.1 in my router. Its working fine. > > But I am facing this problem with SNMP-SET : If I try to set the > values for some variables (listed below) from the MIB browser; I am getting > the error "No Such Name". But according

Problem with SNMP-SET

2006-06-28 Thread madhan raj
  Dear All,             I am using Net-Snmp 5.3.0.1 in my router. Its working fine.             But I am facing this problem with SNMP-SET : If I try to set the values for some variables (listed below) from the MIB browser; I am getting the error "No Such Name". But according to RFC-1213 the

Re: udpTable byte order issues (again)

2006-06-28 Thread Thomas Anders
Dave Shield wrote: > The same holds for MinGW and Cygwin compilations as well. > Defining UDP_ADDRESSES_IN_HOST_ORDER in the appropriate > header files, and applying Thomas' udpTable.c patch - then both indexes > and values are displayed correctly. > > Is it OK to add these definitions as well? +

Re: udpTable byte order issues (again)

2006-06-28 Thread Dave Shield
>>>Dave Shield wrote: >>> Note that adding this same define to 'win32/net-snmp/net-snmp-config.h' (plus your latest udpTable.c patch) gives the correct results - both indexes and values - with a MSVC++ build on x86 kit. The same holds for MinGW and Cygwin compilations as well. Def

Re: I've some problem for going through MFD tutorial

2006-06-28 Thread Robert Story
On Wed, 28 Jun 2006 10:55:06 +0900 __ wrote: _> [localhost] ./ifTable -f -DALL -M -L localhost:1109 You need to configure a config file (ifTable.conf) and add access control. A simple "rocommunity public" should suffice. You'll need to put that config file in the search path. $HOME/.snmp/ifTab

Re: udpTable byte order issues (again)

2006-06-28 Thread Thomas Anders
Dave Shield wrote: > Thomas Anders wrote: > >> Dave Shield wrote: >> >> >>> Note that adding this same define to 'win32/net-snmp/net-snmp-config.h' >>> (plus your latest udpTable.c patch) gives the correct results - both >>> indexes and values - with a MSVC++ build on x86 kit. >>> >>> >> And

Re: udpTable byte order issues (again)

2006-06-28 Thread Dave Shield
Thomas Anders wrote: >Dave Shield wrote: > > >>Note that adding this same define to 'win32/net-snmp/net-snmp-config.h' >>(plus your latest udpTable.c patch) gives the correct results - both >>indexes and values - with a MSVC++ build on x86 kit. >> >> > >And without this define both indices a

Re: regarding netsnmp agent compiling

2006-06-28 Thread Dave Shield
Siva Prakash Reddy G wrote: > I have written agent code for the MIB file. how to compile > the agent code and integrate with the agent. > Please see the FAQ entry Where should I put the files produced by 'mib2c'? > Then how to run the agent on linux machine. > While developing and

Re: regarding netsnmp agent compiling

2006-06-28 Thread Thomas Anders
Siva Prakash Reddy G wrote: > I have written agent code for the MIB file. how to compile the > agent code and integrate with the agent. Then how to run the agent on linux > machine. This is all covered by the FAQ in great detail: http://www.net-snmp.org/docs/FAQ.html +Thomas --

Re: SNMP perl module version tagging proposal

2006-06-28 Thread Thomas Anders
Dave Shield wrote: > Wes Hardaker wrote: > >> So... the proposal is to number the perl modules in a slightly >> different way that is algorithmically determinable to make it convert >> to a floating point number. >> >> net-snmp version: W.X.Y.Z >> >> algorithm: perl version = W + X/100 + Y/1

Re: SNMP perl module version tagging proposal

2006-06-28 Thread Dave Shield
Wes Hardaker wrote: >So... the proposal is to number the perl modules in a slightly >different way that is algorithmically determinable to make it convert >to a floating point number. > >net-snmp version: W.X.Y.Z > >algorithm: perl version = W + X/100 + Y/1 + Z/10 > >thus 5.3.1 would be 5

regarding netsnmp agent compiling

2006-06-28 Thread Siva Prakash Reddy G
Title: regarding netsnmp agent compiling HI!   I have written agent code for the MIB file. how to compile the agent code and  integrate with the agent. Then how to run the agent on linux machine.     with regards, G.Siva Prakash Reddy.  The information contained in, or attach

Re: pl help: net-snmp building problem on linux

2006-06-28 Thread Dave Shield
Archana Sajeev wrote: > 2> make - keeps on running infintely, since it keeps on configuring. > > Gives following error: > > running config.status because following files has been changed: > Makefile.in config.status Makefile.rules Makefile.top Option 1: After running configure, issue the c