<?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>Arsenick&#039;s Blog</title>
	<atom:link href="http://arsenicks.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://arsenicks.wordpress.com</link>
	<description>Share ideas, test results, bug reports, and howto on Fedora and FOSS</description>
	<lastBuildDate>Sat, 27 Apr 2013 17:55:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='arsenicks.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/36b042d0a43746ff0b7897dd8c04a6c1?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Arsenick&#039;s Blog</title>
		<link>http://arsenicks.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://arsenicks.wordpress.com/osd.xml" title="Arsenick&#039;s Blog" />
	<atom:link rel='hub' href='http://arsenicks.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Fedora 15 problem with Empathy and you are unable to connect to msn ?</title>
		<link>http://arsenicks.wordpress.com/2011/11/08/fedora-15-problem-with-empathy-and-you-are-unable-to-connect-to-msn/</link>
		<comments>http://arsenicks.wordpress.com/2011/11/08/fedora-15-problem-with-empathy-and-you-are-unable-to-connect-to-msn/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 19:47:54 +0000</pubDate>
		<dc:creator>Arsenick</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Problems-Errors-Bugs]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arsenicks.wordpress.com/?p=247</guid>
		<description><![CDATA[LAST UPDATE #2: An update as been pushed in the Fedora Testing repo and correct this problem. If you want to install this update you just have to use the enablerepo feature just like that: #yum install papyon --enablerepo=updates-testing The repository is enabled only for this update! UPDATE #1: This has worked for me yesterday, <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=247&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p><strong><span style="text-decoration:underline;">LAST UPDATE #2: An update as been pushed in the Fedora Testing repo and correct this problem.</span></strong> <strong><span style="text-decoration:underline;">If you want to install this update you just have to use the enablerepo feature just like that:</span></strong></p>
<pre>#yum install papyon --enablerepo=updates-testing</pre>
<p>The repository is enabled only for this update!</p>
<pre></pre>
<p>UPDATE #1: This has worked for me yesterday, but it&#8217;s not working anymore.. I haven&#8217;t been able to fix the issue&#8230; Please report your test and problems in the bug report at:<strong><span style="text-decoration:underline;"> <a href="https://bugzilla.redhat.com/show_bug.cgi?id=750884">https://bugzilla.redhat.com/show_bug.cgi?id=750884</a> </span></strong></p>
<pre><strong></strong>

Papyon : Can't login in Windows live : accountab.py:202:_HandleABFindAllResponse:AttributeError: 'NoneType' object has no attribute 'find'</pre>
<p>If you get this erorr reported by ABRT on Fedora 15 and you are unable to connect to msn with empathy, here&#8217;s a workaround.</p>
<p>Here&#8217;s the bug report if you want to share your problem regarding this issue:</p>
<p><a href="https://bugzilla.redhat.com/show_bug.cgi?id=750884" rel="nofollow">https://bugzilla.redhat.com/show_bug.cgi?id=750884</a></p>
<p>The workaround consist of a upstram patch that has been released. It will probably work it&#8217;s way to fedora soon but for now you need to do some work by hand.</p>
<p>Here you can get the code to update: <a href="http://cgit.collabora.com/git/user/maiku/papyon.git/commit/?h=bug-42689&amp;id=011201e47004538e732f247bfeb21634c6e1d97f">http://cgit.collabora.com/git/user/maiku/papyon.git/commit/?h=bug-42689&amp;id=011201e47004538e732f247bfeb21634c6e1d97f</a></p>
<p>As you can see you have to edit three files. The path I will give you is the exact path under Fedora 15 but can change with other distrib. The line with &#8220;-&#8221; need to be commented with a &#8220;#&#8221; at the beginning of the line, and the line with a + need to be added..</p>
<p>1 - /usr/lib/python2.7/site-packages/papyon/service/description/SingleSignOn/RequestMultipleSecurityTokens.py</p>
<pre>- CONTACTS = ("contacts.msn.com", "MBI")
+ CONTACTS = ("local-bay.contacts.msn.com", "MBI")</pre>
<div>2 - /usr/lib/python2.7/site-packages/papyon/service/description/AB/__init__.py</div>
<div>
<pre>-url = "http://contacts.msn.com/abservice/abservice.asmx"
+url = "http://local-bay.contacts.msn.com/abservice/abservice.asmx"</pre>
<div>3 - /usr/lib/python2.7/site-packages/papyon/service/description/Sharing/__init__.py</div>
<div>
<pre>-url = "http://contacts.msn.com/abservice/SharingService.asmx"
+url = "http://local-bay.contacts.msn.com/abservice/SharingService.asmx"</pre>
</div>
<p>That&#8217;s it!</p>
</div>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=247&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arsenicks.wordpress.com/2011/11/08/fedora-15-problem-with-empathy-and-you-are-unable-to-connect-to-msn/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7eac72ced45b2547a0d77a7ca5012209?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">Arsenick</media:title>
		</media:content>
	</item>
		<item>
		<title>Intel(R) Centrino(R) Advanced-N 6230 AGN not working by default with Fedora 15</title>
		<link>http://arsenicks.wordpress.com/2011/05/28/intelr-centrinor-advanced-n-6230-agn-not-working-by-default-with-fedora-15/</link>
		<comments>http://arsenicks.wordpress.com/2011/05/28/intelr-centrinor-advanced-n-6230-agn-not-working-by-default-with-fedora-15/#comments</comments>
		<pubDate>Sat, 28 May 2011 06:55:56 +0000</pubDate>
		<dc:creator>Arsenick</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arsenicks.wordpress.com/?p=230</guid>
		<description><![CDATA[I just got a new laptop, from my new job ( Yeah! ) and I was testing Fedora 15 on it. It&#8217;s a Toshiba Tecra R850 and by default on Fedora 15 with all available update applied in date of 28 May 2011. So if you get something like this in your dmesg output, you <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=230&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I just got a new laptop, from my new job ( Yeah! ) and I was testing Fedora 15 on it. It&#8217;s a Toshiba Tecra R850 and by default on Fedora 15 with all available update applied in date of 28 May 2011.</p>
<p>So if you get something like this in your dmesg output, you probably just don&#8217;t have the right package.</p>
<pre>    [ 8.751626] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
    [ 8.751628] iwlagn: Copyright(c) 2003-2010 Intel Corporation
    [ 8.751729] iwlagn 0000:05:00.0: PCI INT A -&gt; GSI 18 (level, low) -&gt; IRQ 18
    [ 8.751769] iwlagn 0000:05:00.0: setting latency timer to 64
    [ 8.751909] iwlagn 0000:05:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
    [ 8.762800] iwlagn 0000:05:00.0: device EEPROM VER=0x716, CALIB=0x6
    [ 8.762802] iwlagn 0000:05:00.0: Device SKU: 0Xb
    [ 8.762804] iwlagn 0000:05:00.0: Valid Tx ant: 0X3, Valid Rx ant: 0X3
    [ 8.762830] iwlagn 0000:05:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
    [ 8.763257] iwlagn 0000:05:00.0: irq 49 for MSI/MSI-X
    [ 8.905727] iwlagn 0000:05:00.0: request for firmware file 'iwlwifi-6000g2b-5.ucode' failed.
    [ 8.907145] iwlagn 0000:05:00.0: request for firmware file 'iwlwifi-6000g2b-4.ucode' failed.
    [ 8.907150] iwlagn 0000:05:00.0: no suitable firmware found!
    [ 8.907448] iwlagn 0000:05:00.0: PCI INT A disabled</pre>
<p>To resolve the issue simply install iwl6000g2b-firmware.noarch using yum.</p>
<pre># yum install iwl6000g2b-firmware.noarch

That's it, the package is just not installed by default!</pre>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=230&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arsenicks.wordpress.com/2011/05/28/intelr-centrinor-advanced-n-6230-agn-not-working-by-default-with-fedora-15/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7eac72ced45b2547a0d77a7ca5012209?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">Arsenick</media:title>
		</media:content>
	</item>
		<item>
		<title>MythTV and MythWEB on Fedora 14</title>
		<link>http://arsenicks.wordpress.com/2011/01/15/mythtv-and-mythweb-on-fedora-14/</link>
		<comments>http://arsenicks.wordpress.com/2011/01/15/mythtv-and-mythweb-on-fedora-14/#comments</comments>
		<pubDate>Sat, 15 Jan 2011 19:58:47 +0000</pubDate>
		<dc:creator>Arsenick</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Problems-Errors-Bugs]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://arsenicks.wordpress.com/?p=212</guid>
		<description><![CDATA[I finally get everything working correctly&#8230; I don&#8217;t have a lot of time for this post, but I want to share how I corrected few problems I had. 1 &#8211; Sound problem. This one is cause by MythTV having problem dealing with PulseAudio. The solution was simple, and it was to set the MythTV FrontEnd <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=212&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I finally get everything working correctly&#8230; I don&#8217;t have a lot of time for this post, but I want to share how I corrected few problems I had.</p>
<p>1 &#8211; Sound problem. This one is cause by MythTV having problem dealing with PulseAudio. The solution was simple, and it was to set the MythTV FrontEnd audio device to ALSA:pulse &#8230; There&#8217;s no auto discovery for this.</p>
<p>The second problem was with MythWeb. I was unable to load the web interface.</p>
<p>Here&#8217;s the errors I got:</p>
<pre>Apache logs:
PHP Fatal error:  Failed to open translation file:  modules_path/_shared/lang/English.lang in /usr/share/mythweb/classes/Translate.php on line 172</pre>
<pre>MythTV Backend:
MainServer, Warning: Unknown socket closing MythSocket</pre>
<p>So I don&#8217;t think this is the best fix ever. But if you&#8217;re like me and totally pissed off do this:</p>
<p># vim /usr/share/mythweb/classes/Translate.php</p>
<p>Modify this section (original) :</p>
<pre>    // Load the primary language file, or English if the other doesn't exist.
        if (file_exists(modules_path.'/_shared/lang/'.$language.'.lang'))
            $path = modules_path.'/_shared/lang/'.$language.'.lang';
        else
            $path = modules_path.'/_shared/lang/English.lang';</pre>
<p>After modification it should look like this:</p>
<pre>       //if (file_exists(modules_path.'/_shared/lang/'.$language.'.lang'))
        if (file_exists('/usr/share/mythweb/modules/_shared/lang/English.lang'))
            $path = '/usr/share/mythweb/modules/_shared/lang/English.lang';
        else
            $path = '/usr/share/mythweb/modules/_shared/lang/English.lang';</pre>
<p>And voila&#8230; everything is working now. Feel free to ask question I know there&#8217;s not a lot of detail in this post but I&#8217;ve run into a lot of problem with this setup, so I can probably help!</p>
<p>++</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=212&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arsenicks.wordpress.com/2011/01/15/mythtv-and-mythweb-on-fedora-14/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7eac72ced45b2547a0d77a7ca5012209?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">Arsenick</media:title>
		</media:content>
	</item>
		<item>
		<title>S2LQ Fedora presence report</title>
		<link>http://arsenicks.wordpress.com/2010/12/13/s2lq-fedora-presence-report/</link>
		<comments>http://arsenicks.wordpress.com/2010/12/13/s2lq-fedora-presence-report/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 16:28:29 +0000</pubDate>
		<dc:creator>Arsenick</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://arsenicks.wordpress.com/?p=208</guid>
		<description><![CDATA[The S2LQ is now over. We had two great days and a lot of people had come! There was more than 600 persons who sign up for the free event which make this event one of the top 3 biggest event in the computer industry in Quebec, Canada! First, sorry for the delay of this <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=208&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The S2LQ is now over. We had two great days and a lot of people had come! There was more than 600 persons who sign up for the free event which make this event one of the top 3 biggest event in the computer industry in Quebec, Canada!</p>
<p>First, sorry for the delay of this report, there&#8217;s a lot of thing happening in my life those last weeks and unfortunately I don&#8217;t have all the time I want to invest in my community activities..</p>
<p>That said, here&#8217;s a picture of the booth ( and me ) at the S2LQ</p>
<p><a href="http://arsenicks.files.wordpress.com/2010/12/rene_purcell.jpg"><img class="aligncenter size-medium wp-image-213" title="Fedora Booth at S2LQ" src="http://arsenicks.files.wordpress.com/2010/12/rene_purcell.jpg?w=300&#038;h=200" alt="" width="300" height="200" /></a></p>
<p>Unfortunately we haven&#8217;t received the  Fedora 14 DVD and there was a bunch of F13 DVD/Live cd, so I gave those media to people and tell them to download the lastest version if they like it! I almost gave an entire box of DVD and LiveCD, I can&#8217;t tell you how many, but during those two days a lot of people come back home with Fedora media to try it :)The stickers and button were pretty popular too!</p>
<p>So what can I say regarding the event..</p>
<h3>My main goal was:</h3>
<ol>
<li>Position Fedora in Quebec city. Show to the people that there are people using Fedora and there&#8217;s help here in Quebec city if they have trouble!</li>
<li>Put some visibility for the Fedora Project. This one was a success with all the media distributed and with the big Fedora vertical banner</li>
<li>Explain to people the relationship between Redhat and the Fedora Project</li>
<li>Create some connection between the member of other community in the Quebec area ( other distribution, project etc&#8230; )</li>
<li>Publicize the fact that there&#8217;s two Fedora ambassadors in Quebec city, and where to look if they want to be informed of release party and other events.</li>
<li>Explain what are the main goal of the Fedora as a Linux distribution, what are the differences with the other distributions etc..</li>
</ol>
<p>All those objectives has been achieved! I&#8217;m really proud of this event, I&#8217;ve met a lot of people involved in very different way in Opensource and heard of project born here and we didn&#8217;t even know!</p>
<p>I event get a picture with Richard Stallman! Again not the best picture ever.. I don&#8217;t know what&#8217;s wrong with me an pictures ;)</p>
<p><a href="http://arsenicks.files.wordpress.com/2010/12/richard_stallman_rene_purcell.jpg"><img class="aligncenter size-medium wp-image-214" title="richard_stallman_rene_purcell" src="http://arsenicks.files.wordpress.com/2010/12/richard_stallman_rene_purcell.jpg?w=300&#038;h=200" alt="" width="300" height="200" /></a></p>
<p>Thanks for everyone who helped me for this event, I think about Larry Cafiero who sent me the vertical banner and the button, Jean-Francois Saucier who gave me the F13 media, ng who sent me Fedora t-shirt which I didn&#8217;t receive on time unfortunately :( ,Michael Lessard and Claude Reeves for all the talk during spare time between presentation! ;) Ho, and Thanks the Laurent Bounin and everyone from the <a title="http://apell-quebec.ca/" href="http://apell-quebec.ca/">APELL</a> who make this event a success!</p>
<h3>More photos of the event:</h3>
<h3><a href="http://www.flickr.com/search/?q=s2lq&amp;m=tags">http://www.flickr.com/search/?q=s2lq&amp;m=tags</a></h3>
<p>﻿﻿<a href="http://s2lq.com/photos">http://s2lq.com/photos</a></p>
<p>Videos:</p>
<p><a href="http://s2lq.com/zone-vid%C3%A9o">http://s2lq.com/zone-vid%C3%A9o</a></p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=208&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arsenicks.wordpress.com/2010/12/13/s2lq-fedora-presence-report/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7eac72ced45b2547a0d77a7ca5012209?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">Arsenick</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/12/rene_purcell.jpg?w=300" medium="image">
			<media:title type="html">Fedora Booth at S2LQ</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/12/richard_stallman_rene_purcell.jpg?w=300" medium="image">
			<media:title type="html">richard_stallman_rene_purcell</media:title>
		</media:content>
	</item>
		<item>
		<title>Thank you Redhat!</title>
		<link>http://arsenicks.wordpress.com/2010/12/01/thank-you-redhat/</link>
		<comments>http://arsenicks.wordpress.com/2010/12/01/thank-you-redhat/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 15:18:08 +0000</pubDate>
		<dc:creator>Arsenick</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random News]]></category>

		<guid isPermaLink="false">http://arsenicks.wordpress.com/?p=201</guid>
		<description><![CDATA[&#160; Sometimes you can recieve small gift that warm your heart! That was one of those, redhat sent me a 5$ Starbucks gift card just because I was watching/listening to their webinar on rhel6! What a deal for attending a webinar you wanted to! :) With the winter starting, this &#8220;FreeCofee&#8221; will be welcome!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=201&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img class="size-medium wp-image-203 alignright" title="redhat-starbuck-giftcard" src="http://arsenicks.files.wordpress.com/2010/11/redhat-starbuck-giftcard1.jpg?w=117&#038;h=270" alt="" width="117" height="270" /></p>
<p>Sometimes you can recieve small gift that warm your heart!</p>
<p>That was one of those, redhat sent me a 5$ Starbucks gift card just because I was watching/listening to their webinar on rhel6! What a deal for attending a webinar you wanted to! :)</p>
<p>With the winter starting, this &#8220;FreeCofee&#8221; will be welcome!</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=201&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arsenicks.wordpress.com/2010/12/01/thank-you-redhat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7eac72ced45b2547a0d77a7ca5012209?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">Arsenick</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/11/redhat-starbuck-giftcard1.jpg?w=130" medium="image">
			<media:title type="html">redhat-starbuck-giftcard</media:title>
		</media:content>
	</item>
		<item>
		<title>Howto fix IRobot Roomba left or right wheel</title>
		<link>http://arsenicks.wordpress.com/2010/10/13/howto-fix-irobot-roomba-left-or-right-wheel/</link>
		<comments>http://arsenicks.wordpress.com/2010/10/13/howto-fix-irobot-roomba-left-or-right-wheel/#comments</comments>
		<pubDate>Thu, 14 Oct 2010 03:36:59 +0000</pubDate>
		<dc:creator>Arsenick</dc:creator>
				<category><![CDATA[Howto]]></category>
		<category><![CDATA[Problems-Errors-Bugs]]></category>
		<category><![CDATA[Roomba]]></category>
		<category><![CDATA[irobot]]></category>
		<category><![CDATA[roomba]]></category>
		<category><![CDATA[wheel module]]></category>

		<guid isPermaLink="false">http://arsenicks.wordpress.com/?p=184</guid>
		<description><![CDATA[My Roomba 530 started to spin around his right wheel few week ago. It happened few times and then more often and after that it was doing only this&#8230; So I tried all the iRobot suggested &#8220;repair&#8221; method, but there&#8217;s not a lot to do on iRobot  website regarding problem with your right or left <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=184&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>My Roomba 530 started to spin around his right wheel few week ago. It happened few times and then more often and after that it was doing only this&#8230; So I tried all the iRobot suggested &#8220;repair&#8221; method, but there&#8217;s not a lot to do on iRobot  website regarding problem with your right or left wheel. So I was faced with the reality, I will have to buy a new right wheel module. It&#8217;s not that expensive you can find it on ebay for around <a href="http://cgi.ebay.com/NEW-Roomba-500-Series-Right-Wheel-module-83301-/280563627985?pt=LH_DefaultDomain_0&amp;hash=item4152e537d1#ht_500wt_922" target="_blank">20$ shipped</a> but I&#8217;m the kind of guy who don&#8217;t like to buy replacement part when I can fix it!</p>
<p>After few test and diagnostic, I confirmed that the problem was the right wheel. It was unable to spin, but if I just pushed a little bit the roomba, it start working. So I put the roomba on it&#8217;s back and tried to move both wheels and found out that the resistance on both wheel wasn&#8217;t the same and after a closer look I was pretty sure there was hairs stuck in the wheel module. Then I opened the roomba and I took few pics of my adventure in case that my idea will work, it can always help someone else! If your problem look like mine, you can follow those steps, maybe you will be able to fix it! If anyone found a way to open the wheel contained in the wheel module let us know I was unable to find anything on the net regarding this..</p>
<p><strong><span style="color:#ff0000;">This is a &#8220;<span style="text-decoration:underline;">Try at your own risk</span>&#8221; repair. This had fixed my wheel but I don&#8217;t know yet if it will last for weeks or months.. do this only if you&#8217;re desperate and you tried all other option suggested by iRobot support.</span></strong></p>
<p><span style="color:#ff0000;"><strong><span style="color:#000000;"><span style="font-weight:normal;">Ok so here&#8217;s the first step I tried before doing the main repair, you should probably try every step before, in case your problem is not the same as mine!</span></span></strong></span></p>
<h3>Try the iRobot suggested fix method</h3>
<p>If you roomba say &#8220;Please Inspect and Clean Roomba’s left (or right) Wheel&#8221; or if, like me, your roomba spin around a wheel and if you push it a little bit it started to go straight and then restart to spin.</p>
<p>Try those url from iRobot support website :</p>
<p><a href="http://homesupport.irobot.com/app/answers/detail/a_id/498">http://homesupport.irobot.com/app/answers/detail/a_id/498</a></p>
<p><a href="http://homesupport.irobot.com/app/answers/detail/a_id/805">http://homesupport.irobot.com/app/answers/detail/a_id/805</a></p>
<h3>Fixing hair stuck in the wheel module</h3>
<p>If those steps fail for you, and you contacted iRobot support and they told you you&#8217;ll need a new wheel module or you feel a different resistance when you spin the wheel, maybe you&#8217;re like me and there&#8217;s hair or anything stuck in the wheel module. You can try those steps, again, at your own risk.</p>
<p>The idea I had was to used a<a href="http://www.veet.us/veet-spray-on.php" target="_blank"> hair removal mousse</a>, to &#8220;soften&#8221; the hair stuck in the wheel mechanism. Here&#8217;s how to open your roomba 500 and insert the veet foam into the wheel and add oil for lubrication after that.</p>
<ul>
<li>Put your roomba on it&#8217;s back. You can put a towel or something smooth under it if you don&#8217;t want to scratch the top. Unscrew the side brush and remove it with a flat screwdriver. On the main plate you can see 4 screw with arrow pointing, unscrew them.</li>
</ul>
<p style="text-align:center;"><a href="http://arsenicks.files.wordpress.com/2010/10/2010-10-12_15-55-22_30.jpg"><img class="aligncenter size-large wp-image-190" title="2010-10-12_15-55-22_30" src="http://arsenicks.files.wordpress.com/2010/10/2010-10-12_15-55-22_30.jpg?w=819&#038;h=460" alt="" width="819" height="460" /></a></p>
<ul>
<li>Remove the plate, and you&#8217;ll see the battery. Pull out the battery carefully.</li>
</ul>
<p style="text-align:center;"><a href="http://arsenicks.files.wordpress.com/2010/10/2010-10-12_15-55-50_287.jpg"><img class="aligncenter size-large wp-image-191" title="2010-10-12_15-55-50_287" src="http://arsenicks.files.wordpress.com/2010/10/2010-10-12_15-55-50_287.jpg?w=819&#038;h=460" alt="" width="819" height="460" /></a></p>
<ul>
<li>Now you should have removed battery and you should be able to locate both side wheels.</li>
</ul>
<p style="text-align:center;"><a href="http://arsenicks.files.wordpress.com/2010/10/2010-10-12_15-56-11_210.jpg"><img class="aligncenter size-large wp-image-192" title="2010-10-12_15-56-11_210" src="http://arsenicks.files.wordpress.com/2010/10/2010-10-12_15-56-11_210.jpg?w=819&#038;h=460" alt="" width="819" height="460" /></a></p>
<ul>
<li>Remove those three screw.</li>
</ul>
<p style="text-align:center;"><a href="http://arsenicks.files.wordpress.com/2010/10/wheel-module-screw.jpg"><img class="aligncenter size-large wp-image-193" title="wheel-module-screw" src="http://arsenicks.files.wordpress.com/2010/10/wheel-module-screw.jpg?w=650&#038;h=717" alt="" width="650" height="717" /></a></p>
<p style="text-align:center;">&nbsp;</p>
<ul>
<li>Pull out the wheel module gently. Now you should have the wheel module in your hand. I took a picture to show you how to &#8220;open&#8221; the module but I didn&#8217;t remove it on this picture. you can do it like this but it&#8217;s hard to keep everything clean&#8230;</li>
<li>As you can see on the picture, take a thin knife and you have to insert the knife horizontally in the small crack between the inner plastic piece and the rubber wheel. You&#8217;ll feel the plastic moving.. be careful to don&#8217;t cut or damage the wheel or the plastic.. When your knife is between both parts, lift the knife as it is on the picture so you&#8217;ll see a small crack. this is where you&#8217;ll need to spray the hair removal mousse&#8230; I didn&#8217;t show it on the picture because it was already done, and I don&#8217;t want do this again.. it&#8217;s not easy as it could seem, you may need another hand to keep everything in place and put the hair removal foam&#8230; Put a decent amount of foam, you want it to reach the center of the wheel where the air are stuck.</li>
</ul>
<p><a href="http://arsenicks.files.wordpress.com/2010/10/2010-10-13_22-58-25_570.jpg"><img class="aligncenter size-large wp-image-194" title="2010-10-13_22-58-25_570" src="http://arsenicks.files.wordpress.com/2010/10/2010-10-13_22-58-25_570.jpg?w=1024&#038;h=575" alt="" width="1024" height="575" /></a></p>
<ul>
<li>After you put the foam into the wheel let it &#8220;work&#8221; for almost 10 minutes.</li>
<li>Roll the wheel and see if you still feel a resistance if you don&#8217;t it look good!</li>
<li>I wiped the extra foam and I added oil or something to lubricate the center of the wheel. Be careful don&#8217;t put too much oil or lubricant because hair and dust will stick to this!</li>
</ul>
<p>That&#8217;s it, put everything back in place. and try your roomba. Mine took almost 5 minutes of &#8220;under supervision&#8221; first run. After that the wheel was fine!</p>
<p>Let me know if this helped you or if you have another trick to fix the wheels! This is certainly not the best way to do it, but maybe my wheel will survive 1-2 months more!</p>
<p>@+</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=184&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arsenicks.wordpress.com/2010/10/13/howto-fix-irobot-roomba-left-or-right-wheel/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7eac72ced45b2547a0d77a7ca5012209?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">Arsenick</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/10/2010-10-12_15-55-22_30.jpg?w=1024" medium="image">
			<media:title type="html">2010-10-12_15-55-22_30</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/10/2010-10-12_15-55-50_287.jpg?w=1024" medium="image">
			<media:title type="html">2010-10-12_15-55-50_287</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/10/2010-10-12_15-56-11_210.jpg?w=1024" medium="image">
			<media:title type="html">2010-10-12_15-56-11_210</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/10/wheel-module-screw.jpg?w=928" medium="image">
			<media:title type="html">wheel-module-screw</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/10/2010-10-13_22-58-25_570.jpg?w=1024" medium="image">
			<media:title type="html">2010-10-13_22-58-25_570</media:title>
		</media:content>
	</item>
		<item>
		<title>Telus release Android 2.1-update1 for the Motorola Milestone, and no, there&#8217;s no OTA update available&#8230;</title>
		<link>http://arsenicks.wordpress.com/2010/08/11/telus-release-android-2-1-update1-for-the-motorola-milestone-and-no-theres-nothing-like-a-ota-update-available/</link>
		<comments>http://arsenicks.wordpress.com/2010/08/11/telus-release-android-2-1-update1-for-the-motorola-milestone-and-no-theres-nothing-like-a-ota-update-available/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 15:39:03 +0000</pubDate>
		<dc:creator>Arsenick</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://arsenicks.wordpress.com/?p=179</guid>
		<description><![CDATA[I think they released the Android 2.1-update1 yesterday.. I based this on the filename of the release note ;) Here&#8217;s the Release Note: http://bit.ly/bv5gZX To update go to: http://direct.motorola.com/hellomoto/support/update/ And follow the instruction, or simply start the software updater on your not so favorite OS a.k.a. Windows. I&#8217;ve just updated, nothing new.. I didn&#8217;t had <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=179&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I think they released the Android 2.1-update1 yesterday.. I based this on the filename of the release note ;)</p>
<p>Here&#8217;s the Release Note: <a href="http://bit.ly/bv5gZX" rel="nofollow">http://bit.ly/bv5gZX</a></p>
<p>To update</p>
<p>go to: <a href="http://direct.motorola.com/hellomoto/support/update/" rel="nofollow">http://direct.motorola.com/hellomoto/support/update/</a></p>
<p>And follow the instruction, or simply start the software updater on your not so favorite OS a.k.a. Windows.</p>
<p>I&#8217;ve just updated, nothing new.. I didn&#8217;t had a lot of problem with my phone anyway.. but if this could fix the music problem I&#8217;ll be just happy&#8230; The only bad thing with this update is that they just started to release OTA (Over The Air) updates on the Motorola Droid and you know what ? They are recieving froyo, yeah Android 2.2&#8230; So let&#8217;s dream about the end of Septembre where we are &#8220;supposed&#8221; (  unconfirmed Rumor I think ) to recieve the update for our Milestone!!!</p>
<p>So now I get:</p>
<p>Version : 2.1-update1</p>
<p>GAS_NA_SHOUTELUS_P012</p>
<p>Kernel: 2.6.29-omap1</p>
<p>Have fun with your updates!</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=179&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arsenicks.wordpress.com/2010/08/11/telus-release-android-2-1-update1-for-the-motorola-milestone-and-no-theres-nothing-like-a-ota-update-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7eac72ced45b2547a0d77a7ca5012209?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">Arsenick</media:title>
		</media:content>
	</item>
		<item>
		<title>Howto update / change hostname of a system using RHEL 4 in RHN</title>
		<link>http://arsenicks.wordpress.com/2010/06/28/howto-update-change-hostname-of-a-system-using-rhel-4-in-rhn/</link>
		<comments>http://arsenicks.wordpress.com/2010/06/28/howto-update-change-hostname-of-a-system-using-rhel-4-in-rhn/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 17:55:04 +0000</pubDate>
		<dc:creator>Arsenick</dc:creator>
				<category><![CDATA[RHEL]]></category>

		<guid isPermaLink="false">http://arsenicks.wordpress.com/?p=173</guid>
		<description><![CDATA[Today I had to update a system profile in RHN. The system is a RHEL 4 and was added to RHN few years ago and the hostname had changed since then. You can change the system name in RHN but you cannot change the hostname or the ipaddress. I just wanted to share with everyone <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=173&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Today I had to update a system profile in RHN. The system is a RHEL 4 and was added to RHN few years ago and the hostname had changed since then. You can change the system name in RHN but you cannot change the hostname or the ipaddress. I just wanted to share with everyone how to update the RHN profile of a host.</p>
<p>Once your hostname is changed, you just have to execute this command:</p>
<pre>up2date --hardware
</pre>
<p>And voila, you should see the updated hostname on RHN.</p>
<p>@++</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=173&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arsenicks.wordpress.com/2010/06/28/howto-update-change-hostname-of-a-system-using-rhel-4-in-rhn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7eac72ced45b2547a0d77a7ca5012209?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">Arsenick</media:title>
		</media:content>
	</item>
		<item>
		<title>Fedora 13 Release party &#8211; Québec</title>
		<link>http://arsenicks.wordpress.com/2010/06/17/fedora-13-release-party-quebec/</link>
		<comments>http://arsenicks.wordpress.com/2010/06/17/fedora-13-release-party-quebec/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 18:31:33 +0000</pubDate>
		<dc:creator>Arsenick</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://arsenicks.wordpress.com/?p=153</guid>
		<description><![CDATA[Yesterday it was my first release party as an organizer. I was a little bit nervous, because I had to burn few live cd by hand because our official Fedora 13 media are stuck at the custom by UPS. I&#8217;ve made a quick presentation assisted by Jean-Francois with the new features of Fedora 13 and <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=153&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Yesterday it was my first release party as an organizer. I was a little bit nervous, because I had to burn few live cd by hand because our official Fedora 13 media are stuck at the custom by UPS. I&#8217;ve made a quick presentation assisted by Jean-Francois with the new features of Fedora 13 and videos was playing during people was talking to each other.</p>
<p>Jean-Francois and me arrived at 16h to install the setup and wait for people to come. Around 17h people start to show up and everyone was naturally talking together. I would like to thanks RedHat folks, Michael Lessard and Claude Reeves, for taking time to come and talk with people, Michael come often to other LUG or release party it&#8217;s a little bit easier for him, he&#8217;s from Québec city.. But Claude is from Montreal so it was really great to see both of them at our event! Thanks again to both of you for your presence!</p>
<p>I think the event was a success, there was around 12-13 persons at the peak, it&#8217;s a little bit less than Ubuntu release get here in Québec city, but they are doing release party since few years, so they already have their &#8220;returning people&#8221;. This is what Jean-Francois and me will focus on the next year, trying to bring more new peoples and new faces to release party and other events!</p>
<p>Here are few pictures I took:</p>
<p><a href="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-07-19_2021.jpg"><img class="aligncenter size-large wp-image-160" title="2010-06-16_18-07-19_202" src="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-07-19_2021.jpg?w=835&#038;h=468" alt="" width="835" height="468" /></a></p>
<p>This it the &#8220;chat&#8221; room! Oops empty pitcher&#8230; Need refill!</p>
<p><a href="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-08-39_744.jpg"><img class="aligncenter size-large wp-image-161" title="2010-06-16_18-08-39_744" src="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-08-39_744.jpg?w=836&#038;h=469" alt="" width="836" height="469" /></a></p>
<p>I&#8217;ve installed my laptop with a projector, playing different videos from RedHat YouTube channel I&#8217;ve downloaded using <a href="http://bitbucket.org/rg3/youtube-dl/wiki/Home" target="_blank">youtube-dl</a>. Fedora 13 Launch as you can see Paul Frields on the screen, the famous Truth Happens, How code makes it into RHEL, RedHat MRG demo and a remix of truth happens was playing in a loop on the screen. It was the first time we tried this approach and I think people liked it, the video was playing when people was talking, not too loud so people who want to listen was able to and other people around are able to talk with each other without problem. So this is definitely a &#8220;Will do it again&#8221;. Plus as you can see on the picture we had a &#8220;live usb station&#8221; which enabled us to create bootable usb stick for people. This wasn&#8217;t a really popular approach, but it&#8217;s not really a big setup, so I think we will provide it anyways in the next events.</p>
<p><a href="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-07-56_546.jpg"><img class="aligncenter size-large wp-image-162" title="2010-06-16_18-07-56_546" src="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-07-56_546.jpg?w=836&#038;h=469" alt="" width="836" height="469" /></a></p>
<p>I was trying to find a new way to provide url to people after a presentation or if they ask us on how to get involved in Fedora project or anything else. I bought a Motorola Milestone few months ago which led me to test few software available on the Android market, and I discovered few bar code reader apps after that I started to read about bar code and &#8220;how it worked&#8221;. I&#8217;ve discovered the possibility of new generation of 2D bar code, so I created few <a href="http://fr.wikipedia.org/wiki/Code_QR" target="_blank">QR Code</a> pointing to Fedora 13 Release notes, How to get involved in Fedora project etc&#8230; Plus a QR Code for my contact information. To be honest, this way to share url have made a lot of hand to rise, people was asking how it works etc&#8230; It was the first time we used this, so I explained to a lot of person how it worked and how they can probably get a barcode reader for their phone, for yesterday this wasn&#8217;t a lot helpful and people didn&#8217;t really used it. But I&#8217;m pretty sure the next time a lot of people will have downloaded the software needed to read those and they will probably start to use it! I think this is a really good way to make a presentation &#8220;Interactive&#8221; or to share our contact information, a new kind of business card&#8230; And a new way to give people &#8220;readable stuff&#8221; after the presentation!</p>
<p><a href="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-08-09_624.jpg"><img class="aligncenter size-large wp-image-163" title="2010-06-16_18-08-09_624" src="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-08-09_624.jpg?w=836&#038;h=469" alt="" width="836" height="469" /></a></p>
<p>Here&#8217;s another goodies, the Cheat Cube. Not so helpful for long-time Linux user, but new comer tend to like this one really bad! I wasn&#8217;t able to translate the whole thing in french, it&#8217;s almost always longer to write something in french&#8230; But I&#8217;ll try to finish this at least for the next release because people really like this, even if they don&#8217;t really use it, they build it and let it on their desk, so it make people talk about Fedora and Linux overall, which is not a bad thing at all! ;)</p>
<p>So this is it for my report of our Fedora 13 Release party. I&#8217;m pleased to see that people liked it and we really had good feedback regarding the organisation, we will certainly continue in this way for the next release!</p>
<p>@++</p>
<p>René Jr Purcell</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=153&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arsenicks.wordpress.com/2010/06/17/fedora-13-release-party-quebec/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7eac72ced45b2547a0d77a7ca5012209?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">Arsenick</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-07-19_2021.jpg?w=1024" medium="image">
			<media:title type="html">2010-06-16_18-07-19_202</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-08-39_744.jpg?w=1024" medium="image">
			<media:title type="html">2010-06-16_18-08-39_744</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-07-56_546.jpg?w=1024" medium="image">
			<media:title type="html">2010-06-16_18-07-56_546</media:title>
		</media:content>

		<media:content url="http://arsenicks.files.wordpress.com/2010/06/2010-06-16_18-08-09_624.jpg?w=1024" medium="image">
			<media:title type="html">2010-06-16_18-08-09_624</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello Fedora planet!</title>
		<link>http://arsenicks.wordpress.com/2010/06/17/hello-fedora-planet/</link>
		<comments>http://arsenicks.wordpress.com/2010/06/17/hello-fedora-planet/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 14:30:30 +0000</pubDate>
		<dc:creator>Arsenick</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Planet]]></category>

		<guid isPermaLink="false">http://arsenicks.wordpress.com/?p=155</guid>
		<description><![CDATA[This is my first post which is supposed to appear in the Fedora Planet! After few months of post on my blogs I finally decided to add it to the Fedora Planet aggregator! I was going to post my report of the release party we had yesterday so I felt it was a good time <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=155&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This is my first post which is supposed to appear in the Fedora Planet!</p>
<p>After few months of post on my blogs I finally decided to add it to the Fedora Planet aggregator! I was going to post my report of the release party we had yesterday so I felt it was a good time to introduce myself to the Planet ;)</p>
<p>@+</p>
<br />  <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=arsenicks.wordpress.com&#038;blog=11680125&#038;post=155&#038;subd=arsenicks&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://arsenicks.wordpress.com/2010/06/17/hello-fedora-planet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7eac72ced45b2547a0d77a7ca5012209?s=96&#38;d=http%3A%2F%2Fs0.wp.com%2Fi%2Fmu.gif&#38;r=R" medium="image">
			<media:title type="html">Arsenick</media:title>
		</media:content>
	</item>
	</channel>
</rss>
