This is a discussion on assertion failure on multiple varbind snmpset within the SNMP Coders forums, part of the Networking and Network Related category; Hi, I've run across a problem that was discussed on this list about 3 months ago. From the archives, ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
I've run across a problem that was discussed on this list about 3 months ago. From the archives, it doesn't look like it was resolved. Here's the situation. I have a subagent running to handle a private MIB that I wrote. If I try to run snmpset on more than one variable at once, the agent spits out an error message saying that an assertion failed in netsnmp_check_requests_status(). This warning appears to be benign since all the variables were in fact changed. I don't see this message if I only try to set one variable. I'm wondering if I'm missing something in the subagent code to handle snmpsets with multiple variables. I'm new to this; the only experience I have to go by is the tutorial. From the mailing list archives, it seems that this error message won't hurt anything, but I'd like to avoid it if possible. Apart from dumping stderr logging to /dev/null, is there any way I can fix or otherwise suppress this message? Thanks in advance. Michael ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |