<?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 &#187; Linux</title>
	<atom:link href="http://blog.waja.info/category/computing/software/opensource/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.waja.info</link>
	<description>Just a place to be!</description>
	<lastBuildDate>Fri, 07 Oct 2011 07:45:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>cyrus/lmtpunix: db4: Logging region out of memory / kmail2 sucks</title>
		<link>http://blog.waja.info/2011/10/07/cyruslmtpunix-db4-logging-region-out-of-memory-kmail2-sucks/</link>
		<comments>http://blog.waja.info/2011/10/07/cyruslmtpunix-db4-logging-region-out-of-memory-kmail2-sucks/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 07:45:26 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=465</guid>
		<description><![CDATA[Today I was wondering that I had almost no new mail in my inbox in the morning. After a while I decided to have a look into the server logfiles &#8230;. so I learned that postfix wasn&#8217;t able to deliver mails via lmtp cause of: Oct  7 07:45:56 post cyrus/lmtpunix[307]: DBERROR db4: Logging region out [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was wondering that I had almost no new mail in my inbox in the morning. After a while I decided to have a look into the server logfiles &#8230;. so I learned that postfix wasn&#8217;t able to deliver mails via lmtp cause of:</p>
<p class="code">Oct  7 07:45:56 post cyrus/lmtpunix[307]: DBERROR db4: Logging region out of memory; you may need to increase its size<br />
Oct  7 07:45:56 post cyrus/lmtpunix[307]: DBERROR: opening /var/lib/cyrus/deliver.db: Cannot allocate memory<br />
Oct  7 07:45:56 post cyrus/lmtpunix[307]: DBERROR: opening /var/lib/cyrus/deliver.db: cyrusdb error<br />
Oct  7 07:45:56 post cyrus/lmtpunix[307]: FATAL: lmtpd: unable to init duplicate delivery database<br />
Oct  7 07:45:56 post cyrus/master[754]: service lmtpunix pid 307 in READY state: terminated abnormally</p>
<p>Seems like this can be fixed with:</p>
<p class="code">/etc/init.d/cyrus2.2 stop<br />
cat&lt; /var/lib/cyrus/db/DB_CONFIG<br />
set_cachesize 0 2097152 1<br />
set_lg_regionmax 1048576<br />
EOM<br />
/etc/init.d/cyrus2.2 start</p>
<p>Looking more closer into the logs, it turned out that this trouble started last night when I connected with a client running the soon to be released Ubuntu Oneiric Ocelot using the new kmail2.</p>
<p>So it looks like the KDE/Ubuntu folks broke again kmail (or any KDE subsystem), as it also has troubles when migrating over from kmail(1) and it looks like it&#8217;s not able to access most of the imap subfolders. Well done!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2011/10/07/cyruslmtpunix-db4-logging-region-out-of-memory-kmail2-sucks/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Monitoring related package updates</title>
		<link>http://blog.waja.info/2011/06/04/monitoring-related-package-updates/</link>
		<comments>http://blog.waja.info/2011/06/04/monitoring-related-package-updates/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 20:57:59 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[backports]]></category>
		<category><![CDATA[bpo]]></category>
		<category><![CDATA[icinga]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[plugins]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=410</guid>
		<description><![CDATA[nagios-plugins stable: uploaded 1.4.15-3squeeze1 fixing #623702 testing: entered 1.4.15-4, this basically reduced the dependency footprint of nagios-plugins-standard (#569028) squeeze-backports: uploaded 1.4.15-4~bpo60+1 icinga unstable: Alexander Wirt uploaded 1.4.0-2 squeeze-backports: uploaded 1.4.0-2~bpo60+1 lenny-backports-sloppy: uploaded 1.4.0-2~bpo50+1 nagstamon squeeze-backports: uploaded 0.9.6.1-2~bpo60+1, which works with icinga 1.4 nagios3 unstable: Alexander Wirt uploaded 3.2.3-2 check-mk unstable: Alexander Wirt uploaded 1.1.10-1 icli [...]]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://packages.qa.debian.org/nagios-plugins" target="_blank">nagios-plugins</a>
<ul>
<li>stable: uploaded 1.4.15-3squeeze1 fixing <a href="http://bugs.debian.org/623702" target="_blank">#623702</a></li>
<li>testing: entered <a href="http://packages.debian.org/source/testing/nagios-plugins">1.4.15-4</a>, this basically reduced the dependency footprint of nagios-plugins-standard (<a href="http://bugs.debian.org/569028" target="_blank">#569028</a>)</li>
<li>squeeze-backports: uploaded 1.4.15-4~bpo60+1</li>
</ul>
</li>
<li><a href="http://packages.qa.debian.org/icinga" target="_blank">icinga </a>
<ul>
<li>unstable: Alexander Wirt uploaded <a href="http://packages.debian.org/source/unstable/icinga" target="_blank">1.4.0-2</a></li>
<li>squeeze-backports: uploaded 1.4.0-2~bpo60+1</li>
<li>lenny-backports-sloppy: uploaded 1.4.0-2~bpo50+1</li>
</ul>
</li>
<li><a href="http://packages.qa.debian.org/nagstamon" target="_blank">nagstamon</a>
<ul>
<li>squeeze-backports: uploaded 0.9.6.1-2~bpo60+1, which works with icinga 1.4</li>
</ul>
</li>
<li><a href="http://packages.qa.debian.org/nagios3" target="_blank">nagios3 </a>
<ul>
<li>unstable: Alexander Wirt uploaded <a href="http://packages.debian.org/source/testing/nagios3" target="_blank">3.2.3-2</a></li>
</ul>
</li>
<li><a href="http://packages.qa.debian.org/check-mk" target="_blank">check-mk</a>
<ul>
<li>unstable: Alexander Wirt uploaded <a href="http://packages.debian.org/source/unstable/check-mk" target="_blank">1.1.10-1</a></li>
</ul>
</li>
<li><a href="http://packages.qa.debian.org/icli" target="_blank">icli</a>
<ul>
<li>unstable: Uli Martens uploaded <a href="http://packages.debian.org/source/unstable/icli" target="_blank">0.4-2</a>, this fixes <a href="http://bugs.debian.org/623325" target="_blank">#623325</a></li>
</ul>
</li>
<li><a href="http://packages.qa.debian.org/nagircbot" target="_blank">nagircbot</a>
<ul>
<li>testing: John Morrissey uploaded initially some weeks ago <a href="http://packages.debian.org/source/testing/nagircbot" target="_blank">0.0.32-1</a></li>
</ul>
</li>
<li><a href="http://packages.qa.debian.org/mod-gearman" target="_blank">mod-gearman</a>
<ul>
<li>testing: Stig Sandbeck Mathisen uploaded initially some weeks ago <a href="http://packages.debian.org/source/testing/mod-gearman" target="_blank">1.0.3-1</a></li>
</ul>
</li>
<li><a href="http://packages.qa.debian.org/pnp4nagios" target="_blank">pnp4nagios</a>
<ul>
<li>testing: Sebastian Harl uploaded some weeks ago <a href="http://packages.debian.org/source/testing/pnp4nagios" target="_blank">0.6.12-1</a></li>
<li>squeeze-backports: Sebastian Harl uploaded 0.6.12-1~bpo60+1</li>
</ul>
</li>
</ul>
<p>Some more about packaging nagios and icinga related packages can be found at our <a href="http://pkg-nagios.alioth.debian.org/" target="_blank">team</a> site.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2011/06/04/monitoring-related-package-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>small announcement: Chemnitzer Linuxtage 2011</title>
		<link>http://blog.waja.info/2011/03/20/small-announcement-chemnitzer-linuxtage-2011/</link>
		<comments>http://blog.waja.info/2011/03/20/small-announcement-chemnitzer-linuxtage-2011/#comments</comments>
		<pubDate>Sun, 20 Mar 2011 21:33:47 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=398</guid>
		<description><![CDATA[This weekend we did run a booth at Chemnitzer Linuxtage. As always, it was a joy to be at this event. We had great discussions and talks with guests and exhibitors, I also enjoyed a small number of lectures. The booth did run well, beside some quirks. Some pictures can be found here.]]></description>
			<content:encoded><![CDATA[<p>This weekend we did run a <a target="new" href="http://chemnitzer.linux-tage.de/2011/live/691">booth</a> at <a target="new" href="http://chemnitzer.linux-tage.de/2011">Chemnitzer Linuxtage</a>. As always, it was a joy to be at this event. We had great discussions and talks with guests and exhibitors, I also enjoyed a small number of lectures. The booth did run well, beside some quirks. Some pictures can be found <a target="new" href="http://www.flickr.com/photos/95546688@N00/tags/clt/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2011/03/20/small-announcement-chemnitzer-linuxtage-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Debian 6.0 &#8216;squeeze&#8217; released</title>
		<link>http://blog.waja.info/2011/02/06/debian-6-0-squeeze-released/</link>
		<comments>http://blog.waja.info/2011/02/06/debian-6-0-squeeze-released/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 00:18:35 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=372</guid>
		<description><![CDATA[Our baby was release just some moments ago. Many thanks to all who made this happen, I&#8217;m very proud! Also many thanks to the release team, ftpmaster, cd people, www-team, press folks and all who worked so hard today instead of having release party, to make it real.]]></description>
			<content:encoded><![CDATA[<p>Our <a target="new" href="http://www.debian.org/releases/squeeze/">baby</a> was <a target="new" href="http://identi.ca/notice/63798194">release</a> just some moments ago. Many thanks to all who made this happen, I&#8217;m very proud!<br />
Also many thanks to the release team, ftpmaster, cd people, www-team, press folks and all who worked so hard today instead of having release party, to make it real.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2011/02/06/debian-6-0-squeeze-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>linux-image-2.6.32-bpo.5-xen-686 and xen/xen-common from squeeze broken?</title>
		<link>http://blog.waja.info/2010/10/31/linux-image-2-6-32-bpo-5-xen-686-and-xenxen-common-from-squeeze-broken/</link>
		<comments>http://blog.waja.info/2010/10/31/linux-image-2-6-32-bpo-5-xen-686-and-xenxen-common-from-squeeze-broken/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 14:03:50 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bpo]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=352</guid>
		<description><![CDATA[I&#8217;m experiencing since some time (out of the blue) spontaneous reboots of some of my dom0s on lenny/i386 (others don&#8217;t have this effect). As result of this, I started rolling out linux-image-2.6.32-bpo.5-xen-686 from bpo and backported xen and xen-common from testing: # dpkg -l &#124; grep xen &#124; grep bpo ii libxenstore3.0 4.0.1-1~bpo50+1 Xenstore communications [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m experiencing since some time (out of the blue) spontaneous reboots of some of my dom0s on lenny/i386 (others don&#8217;t have this effect). As result of this, I started rolling out linux-image-2.6.32-bpo.5-xen-686 from bpo and backported xen and xen-common from testing:</p>
<p class="code">
# dpkg -l | grep xen | grep bpo<br />
ii  libxenstore3.0                                4.0.1-1~bpo50+1            Xenstore communications library for Xen<br />
ii  linux-image-2.6.32-bpo.5-xen-686              2.6.32-26~bpo50+1          Linux 2.6.32 for modern PCs, Xen dom0 suppor<br />
ii  xen-hypervisor-4.0-i386                       4.0.1-1~bpo50+1            The Xen Hypervisor on i386<br />
ii  xen-linux-system-2.6.32-bpo.5-xen-686         2.6.32-26~bpo50+1          Xen system with Linux 2.6.32 on modern PCs (<br />
ii  xen-tools                                     4.1-1~bpo50+1              Tools to manage Debian XEN virtual servers<br />
ii  xen-utils-4.0                                 4.0.1-1~bpo50+1            XEN administrative tools<br />
ii  xen-utils-common                              4.0.0-1~bpo50+1            XEN administrative tools &#8211; common files<br />
ii  xenstore-utils                                4.0.1-1~bpo50+1            Xenstore utilities for Xen
</p>
<p>This fixed the problem of spontaneous reboots for all of the systems I have migrated &#8230;. until now! Last week I tried this solution on my private system and it failed in some way.<br />
<a href="http://blog.waja.info/wp-content/uploads/2010/10/xen_boot.png" rel="lightbox"><img src="http://blog.waja.info/wp-content/uploads/2010/10/xen_boot-300x165.png" alt="boot problems" title="xen_boot" width="300" height="165" class="alignnone size-medium wp-image-356" /></a><br />
A full dump of the syslog is also <a target="new" href="http://blog.waja.info/downloads/xen_startup.log">available</a>. It looks like /etc/rcS.d/S03udev is hanging in some way .. the syslog for this looks like:</p>
<p class="code">
Oct 29 20:51:07 mordor kernel: [   17.728120] Code: 04 00 00 00 00 83 3c 24 10 74 32 77 0c 83 3c 24 08 0f 85 9f 00 00 00 eb 12 83 3c 24 20 74 30 83 3c 24 40 0f 85 8d 00 00 00 eb 35 <0f> b6 01 8b 54 24 20 89 02 c7 42 04 00 00 00 00 eb 79 0f b7 01<br />
Oct 29 20:51:07 mordor kernel: [   17.731554] EIP: [<c1184d4c>] acpi_ex_system_memory_space_handler+0&#215;189/0&#215;221 SS:ESP 0069:ec135d74<br />
Oct 29 20:51:07 mordor kernel: [   17.731791] CR2: 00000000eda86000<br />
Oct 29 20:51:07 mordor kernel: [   17.731881] &#8212;[ end trace 7b8af581772a1c55 ]&#8212;<br />
Oct 29 20:51:07 mordor kernel: [   18.116622] input: PC Speaker as /devices/platform/pcspkr/input/input6<br />
Oct 29 20:51:07 mordor kernel: [   18.427607] Error: Driver &#8216;pcspkr&#8217; is already registered, aborting&#8230;<br />
Oct 29 20:51:07 mordor kernel: [  232.381814] Adding 10000452k swap on /dev/sda2.  Priority:-1 extents:1 across:10000452k
</p>
<p>The dom0 is there hanging in some way &#8230; I don&#8217;t have an exact way to get the system proceed from there &#8230; usually I need to wait some seconds and pressing ^C after a while will get the box up.<br />
Anyways &#8230; I remember there are some problems with udev >= 150 and older kernels, which is also documented in the <a target="new" href="http://www.debian.org/releases/squeeze/i386/release-notes/ch-upgrading.en.html#upgrading-udev">squeeze release notes</a>. Maybe there is also a problem with older udev and newer kernels? But why is this combination working on other systems? Booting linux-image-2.6.32-bpo.5-686 works without any issue anyways, so it seems xen related. Any idea is appreciated!<br />
<strong>UPDATE:</strong> I&#8217;ve also reported this via <a target="new" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602109">#602109</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2010/10/31/linux-image-2-6-32-bpo-5-xen-686-and-xenxen-common-from-squeeze-broken/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[bpo] new icinga 1.2 for lenny-backports-sloppy</title>
		<link>http://blog.waja.info/2010/10/11/bpo-new-icinga-1-2-for-lenny-backports-sloppy/</link>
		<comments>http://blog.waja.info/2010/10/11/bpo-new-icinga-1-2-for-lenny-backports-sloppy/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 15:03:20 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[backports]]></category>
		<category><![CDATA[bpo]]></category>
		<category><![CDATA[icinga]]></category>
		<category><![CDATA[nagios]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=346</guid>
		<description><![CDATA[Alexander Wirt was so kind to upload the latest icinga (1.2) release to unstable. This will be the next candidate for lenny-backports-sloppy. If you can&#8217;t wait, just grab the package from http://ftp.cyconet.org/debian/archive/bpo/icinga/1.2-1~bpo50+1/. If you are using nagstamon and thinking about upgrading to icinga 1.2, I backported a working version from subversion r151, which you can [...]]]></description>
			<content:encoded><![CDATA[<p>Alexander Wirt was so kind to <a target="new" href="http://packages.qa.debian.org/i/icinga/news/20101006T174717Z.html">upload</a> the latest <a target="new" href="http://www.icinga.org/2010/10/06/icinga-1-2-unified-stable-released/">icinga (1.2)</a> release to unstable. This will be the next candidate for <a target="new" href="http://backports.debian.org/news/lenny-backports-sloppy_created/">lenny-backports-sloppy</a>.<br />
If you can&#8217;t wait, just grab the package from <a target="new" href="http://ftp.cyconet.org/debian/archive/bpo/icinga/1.2-1~bpo50+1/">http://ftp.cyconet.org/debian/archive/bpo/icinga/1.2-1~bpo50+1/</a>.<br />
If you are using <a target="new" href="http://nagstamon.sf.net/">nagstamon</a> and thinking about upgrading to icinga 1.2, I backported a working version from <a target="new" href="http://nagstamon.svn.sourceforge.net/viewvc/nagstamon?view=revision&#038;revision=151">subversion r151</a>, which you can grab from <a target="new" href="http://ftp.cyconet.org/debian/archive/bpo/nagstamon/0.9.4r151.1~bpo50+1/">http://ftp.cyconet.org/debian/archive/bpo/nagstamon/0.9.4r151.1~bpo50+1/</a>.</p>
<p>P.S. If you like nagios and/or icinga related software, there is a <a target="new" href="http://wiki.debian.org/Teams/pkg-nagios">Nagios Maintainers Group</a> and we would like to invite you, if you want to improve or extend the nagios/icinga ecosystem in Debian.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2010/10/11/bpo-new-icinga-1-2-for-lenny-backports-sloppy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[bpo] Couple new packages uploaded</title>
		<link>http://blog.waja.info/2010/04/28/bpo-couple-new-packages-uploaded/</link>
		<comments>http://blog.waja.info/2010/04/28/bpo-couple-new-packages-uploaded/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 08:22:58 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[backports]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=333</guid>
		<description><![CDATA[In the last days I uploaded several (new) packages to backports.org: mailscanner 4.79.11-2~bpo50+1 icinga 1.0.1-3~bpo50+1 (NEW queue) nagios3 3.2.0-5~bpo50+1 php-suhosin 0.9.31-1~bpo50+1 (NEW queue) A new haproxy 1.4.4-1~bpo50+1 package is in preparation and needs testing before uploading. You can find the package here.]]></description>
			<content:encoded><![CDATA[<p>In the last days I uploaded several (new) packages to <a target="new" href="http://backports.org">backports.org</a>:</p>
<ul>
<li><a target="new" href="http://packages.qa.debian.org/mailscanner">mailscanner</a> 4.79.11-2~bpo50+1</li>
<li><a target="new" href="http://packages.qa.debian.org/icinga">icinga</a> 1.0.1-3~bpo50+1 (<a target="new" href="http://www.backports.org/debian/new.html">NEW queue</a>)</li>
<li><a target="new" href="http://packages.qa.debian.org/nagios3">nagios3</a> 3.2.0-5~bpo50+1</li>
<li><a target="new" href="http://packages.qa.debian.org/php-suhosin">php-suhosin</a> 0.9.31-1~bpo50+1 (<a target="new" href="http://www.backports.org/debian/new.html">NEW queue</a>)</li>
</ul>
<p>A new <a target="new" href="http://packages.qa.debian.org/haproxy">haproxy</a> 1.4.4-1~bpo50+1 package is in preparation and needs testing before uploading. You can find the package <a target="new" href="http://ftp.cyconet.org/debian/archive/bpo/haproxy/1.4.4-1~bpo50+1/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2010/04/28/bpo-couple-new-packages-uploaded/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[fun] Integrate nagios users with system ones</title>
		<link>http://blog.waja.info/2010/04/23/fun-integrate-nagios-users-with-system-ones/</link>
		<comments>http://blog.waja.info/2010/04/23/fun-integrate-nagios-users-with-system-ones/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 08:10:53 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=318</guid>
		<description><![CDATA[While I normaly don&#8217;t care much about Ubuntu, I&#8217;m subscribed to lauchpad.net for the packages I&#8217;m involved within Debian. Sometimes apears informative stuff there, which reminds me about my todos or just pointing me to real problems. Most of the time, I&#8217;m just ignoring the reports, as the are useless or just unrelated to me [...]]]></description>
			<content:encoded><![CDATA[<p>While I normaly don&#8217;t care much about Ubuntu, I&#8217;m subscribed to lauchpad.net for the packages I&#8217;m <a target="new" href="http://qa.debian.org/developer.php?login=waja%40cyconet.org&#038;comaint=yes">involved</a> within <a target="new" href="http://www.debian.org">Debian</a>.<br />
Sometimes apears <a target="new" href="https://bugs.launchpad.net/bugs/565781">informative</a> stuff there, which reminds me about my todos or just pointing me to real problems. Most of the time, I&#8217;m just ignoring the reports, as the are useless or just unrelated to me packages in Debian.<br />
But in some <a target="new" href="https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/562146">cases</a> the reports are just making my day.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2010/04/23/fun-integrate-nagios-users-with-system-ones/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[selfnote] Find the DUN Channel of your bluetooth device</title>
		<link>http://blog.waja.info/2010/04/23/selfnote-find-the-dun-channel-of-your-bluetooth-device/</link>
		<comments>http://blog.waja.info/2010/04/23/selfnote-find-the-dun-channel-of-your-bluetooth-device/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 07:59:06 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[selfnote]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=313</guid>
		<description><![CDATA[In the last days, I replaced my Nokia E90 with a Nokia N97 mini. As I&#8217;m using my mobile from time to time to hook up to the internet when traveling, I thought I just need to replace the MAC in my /etc/bluetooth/rfcomm.conf and that&#8217;s it. As always &#8230; Murphy striked back. After debugging for [...]]]></description>
			<content:encoded><![CDATA[<p>In the last days, I replaced my Nokia E90 with a Nokia N97 mini. As I&#8217;m using my mobile from time to time to hook up to the internet when traveling, I thought I just need to replace the MAC in my /etc/bluetooth/rfcomm.conf and that&#8217;s it. As always &#8230; Murphy striked back. After debugging for hours I realized the DUN channel seems depending on the model.</p>
<p>You can discover your DUN channel something like:</p>
<p class="code">
# hcitool scan<br />
Scanning &#8230;<br />
	3C:F7:2A:1A:4D:2A	Cycophone<br />
# sdptool browse 3C:F7:2A:1A:4D:2A | \<br />
grep -9 &#8220;Service Name: Dial-Up Networking&#8221; | \<br />
tail -10 | grep Channel<br />
    Channel: 22
</p>
<p>So your /etc/bluetooth/rfcomm.conf should now look like:</p>
<p class="code">
&#8230;<br />
rfcomm0 {<br />
bind yes;<br />
device 3C:F7:2A:1A:4D:2A;<br />
channel 22;<br />
comment &#8220;Cycophone&#8221;;<br />
}<br />
&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2010/04/23/selfnote-find-the-dun-channel-of-your-bluetooth-device/feed/</wfw:commentRss>
		<slash:comments>2</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>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
