5.2.2.rc1 on OS X 10.3 with custom MIB results in Connection from UDP: [127.0.0.1]:-12xx

2005-10-20 Thread Rob Kudyba
snmpd -v NET-SNMP version: 5.2.2.rc1 I started snmpd via: snmpd -f -L -DmppMIBModules -I -icmp We have a custom MIB and we are seeing responses like this: Connection from UDP: [127.0.0.1]:-1239 Connection from UDP: [127.0.0.1]:-1238 Connection from UDP: [127.0.0.1]:-1237 Connection from UDP:

Re: make errors on OS X Tiger 10.4.2 for 5.2.1.2

2005-09-26 Thread Rob Kudyba
Any more info on this? From: Chris Florio [EMAIL PROTECTED] Subject: Re: make errors on OS X Tiger 10.4.2 for 5.2.1.2 Date: Fri, 2 Sep 2005 08:06:05 -0400 To: Rob Kudyba [EMAIL PROTECTED] --Apple-Mail-25--820805927 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US

Re: Net-snmp-users digest, Vol 1 #3097 - 7 msgs

2005-09-01 Thread Rob Kudyba
No and I've never received any additional replies/suggestions... Did you ever get this net-snmp to compile on 10.4.2? I'm having the same problem! If so, what did you do to get it to work? Thanks! From: Rob Kudyba [EMAIL PROTECTED] Re: make errors on OS X Tiger 10.4.2 for 5.2.1.2

Re: make errors on OS X Tiger 10.4.2 for 5.2.1.2

2005-09-01 Thread Rob Kudyba
No and I've never received any additional replies/suggestions... Did you ever get this net-snmp to compile on 10.4.2? I'm having the same problem! If so, what did you do to get it to work? Thanks! From: Rob Kudyba [EMAIL PROTECTED] Re: make errors on OS X Tiger 10.4.2 for 5.2.1.2

Re: make errors on OS X Tiger 10.4.2 for 5.2.1.2

2005-08-26 Thread Rob Kudyba
Have you got it? Darwin might not ship with the proper includes.. ~BAS On Thu, 2005-08-25 at 17:24, Rob Kudyba wrote: make errors on Tiger 10.4.2 mibII/tcp.c: In function `tcp_handler': mibII/tcp.c:318: error: `TCPTV_MIN' undeclared (first use in this function) mibII/tcp.c:318: error: (Each

make errors on OS X Tiger 10.4.2 for 5.2.1.2

2005-08-25 Thread Rob Kudyba
make errors on Tiger 10.4.2 mibII/tcp.c: In function `tcp_handler': mibII/tcp.c:318: error: `TCPTV_MIN' undeclared (first use in this function) mibII/tcp.c:318: error: (Each undeclared identifier is reported only once mibII/tcp.c:318: error: for each function it appears in.) mibII/tcp.c:326:

Re: /proc/net/dev data format error, line ==|| in RH8 w/ 5.2.1

2005-07-13 Thread Rob Kudyba
Robert Story wrote: On Wed, 13 Jul 2005 10:20:23 -0400 Rob wrote: RK On Thu, 07 Jul 2005 11:53:52 -0400 Rob wrote: RK RK What might cause this? It appeared in the snmpd.log file: RK RK RK RK /proc/net/dev data format error, line ==|| RK RK It looks like an unexpected blank line in the file.

/proc/net/dev data format error, line ==|| in RH8 w/ 5.2.1

2005-07-07 Thread Rob Kudyba
What might cause this? It appeared in the snmpd.log file: NET-SNMP version 5.2.1 /proc/net/dev data format error, line ==|| --- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps,

core dump/crash on OS X 10.4.1 Tiger

2005-06-27 Thread Rob Kudyba
NET-SNMP version 5.2 that comes with Tiger. Just running this command after a starting up ok: snmpget -v 3 -l authNoPriv -u username -A password localhost sysUpTime.0 snmpget: Timeout [1]+ Trace/BPT trap (core dumped) snmpd -I -icmp -f -L -DmppMIBModules Core file at:

Re: error msg on SIGHUP of snmpd related to mppLibraryVersionTable

2005-02-22 Thread Rob Kudyba
On Thu, 17 Feb 2005 14:54:57 -0500 Rob wrote: RK It's coming from our custom MIB. From our MIB and structure file: Ok, but you didn't answer my question: RK [Was mppLibraryVersionTable] generated by mib2c? If so, which conf file? Yes, it was initially generated by mib2c (from net-snmp 5.1.2

Re: error msg on SIGHUP of snmpd related to mppLibraryVersionTable

2005-02-22 Thread Rob Kudyba
Robert Story wrote: On Tue, 22 Feb 2005 12:53:09 -0500 Rob wrote: RK Ok. I have a theory now. Try running the agent with the 'table_set' debug RK token, and send me the debug output after the SIGHUP signal is sent. RK RK OK let's see if I did this correctly: RK RK /usr/local/sbin/snmpd

Re: SIGHUP w/ 5.2.1 results in netsnmp_assert list key == is unique failed data_list.c:108 netsnmp_data_list_add_node()

2005-02-17 Thread Rob Kudyba
Robert Story wrote: On Tue, 08 Feb 2005 11:39:41 -0500 Rob wrote: RK /var/log/snmpd.log RK NET-SNMP version 5.2.1 restarted RK netsnmp_assert list key == is unique failed data_list.c:108 RK netsnmp_data_list_add_node() RK WARNING: adding duplicate key 'mppLibraryVersionTable' to data list RK RK

undefined symbol: des_key_sched

2005-02-11 Thread Rob Kudyba
We have an application that is using Net-SNMP and libnetsnmpengine.so and when the app start with SNMP feeder enabled you see this and it only seems to appear on RH 8 or 9 boxes: libnetsnmpengineso: undefined symbol: des_key_sched cat /etc/redhat-release Red Hat Linux release 9 (Shrike) snmpd

SIGHUP w/ 5.2.1 results in netsnmp_assert list key == is unique failed data_list.c:108 netsnmp_data_list_add_node()

2005-02-08 Thread Rob Kudyba
/var/log/snmpd.log NET-SNMP version 5.2.1 restarted netsnmp_assert list key == is unique failed data_list.c:108 netsnmp_data_list_add_node() WARNING: adding duplicate key 'mppLibraryVersionTable' to data list --note: the mppLibraryVersionTable comes from a custom MIB...

Re: make startup undefined errors w/ net-snmp-5.2.1.rc3 on Linux

2005-01-25 Thread Rob Kudyba
Rob './configure --with-openssl=/usr/bin/openssl' Rob Then with 'make' got the same: Rob ../snmplib/.libs/libnetsnmp.so: undefined reference to `des_cbc_encrypt' Rob ../snmplib/.libs/libnetsnmp.so: undefined reference to `des_key_sched' Rob ../snmplib/.libs/libnetsnmp.so: undefined

Re: make startup undefined errors w/ net-snmp-5.2.1.rc3 on Linux

2005-01-20 Thread Rob Kudyba
Ed Ravin wrote: On Thu, Jan 20, 2005 at 03:13:09PM -0500, Rob Kudyba wrote: ... /usr/local/bin/snmpget: relocation error: /usr/local/lib/libnetsnmp.so.5: undefined symbol: des_key_sched ... gcc -g -O2 -Dlinux -o .libs/snmpd snmpd.o ./.libs/libnetsnmpmibs.so ./.libs

Re: SNMP leak bug update?

2004-11-19 Thread Rob Kudyba
Robert Story (Users) wrote: On Wed, 17 Nov 2004 17:47:40 -0500 Rob wrote: RK On Tue, 16 Nov 2004 17:06:16 -0500 Rob wrote: RK RK Any update on this? This makes our app. almost useless as the memory RK RK usage gets unruly...for example: RK RK RK

Re: nlist err: neither icmpstat nor _icmpstat found. in snmp.log on OS X

2004-11-17 Thread Rob Kudyba
Robert Story (Users) wrote: On Mon, 15 Nov 2004 13:27:50 -0500 Rob wrote: RK On OS X 10.3.6, after compiling Net SNMP, 5.1.2, and starting the RK following appears in /var/log/snmpd.log: RK nlist err: neither icmpstat nor _icmpstat found. RK NET-SNMP version 5.1.2 RK RK Is this a known issue and

Re: my OS X notes when testing using README.snmpv3

2004-11-17 Thread Rob Kudyba
RK Also, of you are performing these command as root user then you can RK create the snmp.conf file ($HOME/.snmp/snmp.conf) in RK /var/root/.snmp/snmp.conf. If you try the commands w/out the auth RK options as root and you are wondering why you are getting these errors: RK snmpget: No

SNMP leak bug update?

2004-11-16 Thread Rob Kudyba
Any update on this? This makes our app. almost useless as the memory usage gets unruly...for example: PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 23622 root 15 0 372M 280M 82788 S 0.3 56.0 4:17 snmpd

nlist err: neither icmpstat nor _icmpstat found. in snmp.log on OS X

2004-11-15 Thread Rob Kudyba
On OS X 10.3.6, after compiling Net SNMP, 5.1.2, and starting the following appears in /var/log/snmpd.log: nlist err: neither icmpstat nor _icmpstat found. NET-SNMP version 5.1.2 Is this a known issue and if so is there an option during the configure that can be run to avoid this? It sounds