Re: Net-SNMP 5.3.1 sub agent crash on long string index

2008-11-25 Thread Thomas Anders
Kobi Vaknin (kvaknin) wrote: > I've took the patch *[ net-snmp-Patches-1944581 ] Core dump in net-snmp > for long value of string index * > *but now the agent (snmpd) crash .* Try again with net-snmp 5.4.2 and report back, please. +Thomas

Net-SNMP 5.3.1 sub agent crash on long string index

2008-11-25 Thread Kobi Vaknin (kvaknin)
Hi , We have encountered with subagent (agentx) crash during get bulk request , the root cause of the problem wad long string Index ( 15 bytes) . I've took the patch [ net-snmp-Patches-1944581 ] Core dump in net-snmp for long value of string index but now the agent (snmpd) crash . we have na

Re: SNMP Agent Coding Documents...

2008-11-25 Thread maksud
Now I can call snmpget to get the value. Still having some problems regarding snmpset but hope to overcome that well.. But can some help me with a guideline so that I can create a snmp agent that will do some work when some one requests them to, not just variable returns. I have to implement wman-d

SNMP Agent Coding Documents...

2008-11-25 Thread maksud
Hello, I am new to snmp protocol. I have to build a snmp agent for a device. The device runs on linux. After some googling it seems that net-snmp is a definite choice. But I could not find a starting point to begin coding the snmp agent. Could you please send some documents or resources regarding t

AW: "missing" struct.h @ util_funcs.h

2008-11-25 Thread Hanig, Michael
I got informed that in Debian, they copy a bunch of .h files after "make install", including this struct.h file. In debian/rules, there is: common-install-arch:: $(PYVERS:%=debian/python-install-stamp-%) # Install the "broke" headers cp agent/mibgroup/struct.h debian/tmp/usr/incl