Re: unbounded memory use in net-snmp (5.1.2 up to 5.4)

2007-03-04 Thread Mike Schmidt
ED] root]# Is there anything particular I can look for while setting up the valgrind tests? Is there a possibility I am linking with incorrect systems libraries? Thomas Anders wrote: Mike Schmidt wrote: I have net-snmp 5.4 running on - RH8 and CentOS 4.4 systems (compiled with no option

unbounded memory use in net-snmp (5.1.2 up to 5.4)

2007-03-03 Thread Mike Schmidt
Hi, I've searched the recent messages in the mailing list for memory leaks and other similar terms and found nothing helpful. Here's my situation: I have net-snmp 5.4 running on - RH8 and CentOS 4.4 systems (compiled with no options to configure) - Solaris 10. (compiled without embedded-perl

Problem building rpms for Net-SNMP 5.4

2007-01-05 Thread Mike Schmidt
Hi, I've been trying to build the rpms for net-snmp 5.4 on a rh8 system. net-snmp compiles and links fine (so I have all the prerequisites installed) I have > 200 systems out there in the wild that will need updating, and of course they have no compilers, so I always make binary rpms for them.

Re: DESTDIR support

2006-12-13 Thread Mike Schmidt
Hi, Oddly enough, Frank's method seems to work: Instead of my original attempt, which was : edit Makefile, set DESTDIR=/root/tmp, then run make install the second attempt: restore Makefile make install INSTALL_PREFIX=/root/net-snmp that worked. I don't understand, because the Makefile says

Re: DESTDIR support

2006-12-13 Thread Mike Schmidt
Hi, Strange coincidence. I just tried that not 30 minutes ago and the same thing happenned. I'm on RH8, custom kernel, which I have no choice about in this circumstance. Here are my findings: I set DESTDIR to /root/tmp DESTDIR is used for the include directory, so we get /root/tmp/usr/local/

Re: Trap related query

2006-11-22 Thread Mike Schmidt
Hi, The varbinds are passed via stdin. This is documented in the man pages for snmptrapd.conf and an exmaple is in the traptoemail script provided with net-snmp Mike Srivastava, Namburi (IE10) wrote: Hi, Please provide inputs to resolve this I’m able to capture snmp trap using snmptrapd

Re: snmpd 5.4.rc2 error messages

2006-11-17 Thread Mike Schmidt
Hi, More research and searching in the net-snmp-users list has shown me that the problem has to do with the pptp connections we have on the system. I have exactly 61 pptp connections running, and exactly 61 copies of each of the two messages: error on subcontainer 'ia_addr' insert (-1) er

snmpd 5.4.rc2 error messages

2006-11-16 Thread Mike Schmidt
Hi, I have just upgraded from Net-SNMP 5.1.2 to 5.4.rc2 on a Centos 4.4 system. I compiled Net-SNMP with the following options, i.e. > cat my_configure ./configure --with-persistent-directory=/var/net-snmp/5.4 \ --with-default-snmp-version=3 \ --with-sys-contact="

Re: host in snmptrpad

2006-11-16 Thread Mike Schmidt
Hi, I too have the same problem. However, in my case, I changed Net-SNMP 5.1.2 (from the Centos 4.3 distribution) to 5.4rc2. No other changes happened on the system, so it's unlikely to be a DNS problem. I'm running snmptrapd to perl programs like so: traphandle COLUBRIS-CLIENT-TRACKING-MIB

newbie question about embedded perl traphandler (SNMP::TrapReceiver)

2006-11-14 Thread Mike Schmidt
Hi, I've just moved up to Net-SNMP 2.4rc2 (from 5.1.2) to use the embedded perl traphandler. I've been using the normal traphandling capabilities so far. There, the trap values were passed simply: OID value (no quotes or anything else) Now, with TrapReceiver, I get values that contain the typ