回覆: Re: net-snmp Sub-Agent Demon tutorial pr oblen

2005-09-25 Thread Earnest Pan
I am sure it's not access control issue. I can see the objects in enterprises branch. After executing the /usr/sbin/snmpd -f -L -Dagentx Following contents showed: agentx/subagent: init_subagent sess 080af3c8 [init_smux] bind failed: Permission denied Turning on AgentX master support. Not

RE: add a forever process in agent

2005-09-25 Thread Jim Su
Many thanks still. Regards, -Jim -Original Message- From: Robert Story [mailto:[EMAIL PROTECTED] Sent: Monday, September 26, 2005 1:35 AM To: Jim Su Cc: net-snmp-users@lists.sourceforge.net; Dave Shield Subject: Re: add a forever process in agent On Sat, 24 Sep 2005 22:48:45 +0800 Jim

RE: how can I make the net-snmp do a operation use a variable nameinstead of an oid?

2005-09-25 Thread Ying Wang(CD)
Hi Dave, I am sorry for my careless work for the problem information is something wrong. The error does not occur in every table just in one table with string-string index. The process snmpd stops in net-snmp-5.2.rc4\agent\Snmp_agent.c: for (var_ptr = asp->pdu->variables; var_ptr;

Re: add a forever process in agent

2005-09-25 Thread Robert Story
On Sat, 24 Sep 2005 22:48:45 +0800 Jim wrote: JS> "... to have the callback function calculate the time till the JS> next 5 minute mark and reschedule itself" I will study the code in detail. JS> But how do you do that and if you don't mind to give more information or JS> point to the example codes