<?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>High Fibre Programming &#187; karmic koala</title>
	<atom:link href="http://www.4pmp.com/tag/karmic-koala/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.4pmp.com</link>
	<description>PHP, MySQL, C, Java, Linux and other great after dinner speech topics</description>
	<lastBuildDate>Tue, 17 Jan 2012 09:10:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Ubuntu 9.10 Karmic Koala: Temperature above threshold, cpu clock throttled</title>
		<link>http://www.4pmp.com/2009/11/ubuntu-9-10-karmic-koala-temperature-above-threshold-cpu-clock-throttled/</link>
		<comments>http://www.4pmp.com/2009/11/ubuntu-9-10-karmic-koala-temperature-above-threshold-cpu-clock-throttled/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 11:31:51 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[above]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[cpu]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[kern.log]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[logging]]></category>
		<category><![CDATA[syslog]]></category>
		<category><![CDATA[temperature]]></category>
		<category><![CDATA[threshold]]></category>
		<category><![CDATA[throttled]]></category>
		<category><![CDATA[throttling]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.4pmp.com/?p=198</guid>
		<description><![CDATA[I recently upgraded my Ubuntu install to the latest Karmic Koala, and to be honest I&#8217;ve not been totally impressed.   A range of little bugs that had been fixed before seem to have reappeared &#8211; just little things such as problems with icons in Gnome panel, nothing I couldn&#8217;t live with. However, yesterday I got [...]]]></description>
			<content:encoded><![CDATA[<p>I recently upgraded my Ubuntu install to the latest Karmic Koala, and to be honest I&#8217;ve not been totally impressed.   A range of little bugs that had been fixed before seem to have reappeared &#8211; just little things such as problems with icons in Gnome panel, nothing I couldn&#8217;t live with.</p>
<p>However, yesterday I got a message saying that there was less than 2GB left on my hard drive.   The last time I checked I had over 20GB free, so where did it all go?   After a bit of investigating I found two giant 10GB kernel log files /var/log/kern.log.</p>
<p>It seemed that the computer was constantly logging the same messages:</p>
<p><code><strong>CPU0: Temperature above threshold, cpu clock throttled (total events = 208[ 8973.550089] CPU0: Temperature/speed normal</strong></code></p>
<p><code><strong>CPU0: Temperat cpu clock throttled (total events = 2080190)</strong></code></p>
<p>I had a look on Google and it turns out that it is a bug with the new Karmic Koala update:</p>
<p><a href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/453444">https://bugs.launchpad.net/ubuntu/+source/linux/+bug/453444</a></p>
<p>So far there&#8217;s no patch for it, so the best solution I came up with was just to turn off the logging.</p>
<p><strong>Step 1:</strong><br />
Look in /etc/rsyslog.conf and it will either have the configuration for system logging, or in the case of my machine it points to include all files in /etc/rsyslog.d/   In my case there was only one file in here so it made things simpler.</p>
<p><strong>Step 2:</strong><br />
Open the configuration file in an editor and find the line which specifies kernel logging and comment it, something like:</p>
<p><code>#kern.*                         -/var/log/kern.log</code></p>
<p><strong>Step 3:</strong><br />
Now restart the system log daemon:   sudo restart rsyslog</p>
<p>It is the logging which hogs the processor so by turning it off the problem is at least not noticeable.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.4pmp.com/2009/11/ubuntu-9-10-karmic-koala-temperature-above-threshold-cpu-clock-throttled/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

