Comment 11 for bug 1314760

Revision history for this message
Vince N (libertyshadow) wrote :

Attaching a rough pysnmp (4.2.5) test

$ python ./hrSwInstall.py centos6_srv.example.com 161 v2comm
HOST-RESOURCES-MIB::hrSWInstalledIndex."1" 1
HOST-RESOURCES-MIB::hrSWInstalledIndex."2" 2
HOST-RESOURCES-MIB::hrSWInstalledIndex."3" 3
HOST-RESOURCES-MIB::hrSWInstalledIndex."4" 4
HOST-RESOURCES-MIB::hrSWInstalledIndex."5" 5
$ python ./hrSwInstall.py ubuntu_srv.example.com 161 v2comm
Failed: ConstraintsIntersection(ConstraintsIntersection(ConstraintsIntersection(), ValueRangeConstraint(-2147483648, 2147483647)), ValueRangeConstraint(1, 2147483647)) failed at: "ValueRangeConstraint(1, 2147483647) failed at: "0"" at Integer32

Hope these resources help with testing. I've worked around this for a few years now; it would be nice to see an upstream fix merged.