<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MrBrown blob &#187; etch</title>
	<atom:link href="http://charles.lescampeurs.org/tag/etch/feed" rel="self" type="application/rss+xml" />
	<link>http://charles.lescampeurs.org</link>
	<description>random bits.</description>
	<lastBuildDate>Sat, 10 Apr 2010 09:02:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Munin and Use of uninitializer value in eval</title>
		<link>http://charles.lescampeurs.org/2009/03/11/munin-and-use-of-uninitializer-value-in-eval</link>
		<comments>http://charles.lescampeurs.org/2009/03/11/munin-and-use-of-uninitializer-value-in-eval#comments</comments>
		<pubDate>Wed, 11 Mar 2009 06:51:26 +0000</pubDate>
		<dc:creator>CharlyBr</dc:creator>
				<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[munin]]></category>

		<guid isPermaLink="false">http://charles.lescampeurs.org/?p=166</guid>
		<description><![CDATA[On some of freshly installed servers (Debian Etch), I encountered these error messages in /var/log/munin/munin-node.log: Use of uninitialized value in eval {block} exit at /usr/sbin/munin-node line 456, &#60;CHILD&#62; line 8. What a great error message After digging into Google results, I found it was just a problem with host_name variable in the configuration. Default value [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcharles.lescampeurs.org%2F2009%2F03%2F11%2Fmunin-and-use-of-uninitializer-value-in-eval"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcharles.lescampeurs.org%2F2009%2F03%2F11%2Fmunin-and-use-of-uninitializer-value-in-eval&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>On some of freshly installed servers (Debian Etch), I encountered these error messages in <em>/var/log/munin/munin-node.log</em>:</p>
<pre>Use of uninitialized value in eval {block} exit at /usr/sbin/munin-node line 456, &lt;CHILD&gt; line 8.</pre>
<p>What a great error message <img src='http://charles.lescampeurs.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>After digging into Google results, I found it was just a problem with host_name variable in the configuration. Default value is <em>hostname.localdomain</em>. I&#8217;ve replaced it with a valid hostname and it works!</p>
]]></content:encoded>
			<wfw:commentRss>http://charles.lescampeurs.org/2009/03/11/munin-and-use-of-uninitializer-value-in-eval/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Sun Java Runtime Environment (JRE) on Debian Etch</title>
		<link>http://charles.lescampeurs.org/2008/11/13/install-sun-java-jre-on-debian-etch</link>
		<comments>http://charles.lescampeurs.org/2008/11/13/install-sun-java-jre-on-debian-etch#comments</comments>
		<pubDate>Thu, 13 Nov 2008 11:07:03 +0000</pubDate>
		<dc:creator>CharlyBr</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[etch]]></category>
		<category><![CDATA[jre]]></category>

		<guid isPermaLink="false">http://charles.lescampeurs.org/?p=109</guid>
		<description><![CDATA[Sun JRE is available in the non-free repository. You need to update your repositories configuration file (/etc/apt/sources.list). Add the following line: deb http://ftp.us.debian.org/debian/ etch main contrib non-free Update apt with apt-get update command and you&#8217;re ready to install the JRE. $ apt-get install sun-java5-jre Check your java binary: $ java -version java version "1.5.0_14" Java(TM) [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fcharles.lescampeurs.org%2F2008%2F11%2F13%2Finstall-sun-java-jre-on-debian-etch"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fcharles.lescampeurs.org%2F2008%2F11%2F13%2Finstall-sun-java-jre-on-debian-etch&amp;style=normal" height="61" width="50" /><br />
			</a>
		</div>
<p>Sun JRE is available in the <em>non-free</em> repository. You need to update your repositories configuration file (/etc/apt/sources.list).</p>
<p>Add the following line:</p>
<pre>deb http://ftp.us.debian.org/debian/ etch main contrib non-free</pre>
<p>Update apt with apt-get update command and you&#8217;re ready to install the JRE.</p>
<pre>$ apt-get install sun-java5-jre</pre>
<p>Check your java binary:</p>
<pre>$ java -version
java version "1.5.0_14"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03)
Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing)</pre>
]]></content:encoded>
			<wfw:commentRss>http://charles.lescampeurs.org/2008/11/13/install-sun-java-jre-on-debian-etch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
