<?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>Jeff&#039;s Blog</title>
	<atom:link href="http://jfsaucier.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jfsaucier.wordpress.com</link>
	<description>Some thoughts on Free Softwares</description>
	<lastBuildDate>Thu, 25 Apr 2013 11:14:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jfsaucier.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Jeff&#039;s Blog</title>
		<link>http://jfsaucier.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jfsaucier.wordpress.com/osd.xml" title="Jeff&#039;s Blog" />
	<atom:link rel='hub' href='http://jfsaucier.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Accessing your RHEV VMs with your iPad and Spice!</title>
		<link>http://jfsaucier.wordpress.com/2013/02/03/accessing-your-rhev-vms-with-your-ipad-and-spice/</link>
		<comments>http://jfsaucier.wordpress.com/2013/02/03/accessing-your-rhev-vms-with-your-ipad-and-spice/#comments</comments>
		<pubDate>Sun, 03 Feb 2013 19:15:46 +0000</pubDate>
		<dc:creator>jfsaucier</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[ovirt]]></category>
		<category><![CDATA[RHEV]]></category>
		<category><![CDATA[spice]]></category>
		<category><![CDATA[websockify]]></category>

		<guid isPermaLink="false">http://jfsaucier.wordpress.com/?p=192</guid>
		<description><![CDATA[A friend of mine sent me a link to a new project that aim to provide a HTML5 client for the Spice protocol (http://www.spice-space.org/page/Html5). He asked me to check if I can access my VMs under RHEV with my iPad. The page above describe the steps required to connect to a standalone Spice server. Unfortunately, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=192&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A friend of mine sent me a link to a new project that aim to provide a HTML5 client for the Spice protocol (<a title="http://www.spice-space.org/page/Html5" href="http://www.spice-space.org/page/Html5">http://www.spice-space.org/page/Html5</a>). He asked me to check if I can access my VMs under RHEV with my iPad.</p>
<p>The page above describe the steps required to connect to a standalone Spice server. Unfortunately, I didn&#8217;t find any information about how to connect to a VM running in RHEV. The problem is that you cannot find the address, port and password to connect to the Spice console in the RHEV-M interface. After a bit of research, I found that all the information is there, you just have to search a little bit to get it. Here is the step from the beginning :</p>
<p><span id="more-192"></span></p>
<ul>
<li><span style="line-height:14px;">Download the Spice HTML5 client on a server that run Apache (or any other web server) using : </span>
<ul>
<li>
<pre><span style="line-height:14px;">git clone </span><a style="line-height:14px;" href="http://anongit.freedesktop.org/git/spice/spice-html5.git">http://anongit.freedesktop.org/git/spice/spice-html5.git</a></pre>
</li>
</ul>
</li>
<li>You can also use the one hosted directly on the Spice project at : <a title="http://spice-space.org/spice-html5/spice.html" href="http://spice-space.org/spice-html5/spice.html">http://spice-space.org/spice-html5/spice.html</a></li>
<li>On your RHEV server (it should be possible to run this elsewhere), download websockify using :
<ul>
<li>
<pre>git clone <a title="https://github.com/kanaka/websockify.git" href="https://github.com/kanaka/websockify.git">https://github.com/kanaka/websockify.git</a></pre>
</li>
</ul>
</li>
<li>Be sure that the VM you want to connect is using Spice as it&#8217;s console protocol. You can verify using the RHEV-M interface.</li>
<li>Now, run the RHEV CLI console (you must have rhevm-cli package installed) using :
<ul>
<li>
<pre>rhevm-shell --url https://<strong>your_rhev.server.com</strong> --user <strong>admin@internal</strong> --password <strong>your_passwd</strong> --ca-file /etc/pki/ovirt-engine/ca.pem</pre>
</li>
</ul>
</li>
<li>In the console, run the following command to obtain information about the VM you want to connect :
<ul>
<li>
<pre>show vm <strong>your_vm_name</strong></pre>
</li>
</ul>
</li>
<li>You should check for the following key in the output (id is the VM uuid) :
<ul>
<li>id : <strong>d1980fd0-5cd5-4971-8ef8-974c2e14b0c5</strong></li>
<li>display-port : 5900</li>
<li>display-secure_port : <strong>5901</strong></li>
<li>display-type : <strong>spice</strong></li>
<li>host-id : <strong>e992a3aa-64c4-11e2-a9d3-0800270e7f13
<p></strong></li>
</ul>
</li>
<li>After that, run the following command, using the host-id you just got above :
<ul>
<li>
<pre>show host <strong>e992a3aa-64c4-11e2-a9d3-0800270e7f13</strong></pre>
</li>
</ul>
</li>
<li>You should check for the following key in the output :
<ul>
<li>
<pre>name : <strong>your_host_name</strong></pre>
</li>
</ul>
</li>
<li>You now know on which host your VM run. Now, leave the RHEV CLI console open as we will need it in a moment.</li>
<li>Connect to the server you put websockify on, change to it&#8217;s folder and run the following command (replace with the DNS or IP of the host that run your VM and the secure port gathered above) :
<ul>
<li>
<pre>./websockify.py 5959 --ssl-target <strong>your_host_name_dns_or_ip</strong>:<strong>5901</strong></pre>
</li>
</ul>
</li>
<li>This will open websockify and listen on port 5959. Be sure that your firewall allow connection to be made on this port. Also, we use the &#8220;&#8211;ssl-target&#8221; because we want to connect to the secure port. Now, go back to the RHEV CLI console and run the following command :
<ul>
<li>
<pre>action vm <strong>your_vm_name </strong>ticket</pre>
</li>
</ul>
</li>
<li>And watch for the following output :
<ul>
<li>
<pre>ticket-expiry: <strong>7200</strong></pre>
</li>
</ul>
</li>
</ul>
<ul>
<ul>
<li>
<pre>ticket-value : <strong>EulAFfVi17LB</strong></pre>
</li>
</ul>
<li>The number 7200 is the time that the ticket is valid in seconds.</li>
<li>Now, we have all the pieces. Open a web brower on your iPad (or any other browser) and go to the Spice HTML5 client downloaded previously (or use the one on the Spice project). Enter the DNS or IP of the server that run websockify, enter 5959 for the port and enter the ticket-value we just got above for the password. Click start and you should normally have a Spice console for your VM just there!</li>
</ul>
<p>That&#8217;s it, you can now use your VM on your iPad directly from a web browser! I only have VM running in text console, so I didn&#8217;t test running a GUI on the iPad. For the text console, the only problem is that the keyboard don&#8217;t come up when you click inside the terminal. This can be solved by using an external bluetooth keyboard.</p>
<p>I must give credit to the following pages for helping me to put all of this together :</p>
<ol>
<li><span style="line-height:13px;"><a title="http://www.ovirt.org/How_to_Connect_to_SPICE_Console_Without_Portal" href="http://www.ovirt.org/How_to_Connect_to_SPICE_Console_Without_Portal">http://www.ovirt.org/How_to_Connect_to_SPICE_Console_Without_Portal</a><br />
</span></li>
<li><a title="http://www.spice-space.org/page/Html5" href="http://www.spice-space.org/page/Html5">http://www.spice-space.org/page/Html5</a></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jfsaucier.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jfsaucier.wordpress.com/192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=192&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jfsaucier.wordpress.com/2013/02/03/accessing-your-rhev-vms-with-your-ipad-and-spice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5b0f96467b8fab86f3ccf500549eca2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfsaucier</media:title>
		</media:content>
	</item>
		<item>
		<title>Playing with RHEV 3.1</title>
		<link>http://jfsaucier.wordpress.com/2013/01/20/playing-with-rhev-3-1/</link>
		<comments>http://jfsaucier.wordpress.com/2013/01/20/playing-with-rhev-3-1/#comments</comments>
		<pubDate>Sun, 20 Jan 2013 16:58:10 +0000</pubDate>
		<dc:creator>jfsaucier</dc:creator>
				<category><![CDATA[Job]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[aio]]></category>
		<category><![CDATA[all-in-one]]></category>
		<category><![CDATA[ovirt]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[RHEV]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://jfsaucier.wordpress.com/?p=169</guid>
		<description><![CDATA[I took the snowy weekend to play with the new release of RHEV 3.1. This new release come with an impressive set of new features, including the removal of the requisite of Internet Explorer! Also included (and to be reviewed in a future post) is the possibility to use a Gluster based storage with RHEV! [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=169&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I took the snowy weekend to play with the new release of RHEV 3.1. This new release come with an impressive set of new features, including the removal of the requisite of Internet Explorer! Also included (and to be reviewed in a future post) is the possibility to use a Gluster based storage with RHEV!</p>
<p>My plan for the beginning was to use my old laptop and install RHEV-M on it. That part went well, the installation is now so easy. I also wanted to test the new &#8220;All-In-One&#8221; plugin on it. This plugin allow one to install a complete and working RHEV environment on a single server. The AIO plugin configure a local data center, cluster, storage and a local host.</p>
<p>This plugin is not supported by Red Hat to use in production case but it&#8217;s a welcome addition to ease demoing the RHEV platform. Sadly, I didn&#8217;t have much success with it. I had multiple crash and timeout during the plugin configuration that left my RHEV-M not working anymore. (Keep in mind that this plugin is still a proof of concept, oVirt is still working hard to make it work fine.)</p>
<p>So, the plan changed : I used a VM on my new laptop to install RHEV-M and I used my old laptop to install the RHEV hypervisor. One hour later, everything was working fine, I have a few VM running in my &#8220;data center&#8221;, etc. I also installed the Reports engine to RHEV-M (a big 10 minutes task!). The integration of reports into RHEV-M is absolutely awesome! I can right click on anything and launch a report that give me precious informations about my resources, workload, usage, etc.</p>
<p>The next step is to add a Gluster based storage to my data center and test the new storage live migration with it. I will post my experience with it as soon as I can!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jfsaucier.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jfsaucier.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=169&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jfsaucier.wordpress.com/2013/01/20/playing-with-rhev-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5b0f96467b8fab86f3ccf500549eca2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfsaucier</media:title>
		</media:content>
	</item>
		<item>
		<title>oVirt and GlusterFS</title>
		<link>http://jfsaucier.wordpress.com/2012/07/06/ovirt-and-glusterfs/</link>
		<comments>http://jfsaucier.wordpress.com/2012/07/06/ovirt-and-glusterfs/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 13:16:23 +0000</pubDate>
		<dc:creator>jfsaucier</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Job]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[gluster]]></category>
		<category><![CDATA[ovirt]]></category>
		<category><![CDATA[RHEV]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://jfsaucier.wordpress.com/?p=166</guid>
		<description><![CDATA[I was checking the wiki of oVirt yesterday when I saw something that I was not aware of : oVirt already support GlusterFS! Not everything is there and working 100% but it&#8217;s developing rapidly. What amaze me is the fast evolution that free software enable. The first official release of oVirt is not 6 months [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=166&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I was checking the wiki of oVirt yesterday when I saw something that I was not aware of : oVirt already support GlusterFS! Not everything is there and working 100% but it&#8217;s developing rapidly.</p>
<p>What amaze me is the fast evolution that free software enable. The first official release of oVirt is not 6 months old that I would not have enough space here to list all the new features that are being worked on. Go back 2 years in time when RHEV first came out : it was very promising but at the same time very far from the features set that VMware had. Look at RHEV/oVirt now and the fast pace of development since then.</p>
<p>If you want to try out oVirt and GlusterFS or see what it look like, someone posted a short tutorial on this at <a href="http://www.middleswarth.net/content/installing-ovirt-31-and-glusterfs-using-either-nfs-or-posix-native-file-system">http://www.middleswarth.net/content/installing-ovirt-31-and-glusterfs-using-either-nfs-or-posix-native-file-system</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jfsaucier.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jfsaucier.wordpress.com/166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=166&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jfsaucier.wordpress.com/2012/07/06/ovirt-and-glusterfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5b0f96467b8fab86f3ccf500549eca2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfsaucier</media:title>
		</media:content>
	</item>
		<item>
		<title>Beware of the semaphores!</title>
		<link>http://jfsaucier.wordpress.com/2012/05/03/beware-of-the-semaphores/</link>
		<comments>http://jfsaucier.wordpress.com/2012/05/03/beware-of-the-semaphores/#comments</comments>
		<pubDate>Thu, 03 May 2012 23:58:24 +0000</pubDate>
		<dc:creator>jfsaucier</dc:creator>
				<category><![CDATA[Job]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[emc]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[powerpath]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[semaphores]]></category>

		<guid isPermaLink="false">http://jfsaucier.wordpress.com/2012/05/03/beware-of-the-semaphores/</guid>
		<description><![CDATA[I just run into a weird problem today when I was in the process of migrating a bunch of servers from an old HP SAN to a shiny new EMC VMAX. The client have chosen to use Powerpath for the multipathing software on RHEL 5. The servers in question run multiple Oracle databases into a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=146&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I just run into a weird problem today when I was in the process of migrating a bunch of servers from an old HP SAN to a shiny new EMC VMAX.</p>
<p>The client have chosen to use Powerpath for the multipathing software on RHEL 5. The servers in question run multiple Oracle databases into a grid configuration. We had no problem with the old SAN and we had no problem with the new EMC VMAX using dm-multipath.</p>
<p>The problem started when we first reboot after installing Powerpath. All the devices was there, all the mount point worked fine but Oracle refused to start with the following message :<br />
<code><br />
ORA-27154: post/wait create failed<br />
ORA-27300: OS system dependent operation:semget failed withstatus: 28<br />
ORA-27301: OS failure message: No space left on device<br />
ORA-27302: failure occurred at: sskgpsemsper<br />
</code><br />
Hmm, interesting. After searching on Oracle Metalink, we found that this message is normally related to an insufficient number of available semaphores. But, all our other servers work fine and we have followed the Oracle recommendation when we set the number of semaphores initially.</p>
<p>Our systems are currently configured with 128 semaphores arrays as per the Oracle recommendation. Using &#8220;ipcs -u&#8221;, we found out that we already use the whole 128 available arrays, even before trying to start Oracle. With the &#8220;ipcs -s&#8221; command, we saw that the root user had a huge number of semaphores arrays, 125 to be exact. Why these systems have 125 semaphores arrays for the root user when our other systems have around 25-30?</p>
<p>Here come the Powerpath semaphores eater! If you use Powerpath in combination with a EMC VMAX SAN, Powerpath use one semaphore array per LUN, per path to that LUN. So, if you have 4 paths to the EMC VMAX and 25 LUNs presented to the server, 100 semaphores arrays automatically goes away on boot, leaving not enough for your other normal task.</p>
<p>This problem is easily fixed by changing the value in /etc/sysctl.conf on the kernel.sem line. The semaphores arrays limit is the last digit. You can view your current limit with the &#8220;ipcs -l&#8221; command. I plan to write a following post shortly on using SystemTap to get a diagnostic during the boot on what consume semaphores arrays.</p>
<p>You can see this post for reference if you have a valid Red Hat subscription : <a title="https://access.redhat.com/knowledge/solutions/23696" href="https://access.redhat.com/knowledge/solutions/23696">https://access.redhat.com/knowledge/solutions/23696</a></p>
<p>Or this article on Oracle Metalink with a valid subscription : 949468.1</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jfsaucier.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jfsaucier.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=146&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jfsaucier.wordpress.com/2012/05/03/beware-of-the-semaphores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5b0f96467b8fab86f3ccf500549eca2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfsaucier</media:title>
		</media:content>
	</item>
		<item>
		<title>Fedora 16 media!</title>
		<link>http://jfsaucier.wordpress.com/2012/01/05/fedora-16-media/</link>
		<comments>http://jfsaucier.wordpress.com/2012/01/05/fedora-16-media/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 16:45:53 +0000</pubDate>
		<dc:creator>jfsaucier</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[ambassador]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[swags]]></category>

		<guid isPermaLink="false">http://jfsaucier.wordpress.com/?p=127</guid>
		<description><![CDATA[Canada just got a new shipment of Fedora 16 media, thanks to Nick Bebout! If any Ambassadors (or anyone who organize a conference, installfest, etc) want a batch for their events, please feel free to contact me directly. I have some other swags as well (stickers, balloons, pens, etc) that I can throw in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=127&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Canada just got a new shipment of Fedora 16 media, thanks to Nick Bebout! If any Ambassadors (or anyone who organize a conference, installfest, etc) want a batch for their events, please feel free to contact me directly.</p>
<p>I have some other swags as well (stickers, balloons, pens, etc) that I can throw in the box as well!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jfsaucier.wordpress.com/127/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jfsaucier.wordpress.com/127/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=127&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jfsaucier.wordpress.com/2012/01/05/fedora-16-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5b0f96467b8fab86f3ccf500549eca2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfsaucier</media:title>
		</media:content>
	</item>
		<item>
		<title>Fedora 15 media</title>
		<link>http://jfsaucier.wordpress.com/2011/09/13/fedora-15-media/</link>
		<comments>http://jfsaucier.wordpress.com/2011/09/13/fedora-15-media/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 15:20:15 +0000</pubDate>
		<dc:creator>jfsaucier</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[f15]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[software freedom day]]></category>

		<guid isPermaLink="false">https://jfsaucier.wordpress.com/?p=120</guid>
		<description><![CDATA[Thanks to nb, Canada and Quebec got their Fedora 15 media! The new multi desktops live DVD are really nice and give the chance to everyone to try out Fedora completely. We will have the chance to distribute them at the &#8220;Software Freedom Day&#8221; next Saturday. Stay tuned for pictures of this event!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=120&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Thanks to nb, Canada and Quebec got their Fedora 15 media!</p>
<p>The new multi desktops live DVD are really nice and give the chance to everyone to try out Fedora completely.</p>
<p>We will have the chance to distribute them at the &#8220;Software Freedom Day&#8221; next Saturday. Stay tuned for pictures of this event!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jfsaucier.wordpress.com/120/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jfsaucier.wordpress.com/120/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=120&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jfsaucier.wordpress.com/2011/09/13/fedora-15-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5b0f96467b8fab86f3ccf500549eca2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfsaucier</media:title>
		</media:content>
	</item>
		<item>
		<title>RHEV 3 beta</title>
		<link>http://jfsaucier.wordpress.com/2011/08/29/rhev-3-beta/</link>
		<comments>http://jfsaucier.wordpress.com/2011/08/29/rhev-3-beta/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 14:51:23 +0000</pubDate>
		<dc:creator>jfsaucier</dc:creator>
				<category><![CDATA[Job]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[FreeIPA]]></category>
		<category><![CDATA[JBOSS]]></category>
		<category><![CDATA[KVM]]></category>
		<category><![CDATA[RHEV]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://jfsaucier.wordpress.com/?p=108</guid>
		<description><![CDATA[Red Hat has released the first public beta for RHEV 3 in the last week or so. I didn&#8217;t have time to play with it since yesterday, waiting for the rest of Irene to strike my city. So, I grabbed the documentation, go through it rapidly and start the installation on a spare server I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=108&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Red Hat has released the first public beta for RHEV 3 in the last week or so. I didn&#8217;t have time to play with it since yesterday, waiting for the rest of Irene to strike my city.</p>
<p>So, I grabbed the documentation, go through it rapidly and start the installation on a spare server I have at home. The first thing to notice is how wonderful it is to just &#8220;yum install rhevm&#8221;! Seriously, compare that to the need to install Windows 2k8, Active Directory, .Net, etc, etc&#8230; This is a major step up for RHEV.</p>
<p>After playing with RHEV for the whole day, here is what I conclude :</p>
<p>- For a first public beta, RHEV 3 is extremely stable. I saw some problems here and there but nothing major. There is some errors in the documentation and some problems accessing the Spice console with Fedora 15 and Gnome 3 (and this one is not necessarily a RHEV problem). Everything is stable, smooth and work as advertised. I am impressed because I thought that porting from .Net to Java would cause more problems than that.</p>
<p>- RHEV 3 also gave me the chance to play with FreeIPA, which is in &#8220;Technology Preview&#8221; in RHEL 6.1. Again, really impressed with this product and will be sure to look at it again on it&#8217;s own in the near future.</p>
<p>- The upgrade to RHEL 6.x really show : the performance are amazing. I look forward to try RHEV 3 on bigger hardware than what I have currently. This is largely due in performance improvement in the kernel and KVM : <a title="http://www.redhat.com/summit/2011/presentations/summit/decoding_the_code/wednesday/wagner_w_420_kvm_performance_improvements_and_optimizations.pdf" href="http://www.redhat.com/summit/2011/presentations/summit/decoding_the_code/wednesday/wagner_w_420_kvm_performance_improvements_and_optimizations.pdf">KVM performance improvements and optimizations</a></p>
<p>- I like how Red Hat used their technologies combined with other major Open Source products : JBOSS, OpenJDK, PostgreSQL, KVM, RHEL 6.x, FreeIPA, etc. I like that a big project like RHEV based on Windows, .Net, Active Directory and SQL Server can be ported to stable and trusted Open Source equivalent.</p>
<p>The only downside from all this is that you still need Internet Explorer to access the Administration console. After searching for a bit, this is supposedly going to be fixed in RHEV 3.1. This is a small downside for all the gain that RHEV 3 come with.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jfsaucier.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jfsaucier.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=108&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jfsaucier.wordpress.com/2011/08/29/rhev-3-beta/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5b0f96467b8fab86f3ccf500549eca2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfsaucier</media:title>
		</media:content>
	</item>
		<item>
		<title>Gnome 3</title>
		<link>http://jfsaucier.wordpress.com/2011/06/14/gnome-3/</link>
		<comments>http://jfsaucier.wordpress.com/2011/06/14/gnome-3/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 14:20:33 +0000</pubDate>
		<dc:creator>jfsaucier</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnome3]]></category>

		<guid isPermaLink="false">http://jfsaucier.wordpress.com/?p=105</guid>
		<description><![CDATA[No, this is not another post to describe my feelings about Gnome 3, what we should have done or should we have shipped Gnome 2 instead This post is more of an open question to the community for some information that I cannot find. I almost finished the configuration of my setup in Gnome 3 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=105&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>No, this is not another post to describe my feelings about Gnome 3, what we should have done or should we have shipped Gnome 2 instead <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>This post is more of an open question to the community for some information that I cannot find. I almost finished the configuration of my setup in Gnome 3 but I have some interrogation :</p>
<p>1 &#8211; I tried to remove the keyboard applet in the system tray with the same logic that the nobluetooth and noa11y extension. This effectively work but leave me with the default Gnome 2 keyboard applet. And I cannot seems to find a way to remove that one.</p>
<p>2 &#8211; I cannot find where the configuration for the launcher in the favourite bar are stored. I know that we can edit the menus with &#8220;alacarte&#8221; but I want to see where Gnome 3 store that an application should appear in the favourite bar.</p>
<p>3 &#8211; I search the documentation to see how Gnome 3 track the applications windows to highlight running applications in the favourite bar and found nothing. I know it&#8217;s not based on the window title with my experiment but I found no other way.</p>
<p>Also, if anyone want to hide the battery icon apart from when it&#8217;s charging/discharging (like in Gnome 2), you can run this command as your user :</p>
<p>GSETTINGS_BACKEND=dconf gsettings set org.gnome.power-manager icon-policy charge</p>
<p>Apart from that, I find that Gnome 3 is really powerful with an easy extension system, just look at the number of extensions that got out since Gnome 3 was launched. I look forward to what can be done!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jfsaucier.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jfsaucier.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=105&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jfsaucier.wordpress.com/2011/06/14/gnome-3/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5b0f96467b8fab86f3ccf500549eca2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfsaucier</media:title>
		</media:content>
	</item>
		<item>
		<title>Finally got my RHCA!</title>
		<link>http://jfsaucier.wordpress.com/2011/05/11/finally-got-my-rhca/</link>
		<comments>http://jfsaucier.wordpress.com/2011/05/11/finally-got-my-rhca/#comments</comments>
		<pubDate>Wed, 11 May 2011 14:39:06 +0000</pubDate>
		<dc:creator>jfsaucier</dc:creator>
				<category><![CDATA[Job]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[rh442]]></category>
		<category><![CDATA[rhca]]></category>
		<category><![CDATA[rhce]]></category>

		<guid isPermaLink="false">http://jfsaucier.wordpress.com/?p=93</guid>
		<description><![CDATA[Wow, I finally got the result of my RH442 exam and I pass! This was my fifth certificates of expertise, so I got another mail from Red Hat confirming that I got my RHCA! My goal was to get my RHCA in one year, passing all the exams on the first try. I took 4 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=93&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Wow, I finally got the result of my RH442 exam and I pass! This was my fifth certificates of expertise, so I got another mail from Red Hat confirming that I got my RHCA!</p>
<p>My goal was to get my RHCA in one year, passing all the exams on the first try. I took 4 months more but I got my objective of passing all of them on the first try!</p>
<p>This is not really related to Fedora but I just wanted to share that <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jfsaucier.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jfsaucier.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=93&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jfsaucier.wordpress.com/2011/05/11/finally-got-my-rhca/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5b0f96467b8fab86f3ccf500549eca2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfsaucier</media:title>
		</media:content>
	</item>
		<item>
		<title>SystemTap client/server tutorial</title>
		<link>http://jfsaucier.wordpress.com/2011/03/08/systemtap-clientserver-tutorial/</link>
		<comments>http://jfsaucier.wordpress.com/2011/03/08/systemtap-clientserver-tutorial/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 15:02:06 +0000</pubDate>
		<dc:creator>jfsaucier</dc:creator>
				<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[systemtap]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://jfsaucier.wordpress.com/?p=89</guid>
		<description><![CDATA[I just wrote a small tutorial about the client/server mode of SystemTap. It helps using SystemTap in production environment by using a dedicated server to compile all your SystemTap scripts. The tutorial is not 100% completed, I will add the items in the TODO section as soon as I have some time to do so. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=89&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I just wrote a small tutorial about the client/server mode of SystemTap. It helps using SystemTap in production environment by using a dedicated server to compile all your SystemTap scripts.</p>
<p>The tutorial is not 100% completed, I will add the items in the TODO section as soon as I have some time to do so. If you spot any error or have any feedback, please feel free to comment here!</p>
<p><a title="http://jfsaucier.wordpress.com/tutorials-and-howto/systemtap-server-and-client/" href="http://jfsaucier.wordpress.com/tutorials-and-howto/systemtap-server-and-client/">http://jfsaucier.wordpress.com/tutorials-and-howto/systemtap-server-and-client/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jfsaucier.wordpress.com/89/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jfsaucier.wordpress.com/89/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jfsaucier.wordpress.com&#038;blog=6137977&#038;post=89&#038;subd=jfsaucier&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jfsaucier.wordpress.com/2011/03/08/systemtap-clientserver-tutorial/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c5b0f96467b8fab86f3ccf500549eca2?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jfsaucier</media:title>
		</media:content>
	</item>
	</channel>
</rss>
