Version: net-snmp 5.7.1

in net-snmp-5.7.1/agent/mibgroup/hardware/fsys/hw_fsys.c:337

should be 
    f->avail_32 = f->avail >> factor;
    f->used_32 = f->used >> factor;

instead of
    f->avail_32 = f->avail << factor;
    f->used_32 = f->used << factor;

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to net-snmp in Ubuntu.
https://bugs.launchpad.net/bugs/865268

Title:
  snmpd reports wrong value for hrStorageSize on large filesystem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/865268/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to