On Tue, 2005-07-05 at 04:47 -0700, Ajit Bhat wrote: > Now when I try to unload the lib, I call a shutdown > function which has 'unregister_mib' for all the above > OIDs. But the 'unregister_mib' function returns with : > MIB_NO_SUCH_REGISTRATION
The register and unregister calls must match *exactly* (including the root OID, priority, context, etc) It's possible that there's a slight inconsistency between the two calls, causing a mis-match. Have a look at a particular pair, and compare them very closely. You might find it helpful to run the agent with '-Dregister_mib', to see what it's getting. Dave ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
