Re: session problems in a snmp application

2005-08-31 Thread Thomas Anders
Rafael Garabato wrote: The problem is that there are two computers that has the snmp agent and they switch between each other to be the active computer. When they switch the snmp configuration parameters (user, password and ip) remains the same so it should be possible to continue us

session problems in a snmp application

2005-08-31 Thread Rafael Garabato
Hello, I am having a problem with the net-snmp api.   I have written a code which is based on the code located at http://www.net-snmp.org/tutorial/tutorial-5/toolkit/demoapp/index.html . The only difference is that I included all that code in a fuction which I call several times

setting RowStatus to NOSUCHOBJECT crashes agent?

2005-08-31 Thread Gillis, Philip W (Philip)
Hello All. We're seeing the following problem. We use a mib browser that let us set variables, and it reads the current value first. We read a table row (that has RowStatus), and it does not exist, so RowStatus shows as NOSUCHOBJECT. Then we hit the SET button. We're trying to make sure bad

5.2 CVS init_mib() crash

2005-08-31 Thread Thomas Anders
-Coders, I've just submitted bug #1277569 that documents that recent V5-2-patches crashes for me when using the "+" symbol in MIBS/-m. Anyone else seeing this? See: http://sf.net/support/tracker.php?aid=1277569 +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ---

Re: mem leak in net-snmp libs

2005-08-31 Thread Radek Vokál
ok, further customer findings On Tue, 2005-08-30 at 12:08 -0400, Robert Story wrote: > On Tue, 30 Aug 2005 15:54:32 +0200 Radek wrote: > RV> Now my understanding, which may well be incorrect, is that the callback > RV> function is used to handle a response to the trap? Is that correct? If > RV>

When will be next release of net-snmp?

2005-08-31 Thread Grasic Igor
Hello, I read at the: http://www.net-snmp.org/dev/schedule.html that new release of net-snmp package will be in July 2005... I recently developed quite complex snmp system with master and seven subagents, based on the version 5.2.1.rc2. Time to times I encounter or better 'invent' error, tha

Re: NETSNMP_DS_LIB_DONT_PERSIST_STATE?

2005-08-31 Thread Thomas Anders
Wes Hardaker wrote: On Tue, 30 Aug 2005 00:27:36 +0200, Thomas Anders <[EMAIL PROTECTED]> said: Thomas> NETSNMP_DS_LIB_DONT_PERSIST_STATE (a 3-in-1 for the above) hasn't been Thomas> touched yet and still needs a better name (IMHO). Further suggestions? The name is bound, unfortunately, by p

Fetching bunch of oids

2005-08-31 Thread Alaios
Good norning to all ... poking aroung in the sources... i have noticed the following declarations #define LABEL 1 #define SUBTREE 2 #define SYNTAX 3 #define OBJID (4 | SYNTAX_MASK) #define OCTETSTR(5 | SYNTAX_MASK) #define INTEGER (6 | SYNTAX_MASK) #define NETA