Re: infinite loop in handle_getnext_loop()?

2008-04-01 Thread Lisa Morgan
Lisa Morgan/US/InfoPrint/IDE wrote on 02/08/2008 09:29:42 AM: > > [EMAIL PROTECTED] wrote on 02/07/2008 02:17:52 AM: > > > On 06/02/2008, Lisa Morgan <[EMAIL PROTECTED]> wrote: > > > netsnmp_register_instance( test ); > > > > OK - so you are registering individual instances > > (rather than

Re: How to configure net-snmp for arm-linux

2008-04-01 Thread Dave Shield
On 01/04/2008, Colin Strachan <[EMAIL PROTECTED]> wrote: > find -name "*.o" -exec rm -f {} \; > find -name "*.lo" -exec rm -f {} \; > find -name "*.so" -exec rm -f {} \; > find -name "*.la" -exec rm -f {} \; > find -name "*.a" -exec rm -f {} \; That'd be incredibly inefficient! Try find

Re: How to configure net-snmp for arm-linux

2008-04-01 Thread Colin Strachan
Vishal This script builds the agent only, tweak to suit your requirements. cd net-snmp-5.4.1/ find -name "*.o" -exec rm -f {} \; find -name "*.lo" -exec rm -f {} \; find -name "*.so" -exec rm -f {} \; find -name "*.la" -exec rm -f {} \; find -name "*.a" -exec rm -f {} \; export PATH= $PATH:/opt/

How to configure net-snmp for arm-linux

2008-04-01 Thread Vishal Nandanwar
Hi, I want to build Net-SNMP-5.4.1 for arm linux. I am using snapgear for arm-linus. Is anybody knows how to configure and compile it for arm-linux? Vishal N - Check out the new SourceForge.net Marketplace. It's the best plac

Help with snmp tables

2008-04-01 Thread Baltazar Francois
Hi, Thanks for the help, in fact we didn't have any accessible content. But now, we have the C code, oam.c and oam.h, to respond the requests of the MIB OAM-GLOBAL-REG-V1.txt (all these files are attached) and we need to have a handler so we can control the requests. While testing these code w

Issues with net-snmp 5.4.1 and 5.3.2(Linking and a bug seen again)

2008-04-01 Thread anand
Hi Guys I have been breaking my head for a couple of versions of net-snmp for the past two days. I had been using Net-SNMP 5.1.4 so far in my embedded code which is used in the following architechtures: x86 and Mips.. *ISSUE 1:* Now I had to upgrade to 5.3.2 for localized keys support during user

Need Help (Urgent) ---- win32 snmp agent development

2008-04-01 Thread Md s
Hi friends, i am a newbie for net-snmp . i want to develop an agent that'll fetch some storage related data from windows Os. I installed net-snmp 5.4.1 from binaries available and hv created the required MIB defination file. Then using mib2c tool created .c and .h file ( I wanted to use dlmode