<?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:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>私事。 跡地 &#187; Server</title>
	<atom:link href="http://francisca.cc/category/%e3%82%b5%e3%83%bc%e3%83%90/feed/" rel="self" type="application/rss+xml" />
	<link>http://francisca.cc</link>
	<description>ダメな人間らしくダラダラ</description>
	<lastBuildDate>Fri, 28 Oct 2011 14:10:27 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/category/%e3%82%b5%e3%83%bc%e3%83%90/feed/" />
		<item>
		<title>qmailでメールが受信出来なくなった件と解決出来た件</title>
		<link>http://francisca.cc/2009/01/19/qmail%e3%81%a7%e3%83%a1%e3%83%bc%e3%83%ab%e3%81%8c%e5%8f%97%e4%bf%a1%e5%87%ba%e6%9d%a5%e3%81%aa%e3%81%8f%e3%81%aa%e3%81%a3%e3%81%9f%e4%bb%b6%e3%81%a8%e8%a7%a3%e6%b1%ba%e5%87%ba%e6%9d%a5%e3%81%9f/</link>
		<comments>http://francisca.cc/2009/01/19/qmail%e3%81%a7%e3%83%a1%e3%83%bc%e3%83%ab%e3%81%8c%e5%8f%97%e4%bf%a1%e5%87%ba%e6%9d%a5%e3%81%aa%e3%81%8f%e3%81%aa%e3%81%a3%e3%81%9f%e4%bb%b6%e3%81%a8%e8%a7%a3%e6%b1%ba%e5%87%ba%e6%9d%a5%e3%81%9f/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 03:03:54 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[Linode]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[qmail]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=910</guid>
		<description><![CDATA[環境はqmail-pop3dです。 設定はググれば出てくるので割愛しますが、ある日突然メールが受信出来なくなってしまった。 あーでもないこうでもないでようやく分かったのでまとめます。 現象 : ・メール送っても受信が出来 [...]]]></description>
			<content:encoded><![CDATA[				<p>環境はqmail-pop3dです。<br />
				設定はググれば出てくるので割愛しますが、ある日突然メールが受信出来なくなってしまった。</p>
				<p>あーでもないこうでもないでようやく分かったのでまとめます。</p>
				<p>現象 :<br />
				・メール送っても受信が出来ない。<br />
				・かと言って送信元にエラーが戻るわけでもない。</p>
				<p>ログ :</p>
				<blockquote><p>smtp: 1232332630.068722 tcpserver: status: 1/40<br />
				smtp: 1232332630.069022 tcpserver: pid 19646 from 20x.xxx.xxx.x50<br />
				smtp: 1232332630.069114 tcpserver: ok 19646 0:6x.6x.xxx.xxx.x5 :2x.xxx.xxx.x50::1205<br />
				qmail: 1232332630.400282 new msg 256202<br />
				qmail: 1232332630.400341 info msg 256202: bytes 1294 from <foo @foo.com> qp 19647 uid 502<br />
				smtp: 1232332630.400598 tcpserver: end 19646 status 0<br />
				smtp: 1232332630.400631 tcpserver: status: 0/40<br />
				qmail: 1232332630.479867 starting delivery 4: msg 256202 to local xxxx@francisca.cc<br />
				qmail: 1232332630.479910 status: local 1/10 remote 0/20<br />
				qmail: 1232332630.482255 delivery 4: deferral: Uh-oh:_home_directory_is_writable._(#4.7.0)/<br />
				qmail: 1232332630.482279 status: local 0/10 remote 0/20<br />
				qmail: 1232332645.479946 starting delivery 5: msg 256200 to local xxxx@francisca.cc<br />
				qmail: 1232332645.480021 status: local 1/10 remote 0/20<br />
				qmail: 1232332645.482195 delivery 5: deferral: Uh-oh:_home_directory_is_writable._(#4.7.0)/<br />
				qmail: 1232332645.482219 status: local 0/10 remote 0/20</foo></p></blockquote>
				<p>よくわからないけど怒られてるっぽい。<br />
				エラーは Uh-oh:_home_directory_is_writable._(#4.7.0) これで、ググると出てくるんですが<br />
				Maildirのあるディレクトリそのもののパーミッションが緩すぎるのが原因のようです。<br />
				うちでは /home/user/Maildir にあるんですが、確かに user の部分が パーミッション707 も与えてましたよ。<br />
				755あたりに適当に変更して修正完了。<br />
				ようは第三者の書き込み権限があっちゃいけないようです。</p>
				<p>確かに自分以外のアカウントを作ったときに、管理者(俺)が読み書き出来るようにゆるめたんでした。 土曜日午後のことですね。<br />
				アカウント作った時間から予想すると45時間くらいのメールがロストしてるらしいけど大事なメールなんて来ないので気にしないことにする。</p>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2009/01/19/qmail%e3%81%a7%e3%83%a1%e3%83%bc%e3%83%ab%e3%81%8c%e5%8f%97%e4%bf%a1%e5%87%ba%e6%9d%a5%e3%81%aa%e3%81%8f%e3%81%aa%e3%81%a3%e3%81%9f%e4%bb%b6%e3%81%a8%e8%a7%a3%e6%b1%ba%e5%87%ba%e6%9d%a5%e3%81%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2009/01/19/qmail%e3%81%a7%e3%83%a1%e3%83%bc%e3%83%ab%e3%81%8c%e5%8f%97%e4%bf%a1%e5%87%ba%e6%9d%a5%e3%81%aa%e3%81%8f%e3%81%aa%e3%81%a3%e3%81%9f%e4%bb%b6%e3%81%a8%e8%a7%a3%e6%b1%ba%e5%87%ba%e6%9d%a5%e3%81%9f/" />
	</item>
		<item>
		<title>移転完了</title>
		<link>http://francisca.cc/2009/01/12/%e7%a7%bb%e8%bb%a2%e5%ae%8c%e4%ba%86/</link>
		<comments>http://francisca.cc/2009/01/12/%e7%a7%bb%e8%bb%a2%e5%ae%8c%e4%ba%86/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 07:42:49 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[Linode]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=895</guid>
		<description><![CDATA[LinodeへのWordPressの載せ替えが完了しました。 画像やthickbox等のJavaScript関連も問題なく移行できているハズです。 現状出来ていないのは、身内向けのサービスだったり自分向けのサービスだった [...]]]></description>
			<content:encoded><![CDATA[				<p><a href="http://www.linode.com/?r=ae5dacfa8b558c0961577d32256c6715ae669776">Linode</a>への<a href="http://ja.wordpress.org/">WordPress</a>の載せ替えが完了しました。<br />
				画像や<a href="http://jquery.com/demo/thickbox/">thickbox</a>等のJavaScript関連も問題なく移行できているハズです。</p>
				<p>現状出来ていないのは、身内向けのサービスだったり自分向けのサービスだったりです。<br />
				あと、やはり国内サーバから海外サーバへの移転なのでレスポンスが微妙に悪くなっていますね。<br />
				今までのサーバからwww.yahoo.co.jpへのpingは12ms程度なのに対し、新しいサーバからは115ms程度です。 うむ、遅い。<br />
				とはいえ、Webを閲覧していただく分にはそれほどストレスになる程度でもないのかな、といったギリギリのラインでしょうかね。</p>
				<p>何か動作がおかしいところがあれば指摘ください。</p>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2009/01/12/%e7%a7%bb%e8%bb%a2%e5%ae%8c%e4%ba%86/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2009/01/12/%e7%a7%bb%e8%bb%a2%e5%ae%8c%e4%ba%86/" />
	</item>
		<item>
		<title>サーバ移転を行います。</title>
		<link>http://francisca.cc/2009/01/12/%e3%82%b5%e3%83%bc%e3%83%90%e7%a7%bb%e8%bb%a2%e3%82%92%e8%a1%8c%e3%81%84%e3%81%be%e3%81%99%e3%80%82/</link>
		<comments>http://francisca.cc/2009/01/12/%e3%82%b5%e3%83%bc%e3%83%90%e7%a7%bb%e8%bb%a2%e3%82%92%e8%a1%8c%e3%81%84%e3%81%be%e3%81%99%e3%80%82/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 05:06:57 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[Linode]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[海外]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=893</guid>
		<description><![CDATA[さよならWebARENA. 自宅でやろうと思ってましたが、Linodeがあまりに安すぎるのでそっちにしてしまいます。 ではでは作業してきます。]]></description>
			<content:encoded><![CDATA[				<p>さよなら<a href="http://web.arena.ne.jp/suitepro/index.html">WebARENA</a>.</p>
				<p>自宅でやろうと思ってましたが、<a href="http://www.linode.com/?r=ae5dacfa8b558c0961577d32256c6715ae669776">Linode</a>があまりに安すぎるのでそっちにしてしまいます。<br />
				ではでは作業してきます。</p>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2009/01/12/%e3%82%b5%e3%83%bc%e3%83%90%e7%a7%bb%e8%bb%a2%e3%82%92%e8%a1%8c%e3%81%84%e3%81%be%e3%81%99%e3%80%82/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2009/01/12/%e3%82%b5%e3%83%bc%e3%83%90%e7%a7%bb%e8%bb%a2%e3%82%92%e8%a1%8c%e3%81%84%e3%81%be%e3%81%99%e3%80%82/" />
	</item>
		<item>
		<title>自宅サーバ化計画</title>
		<link>http://francisca.cc/2008/12/08/%e8%87%aa%e5%ae%85%e3%82%b5%e3%83%bc%e3%83%90%e5%8c%96%e8%a8%88%e7%94%bb/</link>
		<comments>http://francisca.cc/2008/12/08/%e8%87%aa%e5%ae%85%e3%82%b5%e3%83%bc%e3%83%90%e5%8c%96%e8%a8%88%e7%94%bb/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 07:30:02 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[ML115]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[自宅サーバ]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=835</guid>
		<description><![CDATA[うーん、まだ先だけど計画だけ練っておく。 おそらく春頃になるのかな？ このblog含めて色々なWebサイトを、今はWebARENAのSuitePROv2で運営してるけど、それらを自宅鯖化予定です。 固定IPも引く予定です [...]]]></description>
			<content:encoded><![CDATA[				<p>うーん、まだ先だけど計画だけ練っておく。<br />
				おそらく春頃になるのかな？</p>
				<p>このblog含めて色々なWebサイトを、今は<a href="http://web.arena.ne.jp/">WebARENA</a>の<a href="http://web.arena.ne.jp/suitepro/index.html">SuitePROv2</a>で運営してるけど、それらを自宅鯖化予定です。<br />
				固定IPも引く予定です。</p>
				<p>サーバにするのは家で電気代発生装置になっているML115.<br />
				初代の型でCPUはAthlonXP 3500+です。</p>
				<p>自宅でやるにはデフォルト構成ではパフォーマンスにも影響がありそうなのでハードウェアを交換予定。<br />
				まず、仮想化を考えているのでCPUはマルチコアプロセッサに交換予定です。 TDPが最悪62W(今と変わらない)、出来れば45Wのマルチコア製品に交換したいどすな。</p>
				<p>HDDは最悪換装で一台。 バックアップ用に小さいの一つ付けてもいいかも。<br />
				HDD一台で仮想OSを動かすとどうやばいことがあるのかはわからないので調査も必要なのかもですなぁ。<br />
				問題があるようなら320GBを仮想環境ごとに用意してやりますか。</p>
				<p>メモリもECCなしのDDR2メモリが動くようなので4GBで。</p>
				<p>回線は<a href="http://www.kamome.or.jp/kamome/multi-ip/index.html">かもめインターネット</a>で8IPを2回線目として引く。</p>
				<p>ハードの交換と回線代の初期費用で25000円くらいを予定。<br />
				月額はWebARENAよりも2000円ほど安くなる予定。<br />
				12ヶ月続ければトントンになる予定ですね。 よいことだ。</p>
				<p>とまぁ書き綴って興奮を抑えるとする。</p>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2008/12/08/%e8%87%aa%e5%ae%85%e3%82%b5%e3%83%bc%e3%83%90%e5%8c%96%e8%a8%88%e7%94%bb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2008/12/08/%e8%87%aa%e5%ae%85%e3%82%b5%e3%83%bc%e3%83%90%e5%8c%96%e8%a8%88%e7%94%bb/" />
	</item>
		<item>
		<title>ProFTPDでつっかかる問題</title>
		<link>http://francisca.cc/2008/09/11/proftpd%e3%81%a7%e3%81%a4%e3%81%a3%e3%81%8b%e3%81%8b%e3%82%8b%e5%95%8f%e9%a1%8c/</link>
		<comments>http://francisca.cc/2008/09/11/proftpd%e3%81%a7%e3%81%a4%e3%81%a3%e3%81%8b%e3%81%8b%e3%82%8b%e5%95%8f%e9%a1%8c/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 01:47:09 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ProFTPD]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=807</guid>
		<description><![CDATA[適当に設置したProFTPDが酷い状態だった。 FFFTPから操作しているとコマンド単位でわかるんですが、LISTやSTORコマンド時に3～5秒程度のウェイトがかかる(ことがある)。 なので.tar.gzファイル一つだけ [...]]]></description>
			<content:encoded><![CDATA[				<p>適当に設置したProFTPDが酷い状態だった。</p>
				<p>FFFTPから操作しているとコマンド単位でわかるんですが、LISTやSTORコマンド時に3～5秒程度のウェイトがかかる(ことがある)。<br />
				なので.tar.gzファイル一つだけ転送、のような使い方だと特に問題はないのですが数十、数百ファイルをアップロード、なんて使い方のときは酷い。<br />
				ファイル毎に発生するわけじゃありませんが、発生する確率は非常に高い！ そのたびにウェイトがかかるのでものすごく時間がかかってしまうワケですよ。</p>
				<p>いい加減なんとかしたいなーと思っていたんですが、よく考えてみたら今管理してる二つのLinuxの両方にProFTPDを入れているのに、片方では問題がない。<br />
				confを見ていたらありましたよ。</p>
				<blockquote><p>IdentLookups off<br />
				UseReverseDNS off</p></blockquote>
				<p>これらをproftpdのconfに追加すればOK. 少なくともうちの環境では効果あり。<br />
				それぞれの設定の意味は<a href="http://cyberam.dip.jp/linux_server/ftp/proftpd_main.html">よそ様</a>を見ていただければ分かるかと。<br />
				ファイル転送ごとに逆引きなんてしてたのかなぁ？ えー なんて思っちゃうけど効果があったんだからしょうがない。</p>
				<p>まぁ、話半分にご参考に。</p>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2008/09/11/proftpd%e3%81%a7%e3%81%a4%e3%81%a3%e3%81%8b%e3%81%8b%e3%82%8b%e5%95%8f%e9%a1%8c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2008/09/11/proftpd%e3%81%a7%e3%81%a4%e3%81%a3%e3%81%8b%e3%81%8b%e3%82%8b%e5%95%8f%e9%a1%8c/" />
	</item>
		<item>
		<title>[ PHP ] CentOS 4 x86_64 でのPHPインストール時のハマりどころ</title>
		<link>http://francisca.cc/2008/04/14/php-centos-4-x86_64-%e3%81%a7%e3%81%aephp%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e6%99%82%e3%81%ae%e3%83%8f%e3%83%9e%e3%82%8a%e3%81%a9%e3%81%93%e3%82%8d/</link>
		<comments>http://francisca.cc/2008/04/14/php-centos-4-x86_64-%e3%81%a7%e3%81%aephp%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e6%99%82%e3%81%ae%e3%83%8f%e3%83%9e%e3%82%8a%e3%81%a9%e3%81%93%e3%82%8d/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 01:24:16 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[WEB ARENA]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=779</guid>
		<description><![CDATA[自分用メモも含みます。 環境としてはWEB ARENAのVPS上です。 CentOS 4, x86_64のようです。 64bit Linuxは/lib64なんてあるのでもうトラブルが起きないことはないってのが目に見えます [...]]]></description>
			<content:encoded><![CDATA[				<p>自分用メモも含みます。</p>
				<p>環境としてはWEB ARENAのVPS上です。<br />
				CentOS 4, x86_64のようです。 64bit Linuxは/lib64なんてあるのでもうトラブルが起きないことはないってのが目に見えますが例に漏れず。<br />
				PHPは5.2.5です。</p>
				<p>解決方法のその前に、私の環境でのconfigureオプションはこんな感じです。</p>
				<blockquote><p>./configure \<br />
				&#8211;with-apxs2=/www/bin/apxs \<br />
				&#8211;enable-pdo=shared \<br />
				&#8211;with-pdo-sqlite=shared \<br />
				&#8211;with-sqlite=shared \<br />
				&#8211;with-mysql \<br />
				&#8211;enable-mbstring \<br />
				&#8211;enable-mbregex \<br />
				&#8211;with-gd \<br />
				&#8211;with-freetype-dir \<br />
				&#8211;with-jpeg-dir \<br />
				&#8211;with-png-dir \<br />
				&#8211;with-zlib-dir \<br />
				&#8211;enable-gd-native-ttf \<br />
				&#8211;enable-gd-jis-conv \<br />
				&#8211;enable-zip \<br />
				&#8211;enable-exif \<br />
				&#8211;with-tidy \</p></blockquote>
				<p>では早速、ハマりどころ1<br />
				&#8211;with-mysql<br />
				です。 MySQLはyumでインストールしてあります。</p>
				<blockquote><p>
				checking for MySQL UNIX socket location&#8230; /var/lib/mysql/mysql.sock<br />
				configure: error: Cannot find libmysqlclient under /usr.<br />
				Note that the MySQL client library is not bundled anymore!
				</p></blockquote>
				<p>解決法はconfigureのオプションに &#8211;with-libdir=lib64 を加えるだけです。</p>
				<blockquote><p>
				&#8211;with-libdir=lib64 \
				</p></blockquote>
				<p>もちろん、これを加えることで発生するエラーももちろんあると思います。 が、それは割愛します。</p>
				<p>もう一点。 libtidy周りですね。<br />
				これは珍しく（？）make install時にエラーが起きます。<br />
				tidy自体はconfigureで&#8211;enable-sharedをつけています。<br />
				ちと問題を再現出来なくなってしまったのでアレですが、対処法だけ。<br />
				起きるエラーは確か、libtidy.soを触ろうとして「それはライブラリじゃありません」的な内容です。<br />
				対処法は</p>
				<blockquote><p>
				vi /etc/ld.so.conf
				</p></blockquote>
				<p>で開いて</p>
				<blockquote><p>
				/usr/local/lib
				</p></blockquote>
				<p>を一行加えるだけです。</p>
				<p>64bit環境だと必ず起きる問題だと思うのですが、常識なのか、突っ込んだことをしていないのか。<br />
				不思議。</p>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2008/04/14/php-centos-4-x86_64-%e3%81%a7%e3%81%aephp%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e6%99%82%e3%81%ae%e3%83%8f%e3%83%9e%e3%82%8a%e3%81%a9%e3%81%93%e3%82%8d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2008/04/14/php-centos-4-x86_64-%e3%81%a7%e3%81%aephp%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e6%99%82%e3%81%ae%e3%83%8f%e3%83%9e%e3%82%8a%e3%81%a9%e3%81%93%e3%82%8d/" />
	</item>
		<item>
		<title>[ Server ] 海外のサーバ借りましたが・・・</title>
		<link>http://francisca.cc/2008/04/07/server-%e6%b5%b7%e5%a4%96%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%90%e5%80%9f%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%e3%81%8c%e3%83%bb%e3%83%bb%e3%83%bb/</link>
		<comments>http://francisca.cc/2008/04/07/server-%e6%b5%b7%e5%a4%96%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%90%e5%80%9f%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%e3%81%8c%e3%83%bb%e3%83%bb%e3%83%bb/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 07:21:16 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ServInt]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[レンタル]]></category>
		<category><![CDATA[海外]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=776</guid>
		<description><![CDATA[ちょっと不具合があって使うのを辞めることに。 SSHの反応が遅かったり、提供時点でのLinuxが既にかなり手入れられていたり、その他も。 国内系として使えるネットも使ってみたんですが、ちょっといまいち。 某お方からはwe [...]]]></description>
			<content:encoded><![CDATA[				<p>ちょっと不具合があって使うのを辞めることに。<br />
				SSHの反応が遅かったり、提供時点でのLinuxが既にかなり手入れられていたり、その他も。</p>
				<p>国内系として使えるネットも使ってみたんですが、ちょっといまいち。</p>
				<p>某お方からはweb arenaにシローなんて言われています。<br />
				今月は初期費用＋最低利用の1ヶ月でけっこういくらか取られてそうなので来月リトライ。</p>
				<p>もしServIntの契約手順が知りたい方がおられましたら載せます。<br />
				また、契約にあたってはUO 2ch loungeを始めお世話になりました。 ありがとうございます。</p>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2008/04/07/server-%e6%b5%b7%e5%a4%96%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%90%e5%80%9f%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%e3%81%8c%e3%83%bb%e3%83%bb%e3%83%bb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2008/04/07/server-%e6%b5%b7%e5%a4%96%e3%81%ae%e3%82%b5%e3%83%bc%e3%83%90%e5%80%9f%e3%82%8a%e3%81%be%e3%81%97%e3%81%9f%e3%81%8c%e3%83%bb%e3%83%bb%e3%83%bb/" />
	</item>
		<item>
		<title>[ Server ] 海外のVPSを借りてみた(途中)</title>
		<link>http://francisca.cc/2008/04/02/server-%e6%b5%b7%e5%a4%96%e3%81%aevps%e3%82%92%e5%80%9f%e3%82%8a%e3%81%a6%e3%81%bf%e3%81%9f%e9%80%94%e4%b8%ad/</link>
		<comments>http://francisca.cc/2008/04/02/server-%e6%b5%b7%e5%a4%96%e3%81%aevps%e3%82%92%e5%80%9f%e3%82%8a%e3%81%a6%e3%81%bf%e3%81%9f%e9%80%94%e4%b8%ad/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 16:26:28 +0000</pubDate>
		<dc:creator>ef(管理人)</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[ServInt]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[レンタル]]></category>
		<category><![CDATA[海外]]></category>

		<guid isPermaLink="false">http://francisca.cc/?p=772</guid>
		<description><![CDATA[海外のVPSを借りてみました。(借りようとしている途中です) ServInt XREAでもブログ動かすだけなら特に問題は起きていないんですが、サーバをいじらないと動かないスクリプトがあったり/作ったり、自宅で動かすのもな [...]]]></description>
			<content:encoded><![CDATA[				<p>海外のVPSを借りてみました。(借りようとしている途中です)</p>
				<p><a href="http://www.servint.net/">ServInt</a></p>
				<p>XREAでもブログ動かすだけなら特に問題は起きていないんですが、サーバをいじらないと動かないスクリプトがあったり/作ったり、自宅で動かすのもなぁというものもあったりで一部を外部に追い出してまとめることに。<br />
				VPSなんて数年前にキノｔ（略）にいたとき以来なので、とりあえず試しに一ヶ月。 一番安いプラン。<br />
				試しなんてないので、気に入らなかったら解約するであります。<br />
				初期費用がないのが助かります。</p>
				<p>しばらくはサブドメイン切って、テスト運用etcですかね。</p>
				<p>と、その前に「このクレジットで支払い開始してOKですよ」の確認のためのFAXをしなくちゃならないらしい。<br />
				米国へのFAXって国番号とかいるんだろか、さっぱりわからん。 そもそもこれ米国なのだろうか。 わからん。</p>
]]></content:encoded>
			<wfw:commentRss>http://francisca.cc/2008/04/02/server-%e6%b5%b7%e5%a4%96%e3%81%aevps%e3%82%92%e5%80%9f%e3%82%8a%e3%81%a6%e3%81%bf%e3%81%9f%e9%80%94%e4%b8%ad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://francisca.cc/2008/04/02/server-%e6%b5%b7%e5%a4%96%e3%81%aevps%e3%82%92%e5%80%9f%e3%82%8a%e3%81%a6%e3%81%bf%e3%81%9f%e9%80%94%e4%b8%ad/" />
	</item>
	</channel>
</rss>

