Re: net-snmpV5.7 dyld: Symbol not found: _init_iquery

2011-08-03 Thread Wes Hardaker
). -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get

Re: net-snmp 5.7 on AIX and HP-UX

2011-08-03 Thread Wes Hardaker
be fine to start from too) -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers

Re: how can I display the oid as string value?

2011-08-03 Thread Wes Hardaker
definition look like? Specifically, the Net-SNMP code will only display a string in the OID if the MIB definition is properly set up to match the table's indexes and contains the same set of indexes (and one of which is the string in question). -- Wes Hardaker Please mail all replies to net-snmp-coders

Re: snmpd: ERR: Received broken packet. Closing session.

2011-08-03 Thread Wes Hardaker
) { /* * Illegal length, drop the connection. */ snmp_log(LOG_ERR, Received broken packet. Closing session.\n); -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: net-snmp 64-bit build for net-snmp 5.7

2011-08-03 Thread Wes Hardaker
build? That must be your local setup somehow. On my F15, 64-bit machine: snmpd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), ... ^^ ^^ ^^ -- Wes Hardaker Please mail

Re: net-snmp 64-bit build for net-snmp 5.7

2011-08-03 Thread Wes Hardaker
build? Also: include/net-snmp/net-snmp-config.h:#define SIZEOF_LONG 8 Your system should have an 8 there most likely if it was build for 64bit. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: How to test transport SSH with net-snmpV5.7?

2011-08-03 Thread Wes Hardaker
things have less documentation. The implementation was thrown together very quickly by me to see if I could get it working. The TLS/DTLS code has much much more documentation and implementation support. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: RFC 1089: SNMP over Ethernet

2011-08-03 Thread Wes Hardaker
to add a new transport to support it within the Net-SNMP code base. See the snmplib/transports directory for details. Documentation on creating new transports: http://www.net-snmp.org/wiki/index.php/Transport_Implementation_Notes (and we take patches once you get it working!) -- Wes Hardaker Please

Re: perl/TrapReceiver/const-*.inc in git

2011-08-03 Thread Wes Hardaker
repsository. In fact, they're specifically ignored: # grep const- .gitignore perl/TrapReceiver/const-c.inc perl/TrapReceiver/const-xs.inc -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: net-snmp 5.7 perl 'bulkwalk' method still broken?

2011-08-03 Thread Wes Hardaker
out ok, I'll commit it again. I'm not sure if that part (#2 of 3) was applied and later removed or if it was never applied. Odd. Can you see if the attached patch fixes the problem? -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net diff --git a/perl/SNMP/SNMP.xs b

Re: Net-SNMP, MSG_NOSIGNAL and MSG_DONTWAIT

2011-08-03 Thread Wes Hardaker
will all get sent or the session will break at some point in the future. I'm not sure I agree it's dangerous. I'm not sure SO_SNDTIMEO is portable either (based on some quick (lame) header searches). We could, again, do both? -- Wes Hardaker Please mail all replies to net-snmp-coders

Re: net-snmp 5.7 perl 'bulkwalk' method still broken?

2011-08-03 Thread Wes Hardaker
On Wed, 27 Jul 2011 17:06:42 -0400, shawn.oh...@wellsfargo.com said: I apologize for posting to this list if it is not the correct place to post. I have submitted a bug report here Turns out the reason part 2 wasn't applied is because it doesn't work (IE, doesn't compile). -- Wes Hardaker

Re: bogus perl/NetSNMP.xs breaks the build

2011-08-03 Thread Wes Hardaker
WARNING: Exported symbol not defined: boot_Bundle__NetSNMP DS Yes - I'm getting the same error with the Windows builds. I'll see what I can do. On my F15 system with a fairly new perl I had issues if that file wasn't included. Ahh, joy... -- Wes Hardaker Please mail all replies to net-snmp

Re: how can I display the oid as string value?

2011-08-03 Thread Wes Hardaker
On Wed, 3 Aug 2011 19:16:48 +0100, Dave Shield d.t.shi...@liverpool.ac.uk said: DS On 3 August 2011 16:18, Wes Hardaker harda...@users.sourceforge.net wrote: Specifically, the Net-SNMP code will only display a string in the OID if the MIB definition is properly set up to match the table's

Re: perl/TrapReceiver/const-*.inc in git

2011-08-03 Thread Wes Hardaker
on history. I think the problem may be that newer perl generates them and older perl doesn't. Now, where's my old machine to test the new removal on. sigh. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: perl/TrapReceiver/const-*.inc in git

2011-08-03 Thread Wes Hardaker
On Wed, 3 Aug 2011 21:07:19 +0200, Bart Van Assche bvanass...@acm.org said: BVA One of the virtual machines here runs CentOS 4. Is that old enough BVA ? Certainly should be. Does it compile without those files already existing on that machine? -- Wes Hardaker Please mail all replies to net

Re: Fixing autoconf, et all for BSDs

2011-07-17 Thread Wes Hardaker
decisions about). -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries, the creator of the Lean Startup Methodology

Re: Fixing autoconf, et all for BSDs

2011-07-17 Thread Wes Hardaker
that the crufty-old stuff can still stay around but isn't compiled in unless you're on something crufty and old. But the point is, it should still work even if it hasn't been touched in 5 years because the APIs we expose are always backwards compatible. -- Wes Hardaker Please mail all replies to net-snmp

Re: Windows binaries

2011-07-17 Thread Wes Hardaker
binaries in the near future. /me glances across the pond at him in hopes he'll speak up to a timeframe. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- AppSumo Presents a FREE Video

Re: Enabling Debug logs is net-snmp

2011-06-30 Thread Wes Hardaker
with the standard debugging on. Note that it's possible in configure to turn it off. You might read this too: http://www.net-snmp.org/wiki/index.php/Debugging_output -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: dynamically changing the SnmpEngineID

2011-06-30 Thread Wes Hardaker
On Thu, 30 Jun 2011 12:22:03 +0100, Lewis Adam-VNQM87 vnq...@motorolasolutions.com said: LA FYI, this seems to work. [LCD needs to be updated to reflect the new LA engine ID]. Glad you got it worked out, and thanks for posting the success story so others can learn from it! -- Wes Hardaker

final net-snmp 5.7 to be released tomorrow unless objections

2011-06-30 Thread Wes Hardaker
, but worst case we can include it in the next release). -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- All of the data generated in your IT infrastructure is seriously valuable. Why

Re: dynamically changing the SnmpEngineID

2011-06-27 Thread Wes Hardaker
-entering LA user information will discourage people from changing the SnmpEngineID LA on a regular basis. Definitely, discouragement of changing it is tactic one :-) -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: dynamically changing the SnmpEngineID

2011-06-23 Thread Wes Hardaker
in the base package. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery

Re: Regarding snmpv3 snmpget.

2011-06-23 Thread Wes Hardaker
set the community string Your question isn't very clear, did you want to use community based or secured SNMPv3 communications? Also, 5.0.9 is very old and unsupported at this point. You should consider upgrading to something newer. -- Wes Hardaker Please mail all replies to net-snmp-coders

Re: Agent Reporting usmStatsNotInTimeWindows

2011-06-23 Thread Wes Hardaker
was updated so it was significantly later. 3) The agent's clock was updated so it was significantly older. 4) The agent rebooted and failed to increment the boots number. 5) ??? -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: CFV: fix rpm 4.9 support in 5.7.rc1

2011-06-23 Thread Wes Hardaker
), but not the above needed configuration features to go with it. IE, right now since we're not doing either cron or run-ourselves support, the data table will be blank. Sound good? -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: CFV: fix rpm 4.9 support in 5.7.rc1

2011-06-23 Thread Wes Hardaker
to, and I will :-) -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible

Re: CFV: fix rpm 4.9 support in 5.7.rc1

2011-06-17 Thread Wes Hardaker
suffer from problems. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track

Re: Another question about opaques types

2011-06-17 Thread Wes Hardaker
agree. BTW, the IETF is currently defining TCs for things like floats now based on an octet string rather than opaques. See draft-ietf-opsawg-mib-floats-02.txt for details. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: Help on the error: failed to create group entry

2011-06-17 Thread Wes Hardaker
On Mon, 13 Jun 2011 15:51:02 +0800, ZHAO Jing G jing.g.z...@alcatel-lucent.com said: ZJG So could you please confirm that 32 will be the max length? Yes, USM user names should not be longer than 32 characters. Or more correctly, it's not the USM that limits it, it's really the VACM. -- Wes

Re: CFV: fix rpm 4.9 support in 5.7.rc1

2011-06-17 Thread Wes Hardaker
originally submitted the patch. I agree: my bad. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- EditLive Enterprise is the world's most technically advanced content authoring tool

Re: Using opaque type

2011-06-13 Thread Wes Hardaker
sequence). You can provide a test and we certainly love tests and helps our analysis and assures everyone that it'll continue to work into the future. But even if you don't, please submit the patch to: http://www.net-snmp.org/patches/ -- Wes Hardaker Please mail all replies to net-snmp-coders

Re: Upcoming 5.7.rc1 release

2011-06-10 Thread Wes Hardaker
not in the patch database, where it should be so we can't loose it] JJ 73 de Jeff 73 de ws6z -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- EditLive Enterprise is the world's most technically

Upcoming 5.7.rc1 release

2011-06-09 Thread Wes Hardaker
It's time to wrap up the 'pre' series (bug-fixing) for 5.7 and try and get it out the door. I'd like to do an rc1 release either today or tomorrow if no one has reasons we should wait longer. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: SNMPV3 problems.

2011-06-09 Thread Wes Hardaker
. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image

Re: Expression MIB issue

2011-06-06 Thread Wes Hardaker
, I get the correct value. Nk Do you have any suggestion/pointer on this behavior? We'd need to see more details, like what you're doing to do the setup for both tables, etc [either config file snippets or snmpset's issued] -- Wes Hardaker Please mail all replies to net-snmp-coders

Re: CFV: apply r20449 for 5.6.1.1 too?

2011-05-26 Thread Wes Hardaker
On Thu, 26 May 2011 18:24:39 +0200, Magnus Fromreide ma...@lysator.liu.se said: How about the patch below (r20449 + r20453): MF +1 Cool. Agreement! Applied to 5.6.1-patches -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

CFV: apply r20449 for 5.6.1.1 too?

2011-05-25 Thread Wes Hardaker
)); } else { DEBUGMSG((tunnel, NONE\n)); -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- vRanger cuts backup time in half-while increasing security. With the market-leading

Need a broken 64 bit example OID/u_long problem

2011-05-19 Thread Wes Hardaker
that happens to know how to trigger the bug, can you enlighten me so I can look into the root of the problem? -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- What Every C/C++ and Fortran

Re: Need a broken 64 bit example OID/u_long problem

2011-05-19 Thread Wes Hardaker
out: what is broken on an 64-bit architecture when the OID is typedefed as a long (which it historically has for years and years). -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- What

Re: How to program table bulk get?

2011-05-19 Thread Wes Hardaker
your underlying simple code into believing it's just processing a GETNEXT. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- What Every C/C++ and Fortran developer Should Know! Read

Re: CFV OID Ways Forward (was Re: Oid Type rationalization in 5.6.1)

2011-05-12 Thread Wes Hardaker
On Tue, 10 May 2011 11:01:30 -0700, Wes Hardaker harda...@users.sourceforge.net said: Ok, I'll bite. At least for the 5.6 branch: WH 2) Change the u_int32 back to u_long, and *fix the broken code*. WH (IE, If printing doesn't work that can be fixed) WH A) produce 5.6.1.1 immediately I

Re: CFV OID Ways Forward (was Re: Oid Type rationalization in 5.6.1)

2011-05-12 Thread Wes Hardaker
for updates). DS That's really a decision for the Fedora packagers, not us. Yes, but we know them :-P -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Achieve unprecedented app performance

Re: net-snmp/net-snmp-features.h not installed via make install?

2011-05-11 Thread Wes Hardaker
other files too when --enable-minimalist is turned on, which I almost got working yesterday and will finish today. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Achieve unprecedented app

Re: CFV OID Ways Forward (was Re: Oid Type rationalization in 5.6.1)

2011-05-11 Thread Wes Hardaker
, this whole problem got flagged because someone wondered why the change was made in the 5.6.1 line. That someone has been quiet since then, but obviously someone noticed because it likely broke something. The fact we got a question at all indicates it affected someone negatively. -- Wes Hardaker

Net-SNMP 5.7.pre1 available for testing

2011-05-10 Thread Wes Hardaker
for details. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel

CFV OID Ways Forward (was Re: Oid Type rationalization in 5.6.1)

2011-05-10 Thread Wes Hardaker
to think about the bigger picture, not just one OS] -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran

Re: net-snmp/net-snmp-features.h not installed via make install?

2011-05-10 Thread Wes Hardaker
? But the real answer is Yes, I think we need to install the file(s). -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Achieve unprecedented app performance and reliability What every C/C

Re: Extending MIBS and related Agent Functionality

2011-05-09 Thread Wes Hardaker
a while process wise. So if you're looking for speed, #2 is the right direction. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Achieve unprecedented app performance and reliability

Re: Trunk doesn't build

2011-05-07 Thread Wes Hardaker
On Sat, 7 May 2011 15:22:50 +0200, Niels Baggesen n...@users.sourceforge.net said: NB I have added the file Wes forgot when applying the patch. Whoops; thanks. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: -register limits to 127 chars the option parameters

2011-04-27 Thread Wes Hardaker
don't need to submit a bug report too. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive

Re: agent/object_monitor.c

2011-04-26 Thread Wes Hardaker
On Fri, 22 Apr 2011 11:34:16 +0200, Magnus Fromreide ma...@lysator.liu.se said: MF What is the purpose of agent/object_monitor.c? My recollection was that it was the start of a process for monitoring variables... Maybe it never got used or finished. Robert? -- Wes Hardaker Please mail all

Re: question on Diffie-Helman with net-snmp

2011-04-20 Thread Wes Hardaker
the original. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization

Re: [PATCH] Leaking memory and File Handles for every HUP

2011-04-20 Thread Wes Hardaker
. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top

Re: net-snmp 5.6.1 and hp's snmp agents.

2011-04-20 Thread Wes Hardaker
different mib implementations are trying to register at the same OID. Generally this is the result of a misconfigured compile or a misconfigured master/subagent pair. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: massive feature/minimalist patch being checked in right now

2011-03-23 Thread Wes Hardaker
is really still there, just implemented as macros that do nothing. This is done because it's clearer than doing a bunch of #ifdefs in the code itself every time there is a call to the similar function. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: massive feature/minimalist patch being checked in right now

2011-03-23 Thread Wes Hardaker
that any linux distribution that enables the minimalist support needs to be talked to, as they're not thinking clearly. It's not a feature set that would ever be turned on for larger systems. Generally the linux distributions try and turn on as much as possible, not as little as possible. -- Wes

Re: massive feature/minimalist patch being checked in right now

2011-03-22 Thread Wes Hardaker
, is that correct? Well, I struggled with that one for a while. I didn't *want* to do that but in the end I didn't see a way around it in some cases. So, um, yes he says tentatively. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: default to enabling IPv6 in configure?

2011-03-21 Thread Wes Hardaker
that eventually the DTLS stack within OpenSSL will get better and the IP version-specific hacks in that file will go away. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Colocation vs

Re: Running Net-SNMP regression tests under Valgrind

2011-03-21 Thread Wes Hardaker
On Thu, 17 Mar 2011 08:28:45 +0100, Bart Van Assche bvanass...@acm.org said: BVA As promised during the latest Net-SNMP administrative meeting, I BVA have added a page on the Net-SNMP Wiki about how to run the BVA Net-SNMP regression tests under Valgrind: Cool, thanks! -- Wes Hardaker Please

Re: CFV: 5.5.1 release

2011-03-09 Thread Wes Hardaker
. It sounds stable. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today

Re: mibgroup/disman/nslookup should be omitted, not made read-only, for NETSNMP_NO_WRITE_SUPPORT

2011-03-04 Thread Wes Hardaker
. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect

Re: snmp_increment_statistic{_by}

2011-03-04 Thread Wes Hardaker
they know it's safe. That way we can leave it up to the user, and it'll be a good test of the feature system :-/ -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- What You Don't Know

Re: massive feature/minimalist patch being checked in right now

2011-03-04 Thread Wes Hardaker
On Sat, 26 Feb 2011 23:34:37 +0100, Magnus Fromreide ma...@lysator.liu.se said: MF At the moment the following, fairly basic, configuration fails for me: MF /path/to/net-snmp/configure --with-defaults --enable-minimalist I think that was fixed recently too (by you) -- Wes Hardaker Please

Re: massive feature/minimalist patch being checked in right now

2011-03-04 Thread Wes Hardaker
that your diagram is so big shows me I probably shouldn't! Right now the local/minimalist/feature-makedocs scripts produces a .org file that you may find useful, and I hope to update it to produce a wiki format later today. -- Wes Hardaker Please mail all replies to net-snmp-coders

Re: real time neighbour table updates

2011-03-04 Thread Wes Hardaker
me during a particularly busy time; I should have time next week to review] -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- What You Don't Know About Data Connectivity CAN Hurt You

Re: massive feature/minimalist patch being checked in right now

2011-03-04 Thread Wes Hardaker
On Fri, 4 Mar 2011 19:55:10 +0100, Magnus Fromreide ma...@lysator.liu.se said: I think that was fixed recently too (by you) MF Yes. I got no answers :-) Yeah, sorry... as I said: I had to disappear for a few days. -- Wes Hardaker Please mail all replies to net-snmp-coders

Re: Dependency of StorageType on EngineID ???

2011-02-27 Thread Wes Hardaker
-volatile. Any other rows, such as permanent ones, were read from configuration files and thus can't be modified via SETs nor are they saved to the persistent storage file because they already exist in a configuration file. -- Wes Hardaker Please mail all replies to net-snmp-coders

Re: [PATCH] AGENT: fix no interface statistics available

2011-02-24 Thread Wes Hardaker
a new one I changed it from sizeof(foo)-1 to WH strlen(foo) which I think is the true way to do it. running strlen on a static string every time? blech. DS Wouldn't the compiler typically recognise this as a constant value, DS and optimise out the strlen call? I'd hope so. -- Wes Hardaker

Re: massive feature/minimalist patch being checked in right now

2011-02-24 Thread Wes Hardaker
On Thu, 24 Feb 2011 08:18:49 +0100, Magnus Fromreide ma...@lysator.liu.se said: MF Looking further it seems that the issue is -ggdb3. Ah If the patch you have works, go ahead and apply it! -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: NetSNMP v5.2.1 fails to compile on HP-UX 11.31 IA64

2011-02-23 Thread Wes Hardaker
5.6.1? -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Free Software Download: Index, Search Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all

Re: Fixing warnings in snmplib/snmpksm.c

2011-02-23 Thread Wes Hardaker
It was definitely many many moons ago. The KSM stuff was done probably 10 years ago and I doubt has been used much recently. Interestingly, there has recently been renewed desire to get it standardized, so it may pop up again soon. -- Wes Hardaker Please mail all replies to net-snmp-coders

Re: massive feature/minimalist patch being checked in right now

2011-02-23 Thread Wes Hardaker
is this on? Hmm... says linux on the command line but seems strange it is so different from mine. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Free Software Download: Index, Search Analyze

Re: CFV: 5.5.1 Missing freebsd8.h hinders compilation on FreeBSD 8

2011-02-22 Thread Wes Hardaker
On Tue, 22 Feb 2011 15:14:50 +0100, Niels Baggesen n...@users.sourceforge.net said: NB Ther following trivial content fixes it: NB /* freebsd8 is a superset of freebsd4 */ NB #include freebsd7.h NB #define freebsd7 freebsd7 +1 -- Wes Hardaker Please mail all replies to net-snmp-coders

Re: CFV: Fix bug 3118631: snmptable segfaults if index contains : character

2011-02-22 Thread Wes Hardaker
On Tue, 22 Feb 2011 15:07:34 +0100, Niels Baggesen n...@users.sourceforge.net said: NB The following simple fix does it - and this get more severe as we get NB more IPv6 usage :-) +1 -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: Ubuntu: Different paths and where to look?

2011-02-22 Thread Wes Hardaker
keyword when probing devices] -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Free Software Download: Index, Search Analyze Logs and other IT data in Real-Time with Splunk. Collect

Re: Dependency of StorageType on EngineID ???

2011-02-22 Thread Wes Hardaker
? This is really something that isn't recommended (in fact, highly discouraged). -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Free Software Download: Index, Search Analyze Logs and other IT data

Re: manipulate table objects from a different program

2011-02-22 Thread Wes Hardaker
to you and how the data is actually going to be used. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Free Software Download: Index, Search Analyze Logs and other IT data in Real-Time

massive feature/minimalist patch being checked in right now

2011-02-22 Thread Wes Hardaker
:-) -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Free Software Download: Index, Search Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast

Re: net-snmp is not able to differentiate between similar characters such as 22222222, 2222222222 for snmpv3

2011-02-22 Thread Wes Hardaker
that repeated passwords exhibit this behavior. Thus phrases like bert and bertbert also will be interchangeable. See RFC 3414 section 11.2 for more details. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: Ubuntu: Different paths and where to look?

2011-02-22 Thread Wes Hardaker
in the first place? To find out, call snmpd as followings in a shell (as root): snmpd -f -Le -Dread_config It'll give you lots of output about what lines from what files it's reading. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: http://www.net-snmp.org/dev/agent

2011-02-20 Thread Wes Hardaker
(like one from a package management system, and one from a build-from-source). Make sure you delete them all before reinstalling. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: manipulate table objects from a different program

2011-02-20 Thread Wes Hardaker
the data in the program you want it to be in, and instrument the other program with source code to make it an AgentX subagent to the main snmpd. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: Snmp and Perl issues

2011-02-20 Thread Wes Hardaker
with properly configured access control settings. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory

Re: [PATCH] RFC: Recalculate storage units for big disks

2011-02-20 Thread Wes Hardaker
1' enables the old behavior. Cool thanks! -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory

Re: Where are the tutorials?

2011-02-15 Thread Wes Hardaker
On Tue, 15 Feb 2011 12:38:14 -0600, rabie...@rockwellcollins.com said: r at http://www.net-snmp.org/tutorial/ That's the right one. The wiki that the tutorials were on went down for a number of days after SourceForge did a bunch of upgrades that broke things. They're working again. -- Wes

Re: Send TRAP

2011-02-15 Thread Wes Hardaker
want to send instead. This page will be highly helpful to you: http://www.net-snmp.org/wiki/index.php/TUT:snmptrap -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- The ultimate all

CFV: drop stderr warning (was: [PATCH] Fix stderrlog in agent using Perl subagents)

2011-02-10 Thread Wes Hardaker
that stuff is going to stderr. 2) if they're not watching stderr, then this message will never be seen anyway. Thoughts? [+1 to drop from me] -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: unable to cross compile Internal Crypto Support

2011-02-10 Thread Wes Hardaker
be to figure out why UDP is left open on your system. That shouldn't be happening. When you use ctrl-\ it never lets the agent properly do its thing to shutdown, like save data, etc. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: unable to cross compile Internal Crypto Support

2011-02-10 Thread Wes Hardaker
On Thu, 10 Feb 2011 16:56:39 +, Dave Shield d.t.shi...@liverpool.ac.uk said: DS Wes - is it worth trying to catch SIGQUIT, DS and handling this in a similar way to SIGINT. I don't think you can do that. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: unable to cross compile Internal Crypto Support

2011-02-10 Thread Wes Hardaker
in an infinite loop and you hit Ctrl-\ then? It won't exit and we'll need to resort to ctrl-z, kill %1 instead. IMHO, the separation between the two is a good thing. Making them align gives less control to the user for getting out of a mess. -- Wes Hardaker Please mail all replies to net-snmp

Re: [PATCH] RFC: Recalculate storage units for big disks

2011-02-07 Thread Wes Hardaker
default to on... -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before

Re: [PATCH] RFC: Recalculate storage units for big disks

2011-01-31 Thread Wes Hardaker
there that depends on the table stopping after the last existing column. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value

Re: Strange Trouble Registering Table Iterator

2011-01-31 Thread Wes Hardaker
into the next table at .1.3.7.2.3.4 if that's where the next table is. The table implementation for .1.3.7.2.3.4 must be able to handle an incoming request with a GETNEXT of .1.3.6.1 too, not just one for .1.3.7.2.3.4. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Re: Using snmp_alarm_register and netsnmp_request_set_error in a new dlmod mib module

2011-01-31 Thread Wes Hardaker
netsnmp_request_set_error(request, ret); LG In this using, the netsnmp_request_set_error function has no effect. Is the ret return actually returning a SNMP compliant error value? Everything you're trying to do should work in a dlmod without issues. So it must be something else. -- Wes Hardaker Please

Re: Hey Dave... I'm thinking these aren't experimental any longer

2011-01-31 Thread Wes Hardaker
-- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better

Re: mib2c generated column limits ?

2011-01-31 Thread Wes Hardaker
multiple output styles too. So there are, in fact, more than 2 styles. -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value

Re: HOW TO WRITE A MIB, TABLE, ENTRY

2011-01-25 Thread Wes Hardaker
documentation about how to write a MIB. The best thing to do is either look at examples or to get a book on the subject (the common recommended one is Understanding SNMP MIBs by Perkins and McGinnis). -- Wes Hardaker Please mail all replies to net-snmp-coders@lists.sourceforge.net

Hey Dave... I'm thinking these aren't experimental any longer

2011-01-25 Thread Wes Hardaker
From snmp_api.c/h: * EXPERIMENTAL API EXTENSIONS -- * * snmp_sess_add_ex, snmp_sess_add, snmp_add They're, um, quite ingrained at this point. Can we lose the experimental marking yet? -- Wes Hardaker Please mail all replies to net-snmp-coders

<    1   2   3   4   5   6   7   8   9   10   >