Re: SNMP Subagent crash

2007-01-03 Thread Robert Story
On Tue, 2 Jan 2007 07:55:27 -0800 (PST) Venkata wrote: VG> I am running net-snmp 5.4 on RHEL 4.0 64 bit OS. I have been seeing the subagent crashing sometimes while sending traps. Have you tested on RHEL 32 bit? Does it crash as well? VG> #11 0x00406142 in HandleNormalMsgThread () at n

Re: does agentx can work in mib query as sub tree ?

2007-01-03 Thread Robert Story
On Fri, 29 Dec 2006 00:20:29 +0100 Kobi wrote: KV(> I've question about the agentx work as sub tree, KV(> for example the ifTable in MIb2 is currently implemented ,i want to add KV(> another instance to the table from the agentx, KV(> I've compiled the ifTable,with mib2c, and registered the ifTab

Re: Big problems when developming agents for different Linux platform

2007-01-03 Thread Robert Story
On Tue, 26 Dec 2006 10:52:51 +0800 Alexi wrote: AZ> I am developing a subagent for our product which will be deployed on AZ> different Linux platform (redhat 3,4/Suse 9,10). AZ> Our devlopment platfom is redhat enterprise 3 which uses net-snmp 5.0.9. the AZ> "net-snmp-config --agent-libs" returns t

Re: configuring /etc/defualt/snmpd

2007-01-03 Thread Robert Story
On Wed, 3 Jan 2007 18:15:39 +0530 Siva wrote: SPRG> I'd like to prevent messages like 'Connection from UDP: ' SPRG> from popping up in the logfiles i.e., in syslog file, after running the SPRG> agent. I have tried with the many Log Options but, no use of it , still SPRG> it is popping up th

Re: CVS: net-snmp/agent/mibgroup/mibII at.c,5.18

2007-01-03 Thread Robert Story
On Wed, 27 Dec 2006 22:40:07 +0100 Thomas wrote: TA> > at.c TA> > Log Message: TA> > fix external reference to NETSNMP_KLOOKUP on HP-UX 10.20 (maybe others) The header defining NETSNMP_KLOOKUP was not included. - Take Surv

Re: Undefined symbol: Interface_Index_By_Name --enable-mfd-rewrites - Solaris 9 with 5.4

2007-01-03 Thread John Clinton
I did run make clean prior to configure. However, as Thomas suggested, starting with clean source tree did the trick. Thanks for the quick response guys. :-) Best regards, John On Wed, 2007-01-03 at 17:03 +0100, Thomas Anders wrote: > Dave Shield wrote: > > On 03/01/07, Thomas Anders <[EMAIL PR

Re: Undefined symbol: Interface_Index_By_Name --enable-mfd-rewrites - Solaris 9 with 5.4

2007-01-03 Thread Thomas Anders
Dave Shield wrote: > On 03/01/07, Thomas Anders <[EMAIL PROTECTED]> wrote: >> Please start again from scratch, unpack the source and run "./configure >> ... && make && make install". > > Or 'make distclean ; ./configure ' > should have the same effect. Only if you ran "make distclean" *before

Re: Undefined symbol: Interface_Index_By_Name --enable-mfd-rewrites - Solaris 9 with 5.4

2007-01-03 Thread Dave Shield
On 03/01/07, Thomas Anders <[EMAIL PROTECTED]> wrote: > Please start again from scratch, unpack the source and run "./configure > ... && make && make install". Or 'make distclean ; ./configure ' should have the same effect. Dave ---

Re: Undefined symbol: Interface_Index_By_Name --enable-mfd-rewrites - Solaris 9 with 5.4

2007-01-03 Thread Thomas Anders
John Clinton wrote: > I searched the archives on this one and could not find anything: > > make failure on Solaris 9 with 5.4 with --enable-mfd-rewrites Did you run configure *without* --enable-mfd-rewrites before? This was the problem other people were having. Please start again from scratch, u

Undefined symbol: Interface_Index_By_Name --enable-mfd-rewrites - Solaris 9 with 5.4

2007-01-03 Thread John Clinton
I searched the archives on this one and could not find anything: make failure on Solaris 9 with 5.4 with --enable-mfd-rewrites configure line: ./configure --enable-mfd-rewrites --disable-embedded-perl --with-mib-modules="if-mib udp-mib tcp-mib ucd-snmp/lmSensors ucd-snmp/diskio" --with-cc=gcc

RE: configuring /etc/defualt/snmpd

2007-01-03 Thread Siva Prakash Reddy G
Hi ! Thank you very much for replying. Platform is Debian Linux 3.1 and Net-Snmp verion is 5.3.1( latest version ) if you have soloution, please do let me know. With Regards. G.Siva Prakash Reddy. -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED]

RE: Initial user

2007-01-03 Thread Passera Pablo-APP015
Dave, Thanks for your answer. The thing is that the RFC 3414 says usmUserCloneFrom OBJECT-TYPE ... "The first time an instance of this object is set by a management operation (either at or after its instantiation), the cloning process i

Re: configuring /etc/defualt/snmpd

2007-01-03 Thread Thomas Anders
Siva Prakash Reddy G wrote: > I'd like to prevent messages like 'Connection from UDP: ' > from popping up in the logfiles i.e., in syslog file, after running the > agent. What platform and net-snmp package are you working with? +Thomas -- Thomas Anders (thomas.anders at blue-cable.de)

configuring /etc/defualt/snmpd

2007-01-03 Thread Siva Prakash Reddy G
Hi! I'd like to prevent messages like 'Connection from UDP: ' from popping up in the logfiles i.e., in syslog file, after running the agent. I have tried with the many Log Options but, no use of it , still it is popping up the message in the log file. I have chaged the l

Re: rfc: update autoconf in MAIN?

2007-01-03 Thread Thomas Anders
Dave Shield wrote: > Any chance of a pointer to information regarding exactly how to do this? > Or even better - an RPM (or source RPM) that's set up to do so? Installing into /usr/local/autoconf-2.61 (adjust accordingly if you prefer a different path): ./configure --prefix=/usr/local/autoconf-2.

Re: rfc: update autoconf in MAIN?

2007-01-03 Thread Dave Shield
On 02/01/07, Thomas Anders <[EMAIL PROTECTED]> wrote: > @Core Developers: please use autoconf 2.61 (or later) to regenerate > configure in MAIN from now on. Installing it (in parallel) is considered > almost trivial. Any chance of a pointer to information regarding exactly how to do this? Or even