<?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; OpenSource</title>
	<atom:link href="http://blog.waja.info/tag/opensource/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.waja.info</link>
	<description>Just a place to be!</description>
	<lastBuildDate>Wed, 28 Apr 2010 08:22:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<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 [...]]]></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; &#8217;5&#8242;<br />
&#160&#160&#160 &#160&#160option &#8216;disabled&#8217; &#8217;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>7</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 [...]]]></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>New server hardware for svn.kvirc.de</title>
		<link>http://blog.waja.info/2009/06/19/new-server-hardware-for-svnkvircde/</link>
		<comments>http://blog.waja.info/2009/06/19/new-server-hardware-for-svnkvircde/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 04:15:12 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[kvirc]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=237</guid>
		<description><![CDATA[Maybe some of you have noticed, svn.kvirc.de was running under heavy load recently while it was smashed by search engine crawlers. First we tried to tweak the trac installation, which caused the heavy load, when running the spiders trough. But it turned out, that this doesn&#8217;t has the effect to recover the situation, since the [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe some of you have noticed, svn.kvirc.de was running under heavy load recently while it was smashed by search engine crawlers.</p>
<p>First we tried to tweak the trac installation, which caused the heavy load, when running the spiders trough. But it turned out, that this doesn&#8217;t has the effect to recover the situation, since the <a href="http://trac.edgewall.org/">trac</a> tree is growing (with the svn tree and revisions). So the spiders have more to crawle and taking more resources away.</p>
<p><img alt="" src="http://www.kvirc.de/img/load_yearly.png" title="load yearly" class="alignnone" width="400" /></p>
<p>We checked our relations and we where lucky to find with <a href="http://www.waaf.net">waaf.net</a> a sponsor for new server hardware.</p>
<p>Some features of our new ProLiant DL360 server we baptized &#8216;<a href="http://en.wikipedia.org/wiki/Baikonur">baikonur</a>&#8216;:</p>
<p>    * Dual Core Processor<br />
    * 2 GB RAM<br />
    * Compaq Smart Array Raid Controller<br />
    * 2x 72.8 GB IBM Ultra3 10K<br />
    * 2x Gigabit Ethernet<br />
    * Integrated Lights Out</p>
<p>The migration was quite relaxed. svn.kvirc.de is a virtual maschine, so we did setup the new host and proudly racked it up at the bandnew hosting center of <a href="http://www.tmt.de">TMT Teleservice</a> as first (sponsored) customer. The last step was to migrate the system over to the new host and change the DNS records. The outage was something about 5-10 minutes basically caused by the TTL of 600.</p>
<p>Looking into the Load Average I think we have enought resources for a couple of more svn revisions and search engine spiders.</p>
<p><img alt="" src="http://www.kvirc.de/img/load_daily.png" title="Load daily" class="alignnone" width="400" /></p>
<p>That&#8217;s all, happy ircing, and happy developing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/06/19/new-server-hardware-for-svnkvircde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Oh happy day &#8230;</title>
		<link>http://blog.waja.info/2009/02/15/oh-happy-day/</link>
		<comments>http://blog.waja.info/2009/02/15/oh-happy-day/#comments</comments>
		<pubDate>Sun, 15 Feb 2009 10:01:20 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Party]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://blog.waja.info/?p=214</guid>
		<description><![CDATA[What a happy day &#8230; on the wedding anniversary of our civil marriage we got a great gift. Our favorite distribution released a new major version. Like every time &#8230; it&#8217;s the best distribution our project released so far. Many thanks to all those people who did make that happen. If you not married today, [...]]]></description>
			<content:encoded><![CDATA[<p>What a happy day &#8230; on the wedding anniversary of our civil marriage we got a great gift. Our <a target="new" href="http://www.debian.org">favorite distribution</a> <a target="new" href="http://www.debian.org/News/2009/20090214">released a new major version</a>.<br />
Like every time &#8230; it&#8217;s the best distribution our project released so far. Many thanks to all those people who did make that happen. If you not married today, maybe you have the possibility to dedicate <a target="new" href="http://www.debian.org/releases/lenny/releasenotes">Lenny</a> to your valentine. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2009/02/15/oh-happy-day/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>[security] policyd-weight 0.1.14-beta-6etch1/0.1.14.15-1</title>
		<link>http://blog.waja.info/2008/03/27/security-policyd-weight-0114-beta-6etch1011415-1/</link>
		<comments>http://blog.waja.info/2008/03/27/security-policyd-weight-0114-beta-6etch1011415-1/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 20:12:21 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[policyd-weight]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2008/03/27/security-policyd-weight-0114-beta-6etch1011415-1/</guid>
		<description><![CDATA[This Tuesday Robert Felber released a new upstream version. It is a (local) security bugfix (and some minor fixes) which was reported on Sunday by Chris Howells to the Debian Security Team (as well as to other vendors). Today DSA-1531 was released. Right from the DSA: &#8220;&#8230; created its socket in an insecure way, which [...]]]></description>
			<content:encoded><![CDATA[<p>This Tuesday Robert Felber <a target="new" href="http://www.mail-archive.com/policyd-weight-list%40ek-muc.de/msg00798.html">released</a> a new upstream version. It is a (local) security bugfix (and some minor fixes) which was reported on Sunday by Chris Howells to the Debian Security Team (as well as to other vendors). Today <a target="new" href="http://www.debian.org/security/2008/dsa-1531">DSA-1531</a> was released.</p>
<p>Right from the DSA:<br />
&#8220;&#8230; created its socket in an insecure way, which may be exploited to overwrite or remove arbitary files from the local system.&#8221;</p>
<p>So please update you systems if you use this package asap.</p>
<p>While we are at policyd-weight&#8230; there is one bug open (<a target="new" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471645">#471645</a>) where I&#8217;m unsure if I want to fix it, cause only stable is effected and the problem can be solved by providing a adjusted array of rbl in the config file. Should I ask for inclusion directly into stable? But it&#8217;s a really minor issue. Or try to get 0.1.14.15 uploaded to <a target="new" href="http://volatile.debian.org/">volatile</a>? I&#8217;m really unsure and suggestions are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2008/03/27/security-policyd-weight-0114-beta-6etch1011415-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>bit nagios-plugin bugsquashing, stalling policyd-weight and my first perl module package</title>
		<link>http://blog.waja.info/2008/03/10/bit-nagios-plugin-bugsquashing-stalling-policyd-weight-and-my-first-perl-module-package/</link>
		<comments>http://blog.waja.info/2008/03/10/bit-nagios-plugin-bugsquashing-stalling-policyd-weight-and-my-first-perl-module-package/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 18:18:57 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[policyd-weight]]></category>
		<category><![CDATA[Postfix]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2008/03/10/bit-nagios-plugin-bugsquashing-stalling-policyd-weight-and-my-first-perl-module-package/</guid>
		<description><![CDATA[Last week I did again some work on nagios-plugins. After the announcement of Dann Frazier to upload NMU to fix a trivial bug, I thought it&#8217;s time again to give some extra care to the package. So I prepared 1.4.11-2 fixing the important bugs and uploaded it. I also commited some minor fixes to the [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I did again some work on <a targat="new" href="http://packages.qa.debian.org/n/nagios-plugins.html">nagios-plugins</a>. After the announcement of <a target="new" href="http://dannf.org/bloggf/">Dann Frazier</a> to upload NMU to fix a trivial bug, I thought it&#8217;s time again to give some extra care to the package. So I prepared 1.4.11-2 fixing the important bugs and uploaded it. I also commited some minor fixes to the svn, so these issues will get fixed by the next upload.</p>
<p>Since the development of <a target="new" href="http://packages.qa.debian.org/p/policyd-weight.html">policyd-weigh</a> stalled and unfortunately maybe <a target="new" href="http://www.mail-archive.com/policyd-weight-list%40ek-muc.de/msg00793.html">get stuck</a>, I was looking for an alternative, which maybe found with <a target="new" href="http://postfwd.org/">postfwd</a>. It&#8217;s quite flexible but it also will take more time (and care!) to get a reliable configuration, which maybe effective as policyd-weight (still) is right now. While checking the dependencies for postfwd I noticed that <a target="new" href="http://search.cpan.org/dist/Net-DNS-Async/">Net::DNS::Async</a> isn&#8217;t available in Debian (yet). So I decided to create a package starting with dh-make-perl, join the <a target="new" href="http://pkg-perl.alioth.debian.org/">Debian Perl Group</a> and let it review. <a target="new" href="http://qa.debian.org/developer.php?login=dmn&#038;comaint=yes">Damyan Ivanov</a> was so kind to review and upload it, <a target="new" href="http://info.comodo.priv.at/blog/">Gregor Herrmann</a> did also give some much useful hints. Thanks to both!</p>
<p>And yes, I also found time to step forward with NM, since I was overloaded the last weeks with usual work and life. Thank to my AM to be so appreciative.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2008/03/10/bit-nagios-plugin-bugsquashing-stalling-policyd-weight-and-my-first-perl-module-package/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>10th Chemnitz Linux Days</title>
		<link>http://blog.waja.info/2008/03/03/10th-chemnitz-linux-days/</link>
		<comments>http://blog.waja.info/2008/03/03/10th-chemnitz-linux-days/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 23:01:08 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Community]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[planet]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2008/03/03/10th-chemnitz-linux-days/</guid>
		<description><![CDATA[Like Meike already told, it was a nice event, like always. IMHO it&#8217;s based on the good balance of community and a small amount of business booth and of course the visitors. This year we was apart the Sidux Project. Didn&#8217;t heared about (much) before, but their slogan is Hot &#038; Spicy! Maybe &#8216;hot&#8217;, cause [...]]]></description>
			<content:encoded><![CDATA[<p>Like <a target="new" href="http://blog.alphascorpii.net/english/debian/events/clt08.html">Meike</a> already told, it was a nice event, like always. IMHO it&#8217;s based on the good balance of community and a small amount of business booth and of course the visitors.<br />
This year we was apart the <a target="new" href="http://en.wikipedia.org/wiki/Sidux">Sidux</a> Project. Didn&#8217;t heared about (much) before, but their slogan is <a target="new" href="http://www.sidux.com/">Hot &#038; Spicy!</a> Maybe &#8216;hot&#8217;, cause it&#8217;s based on <a target="new" href="http://www.debian.org/releases/unstable/">Debian unstable</a>. Hopefully you won&#8217;t get tears if it&#8217;s too spicy. Anyways &#8230; if you want, you could take a look. My opinion is, this would be a good case for a <a target="new" href="http://wiki.debian.org/CustomDebian">Custom Debian Distribution</a>, if there would be a requirement for it. But he.. everybody is free to do, what ever he want, if nobody else is restricted.<br />
The <a target="new" href="http://chemnitzer.linux-tage.de/2008/vortraege/plan.html">talks</a> I attended was in most cases excellent, some of them was funny &#8230; only <a target="new" href="http://chemnitzer.linux-tage.de/2008/vortraege/detail.html?idx=52">one</a> of them did really suck. Desktop Virtualision &#8230; after the talk, my question if there could anything else virtualized then the OS from Redmond, was answered with &#8216;Unfortunetly only XP&#8217; &#8230; how lovely! </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2008/03/03/10th-chemnitz-linux-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Routing Suite in an ISP environment?</title>
		<link>http://blog.waja.info/2008/02/20/routing-suite-in-an-isp-environment/</link>
		<comments>http://blog.waja.info/2008/02/20/routing-suite-in-an-isp-environment/#comments</comments>
		<pubDate>Tue, 19 Feb 2008 23:21:10 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[routing]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2008/02/20/routing-suite-in-an-isp-environment/</guid>
		<description><![CDATA[Searching for an alternative for our old Cisco Border Router we are evaluating some software routing suites on &#8220;normal&#8221; server hardware. First we tried Vyatta, but the routing software frequently crashed completly. Maybe this is fixed with VC4 Alpha 1, but we didn&#8217;t test that. Next try was the development version (0.99.9) of quagga from [...]]]></description>
			<content:encoded><![CDATA[<p>Searching for an alternative for our old Cisco Border Router we are evaluating some software routing suites on &#8220;normal&#8221; server hardware.<br />
First we tried <a target="new" href="http://www.vyatta.com/products/index.php">Vyatta</a>, but the routing software frequently crashed completly. Maybe this is fixed with VC4 Alpha 1, but we didn&#8217;t test that.<br />
Next try was the development version (0.99.9) of <a target="new" href="http://www.quagga.net/">quagga</a> from <a target="new" href="http://www.debian.org">Debian</a> <a target="new" href="http://www.debian.org/releases/testing/">testing</a>, but it looks like a peering with one of our cisco router fails after the hold timer expires.<span id="more-154"></span></p>
<p class="code">
2008/02/19 15:08:06 BGP: Performing BGP general scanning<br />
2008/02/19 15:08:06 BGP: scanning IPv4 Unicast routing tables<br />
2008/02/19 15:08:06 BGP: scanning IPv6 Unicast routing tables<br />
2008/02/19 15:08:07 BGP: Import timer expired.<br />
2008/02/19 15:08:13 BGP: 192.168.96.2 rcvd UPDATE w/ attr: nexthop 212.202.214.150, origin i, localpref 100, metric 0, path 20676 2914 2914 2914 2914 4755 4755 4755 4755 4755 9583<br />
2008/02/19 15:08:13 BGP: 192.168.96.2 rcvd 124.7.35.0/24<br />
2008/02/19 15:08:13 BGP: Zebra send: IPv4 route add 124.7.35.0/24 nexthop 212.202.214.150 metric 0<br />
2008/02/19 15:08:17 BGP: 192.168.96.2 sending KEEPALIVE<br />
2008/02/19 15:08:17 BGP: 192.168.96.2 KEEPALIVE rcvd<br />
2008/02/19 15:08:17 BGP: %NOTIFICATION: received from neighbor 192.168.96.2 4/0 (Hold Timer Expired) 0 bytes<br />
2008/02/19 15:08:17 BGP: %ADJCHANGE: neighbor 192.168.96.2 Down BGP Notification received
</p>
<p>Any ideas are welcome &#8230; also some other routing suite alternatives.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2008/02/20/routing-suite-in-an-isp-environment/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>software depencies</title>
		<link>http://blog.waja.info/2007/10/27/software-depencies/</link>
		<comments>http://blog.waja.info/2007/10/27/software-depencies/#comments</comments>
		<pubDate>Sat, 27 Oct 2007 07:20:42 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[k2]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2007/10/25/software-depencies/</guid>
		<description><![CDATA[First the good thing: I updated wordpress to 2.3. Now the bad thing: I updated wordpress to 2.3. With 2.3 there where many infrastructure changes. For a complete list, see the Release Announcement. The most extensions breaking change was the implementation of native tag support. Referencing to Not working Plugin List Ultimate Tag Warrior and [...]]]></description>
			<content:encoded><![CDATA[<p>First the good thing: I updated wordpress to 2.3. Now the bad thing: I updated wordpress to 2.3.</p>
<p>With 2.3 there where many <a target="new" href="http://boren.nu/archives/2007/09/26/wordpress-23-delivered-24-on-deck/">infrastructure</a> <a target="new" href="http://technosailor.com/10-things-you-need-to-know-about-wordpress-23/">changes</a>. For a complete list, see the <a target="new" href="http://codex.wordpress.org/Version_2.3">Release  Announcement</a>. The most extensions breaking change was the implementation of native <a target="new" href="http://wordpress.org/extend/ideas/topic.php?id=59">tag</a> support. Referencing to <a target="new" href="http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.3#Non-working_plugins.2C_or_has_issues">Not working Plugin List</a> <a target="new" href="http://www.neato.co.nz/ultimate-tag-warrior/">Ultimate Tag Warrior</a> and <a target="new" href="http://www.sonsofskadi.net/extended-live-archive/">Extended Live Archives</a> are problematic. Both caused troubles on update, but there is a <a target="new" href="http://blog.tinyau.net/archives/2007/07/07/extended-live-archives-for-wordpress-23/">fix</a> for ELA and <a target="new" href="http://www.metlin.org/2007/10/04/wordpress-23-other-upgrades/">one</a> for UTW. By reviewing the informations for writing this articel, I noticed that I&#8217;m running fine with the <a target="new" href="http://www.neato.co.nz/archives/2007/09/16/ultimate-tag-warrior-bugfix-release/">Ultimate Tag Warrior Bugfix Release</a> provided by <a target="new" href="http://www.neato.co.nz/about">Christine from the Internet</a>.<br />
My theme <a target="new" href="http://getk2.com/">K2</a> was <a target="new" href="http://getk2.com/2007/09/k2-release-candidate-1/">needing</a> also an update, which caused the <a target="new" href="http://xings.us/wordpress_theme/theme-k2-scheme-white/">style</a> to be broken. So waiting for a fix did take little longer, but when reviewing it, I noticed that only a css class name did need an update.<br />
This all teaches me, when using a project with much depencies, it will be a mess when updating, as long as isn&#8217;t all provided by one source. It&#8217;s some kind of using a project &#8220;<strong>s</strong>till <strong>i</strong>n <strong>d</strong>evelopment&#8221;.<br />
Update: While we are at &#8220;still in development&#8221; .. I updated to 2.3.1-RC1 some seconds ago. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2007/10/27/software-depencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>wordpress plugin and widget packages</title>
		<link>http://blog.waja.info/2007/10/20/wordpress-plugin-and-widget-packages/</link>
		<comments>http://blog.waja.info/2007/10/20/wordpress-plugin-and-widget-packages/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 20:47:38 +0000</pubDate>
		<dc:creator>cyco</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[Packaging]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.waja.info/2007/10/20/wordpress-plugin-and-widget-packages/</guid>
		<description><![CDATA[Yesterday I was going through the plugins and widgets, if there are any updates or such. I realized again, that updating of plugins (and maybe searching for the relocated download source) makes me mad. Also testing and switching back is annoying much. So I decided to package plugins and widgets I use. Since some plugins [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I was going through the plugins and widgets, if there are any updates or such. I realized again, that updating of plugins (and maybe searching for the relocated download source) makes me mad. Also testing and switching back is annoying much.<br />
So I decided to package plugins and widgets I use. Since some plugins and widgets are not maintained long enought for any debian release cycle or <a target="new" href="http://www.neato.co.nz/ultimate-tag-warrior">getting obsolet</a> with new <a target="new" href="http://wordpress.org">wordpress</a> releases, I decided to maintain the packages outside of the debian project. Anyways &#8230; some people are also scared about the security situation of wordpress. I guess this isn&#8217;t much better for wordpress extensions.</p>
<p>Next pity, some extensions or any equivalents aren&#8217;t available for wordpress 2.3 (yet). If you run multiple blogs via the stock debian package and wan&#8217;t to make use of the new wordpress version in any of your sites, you have update all at once &#8230; which maybe not a way you want to go. I decided to repackage wordpress 2.3.0 as wordpress23, which allows you to install wordpress (&lt;&lt;2.3.0) and wordpress23 at same time.</p>
<p>If you want to use debian plugin, widget or theme packages or use these from your normal wordpress installation (/usr/share/wordpress) with wordpress23, you need to symlink the dirs.</p>
<p>For example:</p>
<p class="code">
# mv /usr/share/wordpress23/wp-content/plugins/ /usr/share/wordpress23/wp-content/plugins.orig<br />
# mv /usr/share/wordpress23/wp-content/themes/ /usr/share/wordpress23/wp-content/themes.orig<br />
# ln -s /usr/share/wordpress23/wp-content/plugins /usr/share/wordpress/wp-content/plugins<br />
# ln -s /usr/share/wordpress23/wp-content/themes /usr/share/wordpress/wp-content/themes</p>
<p>Remember that package updates of wordpress or wordpress23 may overwrite parts of /usr/share/wordpress/wp-content/[plugins|themes] in such situation. <strong>BE CAREFULL!</strong></p>
<p>You can get the stuff via apt-line:
</p>
<p class="code">
deb     ftp://ftp.cyconet.org/debian wordpress          main non-free contrib
</p>
<p>Or directly from: <a target="new" href="http://ftp.cyconet.org/debian/archive/wordpress/">http://ftp.cyconet.org/debian/archive/wordpress/</a></p>
<p>The actual package list is:</p>
<p>wordpress-plugin-af-extended-live-archive<br />
wordpress-plugin-ald-spa<br />
wordpress-plugin-all-in-one-seo-pack<br />
wordpress-plugin-exec-php<br />
wordpress-plugin-google-sitemap-generator<br />
wordpress-plugin-landingsites<br />
wordpress-plugin-lightbox-2<br />
wordpress-plugin-now-reading<br />
wordpress-plugin-page-links-to<br />
wordpress-plugin-photopress<br />
wordpress-plugin-related-posts<br />
wordpress-plugin-rolemanager<br />
wordpress-plugin-sideblog<br />
wordpress-plugin-spam-karma<br />
wordpress-plugin-stats<br />
wordpress-plugin-ubernyms<br />
wordpress-plugin-utw<br />
wordpress-plugin-utwgooglesitemaps<br />
wordpress-plugins<br />
wordpress-widget-category-cloud<br />
wordpress-widget-samsarin-php<br />
wordpress-widget-utw-cloud<br />
wordpress-widgets<br />
wordpress23</p>
<p>If you want a plugin or widget included and it makes sence to do so, drop me a mail, where to grab. Be aware that <a target="new" href="http://www.neato.co.nz/ultimate-tag-warrior">UTW</a> isn&#8217;t supported since wordpress 2.3 anymore. A tag system was included into wordpress and you need to search replacements for all the nice UTW extension!</p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.waja.info/2007/10/20/wordpress-plugin-and-widget-packages/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! -->