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
#
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
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
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
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
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
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
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