Process is coring inside the function snmp_sess_async_send().

2009-01-20 Thread Harendra Pratap Singh
Hi, Can any one please let me know, by looking at the given backtrace, why this process is coring? I am using NET-SNMP version: 5.3.1 This core is happening while it try to send the trap. #0 snmp_sess_async_send (sessp=0x40b04c48, pdu=0x86e1f28, callback=0x6567612f, cb_data=0x0) at snmp_api.c

Re: libsensors.so.1 => not found

2009-01-20 Thread Nikos Balkanas
Try it first to see if it works, it only takes ~1'. It would be interesting to see in the configuration logs, where it picked up libsensors.so.1. If it doesn't work then add /usr/local/lib to your /etc/ldso.conf, make distclean, recompile and recheck ldd. BR, Nikos - Original Message -

RE: libsensors.so.1 => not found

2009-01-20 Thread Mike Ayers
> From: PoWah Wong [mailto:wong_po...@yahoo.ca] > Sent: Tuesday, January 20, 2009 3:04 PM > I do not find libsensors.so.1 but find libsensors.so.3. > > # ls -l /usr/local/lib/libsensors.so* > lrwxrwxrwx1 root root 19 Jan 20 15:26 > /usr/local/lib/libsensors.so.3 -> libsensors

Re: libsensors.so.1 => not found

2009-01-20 Thread PoWah Wong
--- On Tue, 1/20/09, Nikos Balkanas wrote: > From: Nikos Balkanas > Subject: Re: libsensors.so.1 => not found > To: wong_po...@yahoo.ca, net-snmp-users@lists.sourceforge.net > Received: Tuesday, January 20, 2009, 3:53 PM > Hi, > > Do a find / -name "libsensors.so.1" to see > > 1) if it exists

RE: libsensors.so.1 => not found

2009-01-20 Thread Mike Ayers
> From: PoWah Wong [mailto:wong_po...@yahoo.ca] > Sent: Tuesday, January 20, 2009 1:44 PM > I appologize for this newbie question: > How to not to build the sensors module? > Is there a configure switch ? In the configure command you retrieved with `net-snmp-config --configure-options`,

RE: libsensors.so.1 => not found

2009-01-20 Thread PoWah Wong
--- On Tue, 1/20/09, Mike Ayers wrote: > From: Mike Ayers > Subject: RE: libsensors.so.1 => not found > To: wong_po...@yahoo.ca, net-snmp-users@lists.sourceforge.net > Received: Tuesday, January 20, 2009, 3:50 PM > > From: PoWah Wong [mailto:wong_po...@yahoo.ca] > > Sent: Tuesday, January 20, 2

Re: libsensors.so.1 => not found

2009-01-20 Thread Nikos Balkanas
Hi, Do a find / -name "libsensors.so.1" to see 1) if it exists 2) where it is located Then just make sure that you add the path to /etc/ldso.conf. BR, Nikos - Original Message - From: "PoWah Wong" To: Sent: Tuesday, January 20, 2009 10:08 PM Subject: libsensors.so.1 => not found >I

Re: Error out on snmpwalk command.

2009-01-20 Thread Nikos Balkanas
Hi, I get timeouts when a MIB is not implemented or missimplemented in the code. I have Solaris, so my HOST-RESOURCES are quite different. Does it happen with other trees as well? What do the logs say? BR, Nikos - Original Message - From: "Paul Hogan" To: Sent: Tuesday, January 20, 2

RE: libsensors.so.1 => not found

2009-01-20 Thread Mike Ayers
> From: PoWah Wong [mailto:wong_po...@yahoo.ca] > Sent: Tuesday, January 20, 2009 12:43 PM > A better solution may be to get rid of the dependency of > snmpd on lm_sensors. > How to do that? Don't build the sensors module. HTH, Mike --

Re: libsensors.so.1 => not found

2009-01-20 Thread PoWah Wong
--- On Tue, 1/20/09, PoWah Wong wrote: > From: PoWah Wong > Subject: libsensors.so.1 => not found > To: net-snmp-users@lists.sourceforge.net > Received: Tuesday, January 20, 2009, 3:08 PM > I had "libsensors.so.1 => not found" error for > snmpd. > The system had lm_sensors-2.8.6-1rh so > how to

Error out on snmpwalk command.

2009-01-20 Thread Paul Hogan
I am getting the following when I run and snmpwalk command on a HP UX Itanium system running 11.23. /usr/local/bin/./snmpwalk -v 2c -c SPOT localhost .1.3.6.1.2.1.25.3.2 HOST-RESOURCES-MIB::hrDeviceIndex.768 = INTEGER: 768 HOST-RESOURCES-MIB::hrDeviceIndex.769 = INTEGER: 769 HOST-RESOURCES-MIB::h

Re: compile error when upgrading from 5.1.4.2 to 5.4.2.1 with gcc 2.96

2009-01-20 Thread PoWah Wong
--- On Tue, 1/20/09, Thomas Anders wrote: > From: Thomas Anders > Subject: Re: compile error when upgrading from 5.1.4.2 to 5.4.2.1 with gcc > 2.96 > To: net-snmp-users@lists.sourceforge.net > Received: Tuesday, January 20, 2009, 12:46 PM > Mike Ayers wrote: > > Isn't there a file or comman

libsensors.so.1 => not found

2009-01-20 Thread PoWah Wong
I had "libsensors.so.1 => not found" error for snmpd. The system had lm_sensors-2.8.6-1rh so how to make the snmpd depend on that? # ldd /usr/local/sbin/snmpd libnetsnmpmibs.so.9 => /usr/local/lib/libnetsnmpmibs.so.9 (0x40017000) libnetsnmpagent.so.9 => /usr/local/lib/libnetsnmpag

Which version of netsnmp start to support SHA & AES?

2009-01-20 Thread PoWah Wong
Which version of netsnmp start to support SHA & AES? __ Instant Messaging, free SMS, sharing photos and more... Try the new Yahoo! Canada Messenger at http://ca.beta.messenger.yahoo.com/ --

Re: How can i run multiple agentX subagents ?

2009-01-20 Thread Vincent Bernat
OoO En ce début d'après-midi nuageux du mardi 20 janvier 2009, vers 14:17, "Renju Mathew" disait : > I would like to connect multiple subagents to a single master agent > How can I configure this in snmpd.conf? There is nothing to do. Several subagents can connect to master agent. -- BOFH

Re: compile error when upgrading from 5.1.4.2 to 5.4.2.1 with gcc 2.96

2009-01-20 Thread Thomas Anders
Mike Ayers wrote: > Isn't there a file or command that prints out the original configure > command and args used to build? I believe this is what the OP is looking > for, in order to build 5.4.2.1 with the same args that worked so well for > 5.1.4.2. net-snmp-config --configure-options

RE: compile error when upgrading from 5.1.4.2 to 5.4.2.1 with gcc 2.96

2009-01-20 Thread Mike Ayers
> From: Thomas Anders [mailto:thomas.and...@blue-cable.de] > Sent: Tuesday, January 20, 2009 6:49 AM > PoWah Wong wrote: > > The file "oamp_shm.h" is not missing, that is why > net-snmp-5.1.4.2 compile. > > If I use the compile instructions generated by 5.1.4.2 to > compile 5.2.5.1, 5.3.2.3 or

Re: compile error when upgrading from 5.1.4.2 to 5.4.2.1 with gcc 2.96

2009-01-20 Thread Thomas Anders
PoWah Wong wrote: > The file "oamp_shm.h" is not missing, that is why net-snmp-5.1.4.2 compile. > If I use the compile instructions generated by 5.1.4.2 to compile 5.2.5.1, > 5.3.2.3 or 5.4.2.1, then they all compile ok. > The question is, in 5.4.2.1, how to generate the same compile instructions

dlopen failed : undefined symbols snmp_get_do_debugging

2009-01-20 Thread Srinivas VasiReddy
hi, i am getting this following error while loading the ".so" file in dlmod . dlopen failed : undefined symbols snmp_get_do_debugging how to resolve this error. regards, srinivas -- This SF.net email is sponsored by:

How can i run multiple agentX subagents ?

2009-01-20 Thread Renju Mathew
Hi all, I would like to connect multiple subagents to a single master agent How can I configure this in snmpd.conf? Thanks and regards Renju -- This SF.net email is sponsored by: SourcForge Community Sou

Re: net-snmp dlmod support

2009-01-20 Thread Nikos Balkanas
Hi, What happens if you configure without the "with-ldflags" option? (make distclean first) BR, Nikos - Original Message - From: "Ansa Ahammed" To: ; Sent: Tuesday, January 20, 2009 12:23 PM Subject: net-snmp dlmod support > Hi, > > I am using net-snmp-5.4 package for my applicatio

net-snmp dlmod support

2009-01-20 Thread Ansa Ahammed
Hi, I am using net-snmp-5.4 package for my application. I want to support dlmod for my Enterprise specific MIB files. i used the following options to configure the package: ./configure --with-cc=powerpc-linux-gcc --with-ld=powerpc-linux-gcc --with-ldflags="-lpthread" --with-ar=powerpc-linux-ar