<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Vanderkussen.org - Have you tried turning it off and on again?</title>
  
  <link href="http://blog.vanderkussen.org" />
  <updated>2011-09-02T13:41:38+02:00</updated>
  <id>http://blog.vanderkussen.org/</id>
<author>
  <name>Vincent Van der Kussen</name>
  <email>vincent@vanderkussen.org</email>
 </author>
              

  <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/vanderkussen" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="vanderkussen" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry>
     <title>RHEV setup</title>
     <link href="http://blog.vanderkussen.org/2011/09/02/rhev-setup.html" />
     <updated>2011-09-02T14:07:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2011/09/02/rhev-setup</id>
     <content type="html">&lt;p&gt;This blog post comes a little late because I did this RHEV setup at our company more than 6 months ago and it has been living in the drafts folder for some time now. Now with RHEV 3.0 Beta released I tought it&amp;#8217;s time to publish this.&lt;/p&gt;

&lt;p&gt;About a year and a half ago we started looking at alternatives for our VMWare ESXi setup because we wanted to add hypervisor nodes to our 2 existing nodes running VMWare ESXi. We also wanted the ability to live migrate vm&amp;#8217;s between the nodes. At the same time Red Hat released RHEV 2.1 and being a Red Hat partner we decided to evaulate it.&lt;/p&gt;

&lt;p&gt;We extended our existing setup with 2 Supermicro servers and a Supermicro SATA disk based SAN box configured as an iSCSI target providing around 8TB of usable storage.&lt;/p&gt;

&lt;h3 id='migration'&gt;Migration&lt;/h3&gt;

&lt;p&gt;To migrate our existing VM&amp;#8217;s running on VMWare we used the virt-v2v tool that converts and moves VMWare machines to RHEV. This procedure can be scripted so you can define a set of VM&amp;#8217;s you want to migrate in one go. Unfortunate these VM&amp;#8217;s need to be powerd down. I noticed that if your vmdk folders/files are scattered around on you storage including differend folder names, the virt-v2v tool in some cases bails out. In our case I could understand why the tool refused to migrate some machines (it was quite a mess).&lt;/p&gt;

&lt;h3 id='hypervisors'&gt;Hypervisors&lt;/h3&gt;

&lt;p&gt;You have 2 options to install the hypervisor nodes :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;RHEV-H : stripped RHEL with a 100MB foorprint that provides enough to function as a hypervisor node.&lt;/li&gt;

&lt;li&gt;RHEL : a default RHEL install you can configure yourself.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We created a custom profile on our Kickstart server so we could easily deploy hypervisors nodes based on a standard RHEL. By using a standard RHEL you can install additional packages later on which is not the case with a RHEV-H based install.&lt;/p&gt;

&lt;p&gt;Once installed you can then add this node from within the manager interface to your cluster. Once added it will automatically install the necessary packages and becomes active in the cluster.&lt;/p&gt;

&lt;h3 id='storage'&gt;Storage&lt;/h3&gt;

&lt;p&gt;After adding hypervisor nodes you need to create &amp;#8220;Storage Domains&amp;#8221; based on either NFS, FC or iSCSI. Besides Storage Domains you also need to define an ISO domain to stock your installation images. If you want to migrate VM&amp;#8217;s from VMWare or other RHEV clusters you need to create an Export Domain.&lt;/p&gt;

&lt;p&gt;In each cluster one hypervisor node automatically gets the SPM (Storage Pool Manager) role defined. This host keeps track of where storage is assigned to. As soon as this host is put in maintenance or becomes unavailable another host in the cluster will take over the SPM role.&lt;/p&gt;

&lt;p&gt;VM&amp;#8217;s can use Preallocated disks (RAW) or Thin Provisioning (QCOW). For best performance Preallocated is recommended.&lt;/p&gt;

&lt;h3 id='conclusion'&gt;conclusion&lt;/h3&gt;

&lt;p&gt;We have been running this setup for more than a year now and haven&amp;#8217;t had any real issues with it. We actually filed 2 support cases which have been resolved in newer releases of RHEV. At the moment we run around 100 VM&amp;#8217;s and although I haven&amp;#8217;t run any benchmarks yet, I see no real difference with our VMWare setup using FC storage. Although the product still has some drawbacks I believe it has a solid base to build on and already has some nice features like Live Migration, Load Balancing, Thin provisioning,..&lt;/p&gt;

&lt;h3 id='cons'&gt;Cons&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;RHEV-M (manager) runs on Windows&lt;/li&gt;

&lt;li&gt;RHEV-M can only be accessed via IE (will probably change in 3.1)&lt;/li&gt;

&lt;li&gt;Storage part is quite confusing at first.&lt;/li&gt;

&lt;li&gt;API only accesible via Powershell&lt;/li&gt;

&lt;li&gt;no live snapshots&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In a few weeks I&amp;#8217;ll probably start testing RHEV 3.0 which now runs on Linux on JBOSS. This makes me think if JBOSS clustering will work to get RHEV-M working in a HA setup.&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Detect MTU size when using Jumbo Frames</title>
     <link href="http://blog.vanderkussen.org/2011/06/26/Detect-MTU-size.html" />
     <updated>2011-06-26T21:58:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2011/06/26/Detect-MTU-size</id>
     <content type="html">&lt;p&gt;Recently I&amp;#8217;ve setup an iSCSI target based on RHEL6 + tgt. After adding Logical Volumes to a target in the tgtd config file, the iSCSI target was discoverable and ready for use.&lt;/p&gt;

&lt;p&gt;After testing this setup for a few days I wanted to tune the network traffic by enabeling Jumbo Frames. If you search on the interwebz you&amp;#8217;ll most likely find information about adding &amp;#8220;MTU=9000&amp;#8221; ( for RHEL based clones) to the config file of the network interface.&lt;/p&gt;

&lt;p&gt;The problem with Jumbo Frames is that when setting the mtu to high, you get fragmentation. Changing your mtu to 9000 will probably lead to fragmentation. If you don&amp;#8217;t know this it can be quite hard to troubleshoot because you can still use ssh, ping the target etc.. but the iSCSI targets will keep failing.&lt;/p&gt;

&lt;p&gt;You can easily check this with good old ping. Running this:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ping -M do -s 9000 &amp;lt;target_ip&amp;gt;&lt;/code&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;-M : MTU discovery strategy. &amp;#8220;do&amp;#8221; means &amp;#8220;prohibit fragmentation&amp;#8221;&lt;/li&gt;

&lt;li&gt;-s : here you can specify the packet size&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Gave me the following result :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;From 10.0.0.13 icmp_seq=1 Frag needed and DF set (mtu = 9000)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Lower the packet size until you get a normal ping reply. This is the value you can use as your mtu size in your network card&amp;#8217;s config file.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;ping -M do -s 8900 &amp;lt;target_ip&amp;gt;&lt;/code&gt;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Switched to Jekyll</title>
     <link href="http://blog.vanderkussen.org/2011/06/11/switched-to-jekyll.html" />
     <updated>2011-06-11T14:07:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2011/06/11/switched-to-jekyll</id>
     <content type="html">&lt;p&gt;It has been a while since I last blogged about a &amp;#8220;decent&amp;#8221; topic and actually it&amp;#8217;s been a while blogging about anything. The reason is the lack of time and also some lazyness. But that should change now, and the first step I took was migrating my blog from Drupal to a Jekyll generated website. Not that Drupal is bad or anything, but it&amp;#8217;s quite overkill and somehow felt not really productive while creating content.&lt;/p&gt;

&lt;p&gt;So how did I end up with Jekyll?&lt;/p&gt;

&lt;p&gt;Because I like using plain text files for writing (I use Latex quite a lot) I started looking for a blogging tool that used plain text files to store it&amp;#8217;s content instead of a database. &lt;a href='http://pyblosxom.bluesock.org/'&gt;PyBloxsom&lt;/a&gt;, &lt;a href='http://www.blosxom.com/'&gt;Blosxom&lt;/a&gt; came to mind, but then &lt;a href='https://github.com/mojombo/jekyll/wiki'&gt;Jekyll&lt;/a&gt; popped up in one of my search results and immediatly liked it because it generates static content you can upload to any webserver. No more php, python, perl, Mysql or updating needed. However, you do need Ruby on the machine that does the generation.. One &amp;#8220;drawback&amp;#8221; of a static website is commenting and for a moment I was planning on dropping comments on my blog but went for &lt;a href='http://disqus.com/'&gt;Disqus&lt;/a&gt; which I actually quite like.&lt;/p&gt;

&lt;p&gt;Now I have my blog stored in a git repository that rsyncs the static content to my webserver when I push my changes. As simple as that.&lt;/p&gt;

&lt;p&gt;I really like the thought of using &lt;a href='http://en.wikipedia.org/wiki/Markdown'&gt;Markdown&lt;/a&gt; and vim to write my blogposts from now on (and of course the geeky factor of all this). The only thing left is improving the layout and sanatizing the setup a bit more&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>I'll be at LOAD (Linux Open Administrator Days)</title>
     <link href="http://blog.vanderkussen.org/2011/04/13/ill-be-at-load-linux-open-administrator-days.html" />
     <updated>2011-04-13T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2011/04/13/ill-be-at-load-linux-open-administrator-days</id>
     <content type="html">&lt;p&gt;&lt;img src='http://www.loadays.org/press/banner.png' alt='LOADays' /&gt;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Getting DropBox to work with SELinux</title>
     <link href="http://blog.vanderkussen.org/2010/11/21/getting-dropbox-to-work-with-selinux.html" />
     <updated>2010-11-21T00:00:00+01:00</updated>
     <id>http://blog.vanderkussen.org/2010/11/21/getting-dropbox-to-work-with-selinux</id>
     <content type="html">&lt;p&gt;Recently &lt;a href='http://vanginderachter.be'&gt;Serge&lt;/a&gt; mentioned DropBox to me, and I remembered creating an account once but haven&amp;#8217;t used or installed it in the last 2 years.&lt;/p&gt;

&lt;p&gt;These days you also get lot more free space with your DropBox so I decided to start using it again.&lt;/p&gt;

&lt;p&gt;So I started installing DropBox using the rpm from their website, but got an SELinux warning. Setroubleshootd perfectly explains what&amp;#8217;s going on and the solution is trivial.&lt;/p&gt;
&lt;code lang='bash'&gt;
[root@localhost ~]# semanage fcontext -a -t execmem_exec_t '/home/vincent/.dropbox-dist/dropbox'
[root@localhost ~]# restorecon -vvF '/home/vincent/.dropbox-dist/dropbox'
restorecon reset /home/vincent/.dropbox-dist/dropbox context unconfined_u:object_r:user_home_t:s0-&gt;system_u:object_r:execmem_exec_t:s0
&lt;/code&gt;</content>
 </entry>

  <entry>
     <title>RHCE</title>
     <link href="http://blog.vanderkussen.org/2010/10/29/rhce.html" />
     <updated>2010-10-29T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2010/10/29/rhce</id>
     <content type="html">&lt;p&gt;So today I went for the second time to sit the RHCE exam. This time the results were better then &lt;a href='http://blog.vanderkussen.org/?q=node/40'&gt;earlier&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;RHCT components score: 100.0 RHCE components score: 100.0&lt;/p&gt;

&lt;p&gt;RHCE certificate number : 805010290454578&lt;/p&gt;

&lt;p&gt;The instructor mentioned that this was probably one of the last exams based on RHEL5.&lt;/p&gt;

&lt;p&gt;Anyways, I&amp;#8217;m glad I made it this time&amp;#8230;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Fedora 14 Release party </title>
     <link href="http://blog.vanderkussen.org/2010/10/21/fedora-14-release-party.html" />
     <updated>2010-10-21T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2010/10/21/fedora-14-release-party</id>
     <content type="html">&lt;p&gt;The date for the Belgium Fedora Release Party has been set. A bigger (as in &amp;#8220;print this and hang it up in your office&amp;#8221;) file has been attached.&lt;/p&gt;
&lt;img title='Fedora 14 Release party poster' class='image image-_original ' src='http://blog.vanderkussen.org/sites/default/files/images/flyer-poster-small.png' height='566' alt='Fedora 14 Release party poster' width='400' /&gt;&lt;a href='http://blog.vanderkussen.org/sites/default/files/flyer-poster.png'&gt;Large image&lt;/a&gt;</content>
 </entry>

  <entry>
     <title>LOAD dinner</title>
     <link href="http://blog.vanderkussen.org/2010/08/11/load-dinner.html" />
     <updated>2010-08-11T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2010/08/11/load-dinner</id>
     <content type="html">&lt;p&gt;Yesterday evening we had a dinner with most of the LOAD organizers to catch up and have a nice get together. On the other hand we wanted to discuss some things regarding LOAD.&lt;/p&gt;

&lt;p&gt;One of them was if we all wanted to organise a second edition of LOAD, and i can already tell you there&amp;#8217;ll be a second edition of LOAD. For now that&amp;#8217;s the only thing that&amp;#8217;s certain. Date, location, talks, &amp;#8230; are still undecided although the location will probably be the same.&lt;/p&gt;

&lt;p&gt;We will soon archive the current website and start posting updates regarding the next edition.&lt;/p&gt;

&lt;p&gt;We hope to see you all at the next edition of LOAD.&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Fedora 13 Release Party @ hackerspace Ghent</title>
     <link href="http://blog.vanderkussen.org/2010/05/30/fedora-13-release-party-hackerspace-ghent.html" />
     <updated>2010-05-30T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2010/05/30/fedora-13-release-party-hackerspace-ghent</id>
     <content type="html">&lt;p&gt;This time the Fedora 13 Release Party took place in the Hackerspace in Ghent, called WhiteSpace. As i arrived in the street where the Hackerspace is located i noticed someone who was also at the previous Release party.&lt;/p&gt;

&lt;p&gt;A few minutes later &lt;a href='http://fedoraproject.org/wiki/User:Biertie'&gt;biertie&lt;/a&gt; arrived with a big Fedora banner and signs to hang up so people would find their way to the HackerSpace (quite handy since the venue was like a small labyrinth).&lt;/p&gt;

&lt;p&gt;Next thing was putting the PXE boot server i prepared in place so people could install Fedora 13 on their machine. After PXE booting some laptops to see if it stil worked we were good to go. Bert also created USB sticks with Fedora for some people.&lt;/p&gt;

&lt;p&gt;The last day of &lt;a href='http://puppetcamp.org/europe-2010-ghent' title='Puppet Camp Ghent'&gt;Puppet Camp Europe&lt;/a&gt; was also taking place in Ghent and a lot of people came over to the Fedora Release Party and the HackerSpace became quite crowded.&lt;/p&gt;

&lt;p&gt;&lt;a href='http://fedoraproject.org/wiki/User:Biertie' title='bert'&gt;bert&lt;/a&gt; ordered pizza&amp;#8217;s with the Fedora budget he had so we wouldn&amp;#8217;t starve. Drinks were provided by the HackerSpace for for very reasonable prices. &lt;a href='http://nl.wikipedia.org/wiki/Club-Mate' title='Club Mate'&gt;Club Mate&lt;/a&gt; anyone?&lt;/p&gt;

&lt;p&gt;After the food &lt;a href='http://fedoraproject.org/wiki/User:Biertie'&gt;bert&lt;/a&gt; gave a quick presentation about the new stuff in Fedora 13. &lt;a href='http://dag.wieers.com' title='Dag Wieers'&gt;Dag Wieers&lt;/a&gt; also showed up and was aked to give a lightening talk about &lt;a href='http://dag.wieers.com/home-made/dstat' title='dstat'&gt;dstat&lt;/a&gt; . In the end his talk lasted more than one hour. He showed us a nice demo of Dstat&amp;#8217;s features and talked with real passion about it, so thanks for your talk Dag!&lt;/p&gt;

&lt;p&gt;After all this it was time for some chit chat&amp;#8230;.&lt;/p&gt;

&lt;p&gt;Thanks everyone for being there and see you all at the next Release Party!&lt;/p&gt;

&lt;p&gt;Ow yeah, thanks &lt;a href='http://www.krisbuytaert.be/blog' title='kris'&gt;Kris&lt;/a&gt; for bringing me a Puppet Camp T-Shirt! I would also like to thank the people from &lt;a href='http://0x20.be/Main_Page' title='HackerSpace Ghent'&gt;HackerSpace Ghent&lt;/a&gt; for using their infrastructure to host the event. If you&amp;#8217;re a geek living near Ghent, join them!&lt;/p&gt;

&lt;p&gt;I&amp;#8217;ve seen people take pictures, so if you read this put links to them in the comments please&amp;#8230;thanks.&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Fedora 13 Release Party</title>
     <link href="http://blog.vanderkussen.org/2010/05/16/fedora-13-release-party.html" />
     <updated>2010-05-16T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2010/05/16/fedora-13-release-party</id>
     <content type="html">&lt;p&gt;With imminent release of Fedora 13, there&amp;#8217;s also a release party scheduled. &lt;span class='inline inline-center'&gt;&lt;a href='http://blog.vanderkussen.org/sites/default/files/images/fedora13-release-party.preview.png' onclick='launch_popup(41, 640, 480); return false;' target='_blank'&gt;&lt;img title='fedora 13 release party flyer' class='image image-preview ' src='http://blog.vanderkussen.org/sites/default/files/images/fedora13-release-party.preview.png' height='480' alt='fedora 13 release party flyer' width='640' /&gt;&lt;/a&gt;&lt;span class='caption'&gt;&lt;strong&gt;fedora 13 release party flyer&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Failed RHCE</title>
     <link href="http://blog.vanderkussen.org/2010/05/03/failed-rhce.html" />
     <updated>2010-05-03T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2010/05/03/failed-rhce</id>
     <content type="html">&lt;p&gt;Last Friday I took the RHCE exam. Unfortunate i didn&amp;#8217;t pass the RHCE part of the exam. These where the numbers I received :&lt;/p&gt;

&lt;p&gt;RHCT components score: 100.0% RHCE components score: 62.5%&lt;/p&gt;

&lt;p&gt;All I needed was an extra 7.5% to pass the RHCE part of the exam (70% is the required minimum). If I had some extra time to get everything finished I might have made it. You really have no time to look up stuff if you&amp;#8217;re stuck somewhere.&lt;/p&gt;

&lt;p&gt;Anyway,next time we&amp;#8217;ll get there&amp;#8230;.&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Linux Open Administration Days</title>
     <link href="http://blog.vanderkussen.org/2010/04/12/linux-open-administration-days.html" />
     <updated>2010-04-12T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2010/04/12/linux-open-administration-days</id>
     <content type="html">&lt;p&gt;Loadays has ended and I found it was good.&lt;/p&gt;

&lt;p&gt;During the week of LOAD we did the wireless network setup using Linksys WRT/WAP54* devices. We actually expected problems, but beyond some little hickups the wireless worked quite well (Gryp&amp;#8217;s megamachine had probably something to do with it :) ).&lt;/p&gt;

&lt;p&gt;On Saterday we setup the projectors and power outlets so the event could start. After some time the first speakers showed up for breakfast provided by the school where LOAD took place.&lt;/p&gt;

&lt;p&gt;Saturday evening we had a pizza party with a big pile of pizza&amp;#8217;s and some beers&lt;/p&gt;

&lt;p&gt;I didn&amp;#8217;t have a real schedule planned but I attended some talks like FusionInventory, Large MySQL setups, Bacula, Observer, Selinux. I skipped most of the configuration management tools, but attended the last part of the puppet talk which was quite speedy :).&lt;/p&gt;

&lt;p&gt;There was only one talk that needed to be cancelled, Pieter Colpaert couldn&amp;#8217;t &lt;a href='http://bonsansnom.wordpress.com/2010/04/11/load/'&gt;make it&lt;/a&gt; because of a train crash.&lt;/p&gt;

&lt;p&gt;From the comments we got from people it seems that they would like to see a second edition of LOAD which is a good thing..&lt;/p&gt;

&lt;p&gt;All in all things went well and I would like to thank some people.&lt;/p&gt;

&lt;p&gt;First of all the people from the school who came working during their weekend and provided a lot of stuff like internet access, infrastructure, food, drinks&amp;#8230;&lt;/p&gt;

&lt;p&gt;Then the people who joined the crew the last few days. &lt;a href='http://www.toshaan.be/' /&gt;Tosh&amp;lt;/a&amp;gt; for arranging the hotel, &lt;a href='http://www.kinkysluts.be/' /&gt;dim0&amp;lt;/a&amp;gt; for doing the taxi part and &lt;a href='http://blog.ghosty.be/'&gt;Gh0sty&lt;/a&gt; for helping out with infrastructure and stuff.&lt;/p&gt;

&lt;p&gt;And of course the other people who helped organizing LOAD, speakers and visitors.&lt;/p&gt;

&lt;p&gt;If i forgot someone please forgive me&amp;#8230;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>LOAD countdown</title>
     <link href="http://blog.vanderkussen.org/2010/03/31/load-countdown.html" />
     <updated>2010-03-31T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2010/03/31/load-countdown</id>
     <content type="html">&lt;p&gt;Just 10 days left until LOAD !&lt;/p&gt;

&lt;p&gt;After a few weeks of planning, meeting and arranging stuff it&amp;#8217;s almost there, the &lt;a href='http://www.loadays.org'&gt;Linux Open Administration Days&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This week the &lt;a href='http://www.loadays.org'&gt;schedule&lt;/a&gt; got finalized and it looks rather good. There&amp;#8217;s a lot of differend stuff like open spaces, tutorials, regular talks,&amp;#8230;&lt;/p&gt;

&lt;p&gt;On Saturday evening there&amp;#8217;s a social/beer event not far from the event venue (it also has some pizza&amp;#8217;s involved).&lt;/p&gt;

&lt;p&gt;I hope i&amp;#8217;ll see you there !&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>R.I.P. Remco</title>
     <link href="http://blog.vanderkussen.org/2010/03/21/r-i-p-remco.html" />
     <updated>2010-03-21T00:00:00+01:00</updated>
     <id>http://blog.vanderkussen.org/2010/03/21/r-i-p-remco</id>
     <content type="html">&lt;p&gt;Our Rottweiler passed away a few weeks ago. So I&amp;#8217;m posting this as a way to remember him.Remco, you&amp;#8217;ll be missed. I&amp;#8217;m sure they&amp;#8217;ve spaghetti sauce in dog heaven.&lt;/p&gt;

&lt;p&gt;&lt;img src='/images/remco.jpg' alt='Remco' /&gt;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>My blog is running on Drupal</title>
     <link href="http://blog.vanderkussen.org/2010/02/11/my-blog-is-running-on-drupal.html" />
     <updated>2010-02-11T00:00:00+01:00</updated>
     <id>http://blog.vanderkussen.org/2010/02/11/my-blog-is-running-on-drupal</id>
     <content type="html">&lt;p&gt;I moved my Wordpress Blog to Drupal. Not that Wordpress is bad, but I&amp;#8217;ve to create some websites and I&amp;#8217;m planning on using Drupal for them. So this is a good way to get the hang of it.&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Event advertisement</title>
     <link href="http://blog.vanderkussen.org/2010/01/24/event-advertisement.html" />
     <updated>2010-01-24T00:00:00+01:00</updated>
     <id>http://blog.vanderkussen.org/2010/01/24/event-advertisement</id>
     <content type="html">&lt;p&gt;I made some advertisement @work.&lt;/p&gt;
&lt;a href='http://blog.vanderkussen.org/wp-content/uploads/2010/01/22012010.jpg'&gt;&lt;img class='aligncenter size-large wp-image-77' title='22012010' src='/sites/default/files/images/22012010-1024x768.jpg' height='496' alt='22012010' width='662' /&gt;&lt;/a&gt;</content>
 </entry>

  <entry>
     <title>Dust cleaning on Thinkpad</title>
     <link href="http://blog.vanderkussen.org/2010/01/15/dust-cleaning-on-thinkpad.html" />
     <updated>2010-01-15T00:00:00+01:00</updated>
     <id>http://blog.vanderkussen.org/2010/01/15/dust-cleaning-on-thinkpad</id>
     <content type="html">&lt;p&gt;Fan started to make some strange noises. After some dust removing all is fine agian.&lt;/p&gt;
&lt;a href='http://blog.vanderkussen.org/wp-content/uploads/2010/01/12012010.jpg'&gt;&lt;img class='alignleft size-medium wp-image-73' title='12012010' src='/sites/default/files/images/12012010-300x225.jpg' height='225' alt='12012010' width='300' /&gt;&lt;/a&gt;</content>
 </entry>

  <entry>
     <title>Routed Xen setup</title>
     <link href="http://blog.vanderkussen.org/2010/01/13/routed-xen-setup.html" />
     <updated>2010-01-13T00:00:00+01:00</updated>
     <id>http://blog.vanderkussen.org/2010/01/13/routed-xen-setup</id>
     <content type="html">&lt;p&gt;Yesterday i needed to setup a Xen machine where only the MAC address of the host (dom0) was allowed by the firewall. Because of this, a bridged setup could not be used since all domU&amp;#8217;s will be using their own MAC address.&lt;/p&gt;

&lt;p&gt;So i needed a routed setup instead. That way the host (dom0) will be used as a &amp;#8220;router&amp;#8221; for the domU&amp;#8217;s and the firewall would only see the MAC of the dom0 host when communicating.&lt;/p&gt;

&lt;p&gt;Configuration is quite easy. Edit /etc/xen/xend-config.sxp and comment out the bridge related stuff. Then uncomment or add the following lines to enable routing: &lt;pre&gt;(network-script network-route)
(vif-script     vif-route)&lt;/pre&gt; Then in /etc/sysctl.conf make sure you&amp;#8217;ve these 2 lines to enable routing. The Proxy arp is needed if you have domU&amp;#8217;s on differend networks. &lt;pre&gt;net.ipv4.ip_forward = 1
net.ipv4.conf.all.proxy_arp = 1&lt;/pre&gt; Restart xend, reboot the domU&amp;#8217;s and you&amp;#8217;re done (you can also just reboot the host).&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>LOAD logo</title>
     <link href="http://blog.vanderkussen.org/2009/12/23/load-logo.html" />
     <updated>2009-12-23T00:00:00+01:00</updated>
     <id>http://blog.vanderkussen.org/2009/12/23/load-logo</id>
     <content type="html">&lt;p&gt;I created a logo for the LOAD event. This is what i have for now, but I&amp;#8217;ll probably make some other designs to. If you&amp;#8217;ve comments or suggestions, please don&amp;#8217;t hesitate to put them here. &lt;p style='text-align: center;'&gt;&lt;a href='/sites/default/files/images/logo_small.png'&gt;&lt;img class='aligncenter size-full wp-image-62' title='logo_small' src='/sites/default/files/images/logo_small.png' height='216' alt='logo_small' width='454' /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>F13 : I voted</title>
     <link href="http://blog.vanderkussen.org/2009/11/30/f13-i-voted.html" />
     <updated>2009-11-30T00:00:00+01:00</updated>
     <id>http://blog.vanderkussen.org/2009/11/30/f13-i-voted</id>
     <content type="html">&lt;p&gt;I voted for Gloriana. &lt;a href='/sites/default/files/images/fedora-i-voted.png'&gt;&lt;img title='fedora-i-voted' class='aligncenter size-full wp-image-56' src='/sites/default/files/images/fedora-i-voted.png' height='250' alt='fedora-i-voted' width='250' /&gt;&lt;/a&gt;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Fedora 12 release party </title>
     <link href="http://blog.vanderkussen.org/2009/11/29/fedora-12-release-party.html" />
     <updated>2009-11-29T00:00:00+01:00</updated>
     <id>http://blog.vanderkussen.org/2009/11/29/fedora-12-release-party</id>
     <content type="html">&lt;p&gt;Yesterday was the Fedora 12 release party in Antwerp (Belgium). It was held at the Don Bosco school which had a good infrastructure for this event. A nice room, drinks, food, network, &amp;#8230; So, thanks to them for providing this in their spare time !&lt;/p&gt;

&lt;p&gt;I came a little earlier because I needed to setup a pxe server so people could get Fedora 12 installed on their machines if they wanted. After a while more people showed up (thanks &lt;a href='http://www.krisbuytaert.be/blog/'&gt;Kris&lt;/a&gt; for being on time :) ) to listen to &lt;a href='http://blog.bdesmet.be/'&gt;Bert&lt;/a&gt; and &lt;a href='https://fedoraproject.org/wiki/User:Couf'&gt;Bart's&lt;/a&gt; talk about the new Fedora and the Fedora community here in Belgium.&lt;/p&gt;

&lt;p&gt;Later on Martin Langhoff from the OLPC project came in to talk a little about the OLPC, which I think is nice little device and has some cool features for the kids to play with.&lt;/p&gt;

&lt;p&gt;This was the first Fedora Release party here and all in all it was a nice event and I hope we can do this on a regular basis so we can make the Belgium Fedora community grow.&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Fedora 12 Release Party</title>
     <link href="http://blog.vanderkussen.org/2009/11/18/fedora-12-release-party.html" />
     <updated>2009-11-18T00:00:00+01:00</updated>
     <id>http://blog.vanderkussen.org/2009/11/18/fedora-12-release-party</id>
     <content type="html">&lt;p&gt;Fedora 12 has been released, and for this there&amp;#8217;s a release party being held (probably the first Fedora release party in Belgium).&lt;/p&gt;

&lt;p&gt;This will be a relative small event where the focus lies on getting together. You&amp;#8217;ll also have the opportunity to install Fedora 12 on your machine.&lt;/p&gt;

&lt;p&gt;More info on the &lt;a href=' https://fedoraproject.org/wiki/Release_Party_F12_Antwerp'&gt;Fedora Wiki&lt;/a&gt;.&lt;/p&gt;
&lt;img src='/sites/default/files/images/Fedora_12_release_poster_eng.png' alt='Fedora 12 release party' /&gt;</content>
 </entry>

  <entry>
     <title>RHEL SSL certificate error </title>
     <link href="http://blog.vanderkussen.org/2009/10/30/rhel-ssl-certificate-error.html" />
     <updated>2009-10-30T00:00:00+01:00</updated>
     <id>http://blog.vanderkussen.org/2009/10/30/rhel-ssl-certificate-error</id>
     <content type="html">&lt;p&gt;Yesterday i had a machine that wouldn&amp;#8217;t register with the red Hat network. It gave me the following error : &amp;#8220;The SSL certificate failed verification&amp;#8221;. After some searching i noticed that the machine was still living in 2001, so all i had to do was set the time right.&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Auto create home dirs with Samba</title>
     <link href="http://blog.vanderkussen.org/2009/10/20/auto-create-home-dirs-with-samba.html" />
     <updated>2009-10-20T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/10/20/auto-create-home-dirs-with-samba</id>
     <content type="html">&lt;p&gt;If you&amp;#8217;re using Samba to provide network shares to your users, it might be usefull to autmatically create the their homedir when they access it the first time. This can be done by adding this line to the &lt;span&gt;homes&lt;/span&gt; directive : &lt;code&gt;root preexec = /usr/local/sbin/mkhomedir.sh %U&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This is the mkhomedir.sh script itself :&lt;/p&gt;
&lt;code&gt;#!/bin/bash

if [ ! -e /storage_users/DOMAIN/$1 ]; then
mkdir /storage_users/DOMAIN/$1
chown $1:"DOMAIN+Domain Admins" /storage_users/DOMAIN/$1
fi
exit 0
&lt;/code&gt;</content>
 </entry>

  <entry>
     <title>Thesis : anti spam by MTA selection</title>
     <link href="http://blog.vanderkussen.org/2009/10/05/thesis-anti-spam-by-mta-selection.html" />
     <updated>2009-10-05T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/10/05/thesis-anti-spam-by-mta-selection</id>
     <content type="html">&lt;p&gt;I&amp;#8217;m publishing the Thesis that I and my fellow student Joost Ringoot made for our Graduate training in evening school. It might be useful to someone.&lt;/p&gt;
&lt;a href='http://blog.vanderkussen.org/wp-content/uploads/2009/10/Projectwerk_2008_AntiSpam.pdf'&gt;Projectwerk_2008_AntiSpam&lt;/a&gt;</content>
 </entry>

  <entry>
     <title>Slow DNS resolving</title>
     <link href="http://blog.vanderkussen.org/2009/09/22/slow-dns-resolving.html" />
     <updated>2009-09-22T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/09/22/slow-dns-resolving</id>
     <content type="html">&lt;p&gt;The other day one of our internal DNS needed to be shut down for maintenance. During that time people complained about slow responsiveness of the applications running on our RHEL machines. Because the DNS maintenance was the only change we made at that time we started looking in that direction.&lt;/p&gt;

&lt;p&gt;As it turned out, it seems that Linux is trying to contact the first DNS server in the resolv.conf file for every DNS query. The second one is queried after x number of seconds&lt;/p&gt;

&lt;p&gt;I added the following options to /etc/resolv.conf to make better use of the second nameserver in the list.&lt;/p&gt;
&lt;code&gt;options rotate
options timeout:1&lt;/code&gt;</content>
 </entry>

  <entry>
     <title>Keep VPN Connection alive</title>
     <link href="http://blog.vanderkussen.org/2009/08/07/keep-vpn-connection-alive.html" />
     <updated>2009-08-07T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/08/07/keep-vpn-connection-alive</id>
     <content type="html">&lt;p&gt;Recently i had a VPN connection with OpenSwan that didn&amp;#8217;t stay alive. Adding the following option to the config fixed it&lt;/p&gt;
&lt;pre&gt;dpdaction=restart&lt;/pre&gt;</content>
 </entry>

  <entry>
     <title>Wordpress on LightTPD</title>
     <link href="http://blog.vanderkussen.org/2009/08/02/wordpress-on-lighttpd.html" />
     <updated>2009-08-02T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/08/02/wordpress-on-lighttpd</id>
     <content type="html">&lt;p&gt;I&amp;#8217;m running this blog on LightTPD now. It runs a lot faster now on my 64MB VPS.&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>64MB VPS and wordpress</title>
     <link href="http://blog.vanderkussen.org/2009/07/28/64mb-vps-and-wordpress.html" />
     <updated>2009-07-28T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/07/28/64mb-vps-and-wordpress</id>
     <content type="html">&lt;p&gt;I switched from &lt;a href='http://typosphere.org' target='_blank'&gt;Typo&lt;/a&gt; to Wordpre&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>64MB VPS</title>
     <link href="http://blog.vanderkussen.org/2009/07/28/64mb-vps.html" />
     <updated>2009-07-28T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/07/28/64mb-vps</id>
     <content type="html">&lt;p&gt;I switched from &lt;a href='http://typosphere.org' target='_blank'&gt;Typo&lt;/a&gt; to Wordpress . I thought it would run a little faster on the 64MB VPS  i use on my server. But WP uses MySQL as a backend and that doesn&amp;#8217;t really help.&lt;/p&gt;

&lt;p&gt;Apache is also quite a memory hog on systems with low memory, but with some Apache and MySQL tuning my blog isn&amp;#8217;t going OOM anymore :).&lt;/p&gt;

&lt;p&gt;I guess Apache and MySQL are a little to heavy on resources. I&amp;#8217;m going to tune some more, but if that doesn&amp;#8217;t help much I&amp;#8217;m switching to LightTPD instead of Apache.&lt;/p&gt;

&lt;p&gt;Sorry if thing run a little slow for the moment&amp;#8230;.&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Typo with Phusion Passenger</title>
     <link href="http://blog.vanderkussen.org/2009/07/22/typo-with-phusion-passenger.html" />
     <updated>2009-07-22T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/07/22/typo-with-phusion-passenger</id>
     <content type="html">&lt;p&gt;I&amp;#8217;m running this blog now with the Phusion Passenger mod for Apache.&lt;/p&gt;

&lt;p&gt;Normally this Apache directive should be enough to start your rails app. &lt;pre&gt;&amp;lt;VirtualHost *:80&amp;gt;
servername mydomain.tld
documentroot /var/www/html/typo/public
&amp;lt;/VirtualHost&amp;gt;&lt;/pre&gt; I had to change it to the following though to get it to work. &lt;pre&gt;&amp;lt;VirtualHost *:80&amp;gt;
servername mydomain.tld
PassengerEnabled on
documentroot /var/www/html/typo/public
&amp;lt;/VirtualHost&amp;gt;&lt;/pre&gt;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>An item with the same key has already been added</title>
     <link href="http://blog.vanderkussen.org/2009/07/08/an-item-with-the-same-key-has-already-been-added.html" />
     <updated>2009-07-08T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/07/08/an-item-with-the-same-key-has-already-been-added</id>
     <content type="html">&lt;p&gt;When you try to export a virtual machine and get the following error : &amp;quot;An item with the same key has already been added'. There is probably a snapshot attached to the Virtual Machine.&lt;/p&gt;&lt;p&gt;You can't&amp;nbsp; export the VM with snapshots you've got to remove them first&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Installing Fedora 11</title>
     <link href="http://blog.vanderkussen.org/2009/06/13/installing-fedora-11.html" />
     <updated>2009-06-13T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/06/13/installing-fedora-11</id>
     <content type="html">&lt;p&gt;During the installation of Fedora 11 on my laptop, the installation process did a suggestion for a hostname.&lt;/p&gt;&lt;p&gt;I swear i didn't enter anything myself ....&lt;/p&gt;&lt;p&gt;&lt;a href='/files/File/Screenshot.png'&gt;&lt;img src='/files/Image/Screenshot.png' height='191' alt='' width='255' /&gt;&lt;/a&gt;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>speedtest meme</title>
     <link href="http://blog.vanderkussen.org/2009/06/12/speedtest-meme.html" />
     <updated>2009-06-12T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/06/12/speedtest-meme</id>
     <content type="html">&lt;p&gt;&lt;a href='http://www.speedtest.net'&gt;&lt;img src='/sites/default/files/images/494096295.png' alt='' /&gt;&lt;/a&gt;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>VMWare vSphere</title>
     <link href="http://blog.vanderkussen.org/2009/05/24/vmware-vsphere.html" />
     <updated>2009-05-24T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/05/24/vmware-vsphere</id>
     <content type="html">&lt;p&gt;&amp;nbsp;Today i attended a VMWare vSphere event. I was waiting for the fist one who mentioned the &amp;quot;Cloud&amp;quot; word, as this is the buzz word these days. I must say, this didn't take long :)&lt;/p&gt;&lt;p&gt;There was a whole presentation of the new VMWare vSphere product that they claim is &amp;quot;the best platform for building cloud infrastructures&amp;quot;. &lt;br /&gt;
During this presentation i could see the resemblance with the older (but still used) mainframe technologie, and how we're going back to this sort of infrastructure. Virtual Desktop Infrastructure (VDI) is the next step in virtualization.&lt;/p&gt;&lt;p&gt;Although the &amp;quot;Cloud&amp;quot; is mostly considered a hype, it has a lot of possibilities and advantages.    &lt;br /&gt;
&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cisco is also getting on the Cloud boat with their &lt;a href='http://www.cisco.com/en/US/products/ps9902/'&gt;Nexus 1000v&lt;/a&gt;. It's a Virtual Switch for VMWare, but with a full blown IOS, so network management can be done by the networking guys. The switch can span multiple ESX machines.&lt;/p&gt;&lt;p&gt;I'm curious on what Red Hat will be doing later on this year with RHEL 5.4 and KVM. I hope their &lt;a href='http://ovirt.org/'&gt;oVirt &lt;/a&gt;technology becomes stable soon, because VMWare's management tools  are really good.&amp;nbsp;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Nikon D70</title>
     <link href="http://blog.vanderkussen.org/2009/05/24/nikon-d70.html" />
     <updated>2009-05-24T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/05/24/nikon-d70</id>
     <content type="html">&lt;p&gt;I bought a second hand D70 to dive into some photography. &lt;/p&gt;&lt;p&gt;The difference between a regular compact device we've been using until now and this is quite ... well different. &lt;/p&gt;&lt;p&gt;&lt;img src='/files/Image/dsc03958.jpg' height='300' alt='' width='400' /&gt;&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Virtualbox for Leonidas</title>
     <link href="http://blog.vanderkussen.org/2009/04/28/virtualbox-for-leonidas.html" />
     <updated>2009-04-28T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/04/28/virtualbox-for-leonidas</id>
     <content type="html">&lt;p&gt;Sun has released VirtualBox 2.2.2. It has a Fedora11 (Leonidas) package&amp;#8230;always nice to see.&lt;/p&gt;</content>
 </entry>

  <entry>
     <title>Typo 5.3</title>
     <link href="http://blog.vanderkussen.org/2009/04/18/typo-5-3.html" />
     <updated>2009-04-18T00:00:00+02:00</updated>
     <id>http://blog.vanderkussen.org/2009/04/18/typo-5-3</id>
     <content type="html">&lt;p&gt;On my way upgrading typo, al lost all my data (i must stop this habit).&lt;/p&gt;</content>
 </entry>

               
</feed>

