<?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>acheckのメモ帳</title>
	<atom:link href="http://blog.acheck.net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.acheck.net</link>
	<description>メモメモ。</description>
	<lastBuildDate>Sun, 23 Oct 2011 16:48:01 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[XAMPP]PHPのタイムゾーン設定</title>
		<link>http://blog.acheck.net/archives/260</link>
		<comments>http://blog.acheck.net/archives/260#comments</comments>
		<pubDate>Sun, 23 Oct 2011 16:48:01 +0000</pubDate>
		<dc:creator>acheck</dc:creator>
				<category><![CDATA[プログラム]]></category>

		<guid isPermaLink="false">http://blog.acheck.net/?p=260</guid>
		<description><![CDATA[Windows版のXAMPPでは、PHPのタイムゾーンがベルリンになっている。 下記を設定に加えて、Apacheの再起動が必要。 ・php.ini [Date] date.timezone = Asia/Tokyo]]></description>
			<content:encoded><![CDATA[<p>Windows版のXAMPPでは、PHPのタイムゾーンがベルリンになっている。<br />
下記を設定に加えて、Apacheの再起動が必要。</p>
<p>・php.ini<br />
[Date]<br />
date.timezone = Asia/Tokyo</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acheck.net/archives/260/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[CentOS6]MySQLパラメーター名変更</title>
		<link>http://blog.acheck.net/archives/255</link>
		<comments>http://blog.acheck.net/archives/255#comments</comments>
		<pubDate>Wed, 12 Oct 2011 04:37:17 +0000</pubDate>
		<dc:creator>acheck</dc:creator>
				<category><![CDATA[その他]]></category>

		<guid isPermaLink="false">http://blog.acheck.net/?p=255</guid>
		<description><![CDATA[MySQL5.0から5.1のバージョンアップに伴って、いくつかのパラメーター名が変更になっている。 [mysqld] [旧]default-character-set=utf8 [新]character-set-serv [...]]]></description>
			<content:encoded><![CDATA[<p>MySQL5.0から5.1のバージョンアップに伴って、いくつかのパラメーター名が変更になっている。</p>
<p>[mysqld]<br />
[旧]default-character-set=utf8<br />
[新]character-set-server=utf8</p>
<p>[mysqld]<br />
[旧]log_slow_queries<br />
[新]slow_query_log=on<br />
[新]slow_query_log_file=mysql-slow.log</p>
<p>[mysqld]<br />
[旧]log-long-format<br />
[新]不要</p>
<p>[mysql]<br />
[変更なし]default-character-set=utf8</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acheck.net/archives/255/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS6.0へpingをインストール</title>
		<link>http://blog.acheck.net/archives/251</link>
		<comments>http://blog.acheck.net/archives/251#comments</comments>
		<pubDate>Thu, 22 Sep 2011 08:21:36 +0000</pubDate>
		<dc:creator>acheck</dc:creator>
				<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://blog.acheck.net/?p=251</guid>
		<description><![CDATA[CentOS6.0の最小構成でインストールした場合には、wget、ping、digなどが含まれていない。 yumでインストールする場合は下記の通り。 yum install wget yum install bind-u [...]]]></description>
			<content:encoded><![CDATA[<p>CentOS6.0の最小構成でインストールした場合には、wget、ping、digなどが含まれていない。<br />
yumでインストールする場合は下記の通り。</p>
<p>yum install wget<br />
yum install bind-utils</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acheck.net/archives/251/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Scientific Linux]GUIインストールはマウス必須</title>
		<link>http://blog.acheck.net/archives/247</link>
		<comments>http://blog.acheck.net/archives/247#comments</comments>
		<pubDate>Thu, 30 Jun 2011 13:52:40 +0000</pubDate>
		<dc:creator>acheck</dc:creator>
				<category><![CDATA[その他]]></category>
		<category><![CDATA[Scientific Linux6.0]]></category>

		<guid isPermaLink="false">http://blog.acheck.net/?p=247</guid>
		<description><![CDATA[Scientific Linux6.0のテキストインストールでは、LVMの詳細を指定できないため、GUIインストールを使用することになる。 マウスを使用して進める分には問題ないのだけれど、以下の条件を満たすとパーティーシ [...]]]></description>
			<content:encoded><![CDATA[<p>Scientific Linux6.0のテキストインストールでは、LVMの詳細を指定できないため、GUIインストールを使用することになる。</p>
<p>マウスを使用して進める分には問題ないのだけれど、以下の条件を満たすとパーティーション指定画面へ進めない。</p>
<p>&#8212;&#8211;<br />
1.マウスをつながない。<br />
2.インストーラーの言語に日本語を指定する。<br />
&#8212;&#8211;</p>
<p>英語を指定した場合には動作するようなので、単純にAnacondaのタブステップ指定がうまくいっていないのか。</p>
<p>GUIを使うときは、不精せずにマウスもつないでおきましょうということで。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acheck.net/archives/247/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS6のリリース</title>
		<link>http://blog.acheck.net/archives/244</link>
		<comments>http://blog.acheck.net/archives/244#comments</comments>
		<pubDate>Thu, 30 Jun 2011 13:42:12 +0000</pubDate>
		<dc:creator>acheck</dc:creator>
				<category><![CDATA[サーバー]]></category>
		<category><![CDATA[CentOS6.0]]></category>

		<guid isPermaLink="false">http://blog.acheck.net/?p=244</guid>
		<description><![CDATA[2011/07/04にミラーサーバーへの同期が始まる予定。 時間帯によるけれど、理化学研究所(HTTP、FTP)は、5日くらい？ QAも落ち着いてきているので、今回は伸びないことを期待。 以下、リリース後に検証すること。 [...]]]></description>
			<content:encoded><![CDATA[<p>2011/07/04にミラーサーバーへの同期が始まる予定。<br />
時間帯によるけれど、理化学研究所(<a href="http://ftp.riken.jp/Linux/centos/6.0/isos/">HTTP</a>、<a href="ftp://ftp.riken.jp/Linux/centos/6.0/isos/">FTP</a>)は、5日くらい？</p>
<p>QAも落ち着いてきているので、今回は伸びないことを期待。</p>
<p>以下、リリース後に検証すること。</p>
<p>・ext4<br />
 現行版(5.6)でも安定。<br />
・KVM<br />
 幾何かの変更があるようなので、要確認。<br />
・ネットワーク</p>
<p>更新(2011/07/08):追加で商標削除を行っているとのこと。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acheck.net/archives/244/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[MFC]Windowsソケットの追加方法</title>
		<link>http://blog.acheck.net/archives/241</link>
		<comments>http://blog.acheck.net/archives/241#comments</comments>
		<pubDate>Thu, 19 May 2011 01:48:49 +0000</pubDate>
		<dc:creator>acheck</dc:creator>
				<category><![CDATA[プログラム]]></category>
		<category><![CDATA[MFC]]></category>

		<guid isPermaLink="false">http://blog.acheck.net/?p=241</guid>
		<description><![CDATA[プロジェクト作成時に、Windowsソケットを選択しなかった場合は、下記の対応で使用が可能になる。 /* stdfax.cpp最下部へ追加 */ #include // MFC のソケット拡張機能 /* App::Ini [...]]]></description>
			<content:encoded><![CDATA[<p>プロジェクト作成時に、Windowsソケットを選択しなかった場合は、下記の対応で使用が可能になる。</p>
<p>/* stdfax.cpp最下部へ追加 */<br />
#include <afxsock.h>            // MFC のソケット拡張機能</p>
<p>/* App::InitInstance()へ初期化を追加 */<br />
// Windowsソケットの初期化<br />
if (!AfxSocketInit())<br />
{<br />
	AfxMessageBox(IDP_SOCKETS_INIT_FAILED);<br />
	return FALSE;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acheck.net/archives/241/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NagiosでCould not complete SSL handshake</title>
		<link>http://blog.acheck.net/archives/236</link>
		<comments>http://blog.acheck.net/archives/236#comments</comments>
		<pubDate>Tue, 05 Oct 2010 01:24:19 +0000</pubDate>
		<dc:creator>acheck</dc:creator>
				<category><![CDATA[サーバー]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[NRPE]]></category>

		<guid isPermaLink="false">http://blog.acheck.net/?p=236</guid>
		<description><![CDATA[Nagiosでエラーが発生。 『CHECK_NRPE: Error &#8211; Could not complete SSL handshake.』 HTTPや、PINGが正常で、NRPE系のみが不調の場合には、xi [...]]]></description>
			<content:encoded><![CDATA[<p>Nagiosでエラーが発生。</p>
<p>『CHECK_NRPE: Error &#8211; Could not complete SSL handshake.』</p>
<p>HTTPや、PINGが正常で、NRPE系のみが不調の場合には、xinetdが固まっていることが多い。<br />
とくに、ロードアベレージが高まった後などに発現する。</p>
<p>突然アラートが出たら、xinetdの再起動が適当。</p>
<p>※allowed_hostsの設定漏れも考えられるけれど、xinetdで構築されている場合は設定不要。<br />
　</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acheck.net/archives/236/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interlinkの引っ越しで、NTT PCで輻輳発生</title>
		<link>http://blog.acheck.net/archives/230</link>
		<comments>http://blog.acheck.net/archives/230#comments</comments>
		<pubDate>Thu, 26 Aug 2010 06:21:48 +0000</pubDate>
		<dc:creator>acheck</dc:creator>
				<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://blog.acheck.net/?p=230</guid>
		<description><![CDATA[Interlinkさんの上位回線切り替えで、引っ越し先のNTT PC(NTT Infosphere)さんが、輻輳。 &#8212;&#8211; 10:00 Interlink NTT PC 回線への上位切り替え開始 ( [...]]]></description>
			<content:encoded><![CDATA[<p>Interlinkさんの上位回線切り替えで、引っ越し先のNTT PC(NTT Infosphere)さんが、輻輳。</p>
<p>&#8212;&#8211;<br />
10:00   Interlink NTT PC 回線への上位切り替え開始<br />
(<a href="http://www.interlink.or.jp/support/">http://www.interlink.or.jp/support/</a>)<br />
↓<br />
11:45   Interlink 東京エリア回線切り替え完了<br />
↓<br />
12:29   NTT Infosphere 輻輳発生<br />
(<a href="http://www.sphere.ne.jp/support/trouble/201008.flt:4.html">http://www.sphere.ne.jp/support/trouble/201008.flt:4.html</a>)<br />
↓<br />
12:51   Interlink 東京エリア通信障害発生<br />
↓<br />
13:31   Interlink 東京エリア通信障害復旧<br />
↓<br />
16:00頃 NTT Infosphere 復旧予定<br />
&#8212;&#8211;</p>
<p>ロードバランサーの機器交換で復旧しなければ、かなり時間がかかるとのこと。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acheck.net/archives/230/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Senna(MySQL)の全文検索動作不全</title>
		<link>http://blog.acheck.net/archives/227</link>
		<comments>http://blog.acheck.net/archives/227#comments</comments>
		<pubDate>Tue, 18 May 2010 06:27:35 +0000</pubDate>
		<dc:creator>acheck</dc:creator>
				<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://blog.acheck.net/?p=227</guid>
		<description><![CDATA[レプリケーション設定後は、検索結果が異常に少なくなる事象がでるため、 インデックスの再構築が必要。 サーバーを止めて再構築する方法と、インデックスをDROP→CREATEする方法があるけれど、 進行状況を把握しやすい(s [...]]]></description>
			<content:encoded><![CDATA[<p>レプリケーション設定後は、検索結果が異常に少なくなる事象がでるため、<br />
インデックスの再構築が必要。</p>
<p>サーバーを止めて再構築する方法と、インデックスをDROP→CREATEする方法があるけれど、<br />
進行状況を把握しやすい(show processlistでみてみる)ので、後者が運用しやすい印象。</p>
<p>alter table `テーブル名` drop index `フィールド名`;<br />
alter table `テーブル名` add fulltext(`フィールド名`);</p>
<p>※再構築のうち、DROPがとても重いので、ロードバランサーから切り離しての作業が適切。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acheck.net/archives/227/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>【ming】CentOS5.4へのインストール</title>
		<link>http://blog.acheck.net/archives/225</link>
		<comments>http://blog.acheck.net/archives/225#comments</comments>
		<pubDate>Thu, 06 May 2010 10:04:57 +0000</pubDate>
		<dc:creator>acheck</dc:creator>
				<category><![CDATA[サーバー]]></category>

		<guid isPermaLink="false">http://blog.acheck.net/?p=225</guid>
		<description><![CDATA[そのまま入力するとインストールが完了版。 以下、rootユーザーにて。 &#8212;&#8211; rpm &#8211;import http://dag.wieers.com/rpm/packages/RPM-GP [...]]]></description>
			<content:encoded><![CDATA[<p>そのまま入力するとインストールが完了版。</p>
<p>以下、rootユーザーにて。</p>
<p>&#8212;&#8211;<br />
rpm &#8211;import http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt<br />
rpm -ivh http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm</p>
<p>yum install gcc php-devel freetype-devel</p>
<p>cd ~/src<br />
wget &#8220;http://downloads.sourceforge.net/project/ming/Development%20Snapshots/ming-0.4.0.beta4/ming-0.4.0.beta4.tar.gz?use_mirror=jaist&#8221;</p>
<p>tar zxvf ./ming-0.4.0.beta4.tar.gz<br />
cd ming-0.4.0.beta4<br />
./configure &#8211;enable-php<br />
make<br />
paco -D make install</p>
<p>php -i | sed &#8216;s/ /\n/g&#8217; | grep libdir</p>
<p>cp php_ext/tmp/modules/ming.so /usr/lib64/php/modules/<br />
cp -a /usr/local/lib/libming.so* /usr/lib64/</p>
<p>echo &#8216;extension=ming.so&#8217; > /etc/php.d/ming.ini</p>
<p>service httpd restart</p>
<p>&#8212;</p>
<p>pacoが入っていない場合は、『make install』でok。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.acheck.net/archives/225/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

