Robert Story wrote:

On Fri, 09 Sep 2005 09:44:50 -0700 Tom wrote:
TC> Where did I got wrong?
The code is right, so you've hit a bug somewhere.
I'm surprised. I assumed that there were a lot of people using this code in the same manner I am, so if there were any bugs, someone would have hit'em already. That's why I assumed I had it wrong somewhere.

BTW., the snmpd log output during a snmpget showed, "snmp_realloc_rbuild_var_op: 199". 199 is 0xC7, and that's ASN_PRIV_RETRY. I suspect it's set in my *interface.c file, in int _mfd_amccRaidControllerTable_get_values(netsnmp_mib_handler *handler,

The code looks like:

rc = _amccRaidControllerTable_get_column(rowreq_ctx, requests->requestvb, tri->colnum);
       if (rc) {
           if (MFD_SKIP == rc) {
               requests->requestvb->type = ASN_PRIV_RETRY;
               rc = SNMP_ERR_NOERROR;
           }
       } else if (NULL == requests.....

What release are you running? If you aren't using 5.2.1.2, try upgrading/
Yes, I'm running 5.2.1.2 installed from net-snmp-5.2.1.2-1.fc4.i386.rpm. I didn't install from source because I wanted to make sure my agent'll work for people who have a net-snmp binary install.

Is your module compiled into the agent, or is it a sub-agent?
   It's a dlmod loaded sub-agent running under snmpd.

What OS?
32 bit or 64 bit?
I'm seeing this on 32bit Linux Fedora 4, stock everything. I haven't tried other OS's, but eventually it'll be running on almost everything.

  Thanx, tom.c
--------------------------------------------------------

CONFIDENTIALITY NOTICE: This e-mail message, including any attachments, is for 
the sole use of the intended recipient(s) and contains information that is 
confidential and proprietary to Applied Micro Circuits Corporation or its 
subsidiaries. It is to be used solely for the purpose of furthering the 
parties' business relationship. All unauthorized review, use, disclosure or 
distribution is prohibited. If you are not the intended recipient, please 
contact the sender by reply e-mail and destroy all copies of the original 
message.


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to