<?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 for Hot About Linux</title>
	<atom:link href="http://www.hotaboutlinux.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hotaboutlinux.com</link>
	<description>For Those Who Like to Dig Deeper</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:42:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
		<item>
		<title>Comment on Tuning the Linux Kernel&#8217;s Completely Fair Scheduler by Bill Anderson</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1502</link>
		<dc:creator>Bill Anderson</dc:creator>
		<pubDate>Thu, 02 Sep 2010 19:42:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1502</guid>
		<description>You can find the instructions in the Documentation/scheduler/sched-design-CFS.txt file in the Linux source tree.</description>
		<content:encoded><![CDATA[<p>You can find the instructions in the Documentation/scheduler/sched-design-CFS.txt file in the Linux source tree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tuning the Linux Kernel&#8217;s Completely Fair Scheduler by Bill Anderson</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1501</link>
		<dc:creator>Bill Anderson</dc:creator>
		<pubDate>Thu, 02 Sep 2010 19:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1501</guid>
		<description>I checked the source for 2.6.32-24 and that CONFIG_KERNEL_DEBUG is now CONFIG_DEBUG_KERNEL and CONFIG_SCHED_DEBUG still does exist. Name changes between version is not uncommon. It makes working with the kernel more exciting.</description>
		<content:encoded><![CDATA[<p>I checked the source for 2.6.32-24 and that CONFIG_KERNEL_DEBUG is now CONFIG_DEBUG_KERNEL and CONFIG_SCHED_DEBUG still does exist. Name changes between version is not uncommon. It makes working with the kernel more exciting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tuning the Linux Kernel&#8217;s Completely Fair Scheduler by anonyomus</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1500</link>
		<dc:creator>anonyomus</dc:creator>
		<pubDate>Wed, 18 Aug 2010 13:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1500</guid>
		<description>Does anyone know how to create the directory /dev/cpuctl  and set a certain process to be scheduled in such a way. My interest is decreasing the performance of the kvm processe on my notebook that runs the Windows XP guest. It eats far too much CPU especially when it is used only Lotus Notes.</description>
		<content:encoded><![CDATA[<p>Does anyone know how to create the directory /dev/cpuctl  and set a certain process to be scheduled in such a way. My interest is decreasing the performance of the kvm processe on my notebook that runs the Windows XP guest. It eats far too much CPU especially when it is used only Lotus Notes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tuning the Linux Kernel&#8217;s Completely Fair Scheduler by anonyomus</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1499</link>
		<dc:creator>anonyomus</dc:creator>
		<pubDate>Wed, 18 Aug 2010 13:28:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1499</guid>
		<description>but the second portion of your post does work for Ubuntu 10.04 /boot/config-2.6.32-22-generic:
# fgrep CONFIG_PREEMPT /boot/config-$(uname -r)
CONFIG_PREEMPT_NOTIFIERS=y
# CONFIG_PREEMPT_NONE is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PREEMPT is not set</description>
		<content:encoded><![CDATA[<p>but the second portion of your post does work for Ubuntu 10.04 /boot/config-2.6.32-22-generic:<br />
# fgrep CONFIG_PREEMPT /boot/config-$(uname -r)<br />
CONFIG_PREEMPT_NOTIFIERS=y<br />
# CONFIG_PREEMPT_NONE is not set<br />
CONFIG_PREEMPT_VOLUNTARY=y<br />
# CONFIG_PREEMPT is not set</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tuning the Linux Kernel&#8217;s Completely Fair Scheduler by anonyomus</title>
		<link>http://www.hotaboutlinux.com/2010/01/tuning-the-linux-kernels-completely-fair-scheduler/comment-page-1/#comment-1498</link>
		<dc:creator>anonyomus</dc:creator>
		<pubDate>Wed, 18 Aug 2010 13:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=30#comment-1498</guid>
		<description>fgrep CONFIG_KERNEL_DEBUG /boot/config-$(uname -r)
Works in Ubuntu but won&#039;t return anything because the string is unusued.
fgrep CONFIG_SCHED_DEBUG /boot/config_$(uname -r)
Certainly won&#039;t work in Ubuntu</description>
		<content:encoded><![CDATA[<p>fgrep CONFIG_KERNEL_DEBUG /boot/config-$(uname -r)<br />
Works in Ubuntu but won&#8217;t return anything because the string is unusued.<br />
fgrep CONFIG_SCHED_DEBUG /boot/config_$(uname -r)<br />
Certainly won&#8217;t work in Ubuntu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Trapped in Bourne Shell by Dean</title>
		<link>http://www.hotaboutlinux.com/2009/02/trapped-in-bourne-shell/comment-page-1/#comment-1495</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Tue, 06 Jul 2010 03:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=7#comment-1495</guid>
		<description>This article is full of fallacies.  It is confounding Bourne shell syntax (on which the modern POSIX shell dash is based) with implementation issues in the SVR4 shell.  Using [ instead of [[ isn&#039;t a sin; [ is a builtin on dash too: it doesn&#039;t fork so the &quot;compelling reason&quot; in the article is moot.  dash is faster than bash, so the argument about shell syntax versus builtins is redundant: if you wanted speed, you wouldn&#039;t use bash in the first place (look up BUGS in the bash manpage, bash is &quot;too big and too slow&quot;).

The sentence about #!/bin/sh &quot;still invoking bash&quot; under busybox is either wrong or very poorly-worded.

The Bourne shell syntax has been standardised in POSIX, portability is a good enough reason for making shell scripts POSIX-compatible.  If lazy people stopped using bashisms then more linux distributions could follow Ubuntu and Debian&#039;s lead and have /bin/sh point to dash by default, making things faster for everybody.</description>
		<content:encoded><![CDATA[<p>This article is full of fallacies.  It is confounding Bourne shell syntax (on which the modern POSIX shell dash is based) with implementation issues in the SVR4 shell.  Using [ instead of [[ isn&#8217;t a sin; [ is a builtin on dash too: it doesn&#8217;t fork so the &#8220;compelling reason&#8221; in the article is moot.  dash is faster than bash, so the argument about shell syntax versus builtins is redundant: if you wanted speed, you wouldn&#8217;t use bash in the first place (look up BUGS in the bash manpage, bash is &#8220;too big and too slow&#8221;).</p>
<p>The sentence about #!/bin/sh &#8220;still invoking bash&#8221; under busybox is either wrong or very poorly-worded.</p>
<p>The Bourne shell syntax has been standardised in POSIX, portability is a good enough reason for making shell scripts POSIX-compatible.  If lazy people stopped using bashisms then more linux distributions could follow Ubuntu and Debian&#8217;s lead and have /bin/sh point to dash by default, making things faster for everybody.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Linux Kernel Source by Peter Krikels</title>
		<link>http://www.hotaboutlinux.com/2010/02/installing-linux-kernel-source/comment-page-1/#comment-1494</link>
		<dc:creator>Peter Krikels</dc:creator>
		<pubDate>Fri, 25 Jun 2010 11:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=50#comment-1494</guid>
		<description>cool :-)</description>
		<content:encoded><![CDATA[<p>cool <img src='http://www.hotaboutlinux.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KornShell&#8217;s Bad Rap by Bill Anderson</title>
		<link>http://www.hotaboutlinux.com/2009/01/kornshells-bad-rap/comment-page-1/#comment-1493</link>
		<dc:creator>Bill Anderson</dc:creator>
		<pubDate>Sun, 20 Jun 2010 14:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=3#comment-1493</guid>
		<description>I disagree. Had AT&amp;T Research Labs not kept ksh93 as part of AST, the status of ksh today might be totally different. By the time ksh was released as open source, Bash had already established its dominant role. Alas, the UNIX distributions are still using ksh88.</description>
		<content:encoded><![CDATA[<p>I disagree. Had AT&amp;T Research Labs not kept ksh93 as part of AST, the status of ksh today might be totally different. By the time ksh was released as open source, Bash had already established its dominant role. Alas, the UNIX distributions are still using ksh88.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on KornShell&#8217;s Bad Rap by Manish Jain</title>
		<link>http://www.hotaboutlinux.com/2009/01/kornshells-bad-rap/comment-page-1/#comment-1492</link>
		<dc:creator>Manish Jain</dc:creator>
		<pubDate>Mon, 14 Jun 2010 08:24:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=3#comment-1492</guid>
		<description>The reason for Korn shell&#039;s unpopularity lies not in history, but in the present where it is far inferior in terms of user-friendliness and features as an interactive shell. Citing POSIX compliance for ksh&#039;s bad reputation is just creating an excuse for - what more properly are - its fundamental weaknesses. If Bash could have become a pleasure to work with by the late 90&#039;s, Korn shell could have at least tried being such a pain even in 2010.</description>
		<content:encoded><![CDATA[<p>The reason for Korn shell&#8217;s unpopularity lies not in history, but in the present where it is far inferior in terms of user-friendliness and features as an interactive shell. Citing POSIX compliance for ksh&#8217;s bad reputation is just creating an excuse for &#8211; what more properly are &#8211; its fundamental weaknesses. If Bash could have become a pleasure to work with by the late 90&#8242;s, Korn shell could have at least tried being such a pain even in 2010.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Linux Kernel Source by Bill Anderson</title>
		<link>http://www.hotaboutlinux.com/2010/02/installing-linux-kernel-source/comment-page-1/#comment-1491</link>
		<dc:creator>Bill Anderson</dc:creator>
		<pubDate>Fri, 23 Apr 2010 21:27:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.hotaboutlinux.com/?p=50#comment-1491</guid>
		<description>This in not a command-line. The list shows you the lines that must be in the /etc/apt/sources file.</description>
		<content:encoded><![CDATA[<p>This in not a command-line. The list shows you the lines that must be in the /etc/apt/sources file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
