Thanks for your attention,
I thought I've had the `select' problem resolved:
The first argument of select() must be greater than ZERO, since
the master agent passes opened_session_numbers to subagent
as a pointer, and when the master is NOT in a stable state, i.e.,
the master cannot process request
In 5.2.1, on Win2K Pro, I have an agent with code generated from mib2c with
create-dataset.
I can run snmpset with 1 PDU fine, as far as I can tell.
But if I run it with multiple PDU's on a table with no rows, the first time
through it creates a row and sets the values fine. But the second tim
Hi!
I would like to thank you for your answer!
Sihem
--- Robert Story <[EMAIL PROTECTED]> a écrit :
> On Fri, 26 Nov 2004 10:57:41 +0100 (CET) Sihem
> wrote:
> S> I would like to known whether it is possible to
> reduce
> S> the size of libnetsnmp.a.
>
> Not really. The best you can do is to
On Thu, 25 Nov 2004 08:20:03 +0100 P wrote:
PK> > PK> 2) I got some sigsev's after deleting table row. I've changed
PK> >
PK> > How are you deleting the table row?
PK>
PK> in _commit function I call some system functions to remove data from
PK> system (in this case I call system("isdnctrl blah bl
I'm trying to understand row creation when I use mib2c's create-dataset.conf.
I have a test table (below) with an index, a rowstatus, and a plain variable.
If I set the plain variable with an index that does not exist yet, the row gets
created.
If I set the rowstatus to createAndGo with an index
On Mon, 29 Nov 2004 13:08:17 +0100 P wrote:
PK> I've implemented some tables using mfd and there is memory leak. Leak
PK> occurs when I do snmpwalk on that table. I'm allmost sure, that bug is
PK> somewhere in generated code.
PK> When I do 'snmpwalk -On localhost oneIntegerFieldFromTable' leak is
P
On Fri, 26 Nov 2004 10:57:41 +0100 (CET) Sihem wrote:
S> I would like to known whether it is possible to reduce
S> the size of libnetsnmp.a.
Not really. The best you can do is to turn off all net-snmp debugging (see
configure options), and then 'strip' the library to remove compiler debug
symbols.
On Thu, 25 Nov 2004 11:19:48 +0100 (MET) Sven wrote:
SJ> I would like to send in a loop over 2-Requests. First, in this loop i
SJ> create a pdu with snmp_pdu_create(SNMP_MSG_SET). Than i add about 10
SJ> Variables to this pdu with snmp_pdu_add_variable. After that, i call
SJ> snmp_synch_respons
On Thu, 25 Nov 2004 16:13:55 +0800 Yi wrote:
YH> I tried some ways to avoid the `select' error mentioned in the last letter.
YH>
YH> I merely removedthe default mibs defined in net-snmp-config.h:
YH> #define DEFAULT_MIBS ""
Hmmm... that seems to be a very odd thing to affect a select stat
Hi,
I've implemented some tables using mfd and there is memory leak. Leak
occurs when I do snmpwalk on that table. I'm allmost sure, that bug is
somewhere in generated code.
When I do 'snmpwalk -On localhost oneIntegerFieldFromTable' leak is
about 16bytes per one received row. Same on whole table g
10 matches
Mail list logo