On Thu, Jul 28, 2011 at 05:43:45PM +0200, Bart Van Assche wrote: > * 5.7 branch and master branch: no hrStorageFixedDisk entries are reported > in hrStorageTable. > $ apps/snmpwalk -Mmibs -v2c -cpublic :1161 hrStorageTable|grep > hrStorageFixedDisk > $ grep '^#.*GETMNTENT' config.log > #define HAVE_GETMNTENT 1
Did you rerun autoconf? The patch is only relevant for 5.7 and trunk, because of patch 20406. configure will properly detect HAVE_GETMNTENT, but the problem is that it is detected AFTER configure has processed mibgroup/hardware/fsys.h and decided on which fsys module to use. Without this patch it has to fall back to fsys_void. /Niels -- Niels Baggesen - @home - Ã…rhus - Denmark - [email protected] The purpose of computing is insight, not numbers --- R W Hamming ------------------------------------------------------------------------------ Got Input? Slashdot Needs You. Take our quick survey online. Come on, we don't ask for help often. Plus, you'll get a chance to win $100 to spend on ThinkGeek. http://p.sf.net/sfu/slashdot-survey _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
