This is a discussion on RE: Timeout:No Response From 127.0.0.1 within the SNMP Users forums, part of the Networking and Network Related category; > From: net-snmp-users-bounces@lists.sourceforge.net > [mailto:net-snmp-users-bounces@lists.sourceforge.net] On > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
> From: net-snmp-users-bounces@lists.sourceforge.net
> [mailto:net-snmp-users-bounces@lists.sourceforge.net] On > Behalf Of simone marangoni > Sent: Wednesday, March 12, 2008 2:55 AM > root@simone-laptop:/usr/share/snmp# ps -ef | grep snmp > root 6696 6088 0 10:45 pts/0 00:00:00 grep snmp This says that there is no snmp daemon running. > here is my snmpd.conf: > trapsink localhost > trap2sink localhost > informsink localhost Why do you want three copies of every trap? I don't think this does what you think it does... What you should do now is inspect /etc/init.d/snmpd to find the path to your snmpd. Then do: /path/to/snmpd -Le -f localhost:8161 See if that runs or gives you a better idea of why the agent is dying during startup. HTH, Mike ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-users mailing list Net-snmp-users@lists.sourceforge.net Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/...net-snmp-users |