<?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; Debian</title>
	<atom:link href="http://blog.waja.info/tag/debian/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>Virtualisation on HP ProLiant hardware with squeeze</title>
		<link>http://blog.waja.info/2011/03/24/virtualisation-on-hp-proliant-hardware-with-squeeze/</link>
		<comments>http://blog.waja.info/2011/03/24/virtualisation-on-hp-proliant-hardware-with-squeeze/#comments</comments>
		<pubDate>Thu, 24 Mar 2011 15:57:10 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=403</guid>
		<description><![CDATA[In case you are using HP ProLiant G6-series or G7-series with Intel-based hardware and you are thinking about virtualistion (e.g. booting the hypervisor), you should have a look into this customer advisory. To make it short, the following should work: # grep GRUB_CMDLINE_XEN /etc/default/grub GRUB_CMDLINE_XEN=&#8221;pci=use_crs&#8221; # update-grub It took me two workdays to discover this [...]]]></description>
			<content:encoded><![CDATA[<p>In case you are using HP ProLiant G6-series or G7-series with Intel-based hardware and you are thinking about virtualistion (e.g. booting the hypervisor), you should have a look into <a target="new" href="http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c02495237&#038;lang=en&#038;cc=us&#038;taskId=101&#038;prodSeriesId=3884113&#038;prodTypeId=15351">this</a> customer advisory. To make it short, the following should work:</p>
<p class="code">
# grep GRUB_CMDLINE_XEN /etc/default/grub<br />
GRUB_CMDLINE_XEN=&#8221;pci=use_crs&#8221;<br />
# update-grub
</p>
<p>It took me two workdays to discover this solution for a DL180G6. Anyways &#8230; I&#8217;m still having <a target="new" href="http://bugs.debian.org/619317">trouble</a> on a DL160G6 when booting the hypervisor, suggestions are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2011/03/24/virtualisation-on-hp-proliant-hardware-with-squeeze/feed/</wfw:commentRss>
		<slash:comments>2</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>package updates</title>
		<link>http://blog.waja.info/2011/02/10/package-updates/</link>
		<comments>http://blog.waja.info/2011/02/10/package-updates/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 22:12:42 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backports]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[icinga]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[policyd-weight]]></category>
		<category><![CDATA[postfwd]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=380</guid>
		<description><![CDATA[After Debian Squeeze was released last weekend, development will speed up again. Today I uploaded a new postfwd package which ships also the postfwd2 script, a prefork server version. I also started to orphan packages I&#8217;m not using anymore or having dead upstream. The first candidate was policyd-weight, fortunately Chris Butler took the package over. [...]]]></description>
			<content:encoded><![CDATA[<p>After Debian Squeeze was <a href="http://blog.waja.info/2011/02/06/debian-6-0-squeeze-released/">released</a> last weekend, development will speed up again.<br />
Today I <a target="new" href="http://packages.qa.debian.org/p/postfwd/news/20110210T083825Z.html">uploaded</a> a new <a target="new" href="http://postfwd.org/">postfwd</a> package which ships also the postfwd2 script, a prefork server version.<br />
I also started to orphan packages I&#8217;m not using anymore or having dead upstream. The first candidate <a target="new" href="http://bugs.debian.org/612734">was</a> <a target="new" href="http://packages.qa.debian.org/p/policyd-weight.html">policyd-weight</a>, fortunately <a target="new" href="http://qa.debian.org/developer.php?login=chrisb%40debian.org&#038;comaint=yes">Chris Butler</a> took the package over.<br />
I&#8217;m happy to be the first <a target="new" href="http://backports.debian.org/changes/squeeze-backports.html">uploader</a> into <a target="new" href="http://backports.debian.org/news/squeeze-backports_and_lenny-backports-sloppy_started/">squeeze-backports</a> with &#8230;. <a target="new" href="http://lists.debian.org/debian-backports-changes/2011/02/msg00083.html">icinga</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2011/02/10/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>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>[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>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>
	</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! -->
