On Fri, 8 Oct 2004 21:06:16 +0100 Tony wrote:
TS> I don't know of any sub-agents, just snmpd itself.
TS> 
TS> Is there anything I can look to see if there is any sub-agents running?

You would have seen a bunch of "agentx" debug messages in the debug output you
captured.

Try applying this patch, and then running again, this time changing "-D" to
"-Dsnmpd". It will produce a lot less output, and tell us what the error was
for select.

--- ../clean-5.1.x/agent/snmpd.c        2004-10-06 00:42:31.000000000 -0400
+++ agent/snmpd.c       2004-10-06 17:02:55.000000000 -0400
@@ -1193,6 +1185,7 @@
                 snmp_timeout();
                 break;
             case -1:
+                DEBUGMSGTL(("snmpd/select", "  errno = %d\n", errno));
                 if (errno == EINTR) {
                     /*
                      * likely that we got a signal. Check our special signal


-- 
Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/>
<irc://irc.freenode.net/#net-snmp>  
Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-users>

You are lost in a twisty maze of little standards, all different. 


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
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