Re: engineID

2007-02-07 Thread Wes Hardaker
shouldn't have to set an engineID by hand. If you want to, however, because you have some pre-defined mechanism for assigning a unique identifier to all your machines you could use that. But generally, at least for our agent, you shouldn't need to do this. -- Wes Hardaker Sparta, Inc

Re: engineID

2007-02-07 Thread Wes Hardaker
and time). -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application

Re: snmp machines

2007-02-07 Thread Wes Hardaker
AV == Alef Veld [EMAIL PROTECTED] writes: AV Does anyone have any snmp machines i could use for testing ? AV Would be much appreciated! The Tutorials have examples that talk to a test SNMP server: http://www.net-snmp.org/wiki/index.php/Tutorials -- Wes Hardaker Sparta, Inc

Re: Is there any document described the architecture of SNMP?

2007-02-07 Thread Wes Hardaker
? Everything we have is online on the main web page. I suggest looking at the tutorials, since they describe large portions of the internal architecture. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need

Re: how are SET requests handled? - a possible bug

2007-02-07 Thread Wes Hardaker
sets, but the loop processes 17 commits, and WJ crashes on the 17th. Is this standard behavior? Are the extra WJ commits needed? Hmm... does seem odd. I can't answer more without diving into it further myself (which I can't do at the moment as I'm walking out the door). -- Wes Hardaker Sparta

Re: rfc: library layering

2007-01-24 Thread Wes Hardaker
. Installing it twice with 2 names is likely more portable across every platform, or installing a small shim. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

Re: USM DH Key change process

2007-01-24 Thread Wes Hardaker
care of all needed authentication, sending to multiple targets, etc. It greatly simplifies what your process has to do. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: public snmp machines

2007-01-23 Thread Wes Hardaker
AV == Alef Veld [EMAIL PROTECTED] writes: AV snmpget -v2c -c public test.net-snmp.org sysUpTime.0 use the community demopublic instead. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future

Re: Questions

2007-01-23 Thread Wes Hardaker
DS == Dave Shield [EMAIL PROTECTED] writes: DS Hmmm... so ten years of twiddling with this code probably makes me DS subclinically neurotic (or as a psychiatrist would say, stark DS staring bonkers) I'll vouch for that. -- Wes Hardaker Sparta, Inc

Re: USM DH Key change process

2007-01-23 Thread Wes Hardaker
to share keys between two processes in the first place. It almost sounds like you'd be better off with one process being a subagent of the other. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future

Re: rfc: library layering

2007-01-23 Thread Wes Hardaker
. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics through brief surveys - and earn

Re: rfc: library layering

2007-01-23 Thread Wes Hardaker
-lnetsnmphelpers from their link line? If we went that route, I'd be tempted to install a fairly empty libnetsnmphelpers library that at least will let links succeed. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash

Re: question on timeticks and long into char stuffing

2007-01-16 Thread Wes Hardaker
is in 1/100s of a second. So you can calculate the number of days by sysUpTime/100/60/60/24. 2) it is defined as a 32 bit integer. Thus it does wrap after that and you can't determine if it's been up longer than the wrap time. -- Wes Hardaker Sparta, Inc

Re: netsnmp_register_service_handlers ?

2007-01-11 Thread Wes Hardaker
* it been a problem and we needed the length of the function then I think any other pointer type probably would have worked as I don't know of a system at the moment where the length of a pointer to a function would differ from that of a pointer to a data location. -- Wes Hardaker Sparta, Inc

Re: netsnmp_register_service_handlers ?

2007-01-11 Thread Wes Hardaker
MF == Magnus Fromreide [EMAIL PROTECTED] writes: MF The attached patch makes it possible to build snmplib/ with a c++ MF compiler as well as a c89 compiler. FYI, applied to main. -- Wes Hardaker Sparta, Inc. - Take

Re: rfc: update autoconf in MAIN?

2007-01-11 Thread Wes Hardaker
I've changed the main line req line to require 2.61. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: snmpv3/usmUser performance issues

2007-01-11 Thread Wes Hardaker
to be rewritten. However, much of it is also auto-generated by mib2c. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your

Re: rfc: library layering

2007-01-11 Thread Wes Hardaker
knows what use cases might be out there. Just my 2 cents: Merging them is likely less work and less hacky. That's not an opinion on what the right thing to do is, though. Just a point. -- Wes Hardaker Sparta, Inc. - Take

Re: rfc: simplified perl module versioning and policy

2006-12-19 Thread Wes Hardaker
to stick with regardless of how strong we were going to enforce a binding. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share

Re: rfc: update autoconf in MAIN?

2006-12-19 Thread Wes Hardaker
forcing autoconf then they can also apply a patch that removes the one line version requirement check. I'm *not* proposing that we use the newer autoconf features in older branch configure.in files. I'm proposing that we build the configure that gets released with the newest. -- Wes Hardaker

Re: Free Memory Read in create-dataset

2006-12-18 Thread Wes Hardaker
, but is there any chance you could try using net-snmp 5.4 instead? A number of cleanups were added to 5.3 and beyond that may have fixed these problems. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future

Re: problem about mib2c in ucd-snmp

2006-12-18 Thread Wes Hardaker
CH == Clement Hsu [EMAIL PROTECTED] writes: CH netSnmpTutorialMIB.c:error: VAR undeclared You need to edit those lines and choose the right variables and values. The code that mib2c produces is a template that needs to be modified, not working code. -- Wes Hardaker Sparta, Inc

Re: What is Netsnmp_Free_List_Data

2006-12-18 Thread Wes Hardaker
, the free_func should be set to a function that knows how to free the data pointer. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: rfc: update autoconf in MAIN?

2006-12-18 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA are there any objections to update to current stable autoconf TA (2.61) for CVS MAIN? What are the advantages of requiring it? (as opposed to simply using a fairly recent one) -- Wes Hardaker Sparta, Inc

Re: rfc: simplified perl module versioning and policy

2006-12-18 Thread Wes Hardaker
point version number. So though encouraged it is, CPAN enforces it. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share

Re: rfc: simplified perl module versioning and policy

2006-12-18 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA Do you have a pointer to it? I vaguely remember this may have just been TA some IRC talk between the two of us. I hope I'm wrong. It might have been on the admin list. I don't have a pointer. -- Wes Hardaker Sparta, Inc

Re: rfc: update autoconf in MAIN?

2006-12-18 Thread Wes Hardaker
reason we shouldn't push the requirement to all branches? IMHO, autoconf is not a new feature but almost entirely related to bug fixes in order to have it work on the more broken systems (eg, AIX). -- Wes Hardaker Sparta, Inc

Re: snmptranslate does not convert all

2006-11-24 Thread Wes Hardaker
to load new MIBs. http://www.net-snmp.org/tutorial/tutorial-5/commands/mib-options.html -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: 5.4.rc3 build issue on Debian Etch?

2006-11-24 Thread Wes Hardaker
DS == Dave Shield [EMAIL PROTECTED] writes: DS That's what agent/Makefile.in does - yes DS But Thomas was commenting on agent/mibgroup/Makefile.in DS which doesn't seem to work in the same way. Ahh. (though I'd still think your patch should work) -- Wes Hardaker Sparta, Inc

Re: rfv: MSVC Workspace build fixes

2006-11-24 Thread Wes Hardaker
AB I found some issues when compiling with the MSVC Workspace. Attached AB are the fixes. FYI, applied. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay

5.4 final published

2006-11-24 Thread Wes Hardaker
I've placed 5.4 final on the download site. A more official announcement will be sent out at a later date, but for anyone that wants to test things to make sure we didn't blow something badly, please do so! -- Wes Hardaker Sparta, Inc

Re: 5.4.rc3 build issue on Debian Etch?

2006-11-23 Thread Wes Hardaker
can likely fix it? (otherwise I'll need to go digging) In fact, in preparing the last batch of configure changes I actually hit this problem and worked around it. So I actually am confused as to where we're hitting it. /me needs to go do a grep. -- Wes Hardaker Sparta, Inc

Re: UCD MIB clarifications

2006-11-22 Thread Wes Hardaker
think we've reviewed the existing stuff and i get nervous of major doc changes at a late date. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll

Re: 5.4.rc3 build issue on Debian Etch?

2006-11-21 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA No, in *our* tracker, because the issue prevents us from upgrading TA to autoconf TA 2.60 (or later) for 5.5. True, though it's hardly critical so I changed the priority to 1. -- Wes Hardaker Sparta, Inc

Re: Represent Octet String in C

2006-11-21 Thread Wes Hardaker
j == jegan [EMAIL PROTECTED] writes: j How can I represent an Octet String in C. The OID has to return an octet j String while it has been queried Use a unsigned character array. -- Wes Hardaker Sparta, Inc. - Take

rfv: man page alias creation patch

2006-11-21 Thread Wes Hardaker
in $(DEFAULT_STORE_ALIASES) ; do \ echo making man page alias $$i - default_store APIs ; \ echo .so man3/default_store.3 $$i ; \ -- Wes Hardaker Sparta, Inc. - Take

Re: dist/net-snmp.spec Perl handling

2006-11-18 Thread Wes Hardaker
that wanted a RFV was not because I think the changes can't be fixed by the packager, but rather because I think it's one of those files that changes need to be carefully tracked by the packager and a RFV is a call to attention ;-) -- Wes Hardaker Sparta, Inc

Re: function returning clear value

2006-11-18 Thread Wes Hardaker
R == Roman ©ustek [EMAIL PROTECTED] writes: R Is there the function such the snprint_variable, what return clear R value without info about type and mib. Example acamara.fi.muni.cz: R SNMPv2-MIB::sysLocation.0 = STRING: \privat\ You can call just snprint_value instead. -- Wes Hardaker Sparta

Re: rfv: properly protect nlist code in snmplib/system.c

2006-11-18 Thread Wes Hardaker
sure that wasn't going to cause issues before I voted. I've done so, and thus the +1... Otherwise I was going to vote -1 ;-) -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: rc3 coming out on Friday 10/17.

2006-11-18 Thread Wes Hardaker
resolved) It has. DS - UCD memory reporting (memFree swapError) DS so far purely a debate between me and Thomas :-( We'll have to start international 5-party talks to resolve the conflict. -- Wes Hardaker Sparta, Inc

Re: dist/net-snmp.spec Perl handling

2006-11-17 Thread Wes Hardaker
changes require a rfv? fine line. I'd say yes, but the packager may have to tweak things later anyway... -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

Re: Debian packages and RFCs

2006-11-16 Thread Wes Hardaker
restrictions (though very well thought and worthwhile to uphold) on the entire Net-SNMP user base. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get

Re: snmptrapd failure

2006-11-16 Thread Wes Hardaker
JP == Jagdeep Palan [EMAIL PROTECTED] writes: JP This daemon is working perfectly fine in other solaris box with same JP version. Can you attach a debugger (like GDB) to it and find out what it is currently doing that is using so much CPU time? -- Wes Hardaker Sparta, Inc

Re: rfv: perl cc detection in configure

2006-11-16 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA I'm calling for votes to include this in 5.4. +1 and applied for you as I work toward 5.4.rc3 -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future

Re: rc3 coming out on Friday 10/17.

2006-11-15 Thread Wes Hardaker
or negatively and too few votes means it doesn't get applied. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions

Re: about creating snmpv3 user using netsnmp api

2006-11-14 Thread Wes Hardaker
a remote system. If you're talking about adding them within the agent itself, then look at usm_parse_create_usmUser() in snmplib/snmpv3.c which shows adding a user internally to the agent. -- Wes Hardaker Sparta, Inc. - Using

Re: 5.4 embedded perl build fails on AIX

2006-11-14 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA Thoughts? Is embedded perl on by default for AIX? If so, we should probably turn it off. -- Wes Hardaker Sparta, Inc. - Take Surveys. Earn Cash. Influence the Future

rc3 coming out on Friday 10/17.

2006-11-14 Thread Wes Hardaker
I'm planning on publishing 5.4.rc3 on Friday. This means all patches intended for consideration need to be published to -coders by midnight pacific time on Wednesday 11/15 in order to allow for a complete 24 hours to pass by Friday. Thanks! -- Wes Hardaker Sparta, Inc

Re: rfv: 5.4.rc2 SNMP.pm MIB code broken on 64-bit

2006-11-13 Thread Wes Hardaker
to TA size_t, matching the main library. I'm calling for votes to TA include this in 5.4. Looks good (and I know you well enough to have tested it on multiple common OSes). -- Wes Hardaker Sparta, Inc. - Using Tomcat but need

Re: rfv: 5.4.rc2 SNMP.pm MIB code broken on 64-bit

2006-11-13 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA May I take your positive comments as a +1 vote? Yes, on the patch you sent. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services

Re: RFV: man page alias creation patch

2006-11-10 Thread Wes Hardaker
for bringing it up (again). -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM

Re: license of the template code

2006-11-09 Thread Wes Hardaker
can't trust my advice? -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM

Re: important licencing question

2006-11-09 Thread Wes Hardaker
in the future as long as you distribute a copy of the license along with the product. Did I mention I'm not a lawyer and you can't trust my advice? Specifically, you're thinking of a GPL license which requires code publication. A BSD license does not require that. Not that I'm a lawyer, though. -- Wes

Re: 5.4.rc2 SNMP.pm MIB code broken on 64-bit?

2006-11-09 Thread Wes Hardaker
have any idea what could cause that? maybe a wrong cast at MR some place? Likely. Or a pointer stored in an int. Or a long that is treated as only 32 bytes. Or... -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do

Re: RFV: man page alias creation patch

2006-11-08 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA on *any* invocation of make (including subsequent make after no TA changes or make test or whatever) which sucks. Can we fix this for TA rc2, please? For rc3, yes. It's too late to float a patch for rc2 as you know. -- Wes Hardaker Sparta, Inc

5.4.rc2 posted

2006-11-08 Thread Wes Hardaker
5.4.rc2 is now available from the download site. The planned schedule for the upcoming work toward 5.4 is at: http://www.net-snmp.org/dev/schedule.html -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more

Re: 5.4.rc2 SNMP.pm MIB code broken on 64-bit?

2006-11-08 Thread Wes Hardaker
it. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application

Re: 5.4.rc1 released

2006-11-07 Thread Wes Hardaker
... Anyone happen to know? -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM

Re: RFV: UCD memory object inconsistencies

2006-11-07 Thread Wes Hardaker
RS == Robert Story [EMAIL PROTECTED] writes: DS Revised patch, taking into account Robert's suggestions. RS +1 +1, not that you should need it at this point I don't think. -- Wes Hardaker Sparta, Inc. - Using Tomcat

Re: rfv: improved kmem/klookup patch

2006-11-06 Thread Wes Hardaker
. This is not a vote either way yet. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier

Re: RFV: UCD memory object inconsistencies

2006-11-06 Thread Wes Hardaker
DS == Dave Shield [EMAIL PROTECTED] writes: DS But Wes has been nagging me for *years* to commit changes little-and-often. DS I do occasionally listen to him :-) Gasp. /me runs off to check of get Dave to listen to me on his my todo list -- Wes Hardaker Sparta, Inc

Re: rfv: improved kmem/klookup patch

2006-11-06 Thread Wes Hardaker
. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1

Re: rfv: sed fixing patch for configure, etc..

2006-11-06 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: Give that Thomas tested w/out issues: +1 TA Is there any reason why this hasn't been applied yet even though TA we're at +3? Only because it hasn't been that long business day wise and I'm at a very busy IETF. I'll go apply it now. -- Wes

Re: rfv: small fixes to memory leaks in Net-SNMP Python interface

2006-11-03 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA +1 (especially since the Python modules haven't been shipped before) +1 from me as well. Go ahead and apply it Joe (I know it hasn't been 24 hours). -- Wes Hardaker Sparta, Inc

Re: snmptrap length

2006-11-02 Thread Wes Hardaker
longer. However, if you're trying to send something that long you're potentially misusing how TRAPs were designed tobe used. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services

Re: Proposal for snmpusm

2006-11-01 Thread Wes Hardaker
currently trying to release 5.4 and this patch will be applied (after it's reviewed) after 5.4 is out so that you patch should make it into the future 5.5 version. Thanks a bunch for your work! -- Wes Hardaker Sparta, Inc. - Using

Re: rfv: sed fixing patch for configure, etc..

2006-11-01 Thread Wes Hardaker
/mib_module_dot_conf.h - rm -f module_rules.mk mib_module_list_deps.mk module_list_deps.mk \ - agent_module_list_deps.mk + rm -rf mk rm -f *.core # -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do

RFV: Public API

2006-11-01 Thread Wes Hardaker
MF == Magnus Fromreide [EMAIL PROTECTED] writes: MF If I understand it correctly functions in the lib that are to b MF available on win32 must be listed in MF win32/libsnmp_dll/libsnmp.def.in. Looks good to me. Assuming others think so, I'll put it in 5.4.rc2 -- Wes Hardaker Sparta, Inc

Re: 5.4 ChangeLog busted?

2006-11-01 Thread Wes Hardaker
. Sort of. Better alternative suggestions welcome (but be prepared to implement the changes). -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: 5.4 ChangeLog busted?

2006-11-01 Thread Wes Hardaker
be removed (EG: 5.3 to 5.3.1). Major revisions should be renamed to say 5.3 to 5.4 instead then. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: 5.4 ChangeLog busted?

2006-11-01 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA Wes Hardaker wrote: Could one of you please remove the offending sections of the current main line changelog file? TA Done. Thanks. -- Wes Hardaker Sparta, Inc

Re: rfv: build fix for --without-kmem-usage

2006-10-31 Thread Wes Hardaker
for details. The good reason is that Dave said he doesn't think it was the right solution, which means a -1 which meant it was 3-1 which is not +3. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web

Re: rfv: build fix for --without-kmem-usage

2006-10-31 Thread Wes Hardaker
it should hold off for rc2 (since I just packaged rc1) and thus the vote is now 2-1 instead with you at +0? -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

5.4.rc1 released

2006-10-31 Thread Wes Hardaker
.rc2 on the 8th of November (Wednesday PST of next week). Please have all patches you wish to have considered submitted to the coders list by Midnight on the 6th pacific standard time to allow for a full 24 hours of examination by people of all timezones before publication on the 8th. -- Wes

Re: rfv: sed fixing patch for configure, etc..

2006-10-30 Thread Wes Hardaker
DS == Dave Shield [EMAIL PROTECTED] writes: DS If 'mk' is a directory, then shouldn't this be either rm -rf mk or DS rmdir mk ? Yep. Good catch. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need

Re: rfv: fix more lib dependencies

2006-10-29 Thread Wes Hardaker
is a better way to go, but I disagree that 5.4 is the right time to start that in. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated

Re: rfv: fix more lib dependencies

2006-10-28 Thread Wes Hardaker
be done, it has to do with whether I think it should be done now. Do I think it would be more convenient than having people call net-snmp-config --libs to link their apps against our libraries? yes. Do I think it'll work on every platform? that's where I come up maybe. -- Wes Hardaker Sparta, Inc

Re: rfv: fix mfd code to set length of bits

2006-10-27 Thread Wes Hardaker
-- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server

Re: RFV: Enable fix library DLL support for Windows

2006-10-27 Thread Wes Hardaker
AB I would like to enable DLL support for the applications including AB snmpd and snmptrapd. We currently only support using the library DLL AB when building the Perl module. Looks good to me. -- Wes Hardaker Sparta, Inc

Re: rfv(?): 5.4 ucd-snmp/memory: memTotalFree

2006-10-27 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA ucd-snmp/memory in 5.4 uses the mem HAL and has (in TA agent/mibgroup/ucd-snmp/memory.c): +1 assuming it works. Didn't test. -- Wes Hardaker Sparta, Inc. - Using Tomcat

rc1 on friday or saturday or ...?

2006-10-26 Thread Wes Hardaker
The last week or so has been relatively stable and I'd like to release a rc1 on the 27th - 29th or so (patch proposals being the biggest thing to wait for). thoughts? -- Wes Hardaker Sparta, Inc. - Using Tomcat but need

Re: pass-through error codes

2006-10-25 Thread Wes Hardaker
of the code. Unfortunately, it likely wouldn't make it into the 5.4 release as that code is currently in a feature freeze. AN Secondly, is there any special reason why the full range of SNMPv2 error AN codes cannot be returned? We'd happily consider any patch sent to us! -- Wes Hardaker Sparta

Re: rfv: rename init_mib?

2006-10-25 Thread Wes Hardaker
Dave! sigh... -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere

Re: rfv: rename init_mib?

2006-10-25 Thread Wes Hardaker
was an automatic +1. Yeah, but this was an odd case because Thomas requested it and proposed the idea but you said you'd write it but I couldn't read whether you were happy about it. Thanks for being explicit. -- Wes Hardaker Sparta, Inc

Re: RFV: pass-through persist and daemon re-configuration with HUP signal

2006-10-25 Thread Wes Hardaker
still have you protect yourself from others. I'm actually only just over the fence about whether it should go into 5.4. But I'm over it none the less, because the case is rare and doing a blocking wait on a PID that will never exit seems broken. -- Wes Hardaker Sparta, Inc

Re: RFV: pass-through persist and daemon re-configuration with HUP signal

2006-10-25 Thread Wes Hardaker
) is probably better. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM

Re: RFV: pass-through persist and daemon re-configuration with HU P signal

2006-10-25 Thread Wes Hardaker
-snmp-coders@lists.sourceforge.net BS https://lists.sourceforge.net/lists/listinfo/net-snmp-coders -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: RFV: pass-through persist and daemon re-configuration with HUP signal

2006-10-25 Thread Wes Hardaker
) Actually: the consensus, as determined by me, is far fewer than +3 for doing #2 and thus we can stop arguing about it anyway. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security

Re: [Fwd: Re: [Pkg-net-snmp-devel] Bug#389434: MIBs in net-snmp]

2006-10-24 Thread Wes Hardaker
to somewhere else? I think one distribution did, which is why I'm guessing that. /var/agentx/master is the default place that subagents will look fro an agentx socket. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more

Re: Solaris 2.6 if-mib/udp-mib/tcp-mib rewrites build failure

2006-10-20 Thread Wes Hardaker
AP == Anders Persson [EMAIL PROTECTED] writes: AP t_uscalar_t is just a 32-bit wide type, so in this case using uint32_t AP should work fine. The attached patch should address the problem. Applied. -- Wes Hardaker Sparta, Inc

5.4.pre4 available

2006-10-20 Thread Wes Hardaker
on the coders list to make it into the main line tree and 5.4. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your

Re: Issue as needed

2006-10-18 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA Wes Hardaker wrote: I refuse to release code that may work in some cases and not others and there is no clear way to know or warn a user in advance. To that effect I've now put the as-needed support under a must-turn-on-to-get-it flag

Re: save MIB table snapshot

2006-10-17 Thread Wes Hardaker
manual pages. They allow you to write and later retrieve (at startup) ascii configuration lines from a persistent storage. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services

Re: retrieve values from another subagent

2006-10-17 Thread Wes Hardaker
themselves you're sort of on your own. In theory, you could probably make the subagents also open a real SNMP port internally but it's certainly never been tested and probably not the right way to go. -- Wes Hardaker Sparta, Inc

Issue as needed: (was: 5.4 Open Issues)

2006-10-17 Thread Wes Hardaker
compiling a long list of exceptions or will-work-ons. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job

Re: 5.4 Open Issues (Darwin / OS X)

2006-10-17 Thread Wes Hardaker
cj == chris jalbert [EMAIL PROTECTED] writes: cj Here's a patch (against the CVS repository) for README.osX that updates it cj with some of this information: Applied. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need

Re: [Fwd: Re: [Pkg-net-snmp-devel] Bug#389434: MIBs in net-snmp]

2006-10-17 Thread Wes Hardaker
(snmpd and snmptrapd) run as root and will regenerate them in the root-writable directories as needed. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: [Fwd: Re: [Pkg-net-snmp-devel] Bug#389434: MIBs in net-snmp]

2006-10-17 Thread Wes Hardaker
the best it can doing what it needs to do. I'd happily consider a number of other solutions, including putting index files potentially somewhere else, but I'm not at all happy with requiring an extra command to make things efficient. -- Wes Hardaker Sparta, Inc

Re: Regarding Nagios

2006-10-16 Thread Wes Hardaker
a question for the nagios users not the net-snmp users... You're likely to find better nagios expertise there. -- Wes Hardaker Sparta, Inc. - Using Tomcat but need to do more? Need to support web services, security? Get stuff

Re: dlopen failed

2006-10-06 Thread Wes Hardaker
just as dangerous. FT -rwxrwxrwx1 root root 5988831 Oct 5 10:49 /root/gtmmib.so Anyway, is this by chance on a linux system running selinux or something? I'm wondering if you're getting permission denied from a protected operating system issue. -- Wes Hardaker Sparta, Inc

<    6   7   8   9   10   11   12   13   14   15   >