On sön, 2008-05-11 at 23:54 +0200, Thomas Anders wrote: > Does anyone else see the messages
Yes - I do see it. > netsnmp_assert !"registration != duplicate" failed agent_registry.c:666 > netsnmp_subtree_load() > netsnmp_assert !"registration != duplicate" failed agent_registry.c:666 > netsnmp_subtree_load() > netsnmp_assert !"registration != duplicate" failed agent_registry.c:666 > netsnmp_subtree_load() It is actually pretty interesting. I stupidly trusted the helpers to do the right thing and tried to register snmp.[1-6].0 snmp.[8-22].0 snmp.[24-29].0 snmp.30.0 as scalar_groups (and a scalar) but the problem is that they all try to register snmp in order to return a nothing here message. I suppose I have to change it to register snmp separately and then all the instances each by itself. Another idea is to return to a great big handler design (the other version). /MF ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
