On Fri, Jun 4, 2010 at 1:34 AM, Brendan Tauras wrote:
> Thank you for the advice. It helped me learn more about the Net-SNMP
> library, but unfortunately it did not solve the issue with
> uninitialized syscall data.
>
> I used memset() to initialize the "struct snmp_session" before passing
> it
> On Fri, 04 Jun 2010 08:24:06 +0200, Magnus Fromreide
> said:
MF> The problem seems to be that I hadn't installed net-snmp prior to
MF> running the test suite but I do believe that the test suite should be
MF> runnable prior to net-snmp beeing installed.
Yep; I hadn't gotten to doing p
> On Fri, 4 Jun 2010 12:25:53 +0530, "Prakash"
> said:
P> I am trying to extend the subagent using the mib2c.mfd.conf file and I was
P> able to compile the module.
Did you modify the code that mib2c produced? It won't do anything
unless you look through it, read the comments and fill i
> On Fri, 4 Jun 2010 14:34:56 +0530, Vinod Nanjaiah
> said:
VN> Is such a problem known to exist with snmpd?
VN> Or, does this indicate that something is wrong with the sub-agents?
Well, it's likely the connection between the master and the sub-agent
has failed. It actually could be ei
Hi,
I have observed the following problem with snmpd (net-snmp version 5.4.2).
I am running two sub-agents and snmpd on my system.
After a few days of running correctly, the sub-agents stop responding (to
snmpget requests).
On restarting snmpd only, the sub-agents start responding again.
Is such