<?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>JohnPuPu &#187; FreeBSD</title>
	<atom:link href="http://blog.johnpupu.tw/category/freebsd/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johnpupu.tw</link>
	<description>博觀而約取，厚積而薄發</description>
	<lastBuildDate>Sat, 28 Jan 2012 15:43:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setting up a redundant MySQL with HAST and CARP</title>
		<link>http://blog.johnpupu.tw/2011/03/10/setting-up-a-redundant-mysql-with-hast-and-carp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=setting-up-a-redundant-mysql-with-hast-and-carp</link>
		<comments>http://blog.johnpupu.tw/2011/03/10/setting-up-a-redundant-mysql-with-hast-and-carp/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 00:00:44 +0000</pubDate>
		<dc:creator>johnpupu</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[CARP]]></category>
		<category><![CDATA[HAST]]></category>

		<guid isPermaLink="false">http://blog.johnpupu.tw/?p=585</guid>
		<description><![CDATA[Common Address Redundancy Protocol ( CARP ) 角色說明 主要會有兩種角色, 一種是Host(  Primary ), 一種是Provider ( Secondary ) Host 主要就是我們提供服務的機器 Provider 就是當Host 掛掉後, 接手服務的機器 參數說明 ( 這部份看原文吧, 這是我看OpenBSD上找來的, FreeBSD上敘述的比較少, 請大家搭配著一起服用 ) vhid The Virtual Host ID. This is a unique number that is used to identify the redundancy group to other nodes on the network. Acceptable values [...]]]></description>
		<wfw:commentRss>http://blog.johnpupu.tw/2011/03/10/setting-up-a-redundant-mysql-with-hast-and-carp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3ware raid 卡在FreeBSD 上的監控軟體</title>
		<link>http://blog.johnpupu.tw/2010/09/28/3ware-raid-%e5%8d%a1%e5%9c%a8freebsd-%e4%b8%8a%e7%9a%84%e7%9b%a3%e6%8e%a7%e8%bb%9f%e9%ab%94/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3ware-raid-%25e5%258d%25a1%25e5%259c%25a8freebsd-%25e4%25b8%258a%25e7%259a%2584%25e7%259b%25a3%25e6%258e%25a7%25e8%25bb%259f%25e9%25ab%2594</link>
		<comments>http://blog.johnpupu.tw/2010/09/28/3ware-raid-%e5%8d%a1%e5%9c%a8freebsd-%e4%b8%8a%e7%9a%84%e7%9b%a3%e6%8e%a7%e8%bb%9f%e9%ab%94/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 13:18:56 +0000</pubDate>
		<dc:creator>johnpupu</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://blog.johnpupu.tw/?p=557</guid>
		<description><![CDATA[筆記一下 我是用這張 3ware 9000 series Storage Controller ports 裡裝這兩個 tw_cli 3dm 然後去web 看的時後 administrator, user default password 都是3ware]]></description>
		<wfw:commentRss>http://blog.johnpupu.tw/2010/09/28/3ware-raid-%e5%8d%a1%e5%9c%a8freebsd-%e4%b8%8a%e7%9a%84%e7%9b%a3%e6%8e%a7%e8%bb%9f%e9%ab%94/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache22 + mod_fastcgi + php-fpm</title>
		<link>http://blog.johnpupu.tw/2010/08/11/apache22-mod_fastcgi-php-fpm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apache22-mod_fastcgi-php-fpm</link>
		<comments>http://blog.johnpupu.tw/2010/08/11/apache22-mod_fastcgi-php-fpm/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 18:03:32 +0000</pubDate>
		<dc:creator>johnpupu</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[php-fpm php apache]]></category>

		<guid isPermaLink="false">http://blog.johnpupu.tw/?p=533</guid>
		<description><![CDATA[安裝apache22 #cd /usr/ports/www/apache22 #make WITH_MPM=worker install clean 安裝php5 #cd /usr/ports/lang/php5 #make install clean ( 記得勾FPM ) 安裝fastcgi #cd /usr/ports/www/mod_fastcgi #make install clean 修改apache設定 #vim /usr/local/etc/apache22/httpd.conf LoadModule fastcgi_module libexec/apache22/mod_fastcgi.so Include etc/apache22/extra/httpd-mpm.conf #vim /usr/local/etc/apache22/Includes/php.conf &#60;IfModule prefork.c&#62; LoadModule php5_module libexec/apache22/libphp5.so AddType application/x-httpd-php .php .html AddType application/x-httpd-php-source .phps &#60;/IfModule&#62; &#60;IfModule worker.c&#62; FastCGIExternalServer /usr/local/sbin/php-fpm -socket /tmp/php-fpm.sock AddHandler php-fastcgi .php Action [...]]]></description>
		<wfw:commentRss>http://blog.johnpupu.tw/2010/08/11/apache22-mod_fastcgi-php-fpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ifstated</title>
		<link>http://blog.johnpupu.tw/2010/07/29/ifstated/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ifstated</link>
		<comments>http://blog.johnpupu.tw/2010/07/29/ifstated/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 17:03:57 +0000</pubDate>
		<dc:creator>johnpupu</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[freebsd carp ifstated]]></category>

		<guid isPermaLink="false">http://blog.johnpupu.tw/?p=520</guid>
		<description><![CDATA[# cd /usr/ports/net/ifstated # make install clean # vim /etc/rc.conf 加入以下資料 ## ifstated ifstated_enable=&#8221;YES&#8221; ifstated_flags=&#8221;-f /usr/local/etc/ifstated.conf&#8221; # vim /usr/local/etc/ifstated.conf # We want to startup init-state starting # net.inet.carp.preempt must be enabled (set to 1) # for this to work correctly. carp_up = &#8220;carp0.link.up&#8221; state starting { init { # Here we boot the box. if [...]]]></description>
		<wfw:commentRss>http://blog.johnpupu.tw/2010/07/29/ifstated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD CARP</title>
		<link>http://blog.johnpupu.tw/2010/07/29/518/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=518</link>
		<comments>http://blog.johnpupu.tw/2010/07/29/518/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 17:02:58 +0000</pubDate>
		<dc:creator>johnpupu</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[freebsd carp]]></category>

		<guid isPermaLink="false">http://blog.johnpupu.tw/?p=518</guid>
		<description><![CDATA[1. 角色分為 Provider, Host Provider 就是設定當Host 失連後可以取得原先在Host 上的ip 的主機 Host 就是我們的Client 2. 先 compile Kernel 加入 ( Provider, Host 都要) device carp 3. 設定 rc.conf 設定 host hostname=&#8221;hosta.example.org&#8221; ifconfig_fxp0=&#8221;inet 192.168.1.3 netmask 255.255.255.0&#8243; ## 原本的網卡設定 cloned_interfaces=&#8221;carp0&#8243; ## carp 網卡 ifconfig_carp0=&#8221;vhid 1 advskew 10 pass testpass 192.168.1.50/24&#8243; ## vhid 在host/provider 都要一致 pass 的部份 兩台也要一樣 設定 provider hostname=&#8221;provider.example.org&#8221; [...]]]></description>
		<wfw:commentRss>http://blog.johnpupu.tw/2010/07/29/518/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>samba 帳號匯入 及 symbolic link</title>
		<link>http://blog.johnpupu.tw/2010/06/28/samba-%e5%b8%b3%e8%99%9f%e5%8c%af%e5%85%a5-%e5%8f%8a-symbolic-link/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=samba-%25e5%25b8%25b3%25e8%2599%259f%25e5%258c%25af%25e5%2585%25a5-%25e5%258f%258a-symbolic-link</link>
		<comments>http://blog.johnpupu.tw/2010/06/28/samba-%e5%b8%b3%e8%99%9f%e5%8c%af%e5%85%a5-%e5%8f%8a-symbolic-link/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 21:56:19 +0000</pubDate>
		<dc:creator>johnpupu</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[samba]]></category>

		<guid isPermaLink="false">http://blog.johnpupu.tw/?p=509</guid>
		<description><![CDATA[今天在移機時遇到的問題 從 samba 3.0 移到 samba 3.4 帳號的部份 man pdbedit -i passdb-backend Use a different passdb backend to retrieve users than the one specified in smb.conf. Can be used to import data into your local user database. This option will ease migration from one passdb backend to another. Example: pdbedit -i smbpasswd:/etc/smbpasswd.old symbolic link 的部份 [...]]]></description>
		<wfw:commentRss>http://blog.johnpupu.tw/2010/06/28/samba-%e5%b8%b3%e8%99%9f%e5%8c%af%e5%85%a5-%e5%8f%8a-symbolic-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD branches 支援時限</title>
		<link>http://blog.johnpupu.tw/2010/04/02/freebsd-branches-%e6%94%af%e6%8f%b4%e6%99%82%e9%99%90/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=freebsd-branches-%25e6%2594%25af%25e6%258f%25b4%25e6%2599%2582%25e9%2599%2590</link>
		<comments>http://blog.johnpupu.tw/2010/04/02/freebsd-branches-%e6%94%af%e6%8f%b4%e6%99%82%e9%99%90/#comments</comments>
		<pubDate>Fri, 02 Apr 2010 10:00:09 +0000</pubDate>
		<dc:creator>johnpupu</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://blog.johnpupu.tw/?p=497</guid>
		<description><![CDATA[The current supported branches and expected EoL dates are: +&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+ &#124; Branch &#124; Release &#124; Type &#124; Release date &#124; Estimated EoL &#124; &#124;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#124; &#124;RELENG_6 &#124;n/a &#124;n/a &#124;n/a &#124;November 30, 2010&#124; &#124;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#124; &#124;RELENG_6_4 &#124;6.4-RELEASE &#124;Extended&#124;November 18, 2008&#124;November 30, 2010&#124; &#124;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#124; &#124;RELENG_7 &#124;n/a &#124;n/a &#124;n/a &#124;last release + 2y&#124; &#124;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#124; &#124;RELENG_7_1 &#124;7.1-RELEASE &#124;Extended&#124;January 4, 2009 &#124;January [...]]]></description>
		<wfw:commentRss>http://blog.johnpupu.tw/2010/04/02/freebsd-branches-%e6%94%af%e6%8f%b4%e6%99%82%e9%99%90/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>快快樂樂打造你自已的port</title>
		<link>http://blog.johnpupu.tw/2009/12/17/%e5%bf%ab%e5%bf%ab%e6%a8%82%e6%a8%82%e6%89%93%e9%80%a0%e4%bd%a0%e8%87%aa%e5%b7%b2%e7%9a%84port/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=%25e5%25bf%25ab%25e5%25bf%25ab%25e6%25a8%2582%25e6%25a8%2582%25e6%2589%2593%25e9%2580%25a0%25e4%25bd%25a0%25e8%2587%25aa%25e5%25b7%25b2%25e7%259a%2584port</link>
		<comments>http://blog.johnpupu.tw/2009/12/17/%e5%bf%ab%e5%bf%ab%e6%a8%82%e6%a8%82%e6%89%93%e9%80%a0%e4%bd%a0%e8%87%aa%e5%b7%b2%e7%9a%84port/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 17:12:33 +0000</pubDate>
		<dc:creator>johnpupu</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[ports FreeBSD perl]]></category>

		<guid isPermaLink="false">http://blog.johnpupu.tw/?p=486</guid>
		<description><![CDATA[以我自已弄的Net-POP3-SSLWrapper為例 # mkdir /root/Net-POP3-SSLWrapper # vim Makefile # New ports collection makefile for: p5-Net-POP3-SSLWrapper # Date created: 16 December 2009 # Whom: johnpupu # # $FreeBSD$ # PORTNAME= Net-POP3-SSLWrapper PORTVERSION= 0.02 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= johnpupu@gmail.com COMMENT= Perl extension for simple POP3S wrapper for Net::POP3 BUILD_DEPENDS= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL PERL_CONFIGURE= yes MAN3= Net::POP3::SSLWrapper.3 [...]]]></description>
		<wfw:commentRss>http://blog.johnpupu.tw/2009/12/17/%e5%bf%ab%e5%bf%ab%e6%a8%82%e6%a8%82%e6%89%93%e9%80%a0%e4%bd%a0%e8%87%aa%e5%b7%b2%e7%9a%84port/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache-worker &amp; php5 &amp; mod_fastcgi</title>
		<link>http://blog.johnpupu.tw/2009/12/16/apache-worker-php5-mod_fastcgi/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apache-worker-php5-mod_fastcgi</link>
		<comments>http://blog.johnpupu.tw/2009/12/16/apache-worker-php5-mod_fastcgi/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 17:22:20 +0000</pubDate>
		<dc:creator>johnpupu</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[apache php fastcgi]]></category>

		<guid isPermaLink="false">http://blog.johnpupu.tw/?p=469</guid>
		<description><![CDATA[[sourcecode language='sh'] cd /usr/ports/www/apache22 make WITH_MPM=worker install clean [/sourcecode] [sourcecode language='sh'] cd /usr/ports/lang/php5; make install clean [/sourcecode] [sourcecode language='sh'] cd /usr/ports/www/mod_fastcgi make install clean [/sourcecode] httpd.conf 中新增or把註解拿掉這兩行 LoadModule fastcgi_module libexec/apache22/mod_fastcgi.so Include etc/apache22/extra/httpd-mpm.conf 編輯 /usr/local/etc/apache22/extra/httpd-mpm.conf [sourcecode language='sh'] ThreadLimit 512 StartServers 1 MaxClients 512 MinSpareThreads 1 MaxSpareThreads 512 ThreadsPerChild 512 MaxRequestsPerChild 0 [/sourcecode] 新增/usr/local/etc/apache22/Includes/fastcgi.conf [sourcecode language='sh'] AddType [...]]]></description>
		<wfw:commentRss>http://blog.johnpupu.tw/2009/12/16/apache-worker-php5-mod_fastcgi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dovecot-lda</title>
		<link>http://blog.johnpupu.tw/2009/12/12/dovecot-lda/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dovecot-lda</link>
		<comments>http://blog.johnpupu.tw/2009/12/12/dovecot-lda/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 09:01:30 +0000</pubDate>
		<dc:creator>johnpupu</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://blog.johnpupu.tw/?p=461</guid>
		<description><![CDATA[dovecot.conf auth default { socket listen { master { # Master socket provides access to userdb information. It's typically       # used to give Dovecot's local delivery agent access to userdb so it       # can find mailbox locations.       path = /var/run/dovecot/auth-master       mode = 0600       # Default user/group is the one who [...]]]></description>
		<wfw:commentRss>http://blog.johnpupu.tw/2009/12/12/dovecot-lda/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

