From nobody@FreeBSD.org  Thu Dec 26 00:03:35 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 859FC615
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Dec 2013 00:03:35 +0000 (UTC)
Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 6EB5C1EE2
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Dec 2013 00:03:35 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBQ03Z43053514
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 26 Dec 2013 00:03:35 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBQ03ZGj053494;
	Thu, 26 Dec 2013 00:03:35 GMT
	(envelope-from nobody)
Message-Id: <201312260003.rBQ03ZGj053494@oldred.freebsd.org>
Date: Thu, 26 Dec 2013 00:03:35 GMT
From: Helmut Ritter <freebsd-ports@charlieroot.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: net-mgmt/net-snmp: UCD-SNMP-MIB::memBuffer flapping and getting negative
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         185193
>Category:       ports
>Synopsis:       net-mgmt/net-snmp: UCD-SNMP-MIB::memBuffer flapping and getting negative
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    zi
>State:          feedback
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 26 00:10:00 UTC 2013
>Closed-Date:    
>Last-Modified:  Mon May 12 12:14:40 UTC 2014
>Originator:     Helmut Ritter
>Release:        9.2-RELEASE-p2
>Organization:
>Environment:
FreeBSD BSDHelmut.charlieroot.de 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259165: Tue Dec 10 22:09:05 CET 2013     root@BSDHelmut.charlieroot.de:/usr/obj/usr/src/sys/GENERIC-QUOTA-PF-ALTQ  amd64
>Description:
net-snmp was built with 64bit counters. The value for UCD-SNMP-MIB::memBuffer is sometimes flapping between positive and negative:

Thu Dec 26 00:52:15 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:16 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:

[helmut@BSDHelmut ~]$ snmpd -v

NET-SNMP version:  5.7.2
Web:               http://www.net-snmp.org/
Email:             net-snmp-coders@lists.sourceforge.net

[helmut@BSDHelmut ~]$ count=30; while [ $count -gt 0 ]; do date; snmpwalk -v2c -cpublic localhost 1.3.6.1.4.1.2021.4; sleep 1; count=`expr $count - 1`; done
Thu Dec 26 00:52:05 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1172168 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5412748 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 377452 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3744736 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581328 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:06 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1172168 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5412748 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 377452 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3744736 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581328 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:07 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1172168 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5412748 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 377452 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3744736 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581328 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:08 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1172168 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5412748 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 377452 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3744736 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581328 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:09 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1172168 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5412748 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 377452 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3744736 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581328 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:10 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:12 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:13 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:14 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:15 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1169768 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 5521568 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 356896 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3743040 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1581992 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:16 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:17 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:18 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:19 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:20 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1167984 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4949412 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 340792 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427136 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629308 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:21 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1182260 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4659724 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 324784 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3766144 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629280 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:22 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1182260 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4659724 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 324784 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3766144 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629280 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:23 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1182260 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4659724 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 324784 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3766144 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629280 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:24 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1182260 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4659724 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 324784 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3766144 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629280 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:26 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1182260 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4659724 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 324784 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: -3766144 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1629280 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:27 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191020 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427296 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633888 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:28 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191020 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427296 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633888 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:29 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191020 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427296 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633888 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:30 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191020 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427296 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633888 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:31 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191020 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427296 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633888 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:32 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191024 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427520 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633840 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:33 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191024 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427520 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633840 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:38 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191016 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427552 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633856 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:39 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191016 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427552 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633856 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
Thu Dec 26 00:52:40 CET 2013
UCD-SNMP-MIB::memIndex.0 = INTEGER: 0
UCD-SNMP-MIB::memErrorName.0 = STRING: swap
UCD-SNMP-MIB::memTotalSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memAvailSwap.0 = INTEGER: 2097024 kB
UCD-SNMP-MIB::memTotalReal.0 = INTEGER: 4171044 kB
UCD-SNMP-MIB::memAvailReal.0 = INTEGER: 1191016 kB
UCD-SNMP-MIB::memTotalFree.0 = INTEGER: 4558476 kB
UCD-SNMP-MIB::memMinimumSwap.0 = INTEGER: 16000 kB
UCD-SNMP-MIB::memShared.0 = INTEGER: 315456 kB
UCD-SNMP-MIB::memBuffer.0 = INTEGER: 427552 kB
UCD-SNMP-MIB::memCached.0 = INTEGER: 1633856 kB
UCD-SNMP-MIB::memSwapError.0 = INTEGER: noError(0)
UCD-SNMP-MIB::memSwapErrorMsg.0 = STRING:
[helmut@BSDHelmut ~]$
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->zi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Dec 26 00:10:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185193 

From: David Brodin <david.brodin@sverigesradio.se>
To: "bug-followup@FreeBSD.org" <bug-followup@FreeBSD.org>,
	"freebsd-ports@charlieroot.de" <freebsd-ports@charlieroot.de>
Cc:  
Subject: Re: ports/185193: net-mgmt/net-snmp: UCD-SNMP-MIB::memBuffer
 flapping and getting negative
Date: Sun, 23 Mar 2014 19:15:34 +0000

 --Apple-Mail=_0B49532C-BB57-4185-8A78-1600CB34F662
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/plain;
 	charset=windows-1252
 
 Hi,
 
 I am seeing this same problem in FreeBSD10, sometimes its a positive =
 value, sometimes a negative value.
 [david@fbsd ~]$ uname -a
 FreeBSD fbsd.sr.se 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan =
 16 22:34:59 UTC 2014     =
 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
 
 [david@fbsd ~]$ pkg info net-snmp
 net-snmp-5.7.2_4
 Name           : net-snmp
 Version        : 5.7.2_4
 Installed on   : Wed Mar 19 20:59:36 CET 2014
 Origin         : net-mgmt/net-snmp
 Architecture   : freebsd:10:x86:64
 =85
 
 Best regards,
 David B
 
 
 --Apple-Mail=_0B49532C-BB57-4185-8A78-1600CB34F662
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename="signature.asc"
 Content-Type: application/pgp-signature; name="signature.asc"
 Content-Description: Message signed with OpenPGP using GPGMail
 
 -----BEGIN PGP SIGNATURE-----
 Comment: GPGTools - http://gpgtools.org
 
 iQEcBAEBAgAGBQJTLzLYAAoJECMxk2w1uyCg67wH/i7gIssnDC+7CGpWnS2TISqJ
 s9p0jVxfluzALzm0U71S1/rT/U1y1wSxKjoRkH7cApmWFoqcp+7kJnDerGWGVju9
 RnpCEc+D6i9Y9dIAk/8u73AEUNcA99NFJquqXzH7NC8yyqUv6odj3VMigi2gXZlw
 DyC+L9U1981zQPpB3cMPk0CO20ltmsX+sWRBDj9LnaDNtBbAdFqMkUnL5jk2F/+h
 /Oh3sABzjGBHnYfqDVHyzk+yOEEI4fPdj3GePvh56FNWPKsmTRQpaOXrvh3LYIu3
 nBC/7/va6ctmQ69Nw53eLvpkjPcR0qKtw/cKGkcL7FJ4JLvxMm4W/We21N8Qaog=
 =jB9y
 -----END PGP SIGNATURE-----
 
 --Apple-Mail=_0B49532C-BB57-4185-8A78-1600CB34F662--
State-Changed-From-To: open->feedback 
State-Changed-By: zi 
State-Changed-When: Mon May 12 12:14:39 UTC 2014 
State-Changed-Why:  
Bug opened upstream: https://sourceforge.net/p/net-snmp/bugs/2545/ 

http://www.freebsd.org/cgi/query-pr.cgi?pr=185193 
>Unformatted:
