2008/5/3 ema <[EMAIL PROTECTED]>: > in /usr/share/snmp/snmpd.conf, there's a line > > trapsess 192.168.1.100 > > when i running snmpd -d -f -Le > it will report Segmentation fault, after it sends the coldStart PDU trap to > trapreceiver ip > > but when i comment this line, it work correctly, I don't know why?
I've tried to investigate this problem, but I can't reproduce it. Did you compile the agent from source, or is this a pre-compiled binary installation? What O/S are you using? What are the full contents of /usr/share/snmp/snmpd.conf ? > by the way, every time when i start snmpd or snmptrapd > it will show these message > > netsnmp_assert !"registration != duplicate" failed > agent_registry.c:535 netsnmp_subtree_load() Those messages are completely harmless. But see Official Patch 1805971 for how to shut it up. Dave ------------------------------------------------------------------------- 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-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
