<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Net-SNMP v5.7 Issues</title>
	<atom:link href="http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/</link>
	<description>IP Networks. Datacenter. Security. Open Source. My Blog.</description>
	<lastBuildDate>Tue, 08 May 2012 16:40:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Brice</title>
		<link>http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/#comment-201</link>
		<dc:creator>Brice</dc:creator>
		<pubDate>Thu, 03 May 2012 21:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.packetmischief.ca/?p=922#comment-201</guid>
		<description>Damn, my bad.

I&#039;ll move to 5.1 and check if the version is the 5.7.1.</description>
		<content:encoded><![CDATA[<p>Damn, my bad.</p>
<p>I&#8217;ll move to 5.1 and check if the version is the 5.7.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Knight</title>
		<link>http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/#comment-195</link>
		<dc:creator>Joel Knight</dc:creator>
		<pubDate>Sun, 29 Apr 2012 23:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.packetmischief.ca/?p=922#comment-195</guid>
		<description>Hey Brice, you&#039;re running the version that has issues with disk utilization. Check out the blog post we&#039;re commenting in and you&#039;ll see some examples. Upgrade to Net-SNMP 5.7.1 and you&#039;ll be good to go.</description>
		<content:encoded><![CDATA[<p>Hey Brice, you&#8217;re running the version that has issues with disk utilization. Check out the blog post we&#8217;re commenting in and you&#8217;ll see some examples. Upgrade to Net-SNMP 5.7.1 and you&#8217;ll be good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brice</title>
		<link>http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/#comment-194</link>
		<dc:creator>Brice</dc:creator>
		<pubDate>Sun, 29 Apr 2012 22:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.packetmischief.ca/?p=922#comment-194</guid>
		<description>visualstation@Charon:ttyp0 ~ % snmpwalk -V
NET-SNMP version: 5.7</description>
		<content:encoded><![CDATA[<p>visualstation@Charon:ttyp0 ~ % snmpwalk -V<br />
NET-SNMP version: 5.7</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brice</title>
		<link>http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/#comment-193</link>
		<dc:creator>Brice</dc:creator>
		<pubDate>Sun, 29 Apr 2012 22:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.packetmischief.ca/?p=922#comment-193</guid>
		<description>Hi Joel,

Sorry for the late response.

For example, the partition /var/www is &quot;empty&quot; but a walk on the disk data, show me 

HOST-RESOURCES-MIB::hrStorageSize.36 = INTEGER: 2066049

HOST-RESOURCES-MIB::hrStorageUsed.36 = INTEGER: 2058339

but if I use df, it gives me the following output:
/dev/wd1b      3.9G   15.1M    3.7G     0%    /var/www

Any idea ?

--- Output ---
HOST-RESOURCES-MIB::hrStorageDescr.1 = STRING: Physical memory
HOST-RESOURCES-MIB::hrStorageDescr.2 = STRING: Real memory
HOST-RESOURCES-MIB::hrStorageDescr.10 = STRING: Swap space
HOST-RESOURCES-MIB::hrStorageDescr.11 = STRING: swap /dev/wd0b
HOST-RESOURCES-MIB::hrStorageDescr.12 = STRING: swap /dev/wd1e
HOST-RESOURCES-MIB::hrStorageDescr.31 = STRING: /
HOST-RESOURCES-MIB::hrStorageDescr.32 = STRING: /home
HOST-RESOURCES-MIB::hrStorageDescr.33 = STRING: /tmp
HOST-RESOURCES-MIB::hrStorageDescr.34 = STRING: /usr
HOST-RESOURCES-MIB::hrStorageDescr.35 = STRING: /var
HOST-RESOURCES-MIB::hrStorageDescr.36 = STRING: /var/www
HOST-RESOURCES-MIB::hrStorageAllocationUnits.1 = INTEGER: 4096 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.2 = INTEGER: 4096 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.10 = INTEGER: 4096 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.11 = INTEGER: 4096 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.12 = INTEGER: 4096 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.31 = INTEGER: 2048 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.32 = INTEGER: 2048 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.33 = INTEGER: 2048 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.34 = INTEGER: 2048 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.35 = INTEGER: 2048 Bytes
HOST-RESOURCES-MIB::hrStorageAllocationUnits.36 = INTEGER: 2048 Bytes
HOST-RESOURCES-MIB::hrStorageSize.1 = INTEGER: 130959
HOST-RESOURCES-MIB::hrStorageSize.2 = INTEGER: 130958
HOST-RESOURCES-MIB::hrStorageSize.10 = INTEGER: 329590
HOST-RESOURCES-MIB::hrStorageSize.11 = INTEGER: 532224
HOST-RESOURCES-MIB::hrStorageSize.12 = INTEGER: 2104515
HOST-RESOURCES-MIB::hrStorageSize.31 = INTEGER: 65103
HOST-RESOURCES-MIB::hrStorageSize.32 = INTEGER: 235414670
HOST-RESOURCES-MIB::hrStorageSize.33 = INTEGER: 259823
HOST-RESOURCES-MIB::hrStorageSize.34 = INTEGER: 1548247
HOST-RESOURCES-MIB::hrStorageSize.35 = INTEGER: 2066034
HOST-RESOURCES-MIB::hrStorageSize.36 = INTEGER: 2066049
HOST-RESOURCES-MIB::hrStorageUsed.1 = INTEGER: 83670
HOST-RESOURCES-MIB::hrStorageUsed.2 = INTEGER: 83669
HOST-RESOURCES-MIB::hrStorageUsed.10 = INTEGER: 0
HOST-RESOURCES-MIB::hrStorageUsed.11 = INTEGER: 0
HOST-RESOURCES-MIB::hrStorageUsed.12 = INTEGER: 0
HOST-RESOURCES-MIB::hrStorageUsed.31 = INTEGER: 31170
HOST-RESOURCES-MIB::hrStorageUsed.32 = INTEGER: 217362547
HOST-RESOURCES-MIB::hrStorageUsed.33 = INTEGER: 259815
HOST-RESOURCES-MIB::hrStorageUsed.34 = INTEGER: 907066
HOST-RESOURCES-MIB::hrStorageUsed.35 = INTEGER: 2050639
HOST-RESOURCES-MIB::hrStorageUsed.36 = INTEGER: 2058339

Filesystem     Size    Used   Avail Capacity  Mounted on
/dev/wd0a      127M   66.3M   54.5M    55%    /
/dev/wd1f      449G   34.4G    392G     8%    /home
/dev/wd1d      508M   16.0K    482M     0%    /tmp
/dev/wd0d      3.0G    1.2G    1.6G    44%    /usr
/dev/wd1a      3.9G   30.1M    3.7G     1%    /var
/dev/wd1b      3.9G   15.1M    3.7G     0%    /var/www</description>
		<content:encoded><![CDATA[<p>Hi Joel,</p>
<p>Sorry for the late response.</p>
<p>For example, the partition /var/www is &#8220;empty&#8221; but a walk on the disk data, show me </p>
<p>HOST-RESOURCES-MIB::hrStorageSize.36 = INTEGER: 2066049</p>
<p>HOST-RESOURCES-MIB::hrStorageUsed.36 = INTEGER: 2058339</p>
<p>but if I use df, it gives me the following output:<br />
/dev/wd1b      3.9G   15.1M    3.7G     0%    /var/www</p>
<p>Any idea ?</p>
<p>&#8212; Output &#8212;<br />
HOST-RESOURCES-MIB::hrStorageDescr.1 = STRING: Physical memory<br />
HOST-RESOURCES-MIB::hrStorageDescr.2 = STRING: Real memory<br />
HOST-RESOURCES-MIB::hrStorageDescr.10 = STRING: Swap space<br />
HOST-RESOURCES-MIB::hrStorageDescr.11 = STRING: swap /dev/wd0b<br />
HOST-RESOURCES-MIB::hrStorageDescr.12 = STRING: swap /dev/wd1e<br />
HOST-RESOURCES-MIB::hrStorageDescr.31 = STRING: /<br />
HOST-RESOURCES-MIB::hrStorageDescr.32 = STRING: /home<br />
HOST-RESOURCES-MIB::hrStorageDescr.33 = STRING: /tmp<br />
HOST-RESOURCES-MIB::hrStorageDescr.34 = STRING: /usr<br />
HOST-RESOURCES-MIB::hrStorageDescr.35 = STRING: /var<br />
HOST-RESOURCES-MIB::hrStorageDescr.36 = STRING: /var/www<br />
HOST-RESOURCES-MIB::hrStorageAllocationUnits.1 = INTEGER: 4096 Bytes<br />
HOST-RESOURCES-MIB::hrStorageAllocationUnits.2 = INTEGER: 4096 Bytes<br />
HOST-RESOURCES-MIB::hrStorageAllocationUnits.10 = INTEGER: 4096 Bytes<br />
HOST-RESOURCES-MIB::hrStorageAllocationUnits.11 = INTEGER: 4096 Bytes<br />
HOST-RESOURCES-MIB::hrStorageAllocationUnits.12 = INTEGER: 4096 Bytes<br />
HOST-RESOURCES-MIB::hrStorageAllocationUnits.31 = INTEGER: 2048 Bytes<br />
HOST-RESOURCES-MIB::hrStorageAllocationUnits.32 = INTEGER: 2048 Bytes<br />
HOST-RESOURCES-MIB::hrStorageAllocationUnits.33 = INTEGER: 2048 Bytes<br />
HOST-RESOURCES-MIB::hrStorageAllocationUnits.34 = INTEGER: 2048 Bytes<br />
HOST-RESOURCES-MIB::hrStorageAllocationUnits.35 = INTEGER: 2048 Bytes<br />
HOST-RESOURCES-MIB::hrStorageAllocationUnits.36 = INTEGER: 2048 Bytes<br />
HOST-RESOURCES-MIB::hrStorageSize.1 = INTEGER: 130959<br />
HOST-RESOURCES-MIB::hrStorageSize.2 = INTEGER: 130958<br />
HOST-RESOURCES-MIB::hrStorageSize.10 = INTEGER: 329590<br />
HOST-RESOURCES-MIB::hrStorageSize.11 = INTEGER: 532224<br />
HOST-RESOURCES-MIB::hrStorageSize.12 = INTEGER: 2104515<br />
HOST-RESOURCES-MIB::hrStorageSize.31 = INTEGER: 65103<br />
HOST-RESOURCES-MIB::hrStorageSize.32 = INTEGER: 235414670<br />
HOST-RESOURCES-MIB::hrStorageSize.33 = INTEGER: 259823<br />
HOST-RESOURCES-MIB::hrStorageSize.34 = INTEGER: 1548247<br />
HOST-RESOURCES-MIB::hrStorageSize.35 = INTEGER: 2066034<br />
HOST-RESOURCES-MIB::hrStorageSize.36 = INTEGER: 2066049<br />
HOST-RESOURCES-MIB::hrStorageUsed.1 = INTEGER: 83670<br />
HOST-RESOURCES-MIB::hrStorageUsed.2 = INTEGER: 83669<br />
HOST-RESOURCES-MIB::hrStorageUsed.10 = INTEGER: 0<br />
HOST-RESOURCES-MIB::hrStorageUsed.11 = INTEGER: 0<br />
HOST-RESOURCES-MIB::hrStorageUsed.12 = INTEGER: 0<br />
HOST-RESOURCES-MIB::hrStorageUsed.31 = INTEGER: 31170<br />
HOST-RESOURCES-MIB::hrStorageUsed.32 = INTEGER: 217362547<br />
HOST-RESOURCES-MIB::hrStorageUsed.33 = INTEGER: 259815<br />
HOST-RESOURCES-MIB::hrStorageUsed.34 = INTEGER: 907066<br />
HOST-RESOURCES-MIB::hrStorageUsed.35 = INTEGER: 2050639<br />
HOST-RESOURCES-MIB::hrStorageUsed.36 = INTEGER: 2058339</p>
<p>Filesystem     Size    Used   Avail Capacity  Mounted on<br />
/dev/wd0a      127M   66.3M   54.5M    55%    /<br />
/dev/wd1f      449G   34.4G    392G     8%    /home<br />
/dev/wd1d      508M   16.0K    482M     0%    /tmp<br />
/dev/wd0d      3.0G    1.2G    1.6G    44%    /usr<br />
/dev/wd1a      3.9G   30.1M    3.7G     1%    /var<br />
/dev/wd1b      3.9G   15.1M    3.7G     0%    /var/www</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Knight</title>
		<link>http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/#comment-175</link>
		<dc:creator>Joel Knight</dc:creator>
		<pubDate>Tue, 10 Apr 2012 02:04:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.packetmischief.ca/?p=922#comment-175</guid>
		<description>Hi Marcio,

The easiest way to get the Net-SNMP patches is to upgrade your ports tree to what&#039;s called the -stable branch. There&#039;s instructions in the OpenBSD FAQ for how to do that (http://www.openbsd.org/faq/faq15.html#PortsSecurity). Once you&#039;ve pulled down the -stable version, build and install the port like normal.</description>
		<content:encoded><![CDATA[<p>Hi Marcio,</p>
<p>The easiest way to get the Net-SNMP patches is to upgrade your ports tree to what&#8217;s called the -stable branch. There&#8217;s instructions in the OpenBSD FAQ for how to do that (<a href="http://www.openbsd.org/faq/faq15.html#PortsSecurity" rel="nofollow">http://www.openbsd.org/faq/faq15.html#PortsSecurity</a>). Once you&#8217;ve pulled down the -stable version, build and install the port like normal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcio</title>
		<link>http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/#comment-174</link>
		<dc:creator>Marcio</dc:creator>
		<pubDate>Mon, 09 Apr 2012 20:09:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.packetmischief.ca/?p=922#comment-174</guid>
		<description>Hey Joel
Thanks for this input here.
I&#039;m having some novice trouble.I have managed to use the ports tree and etc.BUT i can&#039;t figure out how to apply the patch available here , could you point me the way please ? Thank You</description>
		<content:encoded><![CDATA[<p>Hey Joel<br />
Thanks for this input here.<br />
I&#8217;m having some novice trouble.I have managed to use the ports tree and etc.BUT i can&#8217;t figure out how to apply the patch available here , could you point me the way please ? Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Knight</title>
		<link>http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/#comment-142</link>
		<dc:creator>Joel Knight</dc:creator>
		<pubDate>Mon, 26 Mar 2012 18:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.packetmischief.ca/?p=922#comment-142</guid>
		<description>Hi Brice,

I&#039;m not seeing that here, no. Is this still on Net-SNMP 5.7.1? What version of OpenBSD? Can you show the actual data vs. what you expect it to be?</description>
		<content:encoded><![CDATA[<p>Hi Brice,</p>
<p>I&#8217;m not seeing that here, no. Is this still on Net-SNMP 5.7.1? What version of OpenBSD? Can you show the actual data vs. what you expect it to be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Knight</title>
		<link>http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/#comment-141</link>
		<dc:creator>Joel Knight</dc:creator>
		<pubDate>Mon, 26 Mar 2012 18:07:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.packetmischief.ca/?p=922#comment-141</guid>
		<description>I should&#039;ve posted this here earlier but forgot: I&#039;ve written a post about getting net-snmp and snmpd to work together. This is working quite well for me in instances where I have to pull in external data.

http://www.packetmischief.ca/2012/02/26/net-snmp-and-snmpd-coexistence-on-openbsd/</description>
		<content:encoded><![CDATA[<p>I should&#8217;ve posted this here earlier but forgot: I&#8217;ve written a post about getting net-snmp and snmpd to work together. This is working quite well for me in instances where I have to pull in external data.</p>
<p><a href="http://www.packetmischief.ca/2012/02/26/net-snmp-and-snmpd-coexistence-on-openbsd/" rel="nofollow">http://www.packetmischief.ca/2012/02/26/net-snmp-and-snmpd-coexistence-on-openbsd/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brice Lilot</title>
		<link>http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/#comment-140</link>
		<dc:creator>Brice Lilot</dc:creator>
		<pubDate>Mon, 26 Mar 2012 09:53:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.packetmischief.ca/?p=922#comment-140</guid>
		<description>There are some problems with the last version of Net-SNMP.

After applying your patch (thanks for it), I have a strange behavior, some queries swap the value between used and free (/home, /var).

Have you experimenting some errors like that ?</description>
		<content:encoded><![CDATA[<p>There are some problems with the last version of Net-SNMP.</p>
<p>After applying your patch (thanks for it), I have a strange behavior, some queries swap the value between used and free (/home, /var).</p>
<p>Have you experimenting some errors like that ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Knight</title>
		<link>http://www.packetmischief.ca/2011/11/19/net-snmp-v5-7-issues/#comment-103</link>
		<dc:creator>Joel Knight</dc:creator>
		<pubDate>Wed, 08 Feb 2012 00:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.packetmischief.ca/?p=922#comment-103</guid>
		<description>Hi, I tried once to forward from snmpd to net-snmp but it didn&#039;t work. I can&#039;t remember any of the details but remember giving up and just running net-snmp directly. Sorry that&#039;s not very helpful.</description>
		<content:encoded><![CDATA[<p>Hi, I tried once to forward from snmpd to net-snmp but it didn&#8217;t work. I can&#8217;t remember any of the details but remember giving up and just running net-snmp directly. Sorry that&#8217;s not very helpful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

