What Debian version are you running?
What net-snmp version are you using?
Debian package or self-compiled?
If the latter, what's the output of "net-snmp-config --configure-options"?

> snmp     25742     1  0 Aug29 ?        00:03:13 /usr/sbin/snmpd -s -l
> /dev/null -u snmp -I -smux -P /var/run/snmpd.pid -p [EMAIL PROTECTED]

You're using deprecated options. See the snmpd(8) manual page for details.

> I have implemented snmpd on our Debian servers. However, some of the
> snmpd keeping dying when polled.

I'd suggest running it in the foreground like

  snmpd -f -Le ...

to see whether it gives any error messages. If there isn't anything
useful and the daemon still crashes, try getting a gdb backtrace:

  http://www.net-snmp.org/wiki/index.php/Debugger


+Thomas

-------------------------------------------------------------------------
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-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

Reply via email to