<?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/"
	>

<channel>
	<title>Misadventures of a Celtic Geek &#187; work</title>
	<atom:link href="http://blog.guesny.net/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.guesny.net</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 03 Jun 2012 19:25:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>IE session bug</title>
		<link>http://blog.guesny.net/2010/08/11/ie-session-bug-2/</link>
		<comments>http://blog.guesny.net/2010/08/11/ie-session-bug-2/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 07:43:10 +0000</pubDate>
		<dc:creator>welsh_dwarf</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[sessions]]></category>

		<guid isPermaLink="false">http://blog.guesny.net/?p=139</guid>
		<description><![CDATA[I&#8217;m just reposting this here so that it can help someone else. Internet Explorer doesn&#8217;t honor php sessions if the domaine name isn&#8217;t valid (hint: _ isn&#8217;t a valid caracter in domaine names). This can explain some hard to find &#8230; <a href="http://blog.guesny.net/2010/08/11/ie-session-bug-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m just reposting this here so that it can help someone else.<br />
Internet Explorer doesn&#8217;t honor php sessions if the domaine name isn&#8217;t valid (hint: _ isn&#8217;t a valid caracter in domaine names).<br />
This can explain some hard to find bugs where your session works fine on FF, chrome or Safari, but not in Internet Explorer.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guesny.net/2010/08/11/ie-session-bug-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS 101</title>
		<link>http://blog.guesny.net/2009/03/02/dns-101/</link>
		<comments>http://blog.guesny.net/2009/03/02/dns-101/#comments</comments>
		<pubDate>Mon, 02 Mar 2009 11:41:42 +0000</pubDate>
		<dc:creator>welsh_dwarf</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[dot]]></category>

		<guid isPermaLink="false">http://blog.guesny.net/index.php/2009/03/02/dns-101/</guid>
		<description><![CDATA[I just thought that I&#8217;d post a quickie on DNS FQDNs (Fully qualified domain names). Go to your browser, type in www.google.com, you get the google home page. Everythings normal there. Now, change your url, ad a dot (so that &#8230; <a href="http://blog.guesny.net/2009/03/02/dns-101/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I just thought that I&#8217;d post a quickie on DNS FQDNs (Fully qualified domain names).</p>
<p>Go to your browser, type in www.google.com, you get the google home page. Everythings normal there.</p>
<p>Now, change your url, ad a dot (so that it reads www.google.com.) . The page still loads.</p>
<p>This is risky, since it can lead to a duplicate content malus on google, but is perfectly normal DNS behaviour.</p>
<p>The actual FQDN is www.google.com<span style="font-weight: bold;">. </span>. It&#8217;s just that, to make our lives easier, the last dot is optional.</p>
<p>Unfortunatly, there&#8217;s no way to get rid of them (even 301s seem flaky).</p>
<p>That&#8217;s all, just so that the next time you see bizzars urls, you have a reason for them all ready for your boss <img src='http://blog.guesny.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=c42d9bfc-df53-4710-bc9a-3d7b6d2407e6" /></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.guesny.net/2009/03/02/dns-101/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zabbix</title>
		<link>http://blog.guesny.net/2008/02/07/zabbix/</link>
		<comments>http://blog.guesny.net/2008/02/07/zabbix/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 10:35:51 +0000</pubDate>
		<dc:creator>welsh_dwarf</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.guesny.net/index.php/2008/02/07/zabbix/</guid>
		<description><![CDATA[Sometimes things that seem completely harmless just come and hit you over the head&#8230; That&#8217;s what happened to me with Zabbix yesterday. I was going through some items and cleaning up, when suddenly, 4 hosts went off-line. Except that they &#8230; <a href="http://blog.guesny.net/2008/02/07/zabbix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes things that seem completely harmless just come and hit you over the head&#8230;</p>
<p>That&#8217;s what happened to me with Zabbix yesterday. I was going through some items and cleaning up, when suddenly, 4 hosts went off-line. Except that they hadn&#8217;t. </p>
<p>I couldn&#8217;t understand why Zabbix refused to see them (the agents were responding fine).</p>
<p>I finally found out that it was because of the way that Zabbix calculates the &#8216;status&#8217; item, which has a value of 0 if alls well, and 2 if the host is off-line.</p>
<p>Zabbix looks at the first item to be taken of the host, if that item returns an empty string, Zabbix decides that the host is dead and raises the alarm, even if the host has 150 other items all working perfectly. This bizzar to say the least, but workable. If this happens, a quick fix is to deactivate the offending Item, so that the first Item checked returns a value, then the host comes back <img src='http://blog.guesny.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Any how, I thought I&#8217;d just document this in case anyone else starts loosing hair over the issue <img src='http://blog.guesny.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guesny.net/2008/02/07/zabbix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mon tout premier boulot&#8230;..</title>
		<link>http://blog.guesny.net/2008/01/22/mon-tout-premier-boulot/</link>
		<comments>http://blog.guesny.net/2008/01/22/mon-tout-premier-boulot/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 12:45:26 +0000</pubDate>
		<dc:creator>welsh_dwarf</dc:creator>
				<category><![CDATA[français]]></category>
		<category><![CDATA[personnel]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.guesny.net/index.php/2008/01/22/mon-tout-premier-boulot/</guid>
		<description><![CDATA[En me baladant sur le net ce midi, je suis retombé sur la site web de mon tout premier emploie. La Maison des Etudiants (1991-2003) était une association d&#8217;aide aux étudiants, qui grâce aux emplois jeunes, entre autre fournissait divers &#8230; <a href="http://blog.guesny.net/2008/01/22/mon-tout-premier-boulot/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>En me baladant sur le net ce midi, je suis retombé sur la site web de mon tout premier emploie.</p>
<p><img src="http://blog.guesny.net/wp-content/uploads/2008/01/mde-r2-c3.gif" alt="" /></p>
<p>La Maison des Etudiants (1991-2003) était une association d&#8217;aide aux étudiants, qui grâce aux emplois jeunes, entre autre fournissait divers service aux étudiants adhérants de l&#8217;association. Notament les copies et l&#8217;informatique (principalement ce de quoi je m&#8217;occuper):</p>
<p><img src="http://blog.guesny.net/wp-content/uploads/2008/01/copie.gif" alt="" /> <img src="http://blog.guesny.net/wp-content/uploads/2008/01/ordi.gif" alt="" /></p>
<p>J&#8217;y étais entre 2001 et 2003, et l&#8217;expérience était pour le moins formateur,</p>
<p>-Premier Boulot<br />
-Premier Linux<br />
-Premiers projets aussi <img src='http://blog.guesny.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Vers la fin j&#8217;avais même fait un premier déploiement sur les posts disponibles &#8216;grand public&#8217;, qui aurait pu être pire point de vue désastre <img src='http://blog.guesny.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>Malheureusement, pile au moment où mon Emploi Jeunes arrivait à  term, la fac à  décider de faire couler l&#8217;asso pour reprendre l&#8217;activité, et c&#8217;est ainsi que s&#8217;est terminé une expérience que je n&#8217;oublirai sans doute jamais.</p>
<p>Un coucou Ã  tout ceux qui se reconnaîtront de cette époque (y compris l&#8217;Afev et Velocampus, dés assos nés de la MDE et qui battent toujours de leurs propres ailes): Xavier, Claire, Laurent&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guesny.net/2008/01/22/mon-tout-premier-boulot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Server +nat -dhcp?</title>
		<link>http://blog.guesny.net/2007/11/10/vmware-server-nat-dhcp/</link>
		<comments>http://blog.guesny.net/2007/11/10/vmware-server-nat-dhcp/#comments</comments>
		<pubDate>Sat, 10 Nov 2007 16:59:28 +0000</pubDate>
		<dc:creator>welsh_dwarf</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.guesny.net/index.php/2007/11/10/vmware-server-nat-dhcp/</guid>
		<description><![CDATA[I&#8217;ve just been testing an install CD for enkix, our custom Debian installer, to make sure it works next week when I re-install some servers in Paris. The problem is that our datacenter lacks a dhcp server (everythings static), whereas &#8230; <a href="http://blog.guesny.net/2007/11/10/vmware-server-nat-dhcp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just been testing an install CD for enkix, our custom Debian installer, to make sure it works next week when I re-install some servers in Paris.</p>
<p>The problem is that our datacenter lacks a dhcp server (everythings static), whereas I had never tested enkix using static IPs before (all installs were done at the office).</p>
<p>Vmware was my poison of choice for this task, since it offers sevral network parameters: Bridged networking using the offices DHCP, net using it&#8217;s own DHCP, and a host only network using&#8230;. it&#8217;s own DHCP. Hmm&#8230; and what happens if you just don&#8217;t like DHCP? What if you want everything static? Or if you prefer Avahi? Or, as is in my case, you&#8217;re testing for a DHCP-less environment and DHCP is the last thing you want?</p>
<p>After a few fruitless searches on the web, the solution was revealed by probing /etc/vmware. In the network sub directories (vmnet0-vmnet8), those which have a DHCP server have a dhcp sub directory, the others don&#8217;t.</p>
<p>Solution: Just create a natted vmnet, then pop into the corresponding directory, rm -rf dhcp and /etc/init.d/vmware restart, problem solved.</p>
<p>One last thing: if you do this, please make a note of the network parameters before hand, since it&#8217;s always some funny value like 192.168.28.x</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guesny.net/2007/11/10/vmware-server-nat-dhcp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stumped</title>
		<link>http://blog.guesny.net/2007/04/25/stumped/</link>
		<comments>http://blog.guesny.net/2007/04/25/stumped/#comments</comments>
		<pubDate>Wed, 25 Apr 2007 13:02:58 +0000</pubDate>
		<dc:creator>welsh_dwarf</dc:creator>
				<category><![CDATA[english]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.guesny.net/index.php/2007/04/25/stumped/</guid>
		<description><![CDATA[I can&#8217;t quite understand this. In this day and age where pass by reference is the new black (ie, .net only passes by reference, java only passes base types by value), php has decided to be the black sheep (or &#8230; <a href="http://blog.guesny.net/2007/04/25/stumped/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I can&#8217;t quite understand this.</p>
<p>In this day and age where pass by reference is the new black (ie, .net only passes by reference, java only passes base types by value), php has decided to be the black sheep (or not, depending on your point of view).</p>
<p>Using php 5, objects are passed by reference, always, which is logical, easier to manage and saves on stack space. OTOH arrays are passed by &#8230; value (unless forced with a &amp;). Go figure.</p>
<p>Still trying to come to terms with this particular oddity.</p>
<p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guesny.net/2007/04/25/stumped/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A week without mail&#8230;</title>
		<link>http://blog.guesny.net/2007/04/19/a-week-without-mail/</link>
		<comments>http://blog.guesny.net/2007/04/19/a-week-without-mail/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 17:38:07 +0000</pubDate>
		<dc:creator>welsh_dwarf</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.guesny.net/index.php/2007/04/19/a-week-without-mail/</guid>
		<description><![CDATA[&#8230; is something I don&#8217;t want to experience. I&#8217;m currently in the final stages of preparing a switch-over from a standard mail server to a virtual user based one, the transfer will be at just after 20:00, or in slightly &#8230; <a href="http://blog.guesny.net/2007/04/19/a-week-without-mail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8230; is something I don&#8217;t want to experience.</p>
<p>I&#8217;m currently in the final stages of preparing a switch-over from a standard mail server to a virtual user based one, the transfer will be at just after 20:00, or in slightly more than half an hour.</p>
<p>Wish me luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.guesny.net/2007/04/19/a-week-without-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

