Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you encounter the 'Time synchronization failed during discovery' error using the perl Net::SNMP library there may be a fairly easy work around.  It may be as easy as editing the Net::SNMP module to not invoke this error.  The following advice should be executed as root.

...

If you are unfortunate as in the above example, two SNMP.pm files may be returned.  In order to determine which one perl is invoking use the perl -V command.

...