On 25/10/2007, Need Help <[EMAIL PROTECTED]> wrote:
> I have seen the following text being displayed when I start my subagent:
>
>   netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
>
> I realize there is a patch which exists which will supperss this text, but I
> wanted to know what causes this text to be printed.  Is it a true error I
> should be paying attention to or be concerned with?  Or is this text purely
> informational?

It's not a real error, no.

It's simply that the master agent and the subagent are both trying to
register the three root OIDs as part of the basic initialisation of the
agent.   This fails for the subagent ('cos the master agent got there first)
hence the errors that you see.

It's perfectly normal behaviour, so the patch simply suppresses this
particular error message.

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to