I have an application based on Net-SNMP v5.2 which I build for PPC and
Arm.  On PPC it works fine.  On Arm,     

   status = snmp_synch_response(ss, pdu, &response);
   ...
   if (status == STAT_SUCCESS)
       snmp_log(LOG_ERR, "Error in packet. Reason: %s\n",
                snmp_errstring(response->errstat));
   else
       snmp_sess_perror("GetSysValues", ss);

gives

   GetSysValues: Too Long

in the log.  Can someone help me understand what that's about?

                                               Chris


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
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/listinfo/net-snmp-users

Reply via email to