<?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:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>an act of subversive playful cleverness &#187; Debian</title>
	<atom:link href="http://blog.stone-head.org/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stone-head.org</link>
	<description>personal blog of Rudy Godoy</description>
	<lastBuildDate>Mon, 23 Jan 2012 17:55:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<copyright>Copyright © Rudy Godoy :: an act of subversive playful cleverness 2010 </copyright>
	<managingEditor>rudy@stone-head.org (an act of subversive playful cleverness)</managingEditor>
	<webMaster>rudy@stone-head.org (an act of subversive playful cleverness)</webMaster>
	<ttl>1440</ttl>
	<image>
		<url>http://blog.stone-head.org/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>an act of subversive playful cleverness</title>
		<link>http://blog.stone-head.org</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>personal blog of Rudy Godoy</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>an act of subversive playful cleverness</itunes:author>
	<itunes:owner>
		<itunes:name>an act of subversive playful cleverness</itunes:name>
		<itunes:email>rudy@stone-head.org</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.stone-head.org/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Compute clusters for Debian development and building &#8211; final report</title>
		<link>http://blog.stone-head.org/compute-clusters-for-debian-development-and-building-final-report/</link>
		<comments>http://blog.stone-head.org/compute-clusters-for-debian-development-and-building-final-report/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 03:02:24 +0000</pubDate>
		<dc:creator>Rudy Godoy</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[gsoc]]></category>

		<guid isPermaLink="false">http://blog.stone-head.org/?p=291</guid>
		<description><![CDATA[Compute clusters for Debian development and building &#8211; final report Summary &#8212;&#8212;- The goal of this project was intended to have Eucalyptus cloud to support ARM images so it allows Debian developers and users to be able to use such facility for taks such package building, software development (ie. Android) under a Debian pre-set image, [...]]]></description>
			<content:encoded><![CDATA[<p>Compute clusters for Debian development and building &#8211; final report</p>
<p>Summary<br />
&#8212;&#8212;-<br />
The goal of this project was intended to have Eucalyptus cloud to<br />
support ARM images so it allows Debian developers and users to be able<br />
to use such facility for taks such package building, software<br />
development (ie. Android) under a Debian pre-set image,<br />
software testing many others.</p>
<p>What was expected to have at the end is a modified version of Eucalyptus<br />
Cloud that supports ARM images on the first place. To date this goal has<br />
been reached but is not complete, read production-ready. Extensive test<br />
needs to be done. Besides that we have another goal which is to get<br />
Debian community to use this new extended tool.</p>
<p>Project overview<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Eucalyptus is a hybrid cloud computing platform which has a Open Source<br />
(FLOSS) version. It&#8217;s targetted to be used for PaaS (Platform as a<br />
Service), IaaS (Infrastructure as a Service) and other &#8216;distribution&#8217;<br />
models. It can be used also for cloud management. Given that it has<br />
implemented the EC2, for computing, and the S3, for storage, API, it&#8217;s<br />
compatible with existing public clouds such Amazon EC2. Currently it<br />
supports running i386 and amd64 images or NC (Node Controllers) in<br />
Eucalyptus naming.</p>
<p>Eucalyptus is a complex piece of software. It&#8217;s architechture it&#8217;s<br />
modular composed by five components. Cloud Controller (CLC), Walrus (W),<br />
Storage Controller (SC), Cluster Controller (CC) and Node Controller<br />
(NC). The first three are written in Java and the remaining are written<br />
in C. Our project modifications was targetted to the NC component,<br />
altough there is a remaining task for hacking the UI to allow setting<br />
the arch of the uploaded NC image instance.</p>
<p>The Node Controller is in charge of setting the proper information for<br />
Eucalyptus to be able to run virtualized images. Eucalyptus uses XEN and<br />
KVM hyphervisor to handle internal virtualization subsystem, and<br />
Libvirt, which is an abstraction of the existing virtualization<br />
libraries, for program interfacing.</p>
<p>Having that in mind we are back to our project. For our project to be<br />
sucessful we had various tasks to do. Beginning with understanding such<br />
complex piece of software, followed by hacking the requiered bits and<br />
later integrate the work so it results in a useful tool. Our approach to<br />
the project was then inline with such description.</p>
<p>The project&#8217;s history<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>I started my participation in GSoC approaching Steffen to discuss about<br />
what was expected, or more accurately, what was in his mind. We<br />
exchanged emails previous to my application and that resulted on my<br />
application being submitted. From the beginning I should tell that I<br />
wasn&#8217;t much clear on the &#8216;final product&#8217; of the project, however we<br />
refined ideas and goals during the weeks following to the official<br />
begining of the project. What was clear for me, after all, is that for<br />
this to &#8216;see the light&#8217; and gain adoption Eucalyptus code needed to be<br />
dealt with.</p>
<p>Our first task was review ARM image creation from scratch, using the<br />
work done by Aurelien and Dominique in previous GSoC. I&#8217;ve managed to<br />
get an updated ARM image running under qemu-system-arm. The issues<br />
presented in the past were almost unexistant now that the versatile<br />
kernel is official. You can see this on my first report.</p>
<p>After that being done and sometimes in parallel my main goal was then understand<br />
the internals of the Eucalyptus software in order to figure out it&#8217;s<br />
feasibility, where do we need to extend and how big the task is, we<br />
didn&#8217;t knew upfront. From the beginning of the project Steffen was kind<br />
to introduce me to the Eucalyptus developers and that have resulted in a<br />
good outcome for Debian, IMHO, to date.</p>
<p>Understanding Eucalyptus internals was quite a fun task to say the less. As you<br />
can see on the first part of the report Eucalyptus is modularized and<br />
the component I was expected to work with was the NC (Node<br />
Controller). Given that I isolated my work focus, I started to focus on<br />
learning the internals about that component.</p>
<p>Node Controller as described is in charge of &#8216;talking&#8217; with<br />
virtualization hyphervisors in order to arrange things to run guest<br />
image instances. The module has basically one main component: handler.c,<br />
in charge to talk to the appropiate hyphervisor and there are<br />
&#8216;extensions&#8217; (think of OOP polymorphism but acknoledge it&#8217;s plain C)<br />
that interact with KVM or XEN.</p>
<p>I figured that if qemu-kvm is ran in Hyphervisor mode we can manage to<br />
run an ARM image with qemu-system-arm. Given that Eucalyptus has<br />
interaction with KVM hyphervisor in place, this answered the question of<br />
the project&#8217;s feasibility. First green light on.<br />
&gt;From this point the scope reduced to interacting with the KVM handler<br />
(node/handler_kvm.c) and extend it to support running an image that is<br />
not amd64 or i386.</p>
<p>NC makes use of libvirt to abstract interaction with Hyphervisors. So,<br />
the next phase was learning about it&#8217;s API and figure what&#8217;s needed to<br />
be modified next. Libvirt uses a XML file for setting Domain (in<br />
libvirt&#8217;s naming) definitions. So, Eucalyptus provides a Perl wrapper to<br />
generate this file on runtime and allow the NC to invoke libvirt&#8217;s API<br />
to run the instance. Next task then, was adapt such script to support<br />
ARM arch. The current script is taiolred for amd64 and i383. I worked on<br />
that front and managed to get a script prototype, that can later be<br />
improved and support more arch&#8217;s.</p>
<p>Generating an adequate Libvirt&#8217;s XML Domain definition file for ARM can<br />
be a heroic task. There are many things to have in mind given the<br />
diversity of the ARM processor and vendors. I focused on the versatile<br />
flavour given that I was going to test the image I built on the first<br />
place and it ran fine under qemu-system-arm.<br />
The Perl script wrapper then was adapted for such configuration and it<br />
can be tested independently by issuing the following command:</p>
<p>$ tools/gen_kvm_libvirt_xml &#8211;arch arm</p>
<p>The &#8211;arch parameter is what I implemented and it&#8217;s intended to be<br />
called from the kvm handler on instance creation. With the extensibility<br />
in mind I&#8217;ve created a hash to associate the arch with their<br />
corresponding emulator.</p>
<p>our %arches = (<br />
&#8216;amd64&#8242; =&gt; &#8216;/usr/bin/kvm&#8217;,<br />
&#8216;arm&#8217; =&gt; &#8216;/usr/bin/qemu-system-arm&#8217;,<br />
);</p>
<p>Added the arch parameter to the GetOptions() function and used<br />
conditions to tell whether the user is looking for a particular arch,<br />
arm in our case. The most important parts to be considered are the<br />
,  and  entries.</p>
<p>hvm</p>
<p>$local_kvm</p>
<p>There&#8217;s also  and  that require to be tailored for arm.</p>
<p>root=0800</p>
<p>As output the script generates an XML template that can be adapted to<br />
your needs and it could be used and tested with tools like Libvirt&#8217;s<br />
virsh. So that, it can be useful independently of Eucalyptus. I managed<br />
to get to this point before the midterm evaluation.</p>
<p>Now that we had the XML wrapper almost done, the next task was to make<br />
the handler call pass the arch as an argument to the script, so the<br />
image is loaded with the proper settings and we are able to run it.</p>
<p>Eucalyptus doesn&#8217;t have a arch field for NC&#8217;s instances. So, after approaching<br />
Eucalyptus developers, with whom we had already being interacting, I<br />
settled to my proposal of extending the ncInstance struct with an arch<br />
field (util/data.h). The ncInstance_t struct stores the metadata for the<br />
instance being created. It&#8217;s used for storing runtime data as well as<br />
network configuration and more. It was indeed the right place to add a<br />
new field. I did so by creating the archId field.<br />
Now I needed to make sure the arch information is stored and later used on the<br />
libvirt&#8217;s call.</p>
<p>typedef struct ncInstance_t {<br />
char instanceId[CHAR_BUFFER_SIZE];<br />
char imageId[CHAR_BUFFER_SIZE];<br />
char imageURL[CHAR_BUFFER_SIZE];<br />
char kernelId[CHAR_BUFFER_SIZE];<br />
char kernelURL[CHAR_BUFFER_SIZE];<br />
char ramdiskId[CHAR_BUFFER_SIZE];<br />
char ramdiskURL[CHAR_BUFFER_SIZE];<br />
char reservationId[CHAR_BUFFER_SIZE];<br />
char userId[CHAR_BUFFER_SIZE];<br />
char archId[CHAR_BUFFER_SIZE];<br />
int retries;</p>
<p>/* state as reported to CC &amp; CLC */<br />
char stateName[CHAR_BUFFER_SIZE];  /* as string */<br />
int stateCode; /* as int */</p>
<p>/* state as NC thinks of it */<br />
instance_states state;</p>
<p>char keyName[CHAR_BUFFER_SIZE*4];<br />
char privateDnsName[CHAR_BUFFER_SIZE];<br />
char dnsName[CHAR_BUFFER_SIZE];<br />
int launchTime; // timestamp of RunInstances request arrival<br />
int bootTime; // timestamp of STAGING-&gt;BOOTING transition<br />
int terminationTime; // timestamp of when resources are released (-&gt;TEARDOWN transition)</p>
<p>virtualMachine params;<br />
netConfig ncnet;<br />
pthread_t tcb;</p>
<p>/* passed into NC via runInstances for safekeeping */<br />
char userData[CHAR_BUFFER_SIZE*10];<br />
char launchIndex[CHAR_BUFFER_SIZE];<br />
char groupNames[EUCA_MAX_GROUPS][CHAR_BUFFER_SIZE];<br />
int groupNamesSize;</p>
<p>/* updated by NC upon Attach/DetachVolume */<br />
ncVolume volumes[EUCA_MAX_VOLUMES];<br />
int volumesSize;<br />
} ncInstance;</p>
<p>With that in place what was left was modifying the functions that<br />
store/update the ncInstance data, and also the libvirt&#8217;s function that<br />
calls the gen_kvm_libvirt_xml script. I&#8217;ve modified the following files:<br />
- util/data.c<br />
- node/handlers_kvm.c<br />
- node/handlers.{c,h}<br />
- node/test.c<br />
- node/client-marshall-adb.c</p>
<p>Most important the allocate_instance() function that is in charge of setting up<br />
the instance metadata a prepare it to pass it to the handler, then<br />
hyphervisor trough Libvirt&#8217;s API. The function now has a new archId<br />
parameter as well, to keep coherence with the field name. It also<br />
handles whether the field is set or not. We (Eucalyptus developers and<br />
I) haven&#8217;t settled wether to initialize this field with a default value<br />
or not. I&#8217;d stepped up and initialized with a NULL value for this string<br />
type var.</p>
<p>if (archId != NULL){<br />
strncpy(inst-&gt;archId, archId, CHAR_BUFFER_SIZE);<br />
}</p>
<p>Stores the value only if it&#8217;s passed to the function. This is essential to<br />
don&#8217;t break existing functionality and keep consistency for later releases.<br />
With this we almost finished the part of extending Eucalyptus to support<br />
arm images. It took quite long to get to that point. Next step: test.</p>
<p>As I mentioned in my previous report the current Eucalyptus packaging<br />
has issues. From the beginning I&#8217;ve approached the pkg-eucalyptus team,<br />
who were very hepful. So I myself set me up and joined the pkg team with<br />
commit access to the repo. Even the GSoC is not intended for packaging<br />
labour, I needed to clear things on that side because what we want is<br />
adoption so anyone, say a DSA or a user, could setup a cloud that has<br />
support for running arm instances under amd64 arch.</p>
<p>Over the weeks between mid-term evaluation and past week I&#8217;ve worked on<br />
that front. Results were good, as you can see in the pkg-eucalyptus<br />
mailing list and SVN repo.<br />
Eucalyptus has a couple of issues that because of it&#8217;s nature and complexity<br />
triggered build errors. Those issues came from the Java side of the project and<br />
few form the C-side. The C-part was a problem with AXIS2 Jar used to generate<br />
stubs for later inclusion on build-time. There&#8217;s no definitive solution to date<br />
because one of the Makefile on gatherlog/Makefile issues a subshell call that<br />
doesn&#8217;t catches the AXIS_HOME environment variable. I&#8217;ve worked around this<br />
by defining it as a session env var from .zshrc. The other problem is related<br />
to the Java libary versioning and most likely (we had to investigate further)<br />
to groovy versioning.</p>
<p>As I explained Eucalyptus has 3 components written in Java. The Java code uses<br />
extensively the AXIS2 library for implementing webservices calls, the groovy<br />
language for JVM, and many other Java libaries. Eucalyptus open source version<br />
ships both &#8216;online&#8217; and &#8216;offline&#8217; versions. The difference is basically that<br />
the offline version ships the Java libaries JAR files inside the source code,<br />
so you can build with all required deps.</p>
<p>Our former packaging used a file to list which Java libraries the package<br />
depends on and it symlinked them using system wide installed packages. This<br />
rather than helping out triggered a lot of problems I explaing with more detail<br />
on the pkg-eucalyptus ml. I worked around this by telling the debian/rules<br />
not to use such file to symlink and instead use the existing ones from<br />
the source. The last weekend I managed to get to that point and built<br />
sucessfully the software under Debian. I&#8217;ve done that in order to have a<br />
complete build-cycle for my changes, and then test. In fact today I&#8217;ve<br />
spotted and fixed a couple of bugs there.</p>
<p>What&#8217;s available now<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
To date we have a Eucalyptus branch where my patches are sent. The level of<br />
extension is nearly complete, more testing needed. One missing bit is to<br />
change the UI so that the user selects which arch her image is and that<br />
value is passed to the corresponding functions on the Node Controller<br />
component.</p>
<p>We also have an ARM image that can be tested and later automated. I&#8217;ve<br />
recently learned about David Went&#8217;s VMBuilder repo that extends Ubuntu&#8217;s<br />
vmbuilder to support image creationg. I might talk to him to adapt the tool<br />
in order to support creation of arm images and use it to upload to an<br />
Eucalyptus cloud.</p>
<p>I&#8217;ve also created a wiki page with different bits on which I was working on.<br />
I&#8217;ve yet need to craft it to be more educational. I guess I&#8217;m going to use<br />
this report as a source :)</p>
<p>We also had more strong cooperation with the Eucalyptus project and<br />
involved their developers on the packaging and this project, which is<br />
something I consider a great outcome for this project and GSoC goals:<br />
to attract more people to contribute to FLOSS. I&#8217;ve also been contacted by<br />
people from the Panda Project and we might cooperate also.</p>
<p>Future work<br />
&#8212;&#8212;&#8212;&#8211;<br />
I plan to keep working on the project regardless the GSoC ends. Our goal<br />
as Debian could be integrating this into the Eucalyptus upstream<br />
branch. We have good relations with them so expect news from that side.<br />
I also plan to keep working with the Eucalyptus team and related<br />
software in Debian, given that I&#8217;m familiarized with the tools and<br />
projects.<br />
I&#8217;m also planning to advocate SoC for Debian in my faculty. To date we<br />
had already 4 students, IIRC, that have participated in the past.</p>
<p>Project challenges and lessons<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>During the project I faced many challenges both in the personal side<br />
and in the technical one. This part is a bit personal but I expect we<br />
learn from this.</p>
<p>First challenge was the &#8216;where do I sit&#8217; problem. My project was<br />
particular, indeed quite different from the others on it&#8217;s nature. I had<br />
to work on a software that is not Debian&#8217;s and then come and say &#8216;Hey we<br />
have this nice tool for you, come test it!&#8217;. So, indeed, my focus was on<br />
the understanding of such tool, Eucalyptus, and not much on looking back<br />
at Debian because I didn&#8217;t feel I had something to advertise yet and<br />
indeed I got most valuable/useful feedback from Eucalyptus developers<br />
rather than Debian&#8217;s, which for the case is OK IMHO. I had great<br />
mentoring. This situation probably looked a bit of &#8216;isolation&#8217; from my<br />
side, from Debian&#8217;s POV, but it was not intended it&#8217;s just how it needed<br />
to be IMHO.  I felt that I wasn&#8217;t contributing directly to the<br />
project. I&#8217;ve spoke about such thing with Steffen a couple of times. I&#8217;d<br />
like to say that it was also my concern but I probably failed on<br />
communicating this, second challenge.</p>
<p>Third challenge was more technical and related to the first one. Since I<br />
was not writing any code for a Debian native package/program but instead for<br />
other project I faced the situation of where to publish my<br />
contributions. Eucalyptus had some issues on managing their FLOSS repo<br />
and the current development one is outdated comparing to the<br />
-src-offline 2.0.3 release. The project didn&#8217;t fit pkg-eucalyptus repo<br />
neither, even we thought to branch the existing trunk and ship my<br />
contribs as quilt patches, but it involved a lot of more work and burn<br />
on reworking something that has issues now. Later on time I branched the<br />
bzr eucalyptus-devel Launchpad repo and synced there with the<br />
src-offline code. I was slow to react on thing I can say.</p>
<p>Fourth challenge was also technical and still dealing with. I was looking to<br />
setup a machine to set a cloud and test my branch. The Dean of my faculty<br />
kindly offered a machine but I&#8217;ve never managed to get things arranged<br />
with the technical team. Steffen and I discussed about this and evaluated<br />
options, at the end we settled on pushing adoption rather than showcasing it.<br />
Since for adoption we need a use case, I&#8217;ve spend some SoC money on hardware<br />
for doing this. I should have news this week on that side :)</p>
<p>Finally, I&#8217;d like to thank everyone on the Debian SoC team for this<br />
opportunity to participate. I like to thank Steffen for his effort on<br />
arranging things for me, Graziano from Eucalyptus for his advice on<br />
working with the software code. The different people from Eucalyptus I<br />
interacted with and showed interest on  the project&#8217;s sucess. My<br />
classmates and teachers from the Computer Science School at UCSP in<br />
Arequipa-Peru, friends from the computing community in Peru &#8211; SPC and<br />
finally my family. Thank you, I learned a lot, specially on the personal<br />
side. As Randy Pausch put: &#8220;The brick walls are there to give us a<br />
chance to show how badly we want something.&#8221;</p>
<p>Resources<br />
&#8212;&#8212;&#8212;</p>
<p>Please see the Wiki page[1] for any reference to the project&#8217;s resources.</p>
<p>1- http://wiki.debian.org/SummerOfCode2011/BuildWithEucalyptus/ProjectLog</p>
<p>Best regards,<br />
Rudy</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stone-head.org/compute-clusters-for-debian-development-and-building-final-report/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Compute Clusters Integration for Debian Development and Building &#8211; Report 4</title>
		<link>http://blog.stone-head.org/compute-clusters-integration-for-debian-development-and-building-report-4/</link>
		<comments>http://blog.stone-head.org/compute-clusters-integration-for-debian-development-and-building-report-4/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 05:32:58 +0000</pubDate>
		<dc:creator>Rudy Godoy</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[eucalyptus]]></category>

		<guid isPermaLink="false">http://blog.stone-head.org/?p=287</guid>
		<description><![CDATA[Hello, this is the fourth report for the project. First, I&#8217;d like to apologize for being late, I took a short trip over the weekend and missed the deadline. This time I&#8217;ve good news for my project. As expected I&#8217;ve made the necesary changes to have Eucalyptus support ARM images. The approach was extending and [...]]]></description>
			<content:encoded><![CDATA[<p>Hello, this is the fourth report for the project. First, I&#8217;d like to<br />
apologize for being late, I took a short trip over the weekend and<br />
missed the deadline. This time I&#8217;ve good news for my project. As<br />
expected I&#8217;ve made the necesary changes to have Eucalyptus support ARM<br />
images. The approach was extending and exposing an &#8216;arch&#8217; field that<br />
will be used by libvirt&#8217;s XML domain file. I&#8217;m working currently on<br />
having the involved functions working with the new extension and I<br />
expect to have this done over the middle of the next week. </p>
<p>What was done so far<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
- Extended the ncInstance_t struct on util/data.h adding the archId<br />
  parameter. This struct keeps the information regarding a node (nc),<br />
  say RAM, Kernel, etc. Currently it has no way to set an arch in order<br />
  to be used later.</p>
<p><code>typdef struct ncInstance_t{<br />
...<br />
    char reservationId[CHAR_BUFFER_SIZE];<br />
    char userId[CHAR_BUFFER_SIZE];<br />
    char archId[CHAR_BUFFER_SIZE]; // arch field added<br />
    int retries;<br />
...<br />
}</code><br />
  The Eucalyptus team was OK with this approach that I&#8217;ve proposed few<br />
  weeks ago. For all my changes the approach is maintain compatibility<br />
  with existing features.<br />
  We still have to define if we are setting a default value, say amd64,<br />
  or keep it unset until the user sets one. For now we will be supporting<br />
  amd64 and arm as valid fields.</p>
<p>- Modified the allocate_intance() function to support the archId<br />
  field. This involved adding a new parameter and detecting whether its<br />
  present and setting de value accordingly. This function is later used<br />
  by the doRunInstance() function in node/handlers_kvm.c</p>
<p>- Modified the involved functions that are called by the KVM handlers<br />
  and result in passing parameters to the XML file generator for being<br />
  used by libvirt&#8217;s and KVM and have the image running under<br />
  Eucalyptus. The new parameters and field are not required and only<br />
  being used if they are set with a value. The archId parameter has been<br />
  added as the last one, so existing function calls can work. This could<br />
  be rearranged later, but will involve a more extensive revision with<br />
  Eucalyptus developers.</p>
<p>- I&#8217;ve set a git local repo in order to keep track of the changes to<br />
  Eucalyptus. Since this part is a sort of a Eucalyptus branch I took<br />
  this approach. Steffen and I are discussing whether to release this as<br />
  a pkg-eucalyptus branch (as dpatch, using existing packaging). Either<br />
  way I&#8217;m putting the diff files form my git repo over the wiki and will<br />
  put them on my site too. I plan to use git-svn in order to send them<br />
  later to the pkg-eucalyptus repo once we are settled with this.</p>
<p>- Updated the project&#8217;s wiki[1] page with information regarding all that&#8217;s<br />
  involved on my work, so it can be &#8216;re-played&#8217; or resumed later. </p>
<p>1- http://wiki.debian.org/SummerOfCode2011/BuildWithEucalyptus/ProjectLog</p>
<p>What I plan to to over the next weeks<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
- Finish the modifications to the relevant functions. Expected dealine:<br />
  next week.<br />
- Do integration tests:<br />
  &#8211; Write a test program, there&#8217;s an example under node/ that could be<br />
    helpful.<br />
  &#8211; Generate the XML domain definition from Eucalyptus functions. The<br />
  full cycle: handler_kvm -> allocate_instance -> get_instance_xml -><br />
  have the XML file properly generated -> qemu-kvm runs the instance<br />
  using the proper emulator (arm in our case).<br />
- Test runnning the image I&#8217;ve worked on the project&#8217;s begining.<br />
- Fixing bits and cooperate with the pkg-eucalyptus team on the<br />
  packaging bits.<br />
- Talk to Eucalyptus so they adopt our patches.<br />
- Rock and roll :)</p>
<p>What would be nice to have after the project ends<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
- The Debian packaging *needs* work. I&#8217;ve already discussed this on the<br />
  pkg-eucalyptus mailing list. I&#8217;ve also committed myself to help on<br />
  that side even after the SoC ends.<br />
- Talk with upstream and Ubuntu to coordinate the packaging efforts and<br />
  modifications to the software.<br />
- Get adopters to use our work :)</p>
<p>By now, few weeks about to finish the SoC, I can say that it&#8217;s been a<br />
good experience and as I stated I&#8217;m planning to keep maintaing/working<br />
on the software after that. I&#8217;ve already joined the pkg-eucalyptus team<br />
and plan to contribute actively. I&#8217;m sad I didn&#8217;t managed to get Debconf<br />
this year, time was a constraint again, hopefully we can meet in 2012! I<br />
guess that all by now!</p>
<p>Best regards,<br />
Rud</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stone-head.org/compute-clusters-integration-for-debian-development-and-building-report-4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GSoC 2011: Compute Clusters Integration for Debian Development and Building</title>
		<link>http://blog.stone-head.org/gsoc-2011-compute-clusters-integration-for-debian-development-and-building/</link>
		<comments>http://blog.stone-head.org/gsoc-2011-compute-clusters-integration-for-debian-development-and-building/#comments</comments>
		<pubDate>Mon, 16 May 2011 15:49:57 +0000</pubDate>
		<dc:creator>Rudy Godoy</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[arm]]></category>
		<category><![CDATA[cloudcomputing]]></category>
		<category><![CDATA[eucalyptus]]></category>
		<category><![CDATA[gsoc]]></category>

		<guid isPermaLink="false">http://blog.stone-head.org/?p=245</guid>
		<description><![CDATA[Hi, been offline for a while and now after my mid-term exams I&#8217;m glad to tell that I&#8217;ll be working on this year&#8217;s GSoC project called: &#8220;Compute Clusters Integration for Debian Development and Building&#8221;. The main idea for this project is to give Debian developers and downstream developers a set of tools for helping them [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, been offline for a while and now after my mid-term exams I&#8217;m glad to tell that I&#8217;ll be working on this year&#8217;s GSoC project called: &#8220;Compute Clusters Integration for Debian Development and Building&#8221;. The main idea for this project is to give Debian developers and downstream developers a set of tools for helping them to leverage the power of a cloud-based infrastructure for their development duties. This is specially targeted to porters, multi-arch and cross-development, So I&#8217;ll ask such teams for feedback on the subject over the next days.</p>
<p>People at Eucalyptus has been very helpful and willing to cooperate with us to make this project a success. We expect to get them involved on the packaging and probably as Debian contributors, if not developers, also. Next week is the official coding phase start, but I&#8217;ve been talking and working together with my mentor Steffen and the Eucalyptus people already. We&#8217;ll be starting working on the qemu ARM images, reusing and resuming the job did by Dominique Belhachemi in the past GSoC.</p>
<p>Of course I welcome as much feedback as you might find useful. I plan to post a project update every two weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stone-head.org/gsoc-2011-compute-clusters-integration-for-debian-development-and-building/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Is Debian listening to its users?</title>
		<link>http://blog.stone-head.org/is-debian-listening-to-its-users/</link>
		<comments>http://blog.stone-head.org/is-debian-listening-to-its-users/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 23:32:44 +0000</pubDate>
		<dc:creator>Rudy Godoy</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[userfeedback]]></category>

		<guid isPermaLink="false">http://blog.stone-head.org/?p=113</guid>
		<description><![CDATA[For some time ago I&#8217;ve been pondering about this question. As long as GSoC 2009 is about to start and people are looking for project ideas, I&#8217;m posting here a very preliminar draft of my findings and an idea for a posible software project. It&#8217;s pretty written on-the-fly while I&#8217;ve managed to have some minutes [...]]]></description>
			<content:encoded><![CDATA[<p>For some time ago I&#8217;ve been pondering about this question. As long as GSoC 2009 is about to start and people are looking for project ideas, I&#8217;m posting here a very preliminar draft of my findings and an idea for a posible software project. It&#8217;s pretty written on-the-fly while I&#8217;ve managed to have some minutes between work and uni. Rigurous wording isn&#8217;t P1.</p>
<p><a href="http://www.debian.org/social_contract">Debian&#8217;s social contract</a> 4th item states:</p>
<blockquote><p><strong>Our priorities are our users and free software</strong> We will be guided by the needs of our users and the free 	  software community. We will place their interests first in 	  our priorities.</p></blockquote>
<p>When we make decisions, either technical, legal and others regarding the operating system we deliver, this is one of the most referred argument. Altough that&#8217;s seen as high priority often we don&#8217;t have ways to properly know what our users want. While working on translations on the Spanish team we&#8217;ve faced this situation. Do our users find them useful? they are able to understand them? they find that a much familiar wording would be bette than high technical details? We didn&#8217;t know. Then, the question still exists.</p>
<p>Altough Debian has ways for users to provide feedback (BTS, mailing lists, IRC,  popcon, etc) none of them is designed to offer a way for the user to provide feedback on features, development roadmap and other non-bug aspects that developers and the project can tally and use for prioritize on releases. It&#8217;s rather amusing to note that one of the most valuable assets free software community has is user involvement and contribution.</p>
<p>But before we enter in details let&#8217;s start on the basics. For using this information we first need to know who our users are? do we? From my findings and interaction with the community I&#8217;ve identified two kinds of Debian users who can be clearly named.</p>
<p>1) The derivatives or pure blends, who use the Debian base and framework to build niche distributions.</p>
<p>2) The lead users (using E. Von Hippel&#8217;s definition), who are the developers, contributors and a group of users. Debian is, if not the only, one of the projects who is best for fostering lead users. Most of them at some point involve themselves in the development process and some, later become developers.</p>
<p>There is a more diverse group who are end-users but it&#8217;s unclear to me how we can group them. Despite that they probably represent the biggest part of the pie.</p>
<p>So, how we do please everyone? can we? In my opinion we can, at some degree. By implementing tools for first: gather user feedback, make statistical data, tally, we later can take informed decisions. In Debian decisions are voted and the set of people who votes are only developers with their own constraints.</p>
<p>I think this would ease the constant that release-decisions-regarding-foo-tech-legal-issue represented on each release iteration, saving time, health and bits.  It could be useful for knowing more about who are the ones we develop things for. I&#8217;m thinking of some sort of Dell&#8217;s IdeaStorm.com for software.</p>
<p>What do you think? I&#8217;m willing to co-mentor this if someone finds that is an interesting project for GSoC. Let me know!.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stone-head.org/is-debian-listening-to-its-users/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>back with the crowd</title>
		<link>http://blog.stone-head.org/back-with-the-crowd/</link>
		<comments>http://blog.stone-head.org/back-with-the-crowd/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 04:37:59 +0000</pubDate>
		<dc:creator>Rudy Godoy</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Free Software]]></category>

		<guid isPermaLink="false">http://blog.stone-head.org/?p=106</guid>
		<description><![CDATA[Last night I&#8217;ve been recalling how many debconfs I&#8217;ve already missed and this got me thinking about how long I&#8217;ve been a bit off the records on my Debian involvement. Many things have happened in the last couple of years, many for the good. I&#8217;ve started a business and learned a lot about entrepreneurship, resumed [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I&#8217;ve been recalling how many debconfs I&#8217;ve already missed and this got me thinking about how long I&#8217;ve been a bit off the records on my Debian involvement. Many things have happened in the last couple of years, many for the good. I&#8217;ve started a business and learned a lot about entrepreneurship, resumed my computer science career, started a pretty awesome (yet to be released) personal project involving music and computers,   and most important: discovered what I want from life, who I want to be and who I&#8217;d love to be with :)</p>
<p>Latest weeks I&#8217;ve progresivily started to get back on track with my Debian duties. Took care of my packages, update some information, kept track on current issues and  hanged on IRC. While doing that I&#8217;ve found some issues I&#8217;d like to elaborate on later, so we could improve things. So, expect me to be more active and post updates about my findings. It&#8217;s good to be back!  I&#8217;ve missed you guys :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stone-head.org/back-with-the-crowd/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Academia y software libre en la UPC</title>
		<link>http://blog.stone-head.org/academia-y-software-libre-en-la-upc/</link>
		<comments>http://blog.stone-head.org/academia-y-software-libre-en-la-upc/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 07:26:41 +0000</pubDate>
		<dc:creator>Rudy Godoy</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Talks]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[gnuupc]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[osswatch]]></category>
		<category><![CDATA[software libre]]></category>
		<category><![CDATA[upc]]></category>

		<guid isPermaLink="false">http://blog.stone-head.org/?p=82</guid>
		<description><![CDATA[El software libre, desde sus inicios, ha tenido un estrecho vínculo con la academia. Proyectos como GNU, FreeBSD, Linux, se han gestado en los claustros de conocidas universidades, por sus estudiantes. Hoy en día, una buena parte del software libre, que podemos encontrar en sitios como freshmeat.net, es desarrollado dentro de entornos académicos. Toda esta [...]]]></description>
			<content:encoded><![CDATA[<p>El software libre, desde sus inicios, ha tenido un estrecho vínculo con la academia. Proyectos como GNU, FreeBSD, Linux, se han gestado en los claustros de conocidas universidades, por sus estudiantes. Hoy en día, una buena parte del software libre, que podemos encontrar en sitios como freshmeat.net, es desarrollado dentro de entornos académicos. Toda esta producción inicial se ha realizado en un entorno pre-ecosistema  de software libre, en el que, además del software, también se construyeron las bases de la cultura y prácticas adoptadas por la comunidad.</p>
<p>Hoy, el desarrollo que ha alcanzado el ecosistema de software libre ha permitido que cada vez más organizaciones, empresas, e instituciones adopten las soluciones de software creadas por éste. Por un lado, estudios recientes, como los de <a href="http://www.gartner.com">Gartner</a>, señalan que <a title="Gartner predict open source usage in commercial software" href="http://arstechnica.com/news.ars/post/20080205-gartner-80-percent-of-commercial-software-programs-will-include-open-source-by-2012.html">para el 2012 gran parte de los productos comerciales de software emplearán componentes de software libre</a> y que <a title="Gartners top predictions for 2008" href="http://www.gartner.com/it/themes/economy/audio/FallEuroSymWebCannes.ppt">por lo menos una tercera parte del presupuesto de las empresas para software de aplicación se destinará a servicios de suscripción</a>.</p>
<blockquote><p><a title="IDC view of open source" href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&amp;newsId=20060814005620&amp;newsLang=en">IDC</a> said “Open Source is the most significant all-encompassing and long-term trend that the software industry has seen since the early 1980’s.”</p>
<p><a title="Gartner predict open source usage in commercial software" href="http://arstechnica.com/news.ars/post/20080205-gartner-80-percent-of-commercial-software-programs-will-include-open-source-by-2012.html">Gartner predict</a> that “ <strong>By 2012, 80 per cent of all commercial software will include elements of open-source technology.</strong> ”</p>
<p>A <a title="Actuate survey findings" href="http://www.computerworlduk.com/toolbox/open-source/open-source-business/news/index.cfm?newsid=11278">survey</a> of nearly 1000 IT staff in the UK, Germany, France and North America, commissioned by Actuate, showed that fifty four percent of businesses in the UK felt that the benefits of open source outweighed any negative aspects</p>
<p>Another Gartners <a title="Gartners top predictions for 2008" href="http://www.gartner.com/it/themes/economy/audio/FallEuroSymWebCannes.ppt">top predictions for 2008</a> is that “by 2012, at least one-third of business application software spending will be as a service subscription instead of as a product licence”.</p></blockquote>
<p>Por otro lado, esto también presenta una situación en la que la demanda de profesionales con conocimiento de tecnologías de software libre se incrementa, mientras que la oferta parece ser cada vez más escasa, según demuestran <a title="Actuate survey preliminary findings" href="http://www.actuate.com/company/news/press-releases-resources.asp?ArticleId=13847">estudios de Actuate</a>.</p>
<blockquote><p><a title="Actuate survey preliminary findings" href="http://www.actuate.com/company/news/press-releases-resources.asp?ArticleId=13847">Research conducted for Actuate</a> found that six in every ten respondents said there “were <strong>serious problems finding the right IT skills to implement and manage open source solutions</strong>”</p></blockquote>
<p>El pasado sábado 22, tuve la oportunidad de ofrecer una charla en mi universidad, la <a href="http://www.upc.edu.pe">UPC</a>, en la que desarrolle estos temas. El enfoque tenia como objetivo el saber cómo aprovechar, inteligentemente, como estudiantes de computación, las oportunidades y recursos que existen hoy para desarrollarnos profesionalmente haciendo lo que nos apasiona: software libre. En este sentido, conversamos acerca del programa <a href="http://code.google.com/soc/">Google Summer of Code</a> como una manera de avanzar hacia tal objetivo, por los beneficios que ofrece a nivel académico y profesional. Además, presenté el proyecto <a href="http://www.oss-watch.ac.uk/">OSS Watch</a>, cuyo objetivo es fortalecer el vínculo entre la comunidad académica y la de software libre a través del desarrollo de material académico que introduzca prácticas  de desarrollo de la comunidad en los cursos de computación. A través de esto el proyecto busca mejorar las capacidades de los futuros profesionales que les permitan desarrollar soluciones basadas en tecnologías de software libre.</p>
<p>La charla estuvo organizada por el grupo <a href="http://www.gnuupc.org">GNU UPC</a>, conformado por alumnos y ex-alumnos de la universidad, que está en un proceso de reactivación de actividades y retomando proyectos a futuro, de los cuales seguro tendré algún grado de culpa. Las <a href="http://wiki.stone-head.org/bin/view/UPC/AcademiaSoftwareLibre?slideshow=on;skin=print#GoSlide1">diapositivas</a> de mi presentación están en el <a href="http://wiki.stone-head.org">wiki</a> que he creado para publicar mis trabajos academicos y proyectos personales.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stone-head.org/academia-y-software-libre-en-la-upc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GNU no es Unix</title>
		<link>http://blog.stone-head.org/gnu-no-es-unix/</link>
		<comments>http://blog.stone-head.org/gnu-no-es-unix/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 06:20:51 +0000</pubDate>
		<dc:creator>Rudy Godoy</dc:creator>
				<category><![CDATA[Academia]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.stone-head.org/?p=34</guid>
		<description><![CDATA[Se aproximaba el final del año 97 u 98 cuando el encargado de coordinación me ofreció pasar a formar parte del grupo de operadores OpenVMS en la BVL/CAVALI. Mis compañeros en TdP me decian que no aceptara, que ahi estaba bien. De hecho, ya estaba mas adaptado y la gente me apreciaba, intuyo que además [...]]]></description>
			<content:encoded><![CDATA[<p>Se aproximaba el final del año 97 u 98 cuando el encargado de coordinación me ofreció pasar a formar parte del grupo de operadores OpenVMS en la BVL/CAVALI. Mis compañeros en TdP me decian que no aceptara, que ahi estaba bien. De hecho, ya estaba mas adaptado y la gente me apreciaba, intuyo que además por ser el más joven del grupo con una corbata terrible. Tendría 18 o 19 años en ese momento.</p>
<p>Finalmente acepte y empece a trabajar precisamente el 1ro de enero del año siguiente. El entorno de la BVL era más tranquilo, no tenían grandes servidores ni cosas sofisticadas; sin embargo tenian algunos elementos que eran bastante interesantes para mi, y creo que claves en mi desarrollo: el proyecto era relativamente nuevo asi que había algunas cosas por construir, había un esquema de telecomunicaciones con los distintos agentes de bolsa a través de un sistema ATM usando el <a href="http://es.wikipedia.org/wiki/Norma_X.25">protocolo x25</a> (antecesor del modelo OSI, TCP) -también conocido como MEGANET en TdP-,  el ambiente era tranquilo, teniamos acceso a Internet y el grupo era bastante ameno.</p>
<p>En este lugar es donde logre desarrollar un conocimiento de buen nivel sobre el sistema operativo OpenVMS, a punto que recibia constantes consultas de los nuevos operadores que ingresaban a GMD y de algunos desarrolladores. Mis inicios fueron en el turno de la noche, donde básicamente se procesaba información e imprimia reportes para el día siguiente, ejecutaban respaldos y se aprovechaba parte del tiempo para dormir. Recuerdo que mi primera noche me recoste sobre el sofá que mis compañeros me recomendaron y no desperte hasta las 7am, todavía no me adaptaba; de hecho antes de eso no acostumbraba a desvelarme.<br />
En algún momento pase al turno de la tarde donde tenia que interactuar con usuarios, vestir formal (cosa que jamas me incomodo, salvo cuando me &#8220;sugirieron&#8221; que use el cabello más corto -obviamente me rebele!-), y sobretodo conocer en persona a los CVL$algo, osea los usuarios, de entre los cuales había algunas guapas chicas; cosa que felizmente parece ser una constante.</p>
<p>Con el pasar del tiempo logré automatizar algunos procesos en los servidores, escribi cientos de programas en <a href="http://en.wikipedia.org/wiki/DIGITAL_Command_Language">DCL</a>, y en algún punto practicamente tenia todo el tiempo libre consecuencia de eso. Logré configurar el stack TCP/IP (ya que esos equipos solo funcionaban en red con el protocolo DECNET), ejecutar y navegar en Mosaic desde el entorno Motif de los servidores Alpha para ingresar a Internet y los servicios en los que ya era ávido usuario (confesión).  Descubri todo el mundo detrás de OpenVMS, las conferencias DEC, los grupos de usenet, de los que aprendi, además de incrementar mi interés en conocer el tema en más bajo nivel.</p>
<p>Ocurrio en algún momento que llevamos un curso de Unix, del que ya había oido porque un usuario del chat de Yahoo! lograba hacer cosas que otros no y me dijo que sabia Unix y que debería aprender puesto que todo ese chat estaba sobre Unix. Rápidamente busque en <a href="http://www.altavista.com">Altavista</a> o Yahoo! y aprendi qué era este Unix.</p>
<p>Luego de la primera clase estuve más seguro de que si queria aprender esto. Lamentablemente desde mi sitio no tenia forma de acceder al servidor en la red de GMD que estaba en el otro edificio. No contento con esa limitación empece a investigar en Internet hasta que encontre la luz: Linux, un sistemas imilar a Unix que se podía ejecutar en una PC. Los siguientes pasos fueron reciclar unos discos duros de 500MB, reducir el espacio usado por Windows 95 en la PC (Pentium 33Mhz, 16MB RAM) que tenia asignado, descargar durante 1 mes -debido a que reiniciaban el equipo y la descarga FTP no tenia &#8220;resume&#8221;- una distribución de Linux (creo que RedHat 5.x), y tratar de instalar y configurarla, cosa que logré luego de algunos días.</p>
<p>Cierto día buscando información di con la página del <a href="http://www.gnu.org">Proyecto GNU</a> y leí su manifesto, e inmediatamente coincidi con el mismo. Esto me animó bastante a conocer, usar y promover esto que ahora sabía que se llamaba software libre. Posteriormente supe que habían distribuciones y encontre a mi subsiguiente amor: el <a href="http://www.debian.org">Proyecto Debian</a>. Luego de leer su contrato social, manifesto y las directrices, en donde percibi claramente que cualquiera podría contribuir a éste, levante la mano y dije: yo también. Hasta antes de eso no había sentido tan cercano el hecho de que, además de usar algo, también podía hacer cosas para hacerlo mejor y que beneficie a otros como efecto secundario. Esto claramente fue amor a primera vista, de los cuales uno nunca se separa.</p>
<p>Reemplace el RedHat por Debian, que por ese tiempo era complicado de instalar; lo instale en la PC de mi casa, que había adquirido recientemente, y decidi enlistarme en el grupo de traducción como punto inicial de mi contribución.</p>
<p>De las anécdotas de ese tiempo recuerdo una cuando el nuevo jefe de sistemas, ex marino, ingreso al centro de cómputo para mostrarlo a una visita y empezo a describir las actividades y equipos que teniamos. Al señalar mi PC, ejecutando GNOME 1.x, con una terminal ejecutando top y alguna otra cosa, dijo: desde aquí monitoreamos todo. Tuve dos sensaciones, la primera la obvia (no tenia idea de lo que estaba pasando allí -ya que yo mismo me autorice a instalarlo-) y la segunda fue un poco de ego que me decia: exacto, tengo el control de todo esto (cosa que tampoco estaba lejos de ser cierto).</p>
<p>En algún momento, años después cuando ya había salido de GMD, fui a ayudar a mi amigo Oscar con un tema de backups y para sorpresa mía se trataba de uno de los programas que hice tiempo atrás. Finalmente llegaron a usarlo (Oscar era reacio porque no quería olvidarse las órdenes y sus parámetros) y replicarlo en otros proyectos, fue bastante halagador :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stone-head.org/gnu-no-es-unix/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Not going to debconf &#8211; yet another year</title>
		<link>http://blog.stone-head.org/not-going-to-debconf-yet-another-year/</link>
		<comments>http://blog.stone-head.org/not-going-to-debconf-yet-another-year/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 07:41:52 +0000</pubDate>
		<dc:creator>Rudy Godoy</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[htu]]></category>
		<category><![CDATA[debconf]]></category>

		<guid isPermaLink="false">http://blog.stone-head.org/?p=23</guid>
		<description><![CDATA[Altough it was on my willingness to travel to Mar del Plata for this year&#8217;s Debconf, I&#8217;ve come to the conclusion that I&#8217;ll have to skip it this year, again. I happen to have final exams the very same week and the one which follows debconf and have to deliver a small software class project [...]]]></description>
			<content:encoded><![CDATA[<p>Altough it was on my willingness to travel to Mar del Plata for this year&#8217;s Debconf, I&#8217;ve come to the conclusion that I&#8217;ll have to skip it this year, again. I happen to have final exams the very same week and the one which follows debconf and have to deliver a small software class project next week.</p>
<p>This escenery renders almost imposible to have a decent timeframe for me to be able to stay for more than 24 hours at Argentina. This is bad since, besides willing to speak about my recent work and seeing old friends, I also did want to visit my father&#8217;s family on La Plata and have lot of fun at &#8216;La ciudad de la furia&#8217; aka Buenos Aires, wich I happen to like a lot.</p>
<p>I still plan to find ways for me to be able to present my talk, since I noticed it&#8217;s been accepted!. Maybe I can run a non-RL debconf in Second Life ;)</p>
<p>Anyway, life isn&#8217;t this bad at all. I&#8217;m afraid I&#8217;ll be enyoing a wonderful vacation with such insuperable compannion soon. So, expect me to dissapear of the known world and to return from the sky. Looking forward to that moment! :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stone-head.org/not-going-to-debconf-yet-another-year/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>debian &#8211; fostering innovation</title>
		<link>http://blog.stone-head.org/debian-fostering-innovation/</link>
		<comments>http://blog.stone-head.org/debian-fostering-innovation/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 05:36:23 +0000</pubDate>
		<dc:creator>Rudy Godoy</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[debconf]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[paper]]></category>

		<guid isPermaLink="false">http://blog.stone-head.org/?p=18</guid>
		<description><![CDATA[Latest months have been of great improvement and empowerment on my life; say by my return to the academic life, more of the crazy corporate and business world and other changes on my own (read self hacks) have been keeping me busy and on constant training. Sadly, and not by intent, this have impacted on [...]]]></description>
			<content:encoded><![CDATA[<p>Latest months have been of great improvement and empowerment on my life; say by my return to the academic life, more of the crazy corporate and business world and other changes on my own (read self hacks) have been keeping me busy and on constant training. Sadly, and not by intent, this have impacted on my direct contribution to the free software ecosystem and interact and work together with the brave gnu world out there. However I&#8217;ve been doing some little work and also finding ways to keep cooperating but now from another position. Today I&#8217;d like to present the first of this new form of contribution to the free software ecosystem, and specially to the Debian Project.</p>
<p>In the last couple of months I&#8217;ve been working on a paper which intends to offer a (not so) new -as you might notice after reading it- approach to what the Debian Project have been managing to produce and what can be done to keep doing it better in the new escenery that we are and will be living in the upcoming years.</p>
<p>My work describes the way Debian have been sucessfully producing lead-users, as described by Eric Von Hippel&#8217;s  Democratizing innovation book, since it&#8217;s conception and what elements were key to have done so. Previously it takes a look on how the process of innovation is really done. Then it describes the current and future world&#8217;s escenery according research and current trends, later it makes links between them and gives some ideas for us to keep fostering innovation and play a key role in the free software ecosystem.</p>
<p>With this work my intention is for us to understand what we are, what are we good doing, and how we can keep rocking! I want Debian to look further and be the free software development cutting edge project and atract bright people to work on what they are passionate about.</p>
<p>Hopefully I&#8217;ll be in Mar del Plata to discuss about this and also have some fun with you guys I haven&#8217;t seen in years!</p>
<p>I&#8217;d appreciate any comment or feedback to this. My intention is to turn this work into a collaborative fashion that allow us to make our project much more wonderful!</p>
<p>The full paper is here to download (pdf): <a href="http://stone-head.org/talks/debconf8-fostering-innovation.pdf">http://stone-head.org/talks/debconf8-fostering-innovation.pdf</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.stone-head.org/debian-fostering-innovation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

