[Bug 506865] Re: snmp-net not working with lm-sensors

2010-06-10 Thread Erik van Elsas
@Rob.D, I'm not at all an expert on Debian/Ubuntu development, but as far as I understand what you see is the original (upstream) source tree. Debian/Ubuntu applies patches on this source if necessary. The patch I mentioned can be seen at http://bazaar.launchpad.net/~ubuntu-

[Bug 506865] Re: snmp-net not working with lm-sensors

2010-06-01 Thread Erik van Elsas
I think the problem in lucid lies in the switch to the libsensors4 API in agent/mibgroup/ucd-snmp/lmSensors.c Patch 60 replaces the test (data-mapping == SENSORS_NO_MAPPING) with a test for (subfeature-mapping == 0). In libsensors3, the SENSORS_NO_MAPPING value indicated a new main feature. The