Re: How to use 'SNMP-NOTIFICATION-MIB' for trap informs in net-snmp?

2008-12-01 Thread Wes Hardaker
On Tue, 11 Nov 2008 03:47:40 -0600, Dey, Rajnish [EMAIL PROTECTED] said: RD Could anyone let me know, how could 'SNMP-NOTIFICATION-MIB' has been RD used for trap or informs in net-SNMP? It can be used, yes. Our agent supports it. -- Wes Hardaker Sparta, Inc

Re: patches?

2008-12-01 Thread Wes Hardaker
an hour or so). -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip for two

Re: Exit status on bind error

2008-12-01 Thread Wes Hardaker
deamonize (i.e. fork) afterwards, when we know that everything works? JS I'd volunteer to fix this, but I do not know if there is some pitfall I JS do not know about. As I mentioned on IRC, it sounds like the right thing to do (TM) to me. -- Wes Hardaker Sparta, Inc

Re: DoS in getbulk handling code in net-snmp (version 5.2.3)

2008-11-03 Thread Wes Hardaker
update to 5.2.5.1 as a fix (is there a reason you're sticking with 5.2.3?). (the code is different but the issue is still there) -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored by the Moblin Your Move Developer's

Re: DoS in getbulk handling code in net-snmp (version 5.2.3)

2008-11-03 Thread Wes Hardaker
are always bugfixes/patches. Thus you should actually consider following to the upstream. I can give you a complete patch from 5.2.3 to 5.2.5.1 if you want to do that ;-) -- Wes Hardaker Sparta, Inc. - This SF.Net email

Re: DoS in getbulk handling code in net-snmp (version 5.2.3)

2008-11-03 Thread Wes Hardaker
about doing it but don't currently have a timeline for it. -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK

Re: How to start the agent with my own implementation of the communityTable, AddrTable, VacmTable (Not to with the snmpd.conf)

2008-10-03 Thread Wes Hardaker
-coders@lists.sourceforge.net ku https://lists.sourceforge.net/lists/listinfo/net-snmp-coders -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based

Re: FW: Problem with scripting

2008-10-03 Thread Wes Hardaker
that's a question better sent to the tcl folks, since it really has nothing to do with net-snmp It's an issue with TCL and how it would call the commands. -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored

Re: Error while starting sub-agent

2008-10-03 Thread Wes Hardaker
On Mon, 29 Sep 2008 15:28:22 +0530, [EMAIL PROTECTED] said: bl $./example-subagent bl ./example-subagent: symbol lookup error: /usr/lib/libnetsnmp.so.10: bl undefined symbol: RAND_bytes compile it with the -lcrypto library too. -- Wes Hardaker Sparta, Inc

Re: sending email notification for traps

2008-10-03 Thread Wes Hardaker
default /usr/bin/perl /usr/bin/traptoemail -s mysmtp.somewhere.com -f [EMAIL PROTECTED] [EMAIL PROTECTED] -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build

Re: Script execution start via Net-SNMP agent

2008-10-03 Thread Wes Hardaker
) because the OID is QM not a standard one -- the script returns a value -- and send it back to QM the monitor See the snmpd.conf manual page on EXTENDING AGENT FUNCTIONALITY which lets you do what you're describing. -- Wes Hardaker Sparta, Inc

Re: Patch: resolve a lot of 404 errors due to tutorial-5 being moved

2008-10-03 Thread Wes Hardaker
redirecting to the proper tutorial now, which is wiki based. The newer URL that your patch uses actually is still pointing to the older HTML based version. -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored by the Moblin

Re: Patch: configure.ac - confusing escaping

2008-10-03 Thread Wes Hardaker
release of the net-snmp package. -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand

Re: Help req - using Cache in SNMP

2008-09-10 Thread Wes Hardaker
me in understanding the SNMP cache concepts in a better way? agent/mibgroup/host/hrSWInstalledTable.c and some other files use the API. A quick grep for netsnmp_cache_create in the module code directory will reveal others. -- Wes Hardaker Sparta, Inc

Re: What value needs to be passed for TYPE argument in INIT_SNMP api.

2008-08-21 Thread Wes Hardaker
but maybe not). For instance: init_snmp(foo) will work just fine for you (and it'll search for foo.conf files and try to read them too). -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored by the Moblin Your

Re: r17157 broke snmpusm / make test (trunk)

2008-08-18 Thread Wes Hardaker
On Mon, 18 Aug 2008 00:30:57 +0200, Thomas Anders [EMAIL PROTECTED] said: TA If we can't come up with a fix in a reasonable time frame, I propose to TA back out the patch. Reverted. -- Wes Hardaker Sparta, Inc

Re: snmp v3 trap

2008-08-18 Thread Wes Hardaker
and informs based on its configuration and the mib-module trap code author does not need to concern himself with what version of SNMP will be used to deliver the trap. -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored

Re: RFC's for Valid SNMP Error Codes

2008-08-18 Thread Wes Hardaker
for SNMP SETs section 4.2.5 is a fantastic section to read. -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin

Re: Need help to set boolean object - NetSNMP 5.4.1 Agent

2008-08-18 Thread Wes Hardaker
. sr I am compiling the agent code using VC++ 2008 express edition. ASN_BOOLEAN actually isn't a valid SNMP data type. You should use an integer instead. -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored

Re: net snmp broadcast

2008-08-18 Thread Wes Hardaker
/ but the functionality is not yet in the core code. -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand

Re: RFV: IPv6 String Format Overflow

2008-06-18 Thread Wes Hardaker
, are we ready to release 5.2.5 ? DS If we're going to cycle at 5.2.5.rc2 anyway, then +1 +1 and we'll do a .rc2. I was hoping to finish a .rc2 today actually (but it may be tomorrow). -- Wes Hardaker Sparta, Inc. - Check out

Re: net-snmp

2008-06-18 Thread Wes Hardaker
from agent to manager or DD vise versa, is it possible using net-snmp or other snmp protocol. You could, but generally SNMP isn't the right choice for file transfers. -- Wes Hardaker Sparta, Inc. - Check out the new

Re: SECURITY UPDATE: Multiple Net-SNMP releases available

2008-06-11 Thread Wes Hardaker
5.4.1.1 fixes the NS problem for me. Yep. It was actually discussed on the -users list too You performed the correct quick fix. -- Wes Hardaker Sparta, Inc. - Check out the new SourceForge.net Marketplace. It's the best

Re: mib2c installation issue

2008-06-06 Thread Wes Hardaker
. Run configure with --with-perl-modules when you compile Net-SNMP. Or to avoid recompiling: cd net-snmp-5.2.1/pel perl Makefile.PL make sudo make install -- Wes Hardaker Sparta, Inc. - Check out the new SourceForge.net

Re: RFV: Backports to 5.2.x

2008-06-06 Thread Wes Hardaker
error checking good. -- Wes Hardaker Sparta, Inc. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy

Re: RFV: fix memory leak for snmptrapd embedded Perl on x86_64

2008-06-06 Thread Wes Hardaker
it! -- Wes Hardaker Sparta, Inc. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php

Re: perl module not installed

2008-06-04 Thread Wes Hardaker
On Tue, 3 Jun 2008 18:06:27 +0800, Tewen Hsieh [EMAIL PROTECTED] said: TH Unfortunately, it still didn't work! You might try the following command: perl -e 'use SNMP;' and see what it prints; that may be helpful. -- Wes Hardaker Sparta, Inc

Re: RFV: r16973

2008-06-04 Thread Wes Hardaker
On Tue, 03 Jun 2008 01:12:48 +0200, Magnus Fromreide [EMAIL PROTECTED] said: MF Should it stay applied? Yep! +1 -- Wes Hardaker Sparta, Inc. - Check out the new SourceForge.net Marketplace. It's the best place to buy

Re: Community manager

2008-06-04 Thread Wes Hardaker
helping for so long. I hereby bestow upon him a new title: The Guru of Guidance -- Wes Hardaker Sparta, Inc. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about

Re: Usm User Limit

2008-06-04 Thread Wes Hardaker
will become the most limiting factor. It's one of those things that was done the way it is and was intended to be rewritten at a later date but never was. -- Wes Hardaker Sparta, Inc. - Check out the new SourceForge.net

Re: RFV: fix memory leak for snmptrapd embedded Perl on x86_64

2008-06-04 Thread Wes Hardaker
; it's on some older system with some unknown (but still distributed) perl it'll break) -- Wes Hardaker Sparta, Inc. - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about

Re: disable SNMP

2008-06-04 Thread Wes Hardaker
on a default community (frequently public for the system tree). The base Net-SNMP package doesn't do this, nor do we recommend doing it. By default our agent spins up with a warning that says you should configure me. -- Wes Hardaker Sparta, Inc

Re: set procedure of cache container

2008-06-04 Thread Wes Hardaker
232 TH vdslLineTable_dirty_get ENTER TH BREAK_POINT 4 :: LINE 255 TH Where should I implement set operation of external data? In TH vdslLineTable_commit ? Yes. Technically it should be the action state ideally with the possibility to cleanup in commit or rollback in undo. -- Wes Hardaker Sparta

Re: u_char* vs. void*

2008-05-28 Thread Wes Hardaker
, not worse, with the patch in place. The only thing that would potentially break is a non 8-bit byte machine, but since we don't support those anyway, who cares? -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored

Re: Asynchronous write

2008-05-14 Thread Wes Hardaker
for this? Yes, I'd make it configurable but have a reasonable default. A default is hard to pick, so I'd lean toward smaller only because it is used on a number of embedded systems as well as larger systems. -- Wes Hardaker Sparta, Inc

Re: Urgent - Unknown User Name

2008-05-14 Thread Wes Hardaker
? if it was already running it would get overwritten when the agent shut down. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com

Re: about net-snmp-5.1.1

2008-05-14 Thread Wes Hardaker
a mistake in 5.1.1 cross TH compilation? How can I get the correct response? It sounds like a configuration issue with the authorization setup. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Microsoft

Re: default timeout

2008-05-14 Thread Wes Hardaker
didn't say where you wanted to modify it...) -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

Re: Changes in our .spec file

2008-05-09 Thread Wes Hardaker
to support (linux or otherwise). Fedora has consistently been supported because many of us run it. I think we should happily produce debian packages too if someone is willing to package it up. -- Wes Hardaker Sparta, Inc

Re: securityName from AgentX subagent

2008-05-08 Thread Wes Hardaker
available to them (agentx is a prime example of that; it's expected to be a completely trusted protocol only communicating with a master that has already validated who's looking for the information and out of scope of what the subagent should have to worry it's pretty little head about). -- Wes

Re: processing multiple varbinds as a blob

2008-04-29 Thread Wes Hardaker
the values to the appropriate varbinds in the requests list. AB I first thought the request-processed flag would do the trick but AB subsequent requests in the list could contain the vbs I need to look AB at. You're actually supposed to check the processed flag and not work on the duplicates. -- Wes

Re: processing multiple varbinds as a blob

2008-04-29 Thread Wes Hardaker
that made rstory write the whole baby-steps helper... -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use

5.2.5.pre2 published

2008-04-25 Thread Wes Hardaker
patch branch (it did everything else just fine sigh...) So, .pre2 is almost identical to what .pre1 should have been... -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference

Re: Net-SNMP 5.2.5.pre1 available for testing

2008-04-23 Thread Wes Hardaker
On Wed, 23 Apr 2008 12:38:29 +0200, Thomas Anders [EMAIL PROTECTED] said: To answer my own question - the 5.2.5.pre1 tarball actually contains the current development trunk code. TA D'oh! I'd suggest to hide the tarball immediately Done. TA and publish 5.2.5.pre2 ASAP. Will do. -- Wes

Re: Net-SNMP 5.2.5.pre1 available for testing

2008-04-22 Thread Wes Hardaker
On Tue, 22 Apr 2008 16:32:15 +0100, Dave Shield [EMAIL PROTECTED] said: DS I have a vague recollection of something similar arising in the DS past. And every time we fix it, we break it on some other set of opposite byte swapped systems. Grr... -- Wes Hardaker Sparta, Inc

Re: snmpv3 Encryption Support

2008-04-21 Thread Wes Hardaker
trying to get net-snmp to refer to a local list of symlinks, for example. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still

Re: [RFC PATCH] Ensure oid sub-ids are always 32bit

2008-04-15 Thread Wes Hardaker
on the project). -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http

Re: Issue with localized keys support for SNMPUSM(5.1.4)

2008-04-15 Thread Wes Hardaker
. However, using such an old line of code isn't recommended as it's not supported any longer. And mixing code from multiple branches is also dangerous. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by the 2008

Re: [RFC PATCH] Ensure oid sub-ids are always 32bit

2008-04-15 Thread Wes Hardaker
dates back to very early releases of CMU-SNMP which is what set the architecture in place and we've never broken it) -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss

Net-SNMP 5.2.5.pre1 available for testing

2008-04-11 Thread Wes Hardaker
registration of - patch: 1700157: from afrika: fixes ordering of exec - suppress annoying registration != duplicate perl: - patch: 1725049: fix bulkwalk in cases of non-repeater -- Wes Hardaker Sparta, Inc

Re: Searching for generic MIBs / OIDs

2008-03-03 Thread Wes Hardaker
it... There is a new MIB for syslog that is being worked on in the IETF, btw. I don't know it's status nor have I read it, but you could use it: ftp://ftp.ietf.org/internet-drafts/draft-ietf-syslog-device-mib-17.txt -- Wes Hardaker Sparta, Inc

Re: Planned improvements to the netsnmp python module?

2008-03-03 Thread Wes Hardaker
(and apparently did have a big speed improvement). But, as far as I know, no one is actively working on improving the binding right now so someone actively working on it would certainly be a good thing. Submit any patches you make to: http://www.net-snmp.org/patches/ -- Wes Hardaker Sparta

Re: proposal: ipv6 by default

2008-03-03 Thread Wes Hardaker
DS == Dave Shield [EMAIL PROTECTED] writes: DS Do you mean turning on support for the IPv6 transports? That's what I meant. I think it's no longer appropriate to have ipv6 off by default these days. -- Wes Hardaker Sparta, Inc

proposal: ipv6 by default

2008-02-14 Thread Wes Hardaker
I think it's time we move to turning on ipv6 by default if possible (which is the tricky part). Anyone have estimations of what snags we'll run into when trying to detect whether it's possible to do by default? -- Wes Hardaker Sparta, Inc

Re: Changing SNMPv3 credentials on opened snmp_session C

2008-02-11 Thread Wes Hardaker
even have to go look through the code (again) to remember what needs to be done. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http

Re: How to write successful patches

2008-01-15 Thread Wes Hardaker
the patches to ensure we've hit all the ones that should apply to the next release. It'll probably be a week or two before I get to that point though. Don't stop submitting the patches... And again, I apologize for our delay in looking at them. It's not your fault, it's ours. -- Wes Hardaker Sparta, Inc

Re: Figuring out which access routines to use

2007-10-23 Thread Wes Hardaker
. Given this, DTP what NET-SNMP functions should be used to register the tables, DTP and what does the execution flow look like for SNMP GET and GETNEXT DTP operations. If the data is organized properly, I believe the MFD system has a flag to indicate that... I'll let Robert speak to that. -- Wes

Re: Regarding Network to Host byte conversion

2007-10-23 Thread Wes Hardaker
it to the over-the-wire format (which includes making it network byte order in the case of integers). -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems

Re: Delegate GET request

2007-10-16 Thread Wes Hardaker
the top of my head what your problem is ending up from. I'd suggest you run the agent in a debugger and put a break point where you do the above and follow the execution back out until you see where the error comes from. -- Wes Hardaker Sparta, Inc

Re: net-snmp make problem

2007-10-16 Thread Wes Hardaker
/net-snmp-5.4.1/agent' w make: *** [subdirs] Error 1 w Where may the problem come from? Please read the following: http://www.net-snmp.org/wiki/index.php/FAQ:Compiling_02 -- Wes Hardaker Sparta, Inc. - This SF.net email

Re: shell traphandler from stdin

2007-10-15 Thread Wes Hardaker
you what is going wrong. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX

Re: fixing library binding issue in 5.4.1

2007-10-15 Thread Wes Hardaker
of a library. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download

Re: QUERY:multi agnet in same system ?

2007-10-15 Thread Wes Hardaker
add a note saying this is only true if using the standard engineID generator. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log

Re: security evaluation on net-snmp agent

2007-10-10 Thread Wes Hardaker
attacks because the underlying protocol wasn't designed to either. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events

Re: Consistency Check in Set operation - CMU SNMP

2007-10-10 Thread Wes Hardaker
those checks in the CMU code, but you can do it within one of the write_ functions that implement your SET support. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files

fixing library binding issue in 5.4.1

2007-10-08 Thread Wes Hardaker
+netsnmp_ds_get_boolean(NETSNMP_DS_APPLICATION_ID, + NETSNMP_DS_DROPFAILEDAUTHNOTIFS) return NETSNMPTRAPD_HANDLER_OK; if ((rbuf = (u_char *) calloc(r_len, 1)) == NULL) { -- Wes Hardaker Sparta, Inc

Re: fixing library binding issue in 5.4.1

2007-10-08 Thread Wes Hardaker
WH == Wes Hardaker [EMAIL PROTECTED] writes: WH The 5.4.1 code: Same problem + a similar problems = new patch: Index: apps/snmptrapd_ds.h === --- apps/snmptrapd_ds.h (revision 16710) +++ apps/snmptrapd_ds.h (working copy) @@ -4,6

Re: fixing library binding issue in 5.4.1

2007-10-08 Thread Wes Hardaker
WH == Wes Hardaker [EMAIL PROTECTED] writes: WH Same problem + a similar problems = new patch: And that patch had syntax errors; but you'll get the drift. I have a working one. -- Wes Hardaker Sparta, Inc. - This SF.net

Re: fixing library binding issue in 5.4.1

2007-10-08 Thread Wes Hardaker
say that without worrying about offending anyone, since I think the fault is mine). -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now

Re: trapping to IPv6

2007-09-27 Thread Wes Hardaker
MF == Magnus Fromreide [EMAIL PROTECTED] writes: but I agree I don't think it does. MF Could you please elaborate? What do you think is missing? Oh, maybe it does... I was assuming the warning you mentioned was actually an error. -- Wes Hardaker Sparta, Inc

Re: rfv: official patch for 5.4.1

2007-09-26 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA I'm hereby calling for votes to post the attached patch as an official TA patch for 5.4.1. +1 just to be complete. -- Wes Hardaker Sparta, Inc. - This SF.net email

Re: Net-Snmp toolkit

2007-09-26 Thread Wes Hardaker
/index.php/Tutorials -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

Re: Patch needed to fix tcp scalar problem.

2007-09-26 Thread Wes Hardaker
the differences between the two versions: svn diff https://net-snmp.svn.sourceforge.net/svnroot/net-snmp/tags/Ext-5-3-1/net-snmp/agent/mibgroup/tcp-mib https://net-snmp.svn.sourceforge.net/svnroot/net-snmp/tags/Ext-5-3-2-pre1/net-snmp/agent/mibgroup/tcp-mib -- Wes Hardaker Sparta, Inc

Re: Problem with iterator with two indices.Plz Help Me.

2007-09-26 Thread Wes Hardaker
mVgSipDnsServerPriority.1.\10.1.5.100\ i 2 kc for which the subagent is giving segmentation fault. However, I suspect that this may be a different problem. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored

Re: trapping to IPv6

2007-09-26 Thread Wes Hardaker
that it should... but I agree I don't think it does. Whack away and send patches! -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http

Re: QUERY:multi agnet in same system ?

2007-08-20 Thread Wes Hardaker
for each address? (if so, you can specify the listening address at the end of the command line like snmpd udp:127.0.0.1:161) If you just want it to run on every interface, then just run it without any specific instructions for what to listen on and it'll listen on everything. -- Wes Hardaker

Re: Net-SNMPv3 AuthorizationError Help

2007-08-20 Thread Wes Hardaker
with -f -Dread_config to watch it try and find your file and that line) -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log

Re: about adding variables to the notification_var

2007-08-20 Thread Wes Hardaker
?Thanks everybody. You need to go look in the code for the objects you want to return and do similar work in your code to get the value. Or add a better wrapper function that you can call from you code. -- Wes Hardaker Sparta, Inc

Re: trap broadcast(need help)

2007-08-08 Thread Wes Hardaker
z == zhangyao [EMAIL PROTECTED] writes: z but there's sth wrong,how can i broadcast my trap? SNMP isn't designed for broadcasting... It is designed to be delivered to single-recipient addresses only. -- Wes Hardaker Sparta, Inc

Re: Cloned users can be used before changing keys

2007-08-08 Thread Wes Hardaker
of any system to finish setting up a user *before* enabling access control allowing that user to be used (although in this case the new user's password can't be changed unless the template user's password is known, nor can the new user be used except by someone that knows the template password)] -- Wes

Re: agentx config question

2007-07-27 Thread Wes Hardaker
LW == Leland Wallace [EMAIL PROTECTED] writes: LW so it looks like the path /var/agentx is missing. The master agent should try and create it, so I'm betting that your snmpd doesn't have user rights to make that path? -- Wes Hardaker Sparta, Inc

Re: Net-SNMP 5.3 Dumping core, Any Ideas?

2007-07-16 Thread Wes Hardaker
into the agent? -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now

Re: OpenSSL FIPS Module compliancy

2007-07-16 Thread Wes Hardaker
rg == ramani ganth [EMAIL PROTECTED] writes: rg Can you pls help me in knowing whether the usage of openSSL 1.1.1 FIPS rg module from NetSnmp adheres to FIPS 140-2 security policy while? We are not an evaluation center so we won't be able to help you with that I'm afraid. -- Wes Hardaker

Re: rfv: MinGW build fix

2007-07-16 Thread Wes Hardaker
DS been reports of it being missing going back over five years). I'd actually think configure checks for those two functions should be fairly safe to insert at this point in configure. They're not complex tests; there 2 macro invocations... -- Wes Hardaker Sparta, Inc

Re: Status of RFVs

2007-07-16 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: TA It's just the original title (subject line, with rfv: in front of it) TA of the RFV. I didn't want to call it something else in the middle of voting. Unfortunately, it misled me by leaving it that way... Sorry. Confusion over. -- Wes Hardaker

Re: rfv: remove asserts with undefined string comparisons

2007-07-16 Thread Wes Hardaker
TA == Thomas Anders [EMAIL PROTECTED] writes: here we go. the final one. i hope :) TA +1 (on v3 of this patch) Applied. All current branches. Thanks! -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2

Re: Status of RFVs

2007-07-16 Thread Wes Hardaker
WH == Wes Hardaker [EMAIL PROTECTED] writes: TA == Thomas Anders [EMAIL PROTECTED] writes: TA It's just the original title (subject line, with rfv: in front of it) TA of the RFV. I didn't want to call it something else in the middle of voting. WH Unfortunately, it misled me by leaving

Re: rfv: MinGW build fix

2007-07-16 Thread Wes Hardaker
to next monday anyway. That is the start of the IETF week, which is sort of traditional so the timing is better ;-) -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE

Re: Status of RFVs

2007-07-15 Thread Wes Hardaker
there was a patch to do so. There was a patch to change the asserts, not remove them. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take

Re: rfv: forwarding encoding fix for v1/v2c

2007-07-15 Thread Wes Hardaker
, but having said that I'm still nervous about removing the forward. But I couldn't tell you why :-) -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version

Re: Starting Subagent on our hardware box causes MIB errors

2007-07-13 Thread Wes Hardaker
, running agents shouldn't need the MIBs. NH Warning: Failed to connect to the agentx master agent ([NIL]): NH ocStbHostMib_subagent is up and running. That's a bigger problem. It means the subagent couldn't connect to the master agent, which is what would really cause you a problem. -- Wes Hardaker

Re: net-snmp on Monta vista linux server.

2007-07-13 Thread Wes Hardaker
A == Anuradha A- TLS, Chennai. [EMAIL PROTECTED] writes: A Or should that be build from Source code? You'll likely have to build them from source code. If you find one, please list it here: http://www.net-snmp.org/wiki/index.php/Third-Party_Packages -- Wes Hardaker Sparta, Inc

Re: net-snmp on Monta vista linux server.

2007-07-13 Thread Wes Hardaker
A == Anuradha A- TLS, Chennai. [EMAIL PROTECTED] writes: A Could you please provide where the sources are available , the steps to A compile and makefiles? Get it from: http://www.net-snmp.org/download/ To compile see the INSTALL file contained in the package. -- Wes Hardaker Sparta, Inc

Re: unsupported security level£¿

2007-07-13 Thread Wes Hardaker
z == zhangyao [EMAIL PROTECTED] writes: z createUser kschmidt MD5 mysecretpass DES mypassphrase Make sure your compiled net-snmp with openssl available and found. -- Wes Hardaker Sparta, Inc. - This SF.net email

rfv: forwarding encoding fix for v1/v2c

2007-07-13 Thread Wes Hardaker
), pdu-community, pdu-community_len); -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control

Re: 2 bug's in _snmp_build() in snmp_api.c

2007-07-13 Thread Wes Hardaker
probably been like that for years and no one noticed). -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits

rc3 schedule.

2007-07-13 Thread Wes Hardaker
this weekend). -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http

Re: Status of RFVs

2007-07-13 Thread Wes Hardaker
!sub_agent); return 0; /* No error if ! MASTER_AGENT */ } -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express

Re: Should I be using --enable/disable shared and --enable/disable static options?

2007-07-06 Thread Wes Hardaker
worry about it and just use --disable-shared. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just

Re: rfv: exec/sh problem

2007-07-06 Thread Wes Hardaker
more -1s later we can revert it. -- Wes Hardaker Sparta, Inc. - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click

<    4   5   6   7   8   9   10   11   12   13   >