Re: net-snmp & uClinux on Microblaze

2005-12-28 Thread Sridhar Addagada
When i started the snmpd i got the following error ... --- # snmpd -L first fork failed (errno 38) in netsnmp_daemonize() Server Exiting with code 1 #

snmpEngineBoots value after snmpd restart

2005-12-28 Thread siddesh.rajappa
Hi I am using net-snmp 5.2.1 and i am getting snmpEngineBoots.0 value as always 1. I had checked in the snmplib/snmpv3.c file. Every time i restart the snmpd control goes inside the following if loop and makes engineBoots value as 1. if (engineIDLen != (int) oldEngineIDLength || old

Re: alarm receiving rate of net-snmp 5.1.3.1

2005-12-28 Thread Thomas Anders
Robert Story wrote: On Fri, 23 Dec 2005 10:13:05 +0530 Awadhesh IN GGN SISL wrote: KAIGS> I want to use net-snmp toolkit for fault management, Can I know the KAIGS> alarm rate(traps per second) of this. That depends on the speed of your network interface, the speed and load of the box running

Re: Disabling snmpset for a specific OID

2005-12-28 Thread Robert Story
On Tue, 27 Dec 2005 11:36:27 +0530 Rajagopal Shanmugam (Rajagopal Shanmugam)** CTR ** wrote: RRS> Is it possible to disable snmpset for a particular object for a specified RRS> interval of time? This is for my project requirement. Sure, just have the handler set the error for the varbind in questi

Re: system call used to populate ifSpeed on Linux

2005-12-28 Thread Robert Story
On Mon, 26 Dec 2005 18:30:41 +0530 [EMAIL PROTECTED] wrote: SRC> We are using net-snmp 5.2.1 on Linux. The question I have here is, what SRC> is the system call net-snmp uses on Linux to populate the ifSpeed in SRC> ifTable? Can you guys please get organized and have just one person on your team a

Re: alarm receiving rate of net-snmp 5.1.3.1

2005-12-28 Thread Robert Story
On Fri, 23 Dec 2005 10:13:05 +0530 Awadhesh IN GGN SISL wrote: KAIGS> I want to use net-snmp toolkit for fault management, Can I know the KAIGS> alarm rate(traps per second) of this. That depends on the speed of your network interface, the speed and load of the box running snmptrapd, and what han

Re: net-snmp & uClinux on Microblaze

2005-12-28 Thread Robert Story
On Tue, 27 Dec 2005 12:03:06 + Sridhar wrote: SA> I sent the mail a little too soon... The problem is netsnmp_daemonize SA> is returning with error.This is the issue with the fork. Is there SA> a patch available for uClinux replacing this with vfork(). Why is vfork needed? The man pages I

Re: net-snmp & uClinux on Microblaze

2005-12-28 Thread Andy Smith
Sridhar Addagada wrote: I sent the mail a little too soon... The problem is netsnmp_daemonize is returning with error.This is the issue with the fork. Is there a patch available for uClinux replacing this with vfork(). My guess would be that someone will have to write one. Patches can be