Error while building net-snmp-5.3.0.1-1.src.rpm

2006-07-07 Thread Prepelica, Frank, MSOP36
hi all,   I got errors while building net-snmp-5.3.0.1-1.src.rpm Installing with:rpm -i net-snmp.5.3.0.1-1.src.rpm(get warnings: user hardaker does not exist - using root) rpmbuild -ba /usr/src/packages/SPEC/net-snmp.spec After that, no file was build Processing files: net-snmp-5.3.0.1-1erro

RE: 5.3.1.rc2 released

2006-07-07 Thread holger.klaas
> Thomas Anders wrote: > - after unpacking, are there any differences in the directory > listing on Slackware vs. SuSE? Please especially look for > e.g. > agent/mibgroup/ip-forward-mib/inetCidrRouteTable/inetCidrRoute > Table_data_access.h > - what tar version do you have on Slackware 7.1 ("tar

Net-snmpd v5.2.2 and proxy issue.. looking for some help

2006-07-07 Thread Scott Walker
I have net-snmp v5.2.2 running on a FreeBSD box (6.1-STABLE). I'm setting up a snmp proxy so that I can get proper header info out of the squid snmp port to properly pull the stats into cacti. proxy -m /usr/local/etc/squid/mib.txt -v 1 -c public 127.0.0.1:3401 .1.3.6.1.4.1.3495.1 This is the pro

Re: Net-snmpd v5.2.2 and proxy issue.. looking for some help

2006-07-07 Thread Thomas Anders
Scott Walker wrote: > It looks like after walking the entire squid OID, it kills snmpd. This rings a bell. Can you please retry with 5.2.3.rc1 or 5.3.1.rc2? We've fixed at least one issue wrt. squid proxying. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) Using Tomcat but need to d

Jump in 64 bit ifXtable counters - looks like a 64bit wrap, but prev!=new

2006-07-07 Thread Hansjörg Maurer
Hi I am using net-snmp-5.2.1.2 freom FC4 on RHEL4 in oder to be able to query the HC Counter Interface Tables. /usr/bin/snmpwalk -v 2c -c ifXTable With heavy network load (reaching 1000 MBit/s with a Cluster Filesystem over LAN) the ifHCInOctets.3 value increments within 1 minute

RE: logmatch

2006-07-07 Thread Kevin Zhang
again   From: Kevin Zhang Sent: Wednesday, July 05, 2006 9:20 AM To: 'net-snmp-users@lists.sourceforge.net' Subject: RE: logmatch   Again, can someone help with this? I am using net-snmp-5.3.0.1 and failed to make it to work.   Kevin SZ   From: Kevin Zhang Sent:

memory leak when sending v2 traps

2006-07-07 Thread David Loibl
There seems to be a memory leak in the code for sending snmp v2 traps. I have a few traps that are sent many times a minute in certain situations and when those traps are being sent frequently the memory footprint of net-snmp gets larger and larger. within the code for sending my trap, if I comme

Re: logmatch

2006-07-07 Thread Thomas Anders
Kevin Zhang wrote: > again [...] > Again, can someone help with this? I am using net-snmp-5.3.0.1 and > failed to make it to work. [...] > I need help with how to configure logmatch, could someone help? http://www.net-snmp.org/support/mailinglists.html#guidelines http://www.catb.org/esr/faqs/smart

net-snmp 5.2.2 and LM-SENSORS-MIB on Solaris 9

2006-07-07 Thread Raphaël 'SurcouF' Bordet
Hi, I'm currently testing a custom package of net-snmp 5.2.2 (5.3.0.1 work fine but not ucd-snmp/lm-sensors module) with ucd-snmp/lm-sensors module compiled in and on solaris 2.9. I'm able to query snmpd for lmTempSensors but I can't understand the return value for lmTempSensorValues : $ snmpw

net-snmp 5.2.3.rc2 available

2006-07-07 Thread Thomas Anders
We've published Net-SNMP version 5.2.3.rc2, the second release candidate for the upcoming maintenance release 5.2.3 in the 5.2.x branch. Available from: http://www.net-snmp.org/download Anyone intending to make use of the upcoming 5.2.3 maintenance release is encouraged to test it *now*. Unles

Internal GET, GETNEXT

2006-07-07 Thread Yong Chen (yongche)
Hi, Is it possible to issue internal GET and GETNEXT? Say user issues a GET for mib A's object 'a', in order to return the value of 'a', the value of variable 'b' of mib B has to be obtained first (to calculate 'a'). So one way is, in mib A's implementation, a GET is issued from mib A to mib B t