<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>Cyconet Blog</title>
	<atom:link href="http://blog.waja.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.waja.info</link>
	<description>Just a place to be!</description>
	<lastBuildDate>Tue, 02 Feb 2010 21:30:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>new nagios-plugins  (1.4.14-1), now also installable on kfreebsd and hurd</title>
		<link>http://blog.waja.info/2010/01/23/nagios-pluginskfreebsd-and-hurd/</link>
		<comments>http://blog.waja.info/2010/01/23/nagios-pluginskfreebsd-and-hurd/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 13:03:06 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=305</guid>
		<description><![CDATA[Last night here at BSP I released nagios-plugins  (1.4.14-1), which has a couple of fixes and enhancements. For more information, see the changelog.
The main change may, that with this version, the package should be installable on non-linux archs, where iputils-ping is not available. The downside of using inetutils-ping is, that its behavior is ]]></description>
			<content:encoded><![CDATA[<p>Last night here at <a target="new" href="http://wiki.debian.org/BSP2010/Moenchengladbach">BSP</a> I released nagios-plugins  (1.4.14-1), which has a couple of fixes and enhancements. For more information, see the <a target="new" href="http://packages.debian.org/changelogs/pool/main/n/nagios-plugins/current/changelog">changelog</a>.<br />
The main change may, that with this version, the package should be installable on non-linux archs, where iputils-ping is not available. The downside of using inetutils-ping is, that its behavior is <a target=new" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=565137">different</a> from iputils-ping. As result of this, check_ping will timeout much often, even if there isn&#8217;t any problem and you will have false positives. As <a href="http://sourceforge.net/mailarchive/forum.php?thread_name=2b7af7c40707301622u59482b51g5073b4fdc2aac85%40mail.gmail.com&#038;forum_name=nagios-users">suggested</a> long ago, at least on this archs, you should consider to replace the use of check_ping with check_icmp.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2010/01/23/nagios-pluginskfreebsd-and-hurd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[selfnote] Change CD-image while (HVM) domU is running</title>
		<link>http://blog.waja.info/2009/11/29/selfnote-change-cd-image-while-hvm-domu-is-running/</link>
		<comments>http://blog.waja.info/2009/11/29/selfnote-change-cd-image-while-hvm-domu-is-running/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 15:23:15 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[selfnote]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=298</guid>
		<description><![CDATA[xm list &#124; grep &#60;VMName&#62;
xm block-list &#60;VMName_Number&#62;
xm block-detach &#60;VMName_Number&#62; &#60;VMName_Vdev&#62; -f
xm block-attach &#60;VMName_Number&#62; file:///iso/disk.iso \
hdc:cdrom r
]]></description>
			<content:encoded><![CDATA[<p class="code">
xm list | grep &#60;VMName&#62;<br />
xm block-list &#60;VMName_Number&#62;<br />
xm block-detach &#60;VMName_Number&#62; &#60;VMName_Vdev&#62; -f<br />
xm block-attach &#60;VMName_Number&#62; file:///iso/disk.iso \<br />
hdc:cdrom r</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/11/29/selfnote-change-cd-image-while-hvm-domu-is-running/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>dkms rocks &#8230; or &#8230; how to get the Intel 82576 GBit NIC running on Lenny</title>
		<link>http://blog.waja.info/2009/11/18/dkms-rocks/</link>
		<comments>http://blog.waja.info/2009/11/18/dkms-rocks/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 20:07:18 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[backports]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[selfnote]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=292</guid>
		<description><![CDATA[We ordered a couple of the new HP DL160 G6, cause they can be equipped with a lot of RAM. Unfortunately it&#8217;s always the same with HP and the bandnew ProLiant 100 series &#8230; the driver for the NICs is missing/too old in the latest stable debian release. The DL160 G6 is shipped with a [...]]]></description>
			<content:encoded><![CDATA[<p>We ordered a couple of the new HP DL160 G6, cause they can be equipped with a lot of RAM. Unfortunately it&#8217;s always the same with HP and the bandnew ProLiant 100 series &#8230; the driver for the NICs is missing/too old in the latest <a target="new" href="http://www.debian.org/releases/stable/">stable debian release</a>. The DL160 G6 is shipped with a Intel 82576 GBit NIC, which isn&#8217;t recognized by Lenny, see also <a target="new" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522922">#522922</a>.<br />
I installed the system with another NIC installed (not really, but this is a way it works :) and wanted to get free the PCI-X slot again. So I did backport <a target="new" href="http://packages.qa.debian.org/d/dkms.html">dkms</a> and <a target="new" href="https://sourceforge.net/projects/e1000/files/">downloaded</a> the latest igb driver. A short look into <a target="new" href="http://linux.dell.com/git/dkms.git/?p=dkms.git;a=blob;f=debian/HOWTO.Debian;hb=HEAD">/usr/share/doc/dkms/HOWTO.Debian</a> did advice me the way to create the DKMS driver package. Just after a couple of minutes I did roll out the <a href="http://blog.waja.info/downloads/igb-dkms_2.0.6_all.deb">igb-dkms_2.0.6_all.deb</a> to the target maschine(s).<br />
On the target systems I just installed dkms, the DKMS package and appropriate linux-headers and &#8230; sim, salabim &#8230; there was the interfaces. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/11/18/dkms-rocks/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Just after election &#8230; welcome in reality!</title>
		<link>http://blog.waja.info/2009/10/27/just-after-election-welcome-in-reality/</link>
		<comments>http://blog.waja.info/2009/10/27/just-after-election-welcome-in-reality/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 15:47:33 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=286</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/bDKTaqSAuwY&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/bDKTaqSAuwY&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/10/27/just-after-election-welcome-in-reality/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>OpenWRT WDS works like charm</title>
		<link>http://blog.waja.info/2009/10/25/openwrt-wds-works-like-charm/</link>
		<comments>http://blog.waja.info/2009/10/25/openwrt-wds-works-like-charm/#comments</comments>
		<pubDate>Sun, 25 Oct 2009 22:20:18 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[OpenWRT]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=277</guid>
		<description><![CDATA[A try with OpenWRT 8.09 in April to setup a WDS with additional AP functionality and encryption, like described in the documentation, failed. So I keeped with my halfbroken solution running on DD-WRT, which is going a bit too commercial these days in my eyes.
Now I have found time to try OpenWRT again for this [...]]]></description>
			<content:encoded><![CDATA[<p>A try with <a target="new" href="http://openwrt.org">OpenWRT</a> 8.09 in April to setup a <a target="new" href="http://en.wikipedia.org/wiki/Wireless_Distribution_System">WDS</a> with additional AP functionality and encryption, like described in the <a target="new" href="http://downloads.openwrt.org/kamikaze/docs/openwrt.html#x1-210001.2.2">documentation</a>, <a target="new" href="https://dev.openwrt.org/ticket/4974">failed</a>. So I keeped with my halfbroken solution running on <a target="new" href="http://dd-wrt.com">DD-WRT</a>, which is going a bit too commercial these days in my eyes.<br />
Now I have found time to try OpenWRT again for this purpose, since the issue was <a target="new" href="https://dev.openwrt.org/changeset/16160">fixed</a> really fast. I just did setup a stock 8.09.1 installation and then dropped the following into /etc/config/wireless:</p>
<p class="code">
config &#8216;wifi-device&#8217; &#8216;wl0&#8242;<br />
&#160&#160&#160 &#160&#160option &#8216;type&#8217; &#8216;broadcom&#8217;<br />
&#160&#160&#160 &#160&#160option &#8216;channel&#8217; &#8216;5&#8242;<br />
&#160&#160&#160 &#160&#160option &#8216;disabled&#8217; &#8216;0&#8242;<br />
config wifi-iface<br />
&#160&#160&#160 &#160&#160option device   &#8220;wl0&#8243;<br />
&#160&#160&#160 &#160&#160option network  lan<br />
&#160&#160&#160 &#160&#160option mode     ap<br />
&#160&#160&#160 &#160&#160option ssid     &#8220;OpenWrt&#8221;<br />
&#160&#160&#160 &#160&#160option encryption  psk2<br />
&#160&#160&#160 &#160&#160option key      &#8220;keyforclients&#8221;<br />
config wifi-iface<br />
&#160&#160&#160 &#160&#160option device   &#8220;wl0&#8243;<br />
&#160&#160&#160 &#160&#160option network  lan<br />
&#160&#160&#160 &#160&#160option mode     wds<br />
&#160&#160&#160 &#160&#160option bssid    00:16:B6:19:63:C8<br />
&#160&#160&#160 &#160&#160option ssid     &#8220;OpenWrtWDS&#8221;<br />
&#160&#160&#160 &#160&#160option encryption psk2<br />
&#160&#160&#160 &#160&#160option key      &#8220;pskforWDS&#8221;
</pre>
<p>And guess what? It worked like a charm! So I could replace the odd DD-WRT boxes. Anyways ... does anybody have an idea where to find the <a target="new" href="http://dd-wrt.com/site/support/other-downloads">sourcecode</a> of anything > v23 SP1?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/10/25/openwrt-wds-works-like-charm/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[selfnote] Cloning/Backing up NTFS systems</title>
		<link>http://blog.waja.info/2009/09/18/cloningbacking-up-ntfs-systems/</link>
		<comments>http://blog.waja.info/2009/09/18/cloningbacking-up-ntfs-systems/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:27:34 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[selfnote]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=262</guid>
		<description><![CDATA[For some reasons, you may need to clone/backup NTFS based systems. Lets say your NTFS system is located at /dev/sda1 and /dev/sdb1 is a spare partition where you can store your image.
At first you need to boot a live system to take an image:

mount /dev/sdb1 /mnt/sdb1
dd bs=512 count=1 if=/dev/sda of=/mnt/sdb1/xp_vbox.mbr
ntfsclone -s -o &#8211; /dev/sda1 &#124; [...]]]></description>
			<content:encoded><![CDATA[<p>For some reasons, you may need to clone/backup NTFS based systems. Lets say your NTFS system is located at /dev/sda1 and /dev/sdb1 is a spare partition where you can store your image.</p>
<p>At first you need to boot a live system to take an image:</p>
<p class="code">
mount /dev/sdb1 /mnt/sdb1<br />
dd bs=512 count=1 if=/dev/sda of=/mnt/sdb1/xp_vbox.mbr<br />
ntfsclone -s -o &#8211; /dev/sda1 | bzip2 -9 -c > \<br />
 /mnt/sdb1/xp_vbox.img.bz2
</p>
<p>To restore the image you just need:</p>
<p class="code">
mount /dev/sdb1 /mnt/sdb1<br />
dd count=1 bs=446 if=/mnt/sdb1/xp_vbox.mbr of=/dev/sda<br />
cat /mnt/sdb1/xp_vbox.img.bz2 | bunzip2 -c | \<br />
ntfsclone -r -O /dev/sda1 -
</p>
<p>P.S. If you are elective in germany, have a look at <a href="http://blog.waja.info/tag/politics/">this</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/09/18/cloningbacking-up-ntfs-systems/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Act now &#8230; go vote!</title>
		<link>http://blog.waja.info/2009/09/18/act-now-go-vote/</link>
		<comments>http://blog.waja.info/2009/09/18/act-now-go-vote/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 20:58:41 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=258</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/kx4__umnAxs&#038;hl=de&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kx4__umnAxs&#038;hl=de&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/09/18/act-now-go-vote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Du bist Terrorist</title>
		<link>http://blog.waja.info/2009/09/14/du-bist-terrorist/</link>
		<comments>http://blog.waja.info/2009/09/14/du-bist-terrorist/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 19:49:52 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2009/09/14/du-bist-terrorist/</guid>
		<description><![CDATA[Du bist Terrorist from alexanderlehmann on Vimeo.
]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4631958&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4631958&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object>
<p><a href="http://vimeo.com/4631958">Du bist Terrorist</a> from <a href="http://vimeo.com/user221974">alexanderlehmann</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/09/14/du-bist-terrorist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Rette Deine Freiheit</title>
		<link>http://blog.waja.info/2009/09/14/rette-deine-freiheit/</link>
		<comments>http://blog.waja.info/2009/09/14/rette-deine-freiheit/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 07:48:12 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[politics]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=255</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/OwrMroEiHj0&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hl=en&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowScriptAccess" value="always"></param><embed src="http://www.youtube.com/v/OwrMroEiHj0&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hl=en&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="425" height="344"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/09/14/rette-deine-freiheit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>nagios-plugins 1.4.13+git200906171200-1 uploaded</title>
		<link>http://blog.waja.info/2009/07/07/nagios-plugins-1413git200906171200-1-uploaded/</link>
		<comments>http://blog.waja.info/2009/07/07/nagios-plugins-1413git200906171200-1-uploaded/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 10:26:35 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=245</guid>
		<description><![CDATA[Today I uploaded a new nagios-plugins package to unstable. At first I thought I will wait for the next upstream release, but after the announcement to release soon, the months passed by. While we skipped the last stable release due the lenny freeze, there are a couple of bugs fixed in the latest svn snapshot [...]]]></description>
			<content:encoded><![CDATA[<p>Today I uploaded a new nagios-plugins package to unstable. At first I thought I will wait for the next upstream release, but after the announcement to release soon, the months passed by. While we skipped the last stable release due the lenny freeze, there are a couple of bugs fixed in the latest svn snapshot and within the package itself:</p>
<p class="code">
[...]<br />
  * new upstream<br />
    &#8211; check_http doesn&#8217;t enforce port (Closes: #494835)<br />
    &#8211; check_http &#8211;onredirect=sticky follows using the same IP address<br />
      (Closes: #502529)<br />
    &#8211; Fixed buffer overflow in check_ntp/check_ntp_peer (Closes: #528686)<br />
    &#8211; Fixed check_mrtg returning UNKNOWN instead of OK (Closes: #335871)<br />
    &#8211; Fixed check_by_ssh interpretation of quotes in -C parameter<br />
      (Closes: #425312)<br />
    &#8211; Fixed coredump from check_nt when drive not found (Closes: #521097)<br />
    &#8211; Removed -n option in check_smtp&#8217;s help and usage output (Closes: #525307)<br />
    &#8211; Fixed check_icmp &#8211;help output for warn and critical thresholds<br />
      (Closes: #530553)<br />
    &#8211; Fix potential buffer overflow in check_snmp &#8211; enforce MAX_OIDS limit<br />
      (Closes: #460405)<br />
[...]<br />
  * add trailing $ to check_httpname, thanks Daniel Pocock (Closes: #524629)<br />
  * add informations into README.Debian how to use plugins (Closes: #525168)<br />
  * add check_nscp which uses the default port of NSClient++ (Closes: #528262)<br />
[...]
</p>
<p>So I thought it would be comfortable for the users to upload the svn snapshot instead to wait longer for a stable upstream release and leave the bugs unfixed or incorporate the bugfixes into latest stable release, which have to be sorted out again with the next stable release.<br />
If there are no show stoppers, a backport will appear hopefully short before <a target="new" href="http://debconf9.debconf.org/">debconf</a> at <a target="new" href="http://www.backports.org">backports.org</a>.</p>
<p><img src="http://media.debconf.org/dc9/images/debconf9-going-to.png" alt="" /><br />
While we are at it, yes I&#8217;m at debconf too from 23th to 31th. Hopefully see you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/07/07/nagios-plugins-1413git200906171200-1-uploaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
