On 11/12/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > However, today, after repeating the steps above, upon attempting to > start snmpd and looking in the /var/log/snmpd.log file, I get the > following message: > > "netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 > netsnmp_assert !"registration != duplicate" failed agent_registry.c:535 > netsnmp_assert !"registration != duplicate" failed agent_registry.c:535
See official patch #1805971 (http://sourceforge.net/tracker/index.php?func=detail&aid=1805971&group_id=12694&atid=456380) to fix this problem. > Warning: no access control information configured. (HUH??) > It's unlikely this agent can serve any useful purpose in this state. > # snmpd.conf > rwuser randy > rouser something > rocommunity whatever > rwcommunity private 127.0.0.1 > Could someone please give me some ideas as to what is possibly going > wrong here? How can the message in the snmpd.log file possibly tell me > that the access control isn't configured when it clearly is? It's worth checking which config files the agent is attempting to read. Try running snmpd -f -Le -Dread_config and ensure that the output shows the agent reading the lines above. If not, then check the location where this file is installed against the config search list (output fairly early in the debug output). Dave ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
