<?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/"
	>

<channel>
	<title>Kanru&#039;s 探險日誌 &#187; Server</title>
	<atom:link href="http://blog.kanru.info/archives/category/server/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.kanru.info</link>
	<description>當發現美好的事物時，所要做的第一件事，就是把它分享給所有人</description>
	<lastBuildDate>Sun, 23 May 2010 09:51:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>LDAP &amp; nss_ldap on FreeBSD</title>
		<link>http://blog.kanru.info/archives/286</link>
		<comments>http://blog.kanru.info/archives/286#comments</comments>
		<pubDate>Sat, 02 Feb 2008 12:45:44 +0000</pubDate>
		<dc:creator>kanru</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[ldap]]></category>

		<guid isPermaLink="false">http://blog.kanru.info/archives/286</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>最近在弄 LDAP 帳號中心，主機是 FreeBSD。理想中應該是帳號的資料庫換成 LDAP，在 <code>/etc/nsswitch.conf</code> 加上 ldap 後就完成了，交給 nss_ldap 去煩惱取得、更新資料的事。</p>

<p>但是事情沒有這麼美好，FreeBSD 在這方面的支援顯然跟我想像的有落差，passwd, chpass 等程式幾乎不支援修改 ldap 中的資料。passwd 有一個 <a href="http://www.freebsd.org/cgi/query-pr.cgi?pr=71290">pr</a>，看來短時間內沒有好解法，chpass 則是只能從 nss_ldap 撈到資料，修改過的內容會直接寫到 /etc/passwd&#8230;</p>

<p>紀錄一下，有時候 log 內總會出現 nss_ldap 沒辦法連線到 slapd 的訊息，參考<a href="http://www.liquidx.net/blog/2006/04/03/nss_ldap-undocumented-nss_reconnect_tries/">這個網頁</a>，加入</p>

<pre><code>nss_reconnect_tries 2
</code></pre>

<p>然後把 bind policy 改成 hard 似乎可以解決。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kanru.info/archives/286/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>又做了蠢事</title>
		<link>http://blog.kanru.info/archives/183</link>
		<comments>http://blog.kanru.info/archives/183#comments</comments>
		<pubDate>Tue, 12 Jul 2005 15:51:37 +0000</pubDate>
		<dc:creator>kanru</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.kanru.info/archives/183</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>最近常常讓系上的 mail server 停掉..
原因是 firewall rule 沒弄好&#8230; 今天又弄壞了，用 ipfw flush 想要重新設定 rule
沒想到 flush 會清掉手動設定的 rule 留下預設的，預設的就是 deny all&#8230;.
所以又要等到明天拜託人家幫忙開機了&#8230; orz</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kanru.info/archives/183/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>kanru@wildebeest 回來了</title>
		<link>http://blog.kanru.info/archives/136</link>
		<comments>http://blog.kanru.info/archives/136#comments</comments>
		<pubDate>Sat, 29 Jan 2005 04:50:20 +0000</pubDate>
		<dc:creator>kanru</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.kanru.info/archives/136</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>之前這台主機一度失連，原來是因為數據機當掉了&#8230;
感謝 lain 回到埔里的時候順便幫我處理 <img src='http://blog.kanru.info/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kanru.info/archives/136/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新的 wiki 系統</title>
		<link>http://blog.kanru.info/archives/130</link>
		<comments>http://blog.kanru.info/archives/130#comments</comments>
		<pubDate>Sun, 02 Jan 2005 09:47:58 +0000</pubDate>
		<dc:creator>kanru</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.kanru.info/archives/130</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>用了好久的 addmuse 系統，還有中途試過的 didiwiki 系統
這次換成了 Kwiki 系統，跟 addmuse 一樣，是完全由 perl 寫成的
不過 Kwiki 系統更加的與 perl 結合，可以隨意的增加 plugin ，頁面也完全由
template 控制，如作者所說，他是要做一個 wiki 的 framework 而不單單只有 wiki
不過雖然內部編碼是採用 UTF8 ，裡面還有一些地方要修改才能跑
要把外關中文化以及在 template 裡使用中文，需要加上這個模組</p>

<p>http://search.cpan.org/~gugod/Kwiki-Template-TT2-UTF8-0.02/</p>

<p>其他還有一些中文化的修改，可能會記在 wiki</p>

<p>http://csie.isa-geek.org/~kanru/kwiki/</p>

<p>其他參考：</p>

<p>http://jedi.org/kwiki/index.cgi?action=search&amp;search=快紀說明索引</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kanru.info/archives/130/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>閒閒沒事</title>
		<link>http://blog.kanru.info/archives/129</link>
		<comments>http://blog.kanru.info/archives/129#comments</comments>
		<pubDate>Sat, 01 Jan 2005 14:33:19 +0000</pubDate>
		<dc:creator>kanru</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.kanru.info/archives/129</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>閒閒沒事來發瘋
跑去申請了一堆免費的 domain name
目前全部都指向同一個地方，就是這裡</p>

<p>from dyndns.org:</p>

<p>csie.isa-geek.org
koster.isa-geek.org
csie.homelinux.net</p>

<p>from twbbs.org:
on.twbbs.org
moo.twbbs.org
super-csie.twbbs.org
kanru.twbbs.org</p>

<p>最後是要錢的
kanru.idv.tw</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kanru.info/archives/129/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache2.0</title>
		<link>http://blog.kanru.info/archives/102</link>
		<comments>http://blog.kanru.info/archives/102#comments</comments>
		<pubDate>Sat, 10 Apr 2004 16:56:03 +0000</pubDate>
		<dc:creator>kanru</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.kanru.info/archives/102</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Apache2.0 終於有 PHP4 可以用了
不過目前 Gallery 的中文目錄名還有問題</p>

<p>還是不太清楚 apache 的設定法
目前暫時讓 blog 跟 wiki 都可以正常運作了&#8230;
還要多學學 @@</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kanru.info/archives/102/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>關於回響&#8230;.</title>
		<link>http://blog.kanru.info/archives/97</link>
		<comments>http://blog.kanru.info/archives/97#comments</comments>
		<pubDate>Fri, 27 Feb 2004 16:13:07 +0000</pubDate>
		<dc:creator>kanru</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.kanru.info/archives/97</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>其實很早就注意到了&#8230;
發現要關看回響很麻煩, 直接點回響也無法參考原文</p>

<p>雖然沒什麼人在看, 不過今天深深的覺得有必要改一改
看來有必要看一下模板的寫法@@
之前是想說能盡量不動就不要亂改&#8230;麻煩事..</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kanru.info/archives/97/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache</title>
		<link>http://blog.kanru.info/archives/88</link>
		<comments>http://blog.kanru.info/archives/88#comments</comments>
		<pubDate>Sun, 25 Jan 2004 13:34:07 +0000</pubDate>
		<dc:creator>kanru</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.kanru.info/archives/88</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>之前提到過為了SVN把server換成apache2了,不過後來我發現不用經過apache2也可以用svn的方法,所以就換回apache(因為有php4可用)</p>

<p>用法：
用svnadmin create <i><b>name</b></i> 產生資料庫
用svn <i><b>command</b></i> svn+ssh://path/to/database 來使用svn</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kanru.info/archives/88/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache2</title>
		<link>http://blog.kanru.info/archives/79</link>
		<comments>http://blog.kanru.info/archives/79#comments</comments>
		<pubDate>Sat, 10 Jan 2004 11:07:06 +0000</pubDate>
		<dc:creator>kanru</dc:creator>
				<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://blog.kanru.info/archives/79</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>為了subversion把web server更新到apache2了&#8230;
目前已經把blog設定好，不過還不能用php&#8230;
想辦法中</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.kanru.info/archives/79/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
