<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dhimitraq &#187; Teaching Open Source</title>
	<atom:link href="http://dhimitraq.wordpress.com/category/teaching-open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://dhimitraq.wordpress.com</link>
	<description>Free Software Blogging</description>
	<lastBuildDate>Mon, 02 Apr 2012 18:30:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='dhimitraq.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/fca948cdc206abe1a35f6fe768c6f511?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Dhimitraq &#187; Teaching Open Source</title>
		<link>http://dhimitraq.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dhimitraq.wordpress.com/osd.xml" title="Dhimitraq" />
	<atom:link rel='hub' href='http://dhimitraq.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Learning Eutester</title>
		<link>http://dhimitraq.wordpress.com/2012/03/29/learning-eutester/</link>
		<comments>http://dhimitraq.wordpress.com/2012/03/29/learning-eutester/#comments</comments>
		<pubDate>Fri, 30 Mar 2012 01:46:33 +0000</pubDate>
		<dc:creator>dhimitraq</dc:creator>
				<category><![CDATA[Teaching Open Source]]></category>
		<category><![CDATA[WSU CS]]></category>
		<category><![CDATA[CS401]]></category>
		<category><![CDATA[eucalyptus]]></category>

		<guid isPermaLink="false">http://dhimitraq.wordpress.com/?p=35</guid>
		<description><![CDATA[So since euca2ools did not have enough work for me to continue at it for the rest of the semester, I decided I ll simply jump on our main project the Eutester project. It has been a good day so far, most things went well I heard some people had problems with version mismatches so &#8230; <a href="http://dhimitraq.wordpress.com/2012/03/29/learning-eutester/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhimitraq.wordpress.com&#038;blog=31909135&#038;post=35&#038;subd=dhimitraq&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So since euca2ools did not have enough work for me to continue at it for the rest of the semester, I decided I ll simply jump on our main project the Eutester project. It has been a good day so far, most things went well I heard some people had problems with version mismatches so I downloaded and installed everything from source code their most up-to-date versions of &#8220;all the things&#8221; (boto/m2crypto/paramiko/eutester). Reading through the wiki that the eutester group of guys has set up on cs.worcester.edu, and following  some links to blogg posts from the <a title="Testing Clouds" href="http://testingclouds.wordpress.com/" target="_blank">developers</a>, I managed to run some tests on our newly installed Eucalyptus 3 cloud which is still not able to keep a VM instance running.</p>
<pre>&gt;&gt;&gt; eucaops.get_emi()
Image:emi-238B37D9
&gt;&gt;&gt; emi = eucaops.get_emi()
&gt;&gt;&gt; reservations = eucaops.run_instance(emi)
Attempting to run instance-store image Image:emi-238B37D9 in group default
Beginning poll loop for the 1 found in Reservation:r-860340D3
Beginning poll loop for instance Instance:i-0696428B to go to running
Instance(i-0696428B) State(pending), sleeping 10s
Instance(i-0696428B) State(pending), sleeping 10s
Instance(i-0696428B) State(pending), sleeping 10s
Instance(i-0696428B) State(pending), sleeping 10s
Instance(i-0696428B) State(pending), sleeping 10s
Instance(i-0696428B) State(terminated) Poll(5) time elapsed (51)
[CRITICAL]: [TEST_REPORT] FAILED: Instance:i-0696428B did not enter the proper state and was left in terminated</pre>
<p>&nbsp;</p>
<p>After some looking around found out about the existence of nc.log file, and here is the portion of the fail runs:</p>
<pre>
[EUCAFATAL] Failed to connect to qemu:///system
[i-16F93EC9] could not contact the hypervisor, abandoning the instance
[i-16F93EC9] state change for instance: Staging -&gt; Shutoff (Pending)
doDescribeResource: cores=1/2 mem=1604/1732 disk=11/13 iqn=iqn.1994-05.com.redhat:262aa1ddbe2
[i-16F93EC9] Pending pub=0.0.0.0 priv=0.0.0.0 mac=d0:0d:16:F9:3E:C9 vlan=-24 net=-1 plat=linux vols=
[EUCAFATAL ] Failed to connect to qemu:///system
[i-16F93EC9] cleaning up state for instance
[i-16F93EC9] stopping the network (vlan=-24)
[EUCAWARN  ] vnetStopNetworkManaged(): supplied vlan '-24' is out of range (0 - 4096), nothing to do
[i-16F93EC9] state change for instance: Shutoff -&gt; Teardown (Teardown)
[EUCAFATAL ] Failed to connect to qemu:///system
</pre>
<p>After trying to work my way through an old bug report and fix on the above problem, I decided I should check if Hardware Virtualization, which turned out it was the right idea, because in this case it is turned off in the BIOS.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhimitraq.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhimitraq.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhimitraq.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhimitraq.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhimitraq.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhimitraq.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhimitraq.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhimitraq.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhimitraq.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhimitraq.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhimitraq.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhimitraq.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhimitraq.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhimitraq.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhimitraq.wordpress.com&#038;blog=31909135&#038;post=35&#038;subd=dhimitraq&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhimitraq.wordpress.com/2012/03/29/learning-eutester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/520270a1b47b277b8ee7fb185decef7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dhimitraq05</media:title>
		</media:content>
	</item>
		<item>
		<title>euca2ools install from source(with dependencies)</title>
		<link>http://dhimitraq.wordpress.com/2012/03/28/euca2ools-install-from-source/</link>
		<comments>http://dhimitraq.wordpress.com/2012/03/28/euca2ools-install-from-source/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 00:11:15 +0000</pubDate>
		<dc:creator>dhimitraq</dc:creator>
				<category><![CDATA[Teaching Open Source]]></category>
		<category><![CDATA[WSU CS]]></category>
		<category><![CDATA[CS401]]></category>

		<guid isPermaLink="false">http://dhimitraq.wordpress.com/?p=13</guid>
		<description><![CDATA[So some time during week 4 of the project I had some down time, and I decided to learn how euca2ools worked. Simple command-line tools yet still very powerful as well. However recently we run to some problems with the version mismatches; so here it goes: &#8220;how to install everything from source with the latest versions&#8221;: &#8230; <a href="http://dhimitraq.wordpress.com/2012/03/28/euca2ools-install-from-source/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhimitraq.wordpress.com&#038;blog=31909135&#038;post=13&#038;subd=dhimitraq&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So some time during week 4 of the project I had some down time, and I decided to learn how euca2ools worked. Simple command-line tools yet still very powerful as well. However recently we run to some problems with the version mismatches; so here it goes: &#8220;how to install everything from source with the latest versions&#8221;:</p>
<p>Very easy to install from source:<br />
NOTE: make sure to remove older versions of the software.</p>
<p>Download newest boto: <a title="boto Download" href="https://github.com/downloads/boto/boto/boto-2.3.0.tar.gz" target="_blank">https://github.com/downloads/boto/boto/boto-2.3.0.tar.gz</a></p>
<pre><code>cd /download/location
tar zxvf boto-2.3.0n.tar.gz
cd boto-2.3.0
sudo python setup.py install</code></pre>
<p>Download newest M2Crypto: <a title="M2Crypto Download" href="http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.21.1.tar.gz" target="_blank">http://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-0.21.1.tar.gz</a></p>
<pre><code>cd /download/location 
tar zxvf M2Crypto-0.21.1.tar.gz 
cd M2Crypto-0.21.1 
sudo python setup.py install</code></pre>
<p>Download euca2ools from:<a title="euca2ools on git" href="https://github.com/eucalyptus/euca2ools"> https://github.com/eucalyptus/euca2ools</a></p>
<pre><code>cd /download/location
</code>cd euca2ools
sudo make</pre>
<p>And that should be it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhimitraq.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhimitraq.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhimitraq.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhimitraq.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhimitraq.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhimitraq.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhimitraq.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhimitraq.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhimitraq.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhimitraq.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhimitraq.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhimitraq.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhimitraq.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhimitraq.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhimitraq.wordpress.com&#038;blog=31909135&#038;post=13&#038;subd=dhimitraq&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhimitraq.wordpress.com/2012/03/28/euca2ools-install-from-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/520270a1b47b277b8ee7fb185decef7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dhimitraq05</media:title>
		</media:content>
	</item>
		<item>
		<title>Our Eucalyptus Cluster</title>
		<link>http://dhimitraq.wordpress.com/2012/03/27/our-eucalyptus-cluster-2/</link>
		<comments>http://dhimitraq.wordpress.com/2012/03/27/our-eucalyptus-cluster-2/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 01:52:03 +0000</pubDate>
		<dc:creator>dhimitraq</dc:creator>
				<category><![CDATA[Teaching Open Source]]></category>
		<category><![CDATA[WSU CS]]></category>
		<category><![CDATA[CS401]]></category>

		<guid isPermaLink="false">http://dhimitraq.wordpress.com/?p=28</guid>
		<description><![CDATA[It is finally getting there but still with struggles, right now for example while I am writing this I wish I could instead be connecting to our own cluster and uploading images but port 8773 still seams to be closed when trying to look in from the outside, so I can’t connect to try and work &#8230; <a href="http://dhimitraq.wordpress.com/2012/03/27/our-eucalyptus-cluster-2/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhimitraq.wordpress.com&#038;blog=31909135&#038;post=28&#038;subd=dhimitraq&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It is finally getting there but still with struggles, right now for example while I am writing this I wish I could instead be connecting to our own cluster and uploading images but port 8773 still seams to be closed when trying to look in from the outside, so I can’t connect to try and work on an instance. While earlier today Long was able to upload kernel images to the server it looks like there is a problem when trying to actually start up an instance on the server which most likely proves right our fears of hardware support for hypervisor being turned off on the BIOS. One might think &#8220;big deal&#8221; just turn it on; however these are stoke dell machines we are using the BIOS options are basic at best, so we will most-likely have to install things from scratch trying to install an other BIOS on the mother board and finally unlock the hardware support.</p>
<p>And finally we have our definite proof that kvm support is disabled on the BIOS, and here goes an other week without having a working cloud.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhimitraq.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhimitraq.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhimitraq.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhimitraq.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhimitraq.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhimitraq.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhimitraq.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhimitraq.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhimitraq.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhimitraq.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhimitraq.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhimitraq.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhimitraq.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhimitraq.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhimitraq.wordpress.com&#038;blog=31909135&#038;post=28&#038;subd=dhimitraq&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhimitraq.wordpress.com/2012/03/27/our-eucalyptus-cluster-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/520270a1b47b277b8ee7fb185decef7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dhimitraq05</media:title>
		</media:content>
	</item>
		<item>
		<title>FOSS Field Trip Choosing the Right Project</title>
		<link>http://dhimitraq.wordpress.com/2012/02/14/foss-field-trip-choosing-the-right-project/</link>
		<comments>http://dhimitraq.wordpress.com/2012/02/14/foss-field-trip-choosing-the-right-project/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 05:37:05 +0000</pubDate>
		<dc:creator>dhimitraq</dc:creator>
				<category><![CDATA[Teaching Open Source]]></category>
		<category><![CDATA[WSU CS]]></category>
		<category><![CDATA[CS401]]></category>

		<guid isPermaLink="false">http://dhimitraq.wordpress.com/?p=8</guid>
		<description><![CDATA[Week three was dedicated to our search for an open source project we would like to work on. Since were doing the assignment &#8221;FOSS Field Trip 2&#8243; we would each bring 2 projects to discuss. It sounded simple enough, but the class was divided between two projects. Eucalyptus for which we had the support of mentors already &#8230; <a href="http://dhimitraq.wordpress.com/2012/02/14/foss-field-trip-choosing-the-right-project/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhimitraq.wordpress.com&#038;blog=31909135&#038;post=8&#038;subd=dhimitraq&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Week three was dedicated to our search for an open source project we would like to work on. Since were doing the assignment &#8221;FOSS Field Trip 2&#8243; we would each bring 2 projects to discuss. It sounded simple enough, but the class was divided between two projects. Eucalyptus for which we had the support of mentors already in the program, and they had asked us to join; including a proposal with their ambitions of what they hoped to accomplish with our help. Irrlicht which was a project one of our class mates has worked on before, and has contact with many of the developers still, we were told that we would be building a test suite for their 3D engine. It came down to a vote where eucalyptus won due to the support that the two mentors showed, and their proposal which gave us a real plan for the future of the class.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dhimitraq.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dhimitraq.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dhimitraq.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dhimitraq.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/dhimitraq.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/dhimitraq.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/dhimitraq.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/dhimitraq.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dhimitraq.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dhimitraq.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dhimitraq.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dhimitraq.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dhimitraq.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dhimitraq.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dhimitraq.wordpress.com&#038;blog=31909135&#038;post=8&#038;subd=dhimitraq&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://dhimitraq.wordpress.com/2012/02/14/foss-field-trip-choosing-the-right-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/520270a1b47b277b8ee7fb185decef7b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dhimitraq05</media:title>
		</media:content>
	</item>
	</channel>
</rss>
