Re: udpTable byte order issues (again)

2006-06-22 Thread Wes Hardaker
to apply htonl and other times you don't. That's what's truly broken. But you're right, we should have a policy about how things are stored. I say host-order. Or maybe network. -- Wes Hardaker Sparta, Inc. Using Tomcat but need to do more? Need to support web services, security? Get stuff

Re: Unsnarling an rpmdb from the HR MIB

2006-06-22 Thread Wes Hardaker
(I've implemented many such last-resort hacks, by the way). In the end, we'd be implementing a different hack to actually hack *around* security policies. -- Wes Hardaker Sparta, Inc. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre

Re: Hp-OpenView gives an error TrapID Already in use

2006-06-22 Thread Wes Hardaker
, IETF published MIBs aren't allowed to reuse node names, even though the SMIv2 rules allow for 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

Re: asn1.c/asn_parse_string() null-termination behaviour

2006-06-22 Thread Wes Hardaker
that these are null terminated means you cove 99% of the case (leaving just the experts to shoot themselves). -- 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:

2006-06-14 Thread Wes Hardaker
... Rows that were active and then changed to not-in-service are technically supposed to be auto-deleted as well. -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo

Re: 5.3.1.rc1 build test status

2006-06-14 Thread Wes Hardaker
occur when running as a non-privileged user. Dave Running the tests as root gives a full 59/59 pass rate on both systems. Excellent! Thanks! -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https

Re: snmpget V2 looping subagent

2006-06-14 Thread Wes Hardaker
use V2 mib file to Gil generate the code with mib2c command ? It shouldn't matter. -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: ifIndex values

2006-06-14 Thread Wes Hardaker
other agents as the MIB doesn't require it). Good managers can actually do things like create graphs based on a different index. EG, in Net-Policy (sorry for the shameless plug) you can create a graph based on ifDescr == eth0 instead of having to do it solely based on the ifindex. -- Wes Hardaker

Re: snmpd is segfaulting when -DALL on Solaris9

2006-06-14 Thread Wes Hardaker
... in the rc series we should be voting on major changes like that. -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: ifIndex values

2006-06-14 Thread Wes Hardaker
with needing to send configuration to a client table that references the ifindex value and it's a real pain in the neck to figure out which interface it is you want to point to... -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders

Re: snmpd is segfaulting when -DALL on Solaris9

2006-06-14 Thread Wes Hardaker
On Wed, 14 Jun 2006 09:50:14 -0600, Bruce Shaw [EMAIL PROTECTED] said: Wes um, Thomas... in the rc series we should be voting on major changes Bruce like that. Bruce I vote yes. Have you reviewed the patch, are is that vote based only on knowing the description of the problem? -- Wes

Re: can I use same communities for read and write?

2006-06-14 Thread Wes Hardaker
of the configuration directives. Just do a read-write one and you'll be able to do both read and write operations. -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists

Re: FW: permission denied

2006-06-14 Thread Wes Hardaker
Richard about this? Look in /etc/selinux/config and see what it says. If you have the SELINUX variable set to enforcing then it could be the cause of this problem. -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders

Re: douplicated traps

2006-06-13 Thread Wes Hardaker
On Tue, 13 Jun 2006 09:25:08 +0200, Torben Surmer [EMAIL PROTECTED] said: Torben Do anybody have the same problem? And maybe a solution? I'd still bet on a configuration issue. Run with -Dread_config to watch everything it is parsing. -- Wes Hardaker Sparta, Inc

Re: tcp wrapper and connection logging.

2006-06-12 Thread Wes Hardaker
recently and decided it was a mistake. It was this way since the beginning of the wrappers support and only recently has it actually been complained about (aside from me internally thinking it wasn't the right way to do it; but I wasn't very vocal about that). -- Wes Hardaker Sparta, Inc

Re: struct tree getting description field

2006-06-12 Thread Wes Hardaker
saving of the DESCRIPTION clauses. -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: Controlling interfaces with SNMP

2006-06-12 Thread Wes Hardaker
-- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: NetSNMP 5.0.3.1 Questions

2006-06-12 Thread Wes Hardaker
, if it's a variable length at all you need to keep it there. -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: none

2006-06-12 Thread Wes Hardaker
actually know more about this... One comment though: supporting createAndWait is actually optional. If you read the RowStatus TC carefully you'll find that agents don't have to implement both forms. In fact, it's fairly common for cheaper agents to only implement support for createAndGo. -- Wes

Re: How to import a new MIB

2006-06-12 Thread Wes Hardaker
configuration files. However, some only will do one table at a time (but a table usually has a lot of objects underneath it and I can't imagine you have so many tables that this would really be a pain?) -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing

Re: What error should return when a VACM authorization fails for a SET

2006-06-12 Thread Wes Hardaker
branches. -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Re: What error should return when a VACM authorization fails for a SET

2006-06-12 Thread Wes Hardaker
; +return SNMP_ERR_NOACCESS; break; case SNMP_MSG_GETNEXT: -- Wes Hardaker Sparta, Inc. ___ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp

Re: not able to access API manuals

2006-05-31 Thread Wes Hardaker
On Wed, 31 May 2006 11:45:58 -0700 (PDT), prasad duggineni [EMAIL PROTECTED] said: prasad I want to access API manuals online.anybody knows prasad please let me know http://www.net-snmp.org/docs/man/ -- Wes Hardaker Sparta, Inc. --- All

Re: 5.3.1.pre3 released

2006-05-31 Thread Wes Hardaker
things interact. I'm betting that on your 2-cpu system (I think) the demon is detaching but not finishing setup by the time the next command starts. -- Wes Hardaker Sparta, Inc. --- All the advantages of Linux Managed Hosting--Without the Cost

Re: Connection state TCP-MIB::tcpConnState

2006-05-31 Thread Wes Hardaker
unfortunately and tell us. -- Wes Hardaker Sparta, Inc. --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical

Re: ucd-snmp-4.2.6

2006-05-31 Thread Wes Hardaker
, the first thing I'd check is to make sure they're installed. afterward, try running nroff directly on them instead (nroff -man FILE). Then read the man man page to figure out if it is a path issue if nroff works. -- Wes Hardaker Sparta, Inc

Re: how to handler the table with the index of mac address ? Thanks!

2006-05-31 Thread Wes Hardaker
or is a fixed length string? if you're sure, can you try with 5.3.1.pre3 since I think there was a recent bug with fixed width strings that I may have fixed and is now in the above pre-release. -- Wes Hardaker Sparta, Inc. --- All the advantages

Re: snmptrapd embedded perl crash on x86_64 (bug 1494882)

2006-05-31 Thread Wes Hardaker
on different architectures is a good thing. -- Wes Hardaker Sparta, Inc. --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry

5.3.1.pre3 released

2006-05-28 Thread Wes Hardaker
I've just published 5.3.1.pre3 on our download sites. This should be the last release before the beginning of the rc series next week. -- Wes Hardaker Sparta, Inc. --- All the advantages of Linux Managed Hosting--Without the Cost and Risk

Re: ucd-snmp-4.2.6

2006-05-27 Thread Wes Hardaker
seeing with them? (by the way, 5.3.0.1 is the latest. The current list of versions can be found here: http://net-snmp.sourceforge.net/download.html ) -- Wes Hardaker Sparta, Inc. --- All the advantages of Linux Managed Hosting--Without the Cost

Re: 5.3.0.1 and perl 5.8.8 using NetSNMP::agent on Solaris

2006-05-27 Thread Wes Hardaker
actually fixable, oddly enough, via a snmp.conf configuration file: debugTokens ALL doDebugging 1 Which will turn it on both before and after perl inits. -- Wes Hardaker Sparta, Inc. --- All the advantages of Linux Managed Hosting--Without

Re: help running the mib2c

2006-05-27 Thread Wes Hardaker
on a mib node, not on the entire MIB. EG, Try: export MIBS=+NET-SNMP-TUTORIAL-MIB mib2c -c mib2c.int_watch.conf nstAgentModuleObject -- Wes Hardaker Sparta, Inc. --- All the advantages of Linux Managed Hosting--Without the Cost and Risk

Re: Can the snmpd be modified to merge ifTables?

2006-05-27 Thread Wes Hardaker
to help out with that, and it does work in some cases, but it's hard to implement and isn't as widely supported as it should be. In our case, row-merging isn't well tested either. -- Wes Hardaker Sparta, Inc. --- All the advantages of Linux

Re: API for persistence

2006-05-27 Thread Wes Hardaker
hack around in the code and change it if you wanted though. It's all in snmplib/read_config.c -- Wes Hardaker Sparta, Inc. --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number

Re: version managment

2006-05-27 Thread Wes Hardaker
of curiosity? -- Wes Hardaker Sparta, Inc. --- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn

Re: no v2 trapOID varbind provided

2006-05-11 Thread Wes Hardaker
On Thu, 11 May 2006 08:56:04 -0700, Joel Parker [EMAIL PROTECTED] said: Joel What does this error mean ? and how can I correct it ? It means you need to supply a trap definition OID to the tool. see: http://www.net-snmp.org/tutorial/tutorial-5/commands/snmptrap.html -- Wes Hardaker Sparta

Re: Differences between ipCidrRouteTable and ipRouteTable

2006-05-08 Thread Wes Hardaker
and ipCidrRouteTable are same? Pretty much. In addition, ipCidrRouteTable is actually obsolete now too and you should be using the inetCidrRouteTable from 4292 which makes the MIB IPv6 compliant as well. The routing metrics you mentioned are likely just not supported. -- Wes Hardaker Sparta

Re: snmpusm + changekey (DH Keys)

2006-05-08 Thread Wes Hardaker
or something? If so, you should never do that and do a proper kill -TERM instead. No application should be killed with a -9 without first giving it a normal kill signal so it can try to exit properly. -- Wes Hardaker Sparta, Inc. --- Using Tomcat

Re: 5.2.x CVS broken

2006-05-03 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 based

pre-releases available: 5.3.1.pre1 and 5.0.11.rc1

2006-05-01 Thread Wes Hardaker
That's right! 2 for the price of 1. Of course, the price would be the same no matter how many we released... -- Wes Hardaker Sparta, Inc. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: Bug#363399: Net SNMP has broken sysObjectID

2006-04-28 Thread Wes Hardaker
D433 A441 FFEF 09D7 -- 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: atol() won't work

2006-04-28 Thread Wes Hardaker
to print var-val.SOMETHING to get the value, or you'll have to manipulate each component of the name array if you wanted to do your mathematical expressions on the OID (unlikely). -- Wes Hardaker Sparta, Inc. --- Using Tomcat but need to do more

Re: SNMP

2006-04-28 Thread Wes Hardaker
seeing against what it's looking for. -- 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: Error that says I should report it...

2006-04-28 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 based on Apache

Re: net-snmp configuration in runtime

2006-04-28 Thread Wes Hardaker
to start the release cycle today so it should be out soon which will fix this bug. -- 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

Re: warnings generated by compile

2006-04-28 Thread Wes Hardaker
you were using, but we believe more recent releases may fix these warnings. -- 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

Re: Configuration need in order to recieve snmp traps

2006-04-26 Thread Wes Hardaker
that line I am getting error at that line if I remove that line I am getting the above output Read the snmptrapd.conf manual page on ACCESS CONTROL -- Wes Hardaker Sparta, Inc. --- Using Tomcat but need to do more? Need to support web services

Re: Timeout in New SNMP Agent

2006-04-25 Thread Wes Hardaker
similar things... -- 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

proposed net-snmp release schedules

2006-04-24 Thread Wes Hardaker
and not committed to -- 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: generate_Ku errors

2006-04-21 Thread Wes Hardaker
On Thu, 13 Apr 2006 12:18:17 +0530, [EMAIL PROTECTED] said: kanakamahesh Change to some meaningful password, which does not have kanakamahesh any spaces. Eg.Daulut_Pass Why would spaces matter? -- Wes Hardaker Sparta, Inc. --- Using Tomcat

Re: generate_Ku errors

2006-04-21 Thread Wes Hardaker
through the generate_Ku function with a debugger and figure out where it's returning and what the error condition was... -- Wes Hardaker Sparta, Inc. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done

Re: New agent snmp ( ping )

2006-04-05 Thread Wes Hardaker
(iterate.conf, table_data, create-dataset) but Wesley i can't understand. Programming SNMP is hard. The tutorial will likely help: http://www.net-snmp.org/tutorial/tutorial-5/toolkit/ -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored

Re: snmpTargetAddrTable inconsistent values

2006-04-05 Thread Wes Hardaker
tra2sink entries? Are they expected default values for kanakamahesh these entries? trap2sink entries don't do retries and timeouts because they're not acknowledge messages. It doesn't make sense for them. -- Wes Hardaker Sparta, Inc

Re: From Where Agent Address´s field is filled

2006-04-05 Thread Wes Hardaker
On Fri, 24 Mar 2006 14:22:22 +, Paulo Ricardo [EMAIL PROTECTED] said: Paulo But in tems of Solaris, do you know in which archieve this is defined?? yes, but reading the code I'd know ;-) -- Wes Hardaker Sparta, Inc. --- This SF.Net

Re: Problems with recognizing Hex-Strings on 5.3.0.1

2006-04-05 Thread Wes Hardaker
localization information and thus isprint() on your system is returning all those above chars as printable... -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications

Re: Information about snmp

2006-04-05 Thread Wes Hardaker
our FAQ which talks about what it takes to implement a mib within the agent. it takes a lot more than just a configuration file. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language

Re: DISMAN-PING-MIB

2006-04-05 Thread Wes Hardaker
it even on linux, but failed that as well... It needs work in general. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend

Re: From Where Agent Address´s field is filled

2006-03-23 Thread Wes Hardaker
On Thu, 23 Mar 2006 12:14:52 +, Paulo Ricardo [EMAIL PROTECTED] said: Paulo from /etc/nodename that appoint to /etc/hosts that has the Paulo association with alias plus Ip address from the get_myaddr function in snmplib/system.c -- Wes Hardaker Sparta, Inc

Re: tcp wrapper and connection logging.

2006-03-22 Thread Wes Hardaker
requests received by the demon) and the tcp_wrappers part of the agent (log requests accepted by tcp_wrappers). I'm ambivalent but I mentioned on IRC it likely needs discussion if we wanted to go with #1 since it was a behavior change. -- Wes Hardaker Sparta, Inc

Re: Reporting a reportable configure event

2006-03-22 Thread Wes Hardaker
ignore it. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking

Re: Man pages and synch_resp calls

2006-03-14 Thread Wes Hardaker
can quickly explain this, I would be willing to update the Paul man pages. We'd certainly appreciate the help! -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

Re: need help

2006-03-14 Thread Wes Hardaker
the data that is returned by that function (and filtering it as needed). As far as determining which ports are in use, etc, you'll have to see which MIBs your devices support... -- Wes Hardaker Sparta, Inc. --- This SF.Net email

Re: Newbie problem

2006-03-11 Thread Wes Hardaker
João via rpm and have net-snmp-5.2.1.2-FC3.1 Somehow it's not finding the -lcrypto library. You probably need to install the openssl-devel rpm. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting

Re: 5.1.4.rc1 available for testing.

2006-03-11 Thread Wes Hardaker
. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new

Re: 5.[234] CVS broken (coverity fixes?)

2006-03-10 Thread Wes Hardaker
so I really don't care. We should have wiped those off the planet a while ago anyway. I saw we ignore it. I say... ahhh... I'll fix it today. (gdb) p community $3 = 0x1 Address 0x1 out of bounds Can't be good. -- Wes Hardaker Sparta, Inc

Re: FW: Implementation of a mib array in a agent.

2006-03-10 Thread Wes Hardaker
complicated. Le Does anybody know an easy way to manage table? The most recent mib2c default run will try and help you pick the right management scheme for you run it and answer the questions. (also see our tutorials http://www.net-snmp.org/tutorial/tutorial-5/toolkit/ ) -- Wes Hardaker Sparta

Re: 5.1.4.rc1 available for testing.

2006-03-10 Thread Wes Hardaker
of patches involved. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group

Re: 5.[234] CVS broken (coverity fixes?)

2006-03-10 Thread Wes Hardaker
On Fri, 10 Mar 2006 06:35:38 -0800, Wes Hardaker [EMAIL PROTECTED] said: Thomas Anyone else seeing this? Ideas? (I haven't had the chance yet Thomas to look into the details.) Wes Yeah, I saw it very late last night. Then when zzz Fixed... Summary: 59 / 59 succeeded. -- Wes Hardaker

Re: linkup linkdown monitoring impacts the performance

2006-03-07 Thread Wes Hardaker
) it was easy It's certainly not ideal and patches to implement a proper kernel tie would be greatly appreciated. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

Re: Drivers snmp

2006-03-07 Thread Wes Hardaker
in the snmpd.conf manual page of our documentation. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join

Re: Regarding OS Type

2006-03-07 Thread Wes Hardaker
better in it's own brand-now self-defined mib object). -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast

Re: Coverity Open Source Defect Scan of NetSNMP

2006-03-07 Thread Wes Hardaker
sure your report will contain many real points of interest, of course, and look forward to reading it] -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications

Re: Process and Memory - Reg

2006-03-07 Thread Wes Hardaker
FAQ for details. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group

Re: SNMPWALK problem

2006-03-07 Thread Wes Hardaker
it doesn't do this by default, you'll know if you have set it up this way. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend

Re: Doubt regarding linking MIB file in Net-Snmp

2006-03-07 Thread Wes Hardaker
/tutorial-5/commands/mib-options.html -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime

Re: invoking grep from mib2c

2006-03-07 Thread Wes Hardaker
file... That sounds slightly suspicious as far as the best thing that you should be doing. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile

Re: Can't get libtool to recognize -s

2006-03-07 Thread Wes Hardaker
the manual pages as well which is obviously bad. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join

Re: excluding subtrees with views.

2006-03-07 Thread Wes Hardaker
only allow access to just that group. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime

Re: Error building ASN.1 representation

2006-03-07 Thread Wes Hardaker
ASN.1 representation That's not a good sign, but debugging exactly what is going on will take the use of a debugger (like gdb) to trace down exactly where and why that is getting hit. -- Wes Hardaker Sparta, Inc. --- This SF.Net email

Re: mib2c

2006-03-07 Thread Wes Hardaker
doing is right. I assume the HCNUM-TC mib is installed into a search-able path... You might try setting MIBS to +HCNUM-TC instead, though it should work either way. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML

Re: Getting output as pss-s_snmp_errno != (-11) failed

2006-03-07 Thread Wes Hardaker
yet, I'd start with the code from the client part of the toolkit tutorial: http://www.net-snmp.org/tutorial/tutorial-5/toolkit/ -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language

Re: snmpgetnext with multiple varbindes problem

2006-03-07 Thread Wes Hardaker
, loop over the request-request_next loop instead because that is a list of only the variables that you should be handling. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends

Re: differentiating between 2 devices of the same type

2006-03-07 Thread Wes Hardaker
address. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking

Re: hpux11 with net-snmp 5.3.0.1 compike fail

2006-03-07 Thread Wes Hardaker
/snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_data_access.h 114 ./agent/mibgroup/snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface.c 114 ./agent/mibgroup/snmp-notification-mib/snmpNotifyFilterTable/snmpNotifyFilterTable_interface.h -- Wes Hardaker

Re: snmptrap application, Best practice

2006-03-07 Thread Wes Hardaker
published information on limiting the code size to just functions you need to implement one sub-piece of the protocol. It's certainly possible, but would take a lot of work. -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML

Re: regarding route entry

2006-03-07 Thread Wes Hardaker
the mib table. My route is deleted from /proc/net/route... Are you suing SNMP to add and delete the routes, or something else? -- Wes Hardaker Sparta, Inc. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language

Re: hpux11 with net-snmp 5.3.0.1 compike fail

2006-02-20 Thread Wes Hardaker
below the 640k recommended by Bill Gates. -- Wes Hardaker Sparta, Inc. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files

Re: Handling BITS data type in mib2c code.

2006-02-20 Thread Wes Hardaker
field (0x80 would be bit 0) */ snmp_set_var_typed_value (requests, ASN_OCTET_STR, x, sizeof(x)); -- Wes Hardaker Sparta, Inc. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download

Re: Encounter compiling error

2006-02-20 Thread Wes Hardaker
On Thu, 16 Feb 2006 15:32:39 +0800, [EMAIL PROTECTED] said: hawk I download net-snmp-5.1.4.pre2.tar.gz and compile with cygwin in hawk windows XP. If you're trying windows I strongly suggest you try 5.3.0.1 instead of the 5.1.4 source, which is older. -- Wes Hardaker Sparta, Inc

Re: net-snmp-5.1.x and override

2006-02-20 Thread Wes Hardaker
mind was what happens when we roll from one handler to the next after during a getbulk or skipped objects from a VACM perspective... Does the flag need to be reset to 2 again in some of these cases? I haven't thought through that at all -- Wes Hardaker Sparta, Inc

Re: SNMP make errors

2006-02-15 Thread Wes Hardaker
out at this point. Can I suggest you try a more recent version though? Say 5.3.0.1 instead which I know has better support for the windows code? -- Wes Hardaker Sparta, Inc. --- This SF.net email is sponsored by: Splunk Inc. Do you grep

Re: Regarding RMON

2006-02-14 Thread Wes Hardaker
the source - how badly do you need this functionality? -- Wes Hardaker Sparta, Inc. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes

Re: forward request to external code

2006-02-14 Thread Wes Hardaker
browse your data without caching it. -- Wes Hardaker Sparta, Inc. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files

Re: forward request to external code

2006-02-14 Thread Wes Hardaker
) that the MFD handler is actually the most powerful in this regard and is a much more fully-complete system that is flexible to the level you want it to be. The iterator system was actually designed for people who don't know how to or want to order their data in a MIB way... -- Wes Hardaker Sparta, Inc

Re: link error.

2006-02-14 Thread Wes Hardaker
On Tue, 14 Feb 2006 11:38:01 -0800, Ramji Chandramouli [EMAIL PROTECTED] said: Ramji When linking my app to net-snmp-5.3.0.1 ( I've installed Ramji net-snmp using the rpms ), I get the following error. Sorry, that should have been net-snmp-config --agent-libs -- Wes Hardaker Sparta, Inc

Re: Need snmp-mib match

2006-02-13 Thread Wes Hardaker
net-snmp-5.3.0.1.*src.rpm [ it builds ] 3) rpm -U THE BUILT RPMS Then mib2c should probably work and will be much better than the version you're using with 5.0.6... -- Wes Hardaker Sparta, Inc. --- This SF.net email is sponsored

Re: rfc: mib module platform restrictions

2006-02-09 Thread Wes Hardaker
isn't Thomas possible today, but handy e.g. for nightly builds). That's a good idea. Thomas Any objections against moving forward this way? Only in MAIN? Sounds good to me. -- Wes Hardaker Sparta, Inc. --- This SF.net email is sponsored

Re: ip aliased interfaces don't show up?

2006-02-09 Thread Wes Hardaker
counts since the kernel itself doesn't report them Notice in your ifconfig output how much less information is available for aliased interfaces. -- Wes Hardaker Sparta, Inc. --- This SF.net email is sponsored by: Splunk Inc. Do you grep

net-snmp 5.1.4.pre2 released

2006-02-07 Thread Wes Hardaker
Yesterday I published 5.1.4.pre2. Obviously this is a maintenance release and contains only bug fixes for the 5.1 line along with the rewrite of snmpnetstat for copyright issues. The final release 5.1.4 release will be late this month if no issues are brought up prior to that point. -- Wes

Re: Documentation on netsnmp_mib_handler.

2006-02-06 Thread Wes Hardaker
. The SNMP protocol needs that information to return to the manager which particular request(s) in a PDU packet caused an error. -- Wes Hardaker Sparta, Inc. --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files

<    8   9   10   11   12   13   14   15   16   17   >