-
somewhere b/w 5.1.2 (our distribution vendor's last
included version) and 5.3.1 (what's in the current
mix), the SNMPv3 message input processing started
checking the securityEngineID returned from the
security model/module/provider/whatever, but the KSM
gives it an empty string. the provided patch kludges
around that, since i surmise it's safe for it to as-
sume that it's talking to...
2008-06-26 20:39:15 UTC in net-snmp
-
in a couple places you get a s/b 8 error out of the
encoding routines called when the KSM is trying to
build a PDU, presumably. i suppose it's because
sizeof long != sizeof int on my build platform.
here's an indicative patch (against my vendor's
5.3.1 RPM source tree, but the patched code still
seems to be in the SVN trunk)
2008-06-26 20:05:19 UTC in net-snmp
-
we have a little trouble with NFS mounts getting hung
and, notwithstanding server reboots, having a bunch of
processes in our clients' process tables getting stuck in
uninterruptible sleeps on the NFS stuff they were using
until the client gets rebooted. lamentably, snmpd often
falls prey to this, as it answers polls from nagios of
its hrStorage listing every few minutes. attached is
a...
2006-08-05 00:40:36 UTC in net-snmp