<?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>ni kvel</title>
	<atom:link href="http://orz.miroq.info/feed" rel="self" type="application/rss+xml" />
	<link>http://orz.miroq.info</link>
	<description>漠然的な Something を Do しちゃうところ。</description>
	<lastBuildDate>Fri, 29 May 2009 03:56:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>windows7 で vSphere Client を動かす</title>
		<link>http://orz.miroq.info/archives/72</link>
		<comments>http://orz.miroq.info/archives/72#comments</comments>
		<pubDate>Fri, 29 May 2009 03:45:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[ESXi4.0]]></category>
		<category><![CDATA[VSphere]]></category>
		<category><![CDATA[VSphere Client]]></category>
		<category><![CDATA[Windows7]]></category>
		<category><![CDATA[Windows7 64bit]]></category>

		<guid isPermaLink="false">http://orz.miroq.info/?p=72</guid>
		<description><![CDATA[Windows7 を自分用マシンの OS として使っているわけですが、今回、ESXi 3.5 を ESXi 4.0 に upgrade しようと思ったときに、VI Client は起動できても、vSphere Client が Windows7 で起動しなかった。
いろいろ Forum で調べてみると、原因と対策がわかったのでメモ。
参考とした Forum は、
vsphere client on Windows 7 rc (vmware Forum)

.NET 3.5 SP1でインストールされる System.dll を自分の好きなディレクトリへコピー。
c:\Program Files(x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
.Net Framework を Windows7 にいれればいいんじゃね？と思うけど、うち Windows7 64bit なもんで
インストールできませんですた。
VpxClient.exe.config  の編集
%ProgramFiles(x86)%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\ 内にあるのでそれを以下のように編集。
&#60;?xml version="1.0" encoding="utf-8"?&#62;
&#60;configuration&#62;
　　  &#60;system.net&#62;　　
　　      [...]]]></description>
			<content:encoded><![CDATA[<p>Windows7 を自分用マシンの OS として使っているわけですが、今回、ESXi 3.5 を ESXi 4.0 に upgrade しようと思ったときに、VI Client は起動できても、vSphere Client が Windows7 で起動しなかった。</p>
<p>いろいろ Forum で調べてみると、原因と対策がわかったのでメモ。<br />
参考とした Forum は、<br />
<a href="http://communities.vmware.com/thread/211440" target="_blank">vsphere client on Windows 7 rc</a> (vmware Forum)</p>
<ol>
<li>.NET 3.5 SP1でインストールされる System.dll を自分の好きなディレクトリへコピー。
<pre>c:\Program Files(x86)\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib</pre>
<p>.Net Framework を Windows7 にいれればいいんじゃね？と思うけど、うち Windows7 64bit なもんで<br />
インストールできませんですた。</li>
<li>VpxClient.exe.config  の編集<br />
%ProgramFiles(x86)%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\ 内にあるのでそれを以下のように編集。</p>
<pre>&lt;?xml version="1.0" encoding="utf-8"?&gt;
&lt;configuration&gt;
　　  &lt;system.net&gt;　　
　　        &lt;connectionManagement&gt;　　
　　            &lt;clear/&gt;　　
　　            &lt;add address="*" maxconnection="8" /&gt;　　
　　        &lt;/connectionManagement&gt;　　
　　    &lt;/system.net&gt;　　
　　  &lt;appSettings&gt;　　
　　    &lt;add key = "protocolports" value = "https:443"/&gt;　　
　　  &lt;/appSettings&gt;　　
　　&lt;!-- 追加 --&gt;　　
　　  &lt;runtime&gt;　　
　　  &lt;developmentMode developerInstallation="true"/&gt;　　
　　  &lt;/runtime&gt;　　
　　&lt;!-- 追加終わり --&gt;　　
&lt;/configuration&gt;</pre>
</li>
<li>バッチファイルを作成<br />
コピーした System.dll を .NET Framework に認識してもらうために DEVPATH を記述したバッチファイルを作成。<br />
名前は適当で。</p>
<pre>SET DEVPATH=%ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\Lib
"%ProgramFiles%\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe"</pre>
<p>64bit Windows7 を使用している人は <span style="color: #0000ff;">%ProgramFiles%</span> を<span style="color: #ff0000;"> %PrograFiles(x86)%</span> にしてあげれば OK です。</li>
<li>あとはそのバッチファイルで起動。<br />
もしくは vSphere Client のショートカットを作成したバッチファイルにパスを変更してあげれば OK です。</li>
</ol>
<p>Windows7 で動かなかったといって、ESXi3.5 -&gt; ESXi4.0 に Upgrade するために Windows7 の機能である XPMode で1回やってみたことは秘密だｗｗｗｗｗｗ<br />
なので、先に vSphere Client だけ抽出しておいて上記設定後 Upgrade してもいいような気がしますお。</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.miroq.info/archives/72/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenServer on USB その2</title>
		<link>http://orz.miroq.info/archives/64</link>
		<comments>http://orz.miroq.info/archives/64#comments</comments>
		<pubDate>Wed, 01 Apr 2009 05:40:32 +0000</pubDate>
		<dc:creator>miroq</dc:creator>
				<category><![CDATA[XenServer]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usbboot]]></category>
		<category><![CDATA[インストール]]></category>

		<guid isPermaLink="false">http://orz.miroq.info/?p=64</guid>
		<description><![CDATA[XenServer の Installer は USB 化できたので、本題の USB に対してインストールを行ってみた。
たまたま 2本 USB メモリがあったので、1本は Installer 用として、もう1本は XenServer 本体用としてインストールを行ってみた。
インストールの画面のキャプチャーしていなかったので、
インストール画面は WindowsユーザーのためのXenServer入門【前編】 参照のこと。
2本 USB メモリを差し込んで、インストーラが入っている USB で boot を行う。
ステップを進んでいくと、XenServer をどれにインストールするか？と聞かれるので認識されている USB メモリを選択する。
その後は上の Impress Watch の通りに進んでいく。
もし選択の時点で USB が認識されていない場合は、そもそもその USB が正常に認識していない可能性がある。
たとえば、BUFFALO のマイクロ USB メモリの RUMA シリーズとかは SDカードリーダとして認識されてしまう。
確認方法としては、インストール用 USB メモリを一旦その USB メモリでつくってみて、
うまく USB boot できないのであれば疑った方がいいかもしれない。
で、インストールが完了したあとにすぐにわっしょいできるわけではないので、
ちゃんと XenServer を USB boot できる状態にする。手順は以下のとおり。

1. XenServer インストール用 CD or [...]]]></description>
			<content:encoded><![CDATA[<p>XenServer の Installer は USB 化できたので、本題の USB に対してインストールを行ってみた。<br />
たまたま 2本 USB メモリがあったので、1本は Installer 用として、もう1本は XenServer 本体用としてインストールを行ってみた。</p>
<p>インストールの画面のキャプチャーしていなかったので、<br />
インストール画面は <a href="http://enterprise.watch.impress.co.jp/cda/special/2008/12/25/14590.html">WindowsユーザーのためのXenServer入門【前編】</a> 参照のこと。</p>
<p>2本 USB メモリを差し込んで、インストーラが入っている USB で boot を行う。<br />
ステップを進んでいくと、XenServer をどれにインストールするか？と聞かれるので認識されている USB メモリを選択する。<br />
その後は上の Impress Watch の通りに進んでいく。<br />
もし選択の時点で USB が認識されていない場合は、そもそもその USB が正常に認識していない可能性がある。<br />
たとえば、BUFFALO のマイクロ USB メモリの RUMA シリーズとかは SDカードリーダとして認識されてしまう。</p>
<p>確認方法としては、インストール用 USB メモリを一旦その USB メモリでつくってみて、<br />
うまく USB boot できないのであれば疑った方がいいかもしれない。</p>
<p>で、インストールが完了したあとにすぐにわっしょいできるわけではないので、<br />
ちゃんと XenServer を USB boot できる状態にする。手順は以下のとおり。</p>
<p><span id="more-64"></span></p>
<blockquote><p>1. XenServer インストール用 CD or USB で boot</p>
<p>2. F2-Advanced を選択し、以下のようにタイプして Enter 。<br />
　　boot : shell</p>
<p>3. プロンプトの状態になるので、インストールされた USB メモリをマウントするためにマウントポイントを作成。<br />
　　# mkdir /tmp/sdX<br />
　　※ sdX = fdisk -l で確認してインストールされた USB メモリのパスにする</p>
<p>4. boot パーティションをマウント。その後マウントされているかどうか df コマンド or mount コマンドで確認。<br />
　　# mount -t ext3 /dev/sdX1 /tmp/sdX<br />
　　# df -h</p>
<p>5. block デバイスが インストールされた XenServer （USB メモリ）上に存在していないため、コピー<br />
　　# chmod -R 664 /sys/block<br />
　　# cp -R /sys/block/ /tmp/sdX/sys/block/<br />
　　※ コピー中に Read Only だぜボケ！とメッセージがでてくるけど軽くスルー</p>
<p>6. マウントしている USB メモリのマウントポイントで chroot<br />
　　# chroot /tmp/sdX</p>
<p>7. /boot ディレクトリに移動して、initrd イメージをバックアップ<br />
　　# mv initrd-2.6.18-53.1.13.el5.xs4.1.0.254.273xen.img \<br />
　　　 initrd-2.6.18-53.1.13.el5.xs4.1.0.254.273xen.img.old<br />
　　　 ※ initrd のバージョンはそのときの Version で指定すること</p>
<p>8. mkinitrd コマンドで &#8211;with-usb オプションをつけて再度 initrd イメージを作成<br />
　　# mkinitrd &#8211;with-usb initrd-2.6.18-53.1.13.el5.xs4.1.0.254.273xen.img \<br />
　　　 2.6.18-53.1.13.el5.xs4.1.0.254.273xen<br />
　　　 ※ initrd / kernelのバージョンはそのときの Version で指定すること</p>
<p>9. 作成されていることを確認して再起動。
</p></blockquote>
<p>これでインストールされた USB で boot すると XenServer が起動する。<br />
パフォーマンスとしては、HDD と比べてもそこまで遜色はないが、<br />
Guest OS を増加させていくとその分 USB 側の I/O も増加していくかもしれない。</p>
<p>あと、Intel PRO 1000 の　PCI Express 版を使用していたが、XenServer 5.0.0 update 2 では認識しなかった。<br />
最新の update 3 では PCI Express 版も認識されるようになったので、<br />
今後 XenServer を導入する場合は PCI Express 版の Intel PRO 1000 でもいいかもしれない。</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.miroq.info/archives/64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XenServer on USB その1</title>
		<link>http://orz.miroq.info/archives/52</link>
		<comments>http://orz.miroq.info/archives/52#comments</comments>
		<pubDate>Wed, 18 Mar 2009 04:14:38 +0000</pubDate>
		<dc:creator>miroq</dc:creator>
				<category><![CDATA[XenServer]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[usbboot]]></category>
		<category><![CDATA[usbブート]]></category>

		<guid isPermaLink="false">http://orz.miroq.info/?p=52</guid>
		<description><![CDATA[ESXi の USB boot は有名だけど、今回 XenServer が無償化したため、XenServer も USB 起動できるんじゃないか？と思った。
HP や DELL には OEM Edition として USB boot で提供できるオプションはあるんだけどね。
てことで、XenServer の USB Boot できたのでメモ。

用意するもの
	・ USB メモリ（8GB～16GBぐらいあれば幸せになれる？）
	・ syslinux.exe （syslinux-3.73.zip ）
	・ XenServer isoファイル （XenServer-5.0.0-install-cd.iso）
	・ WinRAR などの isoファイルを解凍できるソフト or Daemon Tools

まず、 USB メモリを HP USB Disk Storage Format Tool で フォーマットかけておく。
フォーマットが完了したら、次は XenServer iso ファイル（XenServer-5.0.0-install-cd.iso）を展開する。展開後は以下のようなディレクトリ構成になっている。

./
&#124;&#8211; AUTORUN.INF
&#124;&#8211; EULA
&#124;&#8211; LICENSES
&#124;&#8211; REVISION
&#124;&#8211; boot
&#124;　　&#124;&#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>ESXi の USB boot は有名だけど、今回 XenServer が無償化したため、XenServer も USB 起動できるんじゃないか？と思った。<br />
HP や DELL には OEM Edition として USB boot で提供できるオプションはあるんだけどね。</p>
<p>てことで、XenServer の USB Boot できたのでメモ。</p>
<p><span id="more-52"></span></p>
<blockquote><p>用意するもの<br />
	・ USB メモリ（8GB～16GBぐらいあれば幸せになれる？）<br />
	・ syslinux.exe （syslinux-3.73.zip ）<br />
	・ XenServer isoファイル （XenServer-5.0.0-install-cd.iso）<br />
	・ WinRAR などの isoファイルを解凍できるソフト or Daemon Tools
</p></blockquote>
<p>まず、 USB メモリを HP USB Disk Storage Format Tool で フォーマットかけておく。<br />
フォーマットが完了したら、次は XenServer iso ファイル（XenServer-5.0.0-install-cd.iso）を展開する。展開後は以下のようなディレクトリ構成になっている。</p>
<blockquote><p>
./<br />
|&#8211; AUTORUN.INF<br />
|&#8211; EULA<br />
|&#8211; LICENSES<br />
|&#8211; REVISION<br />
|&#8211; boot<br />
|　　|&#8211; isolinux<br />
|　　|　　|&#8211; boot.cat<br />
|　　|　　|&#8211; isolinux.bin<br />
|　　|　　|&#8211; isolinux.cfg<br />
|　　|　　|&#8211; mboot.c32<br />
|　　|　　|&#8211; menu.c32<br />
|　　|　　|&#8211; pg_help<br />
|　　|　　|&#8211; pg_main<br />
|　　|　　`&#8211; splash.lss<br />
|　　|&#8211; legacy.gz<br />
|　　|&#8211; vmlinuz<br />
|　　`&#8211; xen.gz<br />
|&#8211; client_install<br />
|　　|&#8211; XenCenter.ico<br />
|　　|&#8211; XenCenter.msi<br />
|　　`&#8211; windows-pvdrivers-xensetup.exe<br />
|&#8211; docs<br />
|　　|&#8211; EULA<br />
|　　|&#8211; LICENSES<br />
|　　|&#8211; guest.pdf<br />
|　　|&#8211; installation.pdf<br />
|　　|&#8211; reference.pdf<br />
|　　|&#8211; releasenotes.pdf<br />
|　　`&#8211; sdk.pdf<br />
|&#8211; install.img<br />
`&#8211; packages.main<br />
　　|&#8211; XS-PACKAGES<br />
　　|&#8211; XS-REPOSITORY<br />
　　|&#8211; docs.tar.bz2<br />
　　|&#8211; dom0fs.tar.bz2<br />
　　|&#8211; el4.5-binaries.tar.bz2<br />
　　|&#8211; el4.6-binaries.tar.bz2<br />
　　|&#8211; el4.7-binaries.tar.bz2<br />
　　|&#8211; el5.0-binaries.tar.bz2<br />
　　|&#8211; el5.1-binaries.tar.bz2<br />
　　|&#8211; el5.2-binaries.tar.bz2<br />
　　|&#8211; license.tar.bz2<br />
　　|&#8211; sm.tar.bz2<br />
　　|&#8211; tools-iso.tar.bz2<br />
　　|&#8211; xapi.tar.bz2<br />
　　`&#8211; xha.tar.bz2
</p></blockquote>
<p>全部のディレクトリを USB メモリにコピーしてもいいが、必要なものは boot ディレクトリ packages.main と install.img で十分だと思う。一応 EULA あたりをいれておいてもいいけど。まぁお好みで好きな方を。 </p>
<p>そして、boot ディレクトリ内の isolinux の中に存在するファイルすべてを USB ドライブ直下にコピー。コピー後、isolinux.cfg を syslinux.cfg へ名前を変更。</p>
<p>変更後、syslinux-3.73.zip を解凍し、その中にある win32 フォルダを C ドライブ直下あたりにコピー。これもお好きに。<br />
win32 ディレクトリコピー後にコマンドプロンプトを起動し、以下のコマンドを実行</p>
<blockquote><p>syslinux.exe -am f:<br />
※ f: USBメモリが OS 上で認識されているドライブ名を指定
</p></blockquote>
<p>これで、XenServer のインストール CD を USB化できたので、boot 中に USB を選択すれば晴れて XenServer の <strong>インストール画面</strong> が表示される。あえてインストール画面といったのは、これからようやく中身のインストールに入っていくから。そこが ESXi とちょっと違うところ。<br />
USB で boot させた後に HDD にインストールしてしまってはなんのためにこの行為をやったのか意味不明なところ。<br />
まぁ、DVDドライブやCDドライブついていない機器に対しては有効な手段ではあるけども。</p>
<p>上の行為は10分ぐらいでできるんだけど、次回は実際の XenServer のインストールを USBメモリ の中にやっちゃえってことをやってみます。<br />
で、ちょっとした課題を書いてみる。</p>
<blockquote><p>
・ USB HDD にインストールする例は見たが、この考え方で行くと、もう1本 USB メモリ必要？<br />
・ 必要でないなら、USB メモリのパーティションを分けてあげて、インストール側<br />
　 ではないほうを ext3 に フォーマットしてあげれば問題なし？<br />
・ てことはインストール後 FAT32 の領域消して ext3 の容量拡張すればおｋ？<br />
・　てか、CDで焼いて、USB にインストールすれば楽じゃね？
</p></blockquote>
<p>まぁ、次回そこをがんばってみます。</p>
<p>参考サイト<br />
Installing and Running XenServer 4.1 on an External USB Drive<br />
<a href="http://virtualizationreview.com/columns/article.aspx?editorialsid=2618" target="_blank">http://virtualizationreview.com/columns/article.aspx?editorialsid=2618</a></p>
<p>Citrix Forums : XenServer on USB<br />
<a href="http://forums.citrix.com/thread.jspa?threadID=150097&#038;tstart=0" target="_blank">http://forums.citrix.com/thread.jspa?threadID=150097&#038;tstart=0</a></p>
<p>USB-Knoppixではじめよう<br />
<a href="http://yumenohako.jp/cgi-bin/knoppix/wiki.cgi?page=USB%A4%D8OS%A4%F2%BD%F1%A4%AD%B9%FE%A4%E0" target="_blank">http://yumenohako.jp/cgi-bin/knoppix/wiki.cgi?page=USB%A4%D8OS%A4%F2%BD%F1%A4%AD%B9%FE%A4%E0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://orz.miroq.info/archives/52/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>realtek acl883 HD audio が XPSP3 でインストールできない</title>
		<link>http://orz.miroq.info/archives/46</link>
		<comments>http://orz.miroq.info/archives/46#comments</comments>
		<pubDate>Sat, 24 Jan 2009 16:31:18 +0000</pubDate>
		<dc:creator>miroq</dc:creator>
				<category><![CDATA[未分類]]></category>
		<category><![CDATA[alc883]]></category>
		<category><![CDATA[realtek]]></category>
		<category><![CDATA[sp3]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[xp]]></category>
		<category><![CDATA[インストールできない]]></category>

		<guid isPermaLink="false">http://orz.miroq.info/?p=46</guid>
		<description><![CDATA[Windows ７ をクリーンインストールで楽しんで検証完了したので、
XPSP3 の ISO を作成してインストールしなおした。
その後、Realtek のドライバをインストールしてもぜんぜんドライバが反応しなかったので
いろいろググってみた。やっぱり SP3 だとインストールできないという事実に愕然。
ある Forum で下のような指示が書いていて同様に行ったらちゃんと認識できたので、
ここにメモを記述と。

レジストリエディタ（regedit.exe）で以下の部分を書き換える。
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\CSDVersion
上記の値を 300 から 200 へ。これで SP2 が入っていると OS　が認識する。
1.を変更したら OS 再起動
再起動後、kb888111xpsp2.exe を落としてきてインストール。そうすると、今まで SP3 で見えなかったデバイスが見えてくるので、あとは普通にインストール可能となる。そして仕上げで、
再度再起動後、レジストリエディタで変更した 200 を 300へ変更してまた再起動

巷の一般ユーザの XP は SP3 なのに・・・
もう Realtek 自体が Vista に逝けと思っているのかな・・・。
]]></description>
			<content:encoded><![CDATA[<p>Windows ７ をクリーンインストールで楽しんで検証完了したので、<br />
XPSP3 の ISO を作成してインストールしなおした。<br />
その後、Realtek のドライバをインストールしてもぜんぜんドライバが反応しなかったので<br />
いろいろググってみた。やっぱり SP3 だとインストールできないという事実に愕然。</p>
<p>ある Forum で下のような指示が書いていて同様に行ったらちゃんと認識できたので、<br />
ここにメモを記述と。</p>
<ol>
<li>レジストリエディタ（regedit.exe）で以下の部分を書き換える。<br />
<blockquote>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Windows\CSDVersion</p></blockquote>
<p>上記の値を 300 から 200 へ。これで SP2 が入っていると OS　が認識する。</li>
<li>1.を変更したら OS 再起動</li>
<li>再起動後、kb888111xpsp2.exe を落としてきてインストール。<br />そうすると、今まで SP3 で見えなかったデバイスが見えてくるので、あとは普通にインストール可能となる。そして仕上げで、</li>
<li>再度再起動後、レジストリエディタで変更した <strong>200</strong> を <strong>300</strong>へ変更してまた再起動</li>
</ol>
<p>巷の一般ユーザの XP は SP3 なのに・・・<br />
もう Realtek 自体が Vista に逝けと思っているのかな・・・。</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.miroq.info/archives/46/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 10 で Online Upgrade でやってみた</title>
		<link>http://orz.miroq.info/archives/34</link>
		<comments>http://orz.miroq.info/archives/34#comments</comments>
		<pubDate>Tue, 25 Nov 2008 15:52:19 +0000</pubDate>
		<dc:creator>miroq</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[f10]]></category>
		<category><![CDATA[Fedora 10]]></category>
		<category><![CDATA[online upgrade]]></category>
		<category><![CDATA[package-cleanup]]></category>

		<guid isPermaLink="false">http://orz.miroq.info/?p=34</guid>
		<description><![CDATA[といっても、初めて行うことではなく。
Fedora 7 から 8・9 と Online Upgrade してきているので、普通な感じになってきた。
とりあえず、やり方いっつも忘れるので、備忘録として。
まず、Fedora 10 release と release-notes を RPM でインストール
# rpm -Uvh \
http://ftp.iij.ad.jp/pub/linux/fedora/releases/10/Everything/i386/os/Packages/fedora-release-10-1.noarch.rpm \
http://ftp.iij.ad.jp/pub/linux/fedora/releases/10/Everything/i386/os/Packages/fedora-release-notes-10.0.0-1.noarch.rpm
そのあとに念のため yum clean all 。キャッシュ残っていたらいけないし。
# yum clean all
で、いざ upgrade go ！！！
# yum upgrade 
ここで大抵パッケージの衝突があるので、Error の出ているパッケージを削除。今回は libexiv だけでした。うちの場合は。
で、もう1回 yum upgrade。衝突がなかったので、y 入れて今 upgrade 中。
今回は 1GB も download か。インストールも含めたら約2時間ぐらいかかった。
reboot 完了後、package-cleanup を実行！
# package-cleanup -d 
今回は重複もなくさくっと完了しました。
]]></description>
			<content:encoded><![CDATA[<p>といっても、初めて行うことではなく。<br />
Fedora 7 から 8・9 と Online Upgrade してきているので、普通な感じになってきた。<br />
とりあえず、やり方いっつも忘れるので、備忘録として。<br />
まず、Fedora 10 release と release-notes を RPM でインストール</p>
<blockquote><p># rpm -Uvh \<br />
http://ftp.iij.ad.jp/pub/linux/fedora/releases/10/Everything/i386/os/Packages/fedora-release-10-1.noarch.rpm \</p>
<p>http://ftp.iij.ad.jp/pub/linux/fedora/releases/10/Everything/i386/os/Packages/fedora-release-notes-10.0.0-1.noarch.rpm</p></blockquote>
<p>そのあとに念のため yum clean all 。キャッシュ残っていたらいけないし。</p>
<blockquote><p># yum clean all</p></blockquote>
<p>で、いざ upgrade go ！！！</p>
<blockquote><p># yum upgrade </p></blockquote>
<p>ここで大抵パッケージの衝突があるので、Error の出ているパッケージを削除。今回は libexiv だけでした。うちの場合は。<br />
で、もう1回 yum upgrade。衝突がなかったので、y 入れて今 upgrade 中。<br />
今回は 1GB も download か。インストールも含めたら約2時間ぐらいかかった。</p>
<p>reboot 完了後、package-cleanup を実行！</p>
<blockquote><p># package-cleanup -d </p></blockquote>
<p>今回は重複もなくさくっと完了しました。</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.miroq.info/archives/34/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php APC 入れてみた</title>
		<link>http://orz.miroq.info/archives/30</link>
		<comments>http://orz.miroq.info/archives/30#comments</comments>
		<pubDate>Sun, 16 Nov 2008 03:54:27 +0000</pubDate>
		<dc:creator>miroq</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[APC]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php-pecl-apc]]></category>
		<category><![CDATA[アクセラレータ]]></category>

		<guid isPermaLink="false">http://orz.miroq.info/?p=30</guid>
		<description><![CDATA[php アクセラレータは世の中にいっぱいある。
APC (Alternative PHP Cache)
eAccelerator
XCache

Gigazine の投稿を参考にし、なおかつ Fedora で yum で入れれる APC を入れてみた。
# yum install php-pecl-apc
インストール後、/etc/php.d/apc.ini に APC 設定ファイルが作成されるので、編集して↓のようにした。
; Enable apc extension module
extension = apc.so
; Options for the apc module
apc.enabled=1
apc.shm_segments=1
apc.optimization=2
apc.shm_size=32
apc.ttl=7200
apc.user_ttl=7200
apc.num_files_hint=1024
apc.mmap_file_mask=/tmp/apc.XXXXXX
apc.enable_cli=1
apc.cache_by_default=1
apc.optimization は Default では 0 だけど、Alternative PHP Cache (APC) を参考にすると、

apc.optimization  integer
最適化レベル。ゼロは最適化を無効にし、値を大きくするほど 最適化のレベルが高くなります。わずかながら速度の向上が 期待できます。この項目は実験的なものです。 
と書いているので、0 で試してみていないのにも関わらず、2 にしてみた。1 にしないのは天の邪鬼なのでｗｗｗｗ
で、Apache を再起動し自分の blog で確認したら・・・表示早くなったよおおおおおおお。
てことで、アクセラレータの恩恵を初めて感じました。
]]></description>
			<content:encoded><![CDATA[<p>php アクセラレータは世の中にいっぱいある。</p>
<blockquote><li>APC (Alternative PHP Cache)</li>
<li>eAccelerator</li>
<li>XCache</li>
</blockquote>
<p><a href="http://gigazine.net/index.php?/news/comments/20061103_php_accelerator/" target="_blank">Gigazine</a> の投稿を参考にし、なおかつ Fedora で yum で入れれる APC を入れてみた。</p>
<blockquote><p># yum install php-pecl-apc</p></blockquote>
<p>インストール後、/etc/php.d/apc.ini に APC 設定ファイルが作成されるので、編集して↓のようにした。</p>
<blockquote><p>; Enable apc extension module<br />
extension = apc.so<br />
; Options for the apc module<br />
apc.enabled=1<br />
apc.shm_segments=1<br />
apc.optimization=2<br />
apc.shm_size=32<br />
apc.ttl=7200<br />
apc.user_ttl=7200<br />
apc.num_files_hint=1024<br />
apc.mmap_file_mask=/tmp/apc.XXXXXX<br />
apc.enable_cli=1<br />
apc.cache_by_default=1</p></blockquote>
<p>apc.optimization は Default では 0 だけど、<a href="http://phpspot.net/php/man/php/ref.apc.html" target="_blank">Alternative PHP Cache (APC)</a> を参考にすると、</p>
<blockquote><p>
apc.optimization  integer</p>
<p>最適化レベル。ゼロは最適化を無効にし、値を大きくするほど 最適化のレベルが高くなります。わずかながら速度の向上が 期待できます。この項目は実験的なものです。 </p></blockquote>
<p>と書いているので、0 で試してみていないのにも関わらず、2 にしてみた。1 にしないのは天の邪鬼なのでｗｗｗｗ<br />
で、Apache を再起動し自分の blog で確認したら・・・表示早くなったよおおおおおおお。<br />
てことで、アクセラレータの恩恵を初めて感じました。</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.miroq.info/archives/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>smartd での sector error 復活作業</title>
		<link>http://orz.miroq.info/archives/24</link>
		<comments>http://orz.miroq.info/archives/24#comments</comments>
		<pubDate>Sat, 18 Oct 2008 16:55:27 +0000</pubDate>
		<dc:creator>miroq</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Offline uncorrectable sectors]]></category>
		<category><![CDATA[S.M.A.R.T]]></category>
		<category><![CDATA[sector]]></category>
		<category><![CDATA[smartd]]></category>

		<guid isPermaLink="false">http://orz.miroq.info/?p=24</guid>
		<description><![CDATA[家鯖で、Sector Read Error がでていて OS が立ち上がらなかったので、新規に Logical Volume 作って、一旦余っている領域から Logical Volume つくって rsync で同期後立ち上げなおした。
で、復旧後、smartd.log を見ると、家鯖の HDD で smard から↓のような悲鳴があがってた。
smartd[2684]: Device: /dev/sda, 1 Currently unreadable (pending) sectors
smartd[2684]: Device: /dev/sda, 1 Offline uncorrectable sectors
エラー箇所を調べるため、smartctl を実行
# smartctl &#8211;test=short /dev/sda
smartctl version 5.38 [i386-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen
Home page is http://smartmontools.sourceforge.net/
=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending [...]]]></description>
			<content:encoded><![CDATA[<p>家鯖で、Sector Read Error がでていて OS が立ち上がらなかったので、新規に Logical Volume 作って、一旦余っている領域から Logical Volume つくって rsync で同期後立ち上げなおした。<br />
で、復旧後、smartd.log を見ると、家鯖の HDD で smard から↓のような悲鳴があがってた。</p>
<blockquote><p>smartd[2684]: Device: /dev/sda, 1 Currently unreadable (pending) sectors<br />
smartd[2684]: Device: /dev/sda, 1 Offline uncorrectable sectors</p></blockquote>
<p>エラー箇所を調べるため、smartctl を実行</p>
<blockquote><p># smartctl &#8211;test=short /dev/sda<br />
smartctl version 5.38 [i386-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen<br />
Home page is http://smartmontools.sourceforge.net/</p>
<p>=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===<br />
Sending command: &#8220;Execute SMART Short self-test routine immediately in off-line mode&#8221;.<br />
Drive command &#8220;Execute SMART Short self-test routine immediately in off-line mode&#8221; successful.<br />
Testing has begun.<br />
Please wait 1 minutes for test to complete.<br />
Test will complete after Sun Oct 19 01:30:18 2008
</p></blockquote>
<p>んで、状況をみるために、smartctrl -l /dev/sda をやってみる。</p>
<blockquote><p># smartctl -l /dev/sda<br />
smartctl version 5.38 [i386-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen<br />
Home page is http://smartmontools.sourceforge.net/</p>
<p>=== START OF READ SMART DATA SECTION ===<br />
SMART Self-test log structure revision number 1<br />
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error<br />
# 1  Short offline       Completed: read failure       90%       261         98652487
</p></blockquote>
<p>デテキターーーーーーーーーー。<br />
ということで、早速このセクタを直す作業にはいってみる。</p>
<p><span id="more-24"></span></p>
<p>LBA_of_first_error の番地が 98652487 なので、↓の公式を元に dd で Zero を埋める場所（seek する場所）を見つける。</p>
<blockquote><p>  b = (int)((L-S)*512/B)<br />
where:<br />
b = File System block number<br />
B = File system block size in bytes<br />
L = LBA of bad sector<br />
S = Starting sector of partition as shown by fdisk -lu<br />
and (int) denotes the integer part.</p></blockquote>
<p>今回は S の値は無しで B = 4096 L = 98652487 となるので、</p>
<blockquote><p> b = (int)(98652487 * 512 / 4096) = (int)12331560.875 = 12331560<br />
※ 小数点は切り捨て</p></blockquote>
<p>となった。dd にて seek 場所が 12331560 とわかったので、早速 dd</p>
<blockquote><p># dd if=/dev/zero of=/dev/sda bs=4096 count=1 seek=12331560<br />
1+0 records in<br />
1+0 records out<br />
4096 bytes (4.1 kB) copied, 0.000270448 s, 43.8 MB/s</p></blockquote>
<p>そして、正常にもどったかどうかチェック！</p>
<blockquote><p># smartctl &#8211;test=long /dev/sda<br />
# smarctl -l selftest /dev/sda<br />
SMART Self-test log structure revision number 1<br />
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error<br />
# 1  Extended offline    Self-test routine in progress 90%       268         -<br />
# 2  Extended offline    Completed without error       00%       263         -<br />
# 5  Short offline       Completed: read failure       90%       261         98652487
</p></blockquote>
<p>ナオッターーーーーーーーーーーーーーー！！！！<br />
念のため、xfs_repair してあげてから lvm logical volume なので、lvremove を使って使っていた論理ボリューム削除しました。これで再利用できるっ！！１！！</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.miroq.info/archives/24/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 9 で Xming</title>
		<link>http://orz.miroq.info/archives/22</link>
		<comments>http://orz.miroq.info/archives/22#comments</comments>
		<pubDate>Thu, 16 Oct 2008 13:45:43 +0000</pubDate>
		<dc:creator>miroq</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Fedora 9]]></category>
		<category><![CDATA[gdm]]></category>
		<category><![CDATA[Xming]]></category>

		<guid isPermaLink="false">http://orz.miroq.info/?p=22</guid>
		<description><![CDATA[これもまた忘れていた項目。
というか、鯖に X 入れている時点でみんなから負けとか言われますがなにか。
必要なものを依存関係をなしにしてまで入れるがマンドクサイからというのもあるけどね。
会社の鯖には X はいれませんが。
ということで本題ですねぃ。
PC 切替器使って別画面で鯖の画面みればいいんじゃね？とか言われそうですが、
これもまた Ctrl x 2 で切り替えて、とか面倒なので。gdm 使って変更しますわと。
Fedora 8, Fedora 9 では gdm の custom.conf を変更することで、Xming で見れるようになる。
やり方は簡単。↓のようにすればおｋ
# vi /etc/gdm/custom.conf
# GDM configuration storage
[xdmcp]
Enable=true ]]></description>
			<content:encoded><![CDATA[<p>これもまた忘れていた項目。<br />
というか、鯖に X 入れている時点でみんなから負けとか言われますがなにか。<br />
必要なものを依存関係をなしにしてまで入れるがマンドクサイからというのもあるけどね。</p>
<p>会社の鯖には X はいれませんが。<br />
ということで本題ですねぃ。</p>
<p>PC 切替器使って別画面で鯖の画面みればいいんじゃね？とか言われそうですが、<br />
これもまた Ctrl x 2 で切り替えて、とか面倒なので。gdm 使って変更しますわと。</p>
<p>Fedora 8, Fedora 9 では gdm の custom.conf を変更することで、Xming で見れるようになる。<br />
やり方は簡単。↓のようにすればおｋ</p>
<blockquote><p># vi /etc/gdm/custom.conf<br />
# GDM configuration storage</p>
<p>[xdmcp]<br />
Enable=true <<----- 追加<br />
[chooser]</p>
<p>[security]<br />
AllowRemoteRoot=true <<----- root でログインしたいなら追加<br />
[debug]
</p></blockquote>
<p>追加後、reboot すればおｋ。あとは、Xming で設定してあげて起動したらサクっとみれますた。<br />
security 項目の AllowRemoteRoot=true を平気で書いている人いるけど、どうなんだろ。<br />
俺は書かないけど。Enable=true さえしておけば、Xming で xdmcp 経由でいけるわけだし。</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.miroq.info/archives/22/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SATA2 で 3.0Gbps で接続されない理由</title>
		<link>http://orz.miroq.info/archives/19</link>
		<comments>http://orz.miroq.info/archives/19#comments</comments>
		<pubDate>Thu, 16 Oct 2008 13:35:05 +0000</pubDate>
		<dc:creator>miroq</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[1.5Gbps]]></category>
		<category><![CDATA[HDD]]></category>
		<category><![CDATA[Jumper]]></category>
		<category><![CDATA[SATA]]></category>
		<category><![CDATA[Seagate]]></category>
		<category><![CDATA[ジャンパ]]></category>

		<guid isPermaLink="false">http://orz.miroq.info/?p=19</guid>
		<description><![CDATA[/dev/sda が逝ってしまって、500GB HDD を購入して、再構築。
いろいろな設定を忘れてたお（ ＾ω＾）おっおっおっ
まず、dmesg あたりを覗いてみて気づいたことが 新規で買った 500GB HDD が 1.5Gbps で接続されていた件。
完全に↓のようなことを忘れていて、一生懸命ググるｗｗｗｗｗｗｗｗｗｗｗｗｗ
おｋ。SATA2 ケーブル対応とか謳っている所もあるな。でも、値段変えちゃいけないでしょ。
なんか ICH7 と Linux が相性ヤバげとか書いているな・・・これって Kernel 再構築かね・・・
と 1 時間ぐらい悩んで( ﾟдﾟ)ﾊｯ!と気づいた。
HDD を買ったときに デフォで下のような感じになっていた。

Limit data transfer rate to 1.5Gbits per second
Limit data transfer rate to 1.5Gbits per second

大切なことなので2回言ってみました。
HDD はたまに買うものなので、いっつもジャンパを抜くことを忘れてしまう(つд⊂)ｴｰﾝ
なので、鯖の電源落として、ジャンパをぶっこ抜いて起動したら無事に 3.0Gbps で認識完了！
↓がそのときのログ。
# hdparm -I /dev/sda
/dev/sda:
ATA device, with non-removable media
        [...]]]></description>
			<content:encoded><![CDATA[<p>/dev/sda が逝ってしまって、500GB HDD を購入して、再構築。<br />
いろいろな設定を忘れてたお（ ＾ω＾）おっおっおっ</p>
<p>まず、dmesg あたりを覗いてみて気づいたことが 新規で買った 500GB HDD が 1.5Gbps で接続されていた件。<br />
完全に↓のようなことを忘れていて、一生懸命ググるｗｗｗｗｗｗｗｗｗｗｗｗｗ<br />
おｋ。SATA2 ケーブル対応とか謳っている所もあるな。でも、値段変えちゃいけないでしょ。<br />
なんか ICH7 と Linux が相性ヤバげとか書いているな・・・これって Kernel 再構築かね・・・</p>
<p>と 1 時間ぐらい悩んで( ﾟдﾟ)ﾊｯ!と気づいた。</p>
<p>HDD を買ったときに デフォで下のような感じになっていた。<br />
<img src="http://orz.miroq.info/wp-content/uploads/cuda_sata_block.gif" alt="Seagate HDD Jumper" title="cuda_sata_block" width="331" height="193" class="size-full wp-image-20" /></p>
<blockquote><p>Limit data transfer rate to 1.5Gbits per second<br />
Limit data transfer rate to 1.5Gbits per second</p></blockquote>
<p><span id="more-19"></span></p>
<p>大切なことなので2回言ってみました。<br />
HDD はたまに買うものなので、いっつもジャンパを抜くことを忘れてしまう(つд⊂)ｴｰﾝ<br />
なので、鯖の電源落として、ジャンパをぶっこ抜いて起動したら無事に 3.0Gbps で認識完了！<br />
↓がそのときのログ。</p>
<blockquote><p># hdparm -I /dev/sda</p>
<p>/dev/sda:</p>
<p>ATA device, with non-removable media<br />
        Model Number:       ST3500320AS<br />
        Serial Number:      5QM2SPL4<br />
        Firmware Revision:  SD15<br />
        Transport:          Serial<br />
Standards:<br />
        Used: unknown (minor revision code 0&#215;0029)<br />
        Supported: 8 7 6 5<br />
        Likely used: 8<br />
Configuration:<br />
        Logical         max     current<br />
        cylinders       16383   16383<br />
        heads           16      16<br />
        sectors/track   63      63<br />
        &#8211;<br />
        CHS current addressable sectors:   16514064<br />
        LBA    user addressable sectors:  268435455<br />
        LBA48  user addressable sectors:  976771055<br />
        device size with M = 1024*1024:      476938 MBytes<br />
        device size with M = 1000*1000:      500106 MBytes (500 GB)<br />
Capabilities:<br />
        LBA, IORDY(can be disabled)<br />
        Queue depth: 32<br />
        Standby timer values: spec&#8217;d by Standard, no device specific minimum<br />
        R/W multiple sector transfer: Max = 16  Current = 16<br />
        Recommended acoustic management value: 254, current value: 0<br />
        DMA: mdma0 mdma1 mdma2 udma0 udma1 udma2 udma3 udma4 udma5 *udma6<br />
             Cycle time: min=120ns recommended=120ns<br />
        PIO: pio0 pio1 pio2 pio3 pio4<br />
             Cycle time: no flow control=120ns  IORDY flow control=120ns<br />
Commands/features:<br />
        Enabled Supported:<br />
           *    SMART feature set<br />
                Security Mode feature set<br />
           *    Power Management feature set<br />
           *    Write cache<br />
           *    Look-ahead<br />
           *    Host Protected Area feature set<br />
           *    WRITE_BUFFER command<br />
           *    READ_BUFFER command<br />
           *    DOWNLOAD_MICROCODE<br />
                SET_MAX security extension<br />
           *    48-bit Address feature set<br />
           *    Device Configuration Overlay feature set<br />
           *    Mandatory FLUSH_CACHE<br />
           *    FLUSH_CACHE_EXT<br />
           *    SMART error logging<br />
           *    SMART self-test<br />
           *    General Purpose Logging feature set<br />
           *    64-bit World wide name<br />
           *    Write-Read-Verify feature set<br />
           *    WRITE_UNCORRECTABLE_EXT command<br />
           *    {READ,WRITE}_DMA_EXT_GPL commands<br />
           *    SATA-I signaling speed (1.5Gb/s)<br />
           *    SATA-II signaling speed (3.0Gb/s)<br />
           *    Native Command Queueing (NCQ)<br />
           *    Phy event counters<br />
           *    Software settings preservation<br />
           *    SMART Command Transport (SCT) feature set<br />
           *    SCT Long Sector Access (AC1)<br />
           *    SCT Error Recovery Control (AC3)<br />
           *    SCT Features Control (AC4)<br />
           *    SCT Data Tables (AC5)<br />
                unknown 206[12] (vendor specific)<br />
Security:<br />
        Master password revision code = 65534<br />
                supported<br />
        not     enabled<br />
        not     locked<br />
        not     frozen<br />
        not     expired: security count<br />
                supported: enhanced erase<br />
        102min for SECURITY ERASE UNIT. 102min for ENHANCED SECURITY ERASE UNIT.<br />
Logical Unit WWN Device Identifier: 5000c5001142f13d<br />
        NAA             : 5<br />
        IEEE OUI        : c50<br />
        Unique ID       : 01142f13d<br />
Checksum: correct</p></blockquote>
<div style='font-size:10pt;line-height:15px;font-family: "Mona","IPA MONAPGOTHIC","MS PGothic","MS Pゴシック","MS Pｺﾞｼｯｸ","MS Pゴシック",sans-serif;'>
， 　　，:‘. 　　　　　　　　　。　　　　　　　　　　　　　+　　 ，..<br />
　’‘ 　　　　+　　 ，.. 　　　　　　. ..; &#8216;， 　　，:‘<br />
　　　　　　. .; : ’　　　　　　　　　　　　　　　　　　　　　　　　　　 &#8216;　，:‘.<br />
　　　　　　　　　　 あ　あ　　　　　　　　　　　　　，:‘. 　　　　　+<br />
.. &#8216;　，:‘. 　　　　　　　　　　　　　　　　　　　　　　　　　　　　. &#8230;::　’‘<br />
’‘ 　　　　.;　　　 こ　ん　な　に　も　ジ　ャ　ン　パ　に　お　断　り　な<br />
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　。<br />
.　　　　　。　　　気　持　ち　に　な　っ　た　の　は　　　，:‘. 。<br />
　&#8217;+。<br />
　　　　　　　　　　　　　　　　初　め　て　で　す　　　　　　　　　　.. &#8216;　，:‘.<br />
:: . .. 　　　　　　　　　　　　　　　　　　　　　　　　　　　.. &#8216;　，:‘.<br />
　　　　　　ﾊ,,ﾊ<br />
　　　　　（ ﾟωﾟ )
</div>
<p>さて、自分のメイン PC のジャンパチェック作業に戻るんだっ！１！１１！！！</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.miroq.info/archives/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nginx を弄ってみた part.0</title>
		<link>http://orz.miroq.info/archives/17</link>
		<comments>http://orz.miroq.info/archives/17#comments</comments>
		<pubDate>Mon, 07 Jul 2008 10:10:04 +0000</pubDate>
		<dc:creator>miroq</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://orz.miroq.info/?p=17</guid>
		<description><![CDATA[エンジンエックスとよむっぽい。
lighttpd よりも世界シェアは高いとか？ロシア産でロシアのユーザの何十パーセントが使用しているみたい。
ということで、家の鯖にも入れてみようかなと思っています。
nginx の Wiki を見つけたので忘備録もかねて。
http://wiki.codemongers.com/Main
最近ネタの草稿ばかり書いて、全然 blog に公開していない（汗
iSCSI Enterprise Target とか、Intel Atom を使った体験記とか・・・。
というか、もうこの WEB ページが動いている鯖はすでに Atom なんだけど。
]]></description>
			<content:encoded><![CDATA[<p><strong>エンジンエックス</strong>とよむっぽい。<br />
lighttpd よりも世界シェアは高いとか？ロシア産でロシアのユーザの何十パーセントが使用しているみたい。<br />
ということで、家の鯖にも入れてみようかなと思っています。</p>
<p>nginx の Wiki を見つけたので忘備録もかねて。<br />
<a href="http://wiki.codemongers.com/Main" target="_blank">http://wiki.codemongers.com/Main</a></p>
<p>最近ネタの草稿ばかり書いて、全然 blog に公開していない（汗<br />
iSCSI Enterprise Target とか、Intel Atom を使った体験記とか・・・。<br />
というか、もうこの WEB ページが動いている鯖はすでに Atom なんだけど。</p>
]]></content:encoded>
			<wfw:commentRss>http://orz.miroq.info/archives/17/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
