<?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>buildcontext &#187; ubuntu</title>
	<atom:link href="http://www.buildcontext.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buildcontext.com/blog</link>
	<description>the personal blog of Ben Hedrington</description>
	<lastBuildDate>Sun, 23 May 2010 18:36:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Problem Solving: Get Google App Engine working on Ubuntu 9.04 (Jaunty)</title>
		<link>http://www.buildcontext.com/blog/2009/05/03/problem-problems-google-app-engine-on-ubuntu-9-04-jaunty-jackelope-python/</link>
		<comments>http://www.buildcontext.com/blog/2009/05/03/problem-problems-google-app-engine-on-ubuntu-9-04-jaunty-jackelope-python/#comments</comments>
		<pubDate>Sun, 03 May 2009 14:10:22 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Cloud Development]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[Problem Solving]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.buildcontext.com/blog/?p=621</guid>
		<description><![CDATA[By default the Google App Engine SDK doesn&#8217;t run on Ubuntu 9.04 (Jaunty Jackelope)&#8230; You can fix it! After a little searching I noticed neither posts about this issue nor a quick fix were top of the Google rankings&#8230; hoping &#8230; <a href="http://www.buildcontext.com/blog/2009/05/03/problem-problems-google-app-engine-on-ubuntu-9-04-jaunty-jackelope-python/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="postimg"><img src="http://farm4.static.flickr.com/3601/3496487697_383e02fe01_o.png" width="140" height="129" alt="google-app-engine-ubuntu" class="postimg" /></div>
<h3>By default the Google App Engine SDK doesn&#8217;t run on Ubuntu 9.04 (Jaunty Jackelope)&#8230; You can fix it!</h3>
<p></p>
<p>After a little searching I noticed neither posts about this issue nor a quick fix were top of the Google rankings&#8230; hoping to resolve that with this post and get all of us Ubuntu 9.04 (Jaunty) users up on App Engine. UPDATE: This post is now first when searching for &#8220;<a href="http://www.google.com/search?hl=en&#038;q=App+Engine+Ubuntu+Jaunty+Problem">App Engine Ubuntu Jaunty Problem</a>&#8221; and even &#8220;<a href="http://www.google.com/search?hl=en&#038;q=App+Engine+Ubuntu+Jaunty">App Engine Ubuntu Jaunty</a>&#8221; in one day, nice!</p>
<p>Once you download the SDK as usual and run one of your apps on a default Ubuntu 9.04 Jaunty install you will see errors galore, you see Ubuntu 9.04 ships Python 2.6 and App Engine is built on Python 2.5 and they are not friendly!</p>
<p>Here is how I got my environment running<span id="more-621"></span>, I will update the post if I run into further errors.</p>
<p></p>
<h3>In a terminal install Python 2.5</h3>
<p>They will coexist on the system.</p>
<blockquote><p>sudo apt-get install python2.5</p></blockquote>
<h3>Edit dev_appserver.py in your google_appengine directory</h3>
<p>Change the first line in dev_appserver.py&#8230;</p>
<blockquote><p>#!/usr/bin/env python</p></blockquote>
<p>&#8230;.to&#8230;</p>
<blockquote><p>#!/usr/bin/env python2.5</p></blockquote>
<h2>App Engine should now load and run your apps properly!</h2>
<p></p>
<p>I believe this is the simplest noninvasive way to let App Engine find what it wants, Python 2.5, and let Ubuntu carry on as it likes with Python 2.6 and beyond. Here is a <a href=" http://code.google.com/p/googleappengine/issues/detail?id=1159">source</a> on this issue, commenters have many different solutions.</p>
<p>Hope this post helps at least one of you,<br />
-Ben</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildcontext.com/blog/2009/05/03/problem-problems-google-app-engine-on-ubuntu-9-04-jaunty-jackelope-python/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Getting Windows 7 Beta running on Ubuntu Intrepid via VirtualBox</title>
		<link>http://www.buildcontext.com/blog/2009/01/11/windows-7-public-beta-running-on-ubuntu-intrepid-810-virtualbox/</link>
		<comments>http://www.buildcontext.com/blog/2009/01/11/windows-7-public-beta-running-on-ubuntu-intrepid-810-virtualbox/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 21:02:00 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>
		<category><![CDATA[windows 7 beta]]></category>

		<guid isPermaLink="false">http://www.buildcontext.com/blog/?p=325</guid>
		<description><![CDATA[I&#8217;m throwing this post out there that brings together the things I learned as I worked to get the free Windows 7 Public Beta running on Ubuntu 8.10 Intrepid Ibex via VirtualBox. Hoping this post helps those trying to do &#8230; <a href="http://www.buildcontext.com/blog/2009/01/11/windows-7-public-beta-running-on-ubuntu-intrepid-810-virtualbox/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="postimg"><img class="postimg" src="http://farm4.static.flickr.com/3367/3189142928_1ee4a6e1c6_m.jpg" width="240" height="150" alt="Windows 7 up and running on Ububtu 8.10 via VirtualBox" /></div>
<p>I&#8217;m throwing this post out there that brings together the things I learned as I worked to get the free <a href="http://www.microsoft.com/windows/windows-7/default.aspx">Windows 7 Public Beta</a> running on <a href="http://www.ubuntu.com/">Ubuntu</a> 8.10 Intrepid Ibex via <a href="http://virtualbox.org">VirtualBox</a>. Hoping this post helps those trying to do the same, in all my Google queries on these issues information was sparse&#8230; a few hours wasted on my part will hopefully save you time. This is written in a &#8220;just the facts&#8221; style and not a full &#8220;how to&#8221; but should get you where you are going avoiding some of the pot holes.</p>
<h2>Proof it&#8217;s possible!</h2>
<p><a href="http://www.flickr.com/photos/24842634@N04/3189026040/" title="Windows 7 up and running on Ububtu 8.10 via VirtualBox by hedrinbc, on Flickr"><img src="http://farm4.static.flickr.com/3119/3189026040_c7a5cdd951.jpg" width="500" height="313" alt="Windows 7 up and running on Ububtu 8.10 via VirtualBox" /></a></p>
<h2>Tips</h2>
<h4>Getting the Install Media &#8211; Downloading ISOs</h4>
<p>Ok, so Microsoft is having trouble serving download demand thus I tried many paths (torrents, 3rd party links, etc.) to download these multi-gigabyte files trying to avoid the rush&#8230; Don&#8217;t! <span id="more-325"></span>Getting partial or corrupted files is rampant even from the right source. I found the cleanest path was to download through the <a href="http://technet.microsoft.com/en-us/evalcenter/dd353205.aspx">TechNet Customer Preview pages</a>, they don&#8217;t have near the traffic pointed to them and seemed reliable. Follow all the steps and save your key to a text file on the desktop when you get it. I suggest downloading the 32 bit version for VirtualBox use, although 64 bit is supposed to work in the latest version unless you are going to give it a ton of RAM (4GB plus) I&#8217;d just stay with 32 bit.</p>
<p>Second tip here&#8230; no matter how much you want to use Linux/FireFox/wget to download, I tried them all&#8230; Don&#8217;t! Follow their rules, fire up a copy of Internet Explorer however you can to download the ISOs and then copy them over a network or large flash drive back to your Ubuntu machine. The ActiveX (I know, gross&#8230;) downloader appears to have less issues corrupting files which just plain saves you time.</p>
<h4>Getting VirtualBox Ready</h4>
<p><em>Either&#8230;</em><br />
You already have VirtualBox running on Ubuntu and have run a number of virtual OSs without any issues&#8230; Great!&#8230; Nope, thats what I thought&#8230; Make sure you force an upgrade to the very latest VirtualBox available, doing anything on older version causes blank screens, &#8220;Aborting&#8221; of the OS and other things that waste your time.<br />
<em>Or&#8230;</em><br />
You are new to VirtualBox, in this instance you are probably better off, go to VirtualBox.org and grab the <a href="http://www.virtualbox.org/wiki/Linux_Downloads">latest version</a>.</p>
<p>Setup a new VirtualBox &#8220;machine&#8221; choose Windows Vista as the type and give it at least 1GB of RAM and 20GB of hard drive. In the network area I suggest you choose the &#8220;Intel PRO/1000 MT Desktop (82540EM)&#8221; adapter rather than the default, Windows 7 seems to like it better from scratch. Connect your downloaded ISO to the CDROM and it should boot from it by default. You won&#8217;t even have to ever even burn that DVD, beautiful.</p>
<h4>Installation Bumps and Bruises</h4>
<p><em>Install speed, blank screens, file expanding</em>&#8230; Installation will be <em>SLOW</em> don&#8217;t shut it down and restart when you are impatient, I did that about 5 times, it is working unless the VirtualBox aborts of the installer throws errors.</p>
<p><em>Can&#8217;t find &#8220;install.wim&#8221;</em> &#8211; Your ISO is corrupt, you are going to have to download again unfortunately please make sure you download if from Microsoft directly and via Internet Explorer and the custom downloader. I downloaded two corrupt version before I gave in and followed the rules too, thats 5+ GB of wasted time and downloaded bytes.</p>
<p><em>Virtual machine crashes and returns to Virtual Box with the status &#8220;Aborted&#8221;</em> &#8211; For me, all these issues were due to running and old version of VirtualBox and corrupted ISOs.</p>
<p>I hope some of those issues I dealt with help you get you copy up an running, now go beat the tar out of it and let Microsoft know if you will be using it in the future or sticking on the Linux side of the fence.<br />
-Ben</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildcontext.com/blog/2009/01/11/windows-7-public-beta-running-on-ubuntu-intrepid-810-virtualbox/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
