Re: agent_check_and_process: select info

2009-09-10 Thread Magnus Fromreide
On Wed, 2009-09-09 at 10:39 -0400, Samer Vazdekis wrote: > > Hi there, > I'm running net-snmp version 5.2.1.2. I'm coming across a problem in > snmp_select_info(). This part of code didn't change when I compared it > to version 5.4.2. Basically, this is using gettimeofday() to figure > out the tim

agent_check_and_process: select info

2009-09-10 Thread Samer Vazdekis
Hi there, I'm running net-snmp version 5.2.1.2. I'm coming across a problem in snmp_select_info(). This part of code didn't change when I compared it to version 5.4.2. Basically, this is using gettimeofday() to figure out the timeouts. When I reset system date and time, specially backwards, th

Re: snmpset ipv6

2009-09-10 Thread Karthika Arunkumar
Hi Dave, I was able to stop the snmp which was respawning itself even it was stopped. And started the snmpd with ipv6. But seems there is no com2sec6 support. It warns me and errors saying unable to open specified endpoint. Should I explicitly add code to construct com2sec6 directive and parse it.

SubAgent Tutorial Problem

2009-09-10 Thread Martin
Sorry, the first mail was digitally signed. this one is not. Hi, i am using Ubuntu 9.04 i want to add snmp functionality to a programm i wrote earlier so i tried the subagent tutorial. http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Subagent But that does not work. I only get the

SubAgent Tutorial Problem

2009-09-10 Thread Martin
Hi, i am using Ubuntu 9.04 i want to add snmp functionality to a programm i wrote earlier so i tried the subagent tutorial. http://net-snmp.sourceforge.net/wiki/index.php/TUT:Writing_a_Subagent But that does not work. I only get the error message: ? u...@laptop-amd:~$ snmpget -v 2c -c public loc

Re: Help!! (extending net-snmp agent)

2009-09-10 Thread Hemant Soundankar
Hello Sir, Thank you for the reply. I restarted the master agent without the ifTable mib and the subagent executed successfully. -Hemant Soundankar On Thu, Sep 10, 2009 at 1:38 AM, Magnus Fromreide wrote: > On Thu, Sep 10, 2009 at 01:20:11AM +0530, Hemant wrote: > > Hello Sir, > >I am new to