<?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 Tech Sorcery &#187; pygrub</title>
	<atom:link href="http://hightechsorcery.com/tag/pygrub/feed/" rel="self" type="application/rss+xml" />
	<link>http://hightechsorcery.com</link>
	<description>technology indistinguishable from magic</description>
	<lastBuildDate>Wed, 18 Jan 2012 21:02:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fixing pygrub in Ubuntu 9.04</title>
		<link>http://hightechsorcery.com/2010/01/fixing-pygrub-in-ubuntu-9-04/</link>
		<comments>http://hightechsorcery.com/2010/01/fixing-pygrub-in-ubuntu-9-04/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 08:15:58 +0000</pubDate>
		<dc:creator>specialj</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[pygrub]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://hightechsorcery.com/?p=32</guid>
		<description><![CDATA[I think Ubuntu 9.04 is the only version of Ubuntu suffering from this bug but it appears as though no fix for this serious regression will be forthcoming.  To get pygrub to work you actually have to fix a bug in the python 2.5 curses library.  Open &#8220;﻿﻿/usr/lib/python2.5/curses/__init__.py&#8221; and add the following lines starting at [...]]]></description>
			<content:encoded><![CDATA[<p>I think Ubuntu 9.04 is the only version of Ubuntu suffering from this bug but it appears as though no fix for this serious regression will be forthcoming.  To get pygrub to work you actually have to fix a bug in the python 2.5 curses library.  Open &#8220;﻿﻿/usr/lib/python2.5/curses/__init__.py&#8221; and add the following lines starting at line 17:</p>
<p><code>import os as _os<br />
import sys as _sys</code></p>
<p>After that pygrub should work correctly.  More information about this bug can be found in <a href="https://bugs.launchpad.net/ubuntu/+source/python2.5/+bug/395321">launchpad bug #395321</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hightechsorcery.com/2010/01/fixing-pygrub-in-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

