<?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>Eric Covener's Journal &#187; Linux</title>
	<atom:link href="http://www.misers.org/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.misers.org/blog</link>
	<description>A million dollar ideas</description>
	<lastBuildDate>Tue, 20 Jul 2010 17:30:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>pstack for linux</title>
		<link>http://www.misers.org/blog/2010/06/pstack-for-linux/</link>
		<comments>http://www.misers.org/blog/2010/06/pstack-for-linux/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 02:47:48 +0000</pubDate>
		<dc:creator>Covener</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.misers.org/blog/?p=1571</guid>
		<description><![CDATA[somewhere along the line, it became common for linux/IA32 systems to have a /usr/bin/pstack that wasn&#8217;t just a scripted gdb session! Cool stuff.
]]></description>
			<content:encoded><![CDATA[<p>somewhere along the line, it became common for linux/IA32 systems to have a /usr/bin/pstack that wasn&#8217;t just a scripted gdb session! Cool stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.misers.org/blog/2010/06/pstack-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>driver limbo via paravirt_ops</title>
		<link>http://www.misers.org/blog/2007/07/driver-limbo-via-paravirt_ops/</link>
		<comments>http://www.misers.org/blog/2007/07/driver-limbo-via-paravirt_ops/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 21:35:19 +0000</pubDate>
		<dc:creator>Covener</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.misers.org/blog/2007/07/07/driver-limbo-via-paravirt_ops/</guid>
		<description><![CDATA[Both the NVIDIA and ATI binary video card drivers glom onto the paravirt_ops symbols in recent kernels, and fail to install because some of those symbols are protected from non-GPL callers.

install the new kernel &#8212; apt-get install linux-image-2.6.21-2-686

apt-get source linux-image-2.6.21-2-686 ,

sed -e &#8217;s/CONFIG_PARAVIRT=y/CONFIG_PARAVIRT=n/&#8217; /boot/config-2.6.21-2-686 > linux-2.6-2.6.21/.config

cd linux-2.6-2.6.21  &#038;&#038; make-kpkg &#8211;bzimage &#8211;append-to-version cov &#8211;initrd buildpackage

Install [...]]]></description>
			<content:encoded><![CDATA[<p>Both the NVIDIA and ATI binary video card drivers glom onto the paravirt_ops symbols in recent kernels, and fail to install because some of those symbols are protected from non-GPL callers.</p>
<ol style="margin: 2em;">
<li>install the new kernel &#8212; apt-get install linux-image-2.6.21-2-686
</li>
<li>apt-get source linux-image-2.6.21-2-686 ,
</li>
<li>sed -e &#8217;s/CONFIG_PARAVIRT=y/CONFIG_PARAVIRT=n/&#8217; /boot/config-2.6.21-2-686 > linux-2.6-2.6.21/.config
</li>
<li>cd linux-2.6-2.6.21  &#038;&#038; make-kpkg &#8211;bzimage &#8211;append-to-version cov &#8211;initrd buildpackage
</li>
<li>Install the packages generated in working directory
</li>
<li>m-a get  madwifi # prepare to install madwifi on next boot when wireless goes away
</li>
<li>reboot
</li>
<li>m-a a-i madwifi,  reinstall ATI drivers
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.misers.org/blog/2007/07/driver-limbo-via-paravirt_ops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
