<?xml version="1.0"?>
<!-- RSS generated by Radio UserLand v8.2.1 on Tue, 04 Dec 2007 00:23:04 GMT -->
<rss version="2.0">
	<channel>
		<title>Charles Nadeau&apos;s Radio Weblog</title>
		<link>http://radio.weblogs.com/0111823/</link>
		<description>A weblog about technology, tools and knowledge management</description>
		<language>en-ca</language>
		<copyright>Copyright 2007 Charles Nadeau</copyright>
		<lastBuildDate>Tue, 04 Dec 2007 00:23:04 GMT</lastBuildDate>
		<docs>http://backend.userland.com/rss</docs>
		<generator>Radio UserLand v8.2.1</generator>
		<managingEditor>charlesnadeau@hotmail.com</managingEditor>
		<webMaster>charlesnadeau@hotmail.com</webMaster>
		<category domain="http://rpc.weblogs.com/shortChanges.xml">rssUpdates</category> 
		<skipHours>
			<hour>1</hour>
			<hour>2</hour>
			<hour>3</hour>
			<hour>4</hour>
			<hour>0</hour>
			<hour>5</hour>
			<hour>6</hour>
			<hour>23</hour>
			</skipHours>
		<cloud domain="radio.xmlstoragesystem.com" port="80" path="/RPC2" registerProcedure="xmlStorageSystem.rssPleaseNotify" protocol="xml-rpc"/>
		<ttl>60</ttl>
		<item>
			<title>Another dead DLT</title>
			<link>http://radio.weblogs.com/0111823/2007/12/03.html#a590</link>
			<description>&lt;br&gt;Another of my DLT tapes drives passed away this morning. The lights on the left side of the unit are all on, the ones on the right side bling from top to bottom. &lt;a href=&quot;http://forums11.itrc.hp.com/service/forums/questionanswer.do;HP-FORUMS-S-WPA-IDX=HJdXl3SQ3PVXK5jyCynhKJRyTv7R5cfpmWJCql2kTn3xT5vBvG5G!-920433463!925717714?admit=109447626+1196727575860+28353475&amp;threadId=64419&quot;&gt;Looks like it is a motor problem&lt;/a&gt;. I put an &lt;a href=&quot;http://ottawa.craigslist.org/sys/497725523.html&quot;&gt;ad on Craig&apos;s list &lt;/a&gt;to find two new used ones.
If you are in Ottawa and you have two DLT80 for sale, let me know.</description>
			<guid>http://radio.weblogs.com/0111823/2007/12/03.html#a590</guid>
			<pubDate>Tue, 04 Dec 2007 00:22:24 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=590&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2007%2F12%2F03.html%23a590</comments>
			</item>
		<item>
			<title>Automatically restarting KTorrent</title>
			<link>http://radio.weblogs.com/0111823/2007/06/26.html#a589</link>
			<description>KTorrent is unstable on my main machine, it crashes randomly. I wrote a little Bash script, I put in my crontab, to check if it runs and restart it when it doesn&apos;t:

    let numproc=$(ps aux | grep -e &quot;ktorrent$&quot; | wc -l)

    if [ $numproc -eq 0 ];

    then

    ktorrent

    else

    let numerr=$(ps aux | grep -e &quot;--appname ktorrent&quot; | grep -e &quot;drkonqi&quot; | wc -l)

    if [ $numerr -eq 1 ];

    then

    let numproc=$(ps aux | grep -e &quot;--appname ktorrent&quot; | grep -e &quot;drkonqi&quot; | awk &apos;{print $2}&apos;)

    kill -KILL $numproc

    ktorrent

    fi

    fi

So far so good...</description>
			<guid>http://radio.weblogs.com/0111823/2007/06/26.html#a589</guid>
			<pubDate>Wed, 27 Jun 2007 01:50:07 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=589&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2007%2F06%2F26.html%23a589</comments>
			</item>
		<item>
			<title>Tom Waits and Scheme</title>
			<link>http://radio.weblogs.com/0111823/2007/02/12.html#a588</link>
			<description>Listening to &lt;a href=&quot;http://www.amazon.ca/Mule-Variations-Tom-Waits/dp/B00000IGGA/sr=8-1/qid=1171296240/ref=pd_ka_1/702-9694254-8855266?ie=UTF8&amp;s=music&quot;&gt;Tom Waits &quot;Mule Variations&quot;&lt;/a&gt; while hacking in &lt;a href=&quot;http://www.drscheme.org/&quot;&gt;Scheme&lt;/a&gt;. Not a good mix... &lt;a href=&quot;http://www.enya.com/&quot;&gt;Enya&lt;/a&gt; would make a better mix.</description>
			<guid>http://radio.weblogs.com/0111823/2007/02/12.html#a588</guid>
			<pubDate>Mon, 12 Feb 2007 16:05:36 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=588&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2007%2F02%2F12.html%23a588</comments>
			</item>
		<item>
			<title>Partition corruption inside VMWare</title>
			<link>http://radio.weblogs.com/0111823/2007/02/01.html#a587</link>
			<description>I had to reboot a VMWare virtual machine yesterday. But surprise: The boot root partition on Reiserfs is corrupted. If it was a physical system, I would boot it with a Knoppix LiveCD to repair it using reiserfsck. But here I don&apos;t know what to do. Suggestions?</description>
			<guid>http://radio.weblogs.com/0111823/2007/02/01.html#a587</guid>
			<pubDate>Thu, 01 Feb 2007 11:42:50 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=587&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2007%2F02%2F01.html%23a587</comments>
			</item>
		<item>
			<title>To learn in 2007</title>
			<link>http://radio.weblogs.com/0111823/2007/01/09.html#a586</link>
			<description>To learn: Haskell, Lisp, Java, awk, functional programming&lt;br&gt;
To improve: Perl, Ruby, sed&lt;br&gt;
To master: SQL, Bash&lt;br&gt;</description>
			<guid>http://radio.weblogs.com/0111823/2007/01/09.html#a586</guid>
			<pubDate>Tue, 09 Jan 2007 11:22:22 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=586&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2007%2F01%2F09.html%23a586</comments>
			</item>
		<item>
			<title>Une expression reguliere utile</title>
			<link>http://radio.weblogs.com/0111823/2006/10/31.html#a585</link>
			<description>&lt;br&gt;Je n&apos;ai pas trouv&amp;eacute; d&apos;API qui permet de retrouver le symbole d&apos;une compagnie &amp;agrave;
la bourse de Toronto. J&apos;ai donc &amp;eacute;cris un petit script pour faire cel&amp;agrave;.
On proc&amp;egrave;de en deux &amp;eacute;tapes. Premi&amp;egrave;rement on doit envoyer &amp;agrave; &lt;a href=&quot;http://finance.yahoo.com/&quot;&gt;Yahoo! Finance&lt;/a&gt; le
nom de la compagnie pour laquelle on veut le symbole. En Ruby, ce la donne:&lt;br&gt;
&lt;img src=&quot;http://radio.weblogs.com/0111823/images/my/regexp1.jpg&quot; alt=&quot;&quot; /&gt;&lt;br&gt;
Ensuite, on parse cette page (hdoc) avec cette expression r&amp;eacute;guli&amp;egrave;re:&lt;br&gt;
&lt;img src=&quot;http://radio.weblogs.com/0111823/images/my/regexp2.jpg&quot; alt=&quot;&quot; /&gt;&lt;br&gt;
Voila, c&apos;est simple!&lt;br&gt;
P.S.: D&amp;eacute;sol&amp;eacute; pour le format bizarre de ce post, ni Radio Userland ni Blogger ne laissent poster de code HTML &amp;agrave; l&apos;int&amp;eacute;rieur d&apos;un post sans l&apos;interpr&amp;eacute;ter. Peut-&amp;ecirc;tre devraient-ils avoir un style qui pourrait &amp;ecirc;tre appliqu&amp;eacute; &amp;agrave; du code pour qu&apos;il soit formatt&amp;eacute; correctement. Si vous ne parvenez pas &amp;agrave; lire le code dans les images, dites-le moi dans un commentaire et je vous l&apos;enverrez par courriel.</description>
			<guid>http://radio.weblogs.com/0111823/2006/10/31.html#a585</guid>
			<pubDate>Tue, 31 Oct 2006 12:44:38 GMT</pubDate>
			<category>En fran&amp;#231;ais!</category>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=585&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2006%2F10%2F31.html%23a585</comments>
			</item>
		<item>
			<title>I need an web service/API!</title>
			<link>http://radio.weblogs.com/0111823/2006/10/12.html#a584</link>
			<description>&lt;br&gt;I am working on a cool project at work and I need an API or a web service that would return back a stock ticker when given a canadian company name. The program calling that web service is written in Ruby. I do not need an API to get stock quotes, I already &lt;a href=&quot;http://www.mobiledude.com/projects/yahoofinance&quot;&gt;found one&lt;/a&gt;. If you find what I need, send me an e-mail. Thanks!</description>
			<guid>http://radio.weblogs.com/0111823/2006/10/12.html#a584</guid>
			<pubDate>Thu, 12 Oct 2006 12:45:51 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=584&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2006%2F10%2F12.html%23a584</comments>
			</item>
		<item>
			<title>HOWTO replace/upgrade a disk part of a LVM2 volume</title>
			<link>http://radio.weblogs.com/0111823/2006/10/04.html#a583</link>
			<description>I finally posted my HOWTO on how to replace a disk in a LVM volume. &lt;a href=&quot;http://charlesnadeau.blogspot.com/2006/10/howto-replaceupgrade-disk-part-of-lvm2_04.html&quot;&gt;It is there&lt;/a&gt;. Enjoy!</description>
			<guid>http://radio.weblogs.com/0111823/2006/10/04.html#a583</guid>
			<pubDate>Wed, 04 Oct 2006 22:37:49 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=583&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2006%2F10%2F04.html%23a583</comments>
			</item>
		<item>
			<title>Dead drive</title>
			<link>http://radio.weblogs.com/0111823/2006/09/30.html#a582</link>
			<description>&lt;br&gt;Woke up this morning to find one of the drives in my back-up array dead. Called &lt;a href=&quot;http://www.sprintcomputer.com/index.php&quot;&gt;my dealer&lt;/a&gt; who advised me to go to the &lt;a href=&quot;http://www.westerndigital.com/en/index.asp?Language=en&quot;&gt;Western Digital site&lt;/a&gt; to &lt;a href=&quot;http://websupport.wdc.com/warranty/serialinput.asp?aspsid=901070676&amp;custtype=end&amp;requesttype=warranty&amp;lang=en&quot;&gt;start an RMA process&lt;/a&gt;. Went there, filled the form and got an e-mail saying they can&apos;t process my credit card. This is weird, I didn&apos;t have any problem using it to buy my wife &lt;a href=&quot;http://www.averatec.com/notebooks/1100series.htm&quot;&gt;a laptop&lt;/a&gt; yesterday night. I guess I should wait on Monday to call VISA and/or Western Digital.
The volume of postings on this blog is going down. It is not that I stopped blogging, it is just that I have &lt;a href=&quot;http://charlesnadeau.blogspot.com/&quot;&gt;another blog&lt;/a&gt;. i prefer to use blog on this one as it is accessible to me anywhere while I can blog with Radio only when I am home.</description>
			<guid>http://radio.weblogs.com/0111823/2006/09/30.html#a582</guid>
			<pubDate>Sat, 30 Sep 2006 20:09:04 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=582&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2006%2F09%2F30.html%23a582</comments>
			</item>
		<item>
			<title>I have a new blog</title>
			<link>http://radio.weblogs.com/0111823/2006/09/06.html#a581</link>
			<description>&lt;br&gt;I have a new &lt;a href=&quot;http://charlesnadeau.blogspot.com/&quot;&gt;blog&lt;/a&gt;(and its &lt;a href=&quot;http://beta.blogger.com/feeds/7517274248512984865/posts/full&quot;&gt;Atom feed is here&lt;/a&gt;). But I won&apos;t give up this one.
&lt;br&gt;I just needed a blog I can post to anywhere. This &lt;a href=&quot;http://charlesnadeau.blogspot.com/&quot;&gt;new blog&lt;/a&gt; will be more spontaneous, updated more frequently. And it will be mostly in French.
&lt;br&gt;I&apos;ll post technical stuff mostly here and ramdom thought &lt;a href=&quot;http://charlesnadeau.blogspot.com/&quot;&gt;there&lt;/a&gt;.</description>
			<guid>http://radio.weblogs.com/0111823/2006/09/06.html#a581</guid>
			<pubDate>Wed, 06 Sep 2006 12:42:24 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=581&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2006%2F09%2F06.html%23a581</comments>
			</item>
		<item>
			<title>NFS tuning</title>
			<link>http://radio.weblogs.com/0111823/2006/06/09.html#a580</link>
			<description>&lt;br&gt;I never had outstanding performance from my Linux file server under NFS. I did some adjustment today that gave me a great performance boost:
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://groups.google.ca/group/linux.gentoo.user/tree/browse_frm/thread/e6043e78b1e780ae/c1b061959bba89c2?rnum=1&amp;hl=en&amp;q=linux+nfs+tuning+2.6&amp;_done=%2Fgroup%2Flinux.gentoo.user%2Fbrowse_frm%2Fthread%2Fe6043e78b1e780ae%2F8196aebe245cf04a%3Flnk%3Dst%26q%3Dlinux+nfs+tuning+2.6%26rnum%3D3%26hl%3Den%26#doc_dfacd38416c603a3&quot;&gt;Export the directories with async instead of sync&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://people.redhat.com/alikins/system_tuning.html#nfs&quot;&gt;Mount them with &lt;code&gt;rsize=32768,wsize=32768&lt;/code&gt; instead of &lt;code&gt;rsize=8192,wsize=8192&lt;/code&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://nfs.sourceforge.net/nfs-howto/performance.html#NFSD-INSTANCE&quot;&gt;Start 16 instances of nfsd instead of 8&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
My server servces files under nfs about 6 times faster than before. And even better, the CPU usage still hovers around 0%.
&lt;br&gt;Now I should &lt;a href=&quot;http://www.google.ca/search?hl=en&amp;sa=X&amp;oi=spell&amp;resnum=0&amp;ct=result&amp;cd=1&amp;q=tune+cifs+mount+Linux+2.6&amp;spell=1&quot;&gt;tune my cifs mount&lt;/a&gt;...
</description>
			<guid>http://radio.weblogs.com/0111823/2006/06/09.html#a580</guid>
			<pubDate>Sat, 10 Jun 2006 00:02:00 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=580&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2006%2F06%2F09.html%23a580</comments>
			</item>
		<item>
			<title>Tea &amp; Alcool</title>
			<link>http://radio.weblogs.com/0111823/2006/06/06.html#a579</link>
			<description>&lt;br&gt;Orange Pekoe tea and Grand Marnier: What a delight!
I am going to bed now...</description>
			<guid>http://radio.weblogs.com/0111823/2006/06/06.html#a579</guid>
			<pubDate>Wed, 07 Jun 2006 04:30:17 GMT</pubDate>
			<comments>http://radiocomments.userland.com/comments?u=111823&amp;amp;p=579&amp;amp;link=http%3A%2F%2Fradio.weblogs.com%2F0111823%2F2006%2F06%2F06.html%23a579</comments>
			</item>
		</channel>
	</rss>
