CentOS5.1
年度末に再びDELL SC440祭りが有ったので、再びポチってしまいました。2年連続(^^;)
前回は
でしたが、今回はCore2Duo E4500 (2.20GHz, 2MB L2 Cache, 800MHz FSB)機で25K円弱でした。
メモリは今年の始めくらいに上海問屋でSC440用トランセンド製1GB×2枚を購入してたので、これを流用。
このサーバはSenna入りのMySQLを入れ、日本語全文検索を目指す予定。
既にPHP4の寿命が終わっていること、CentOS5系の情報も揃って来た事、そしてTritonnプロジェクトで提供されるMySQLが5.0系ということで、今回はCentOS5.1を選択します
CentOS5は以前にもテストしてるし、基本的な設定はCentOS4の時と同じなのでさくさくっとRAIDを組み、リモート接続環境を整えます、
vncserverを起動し、外からUltraVNCで接続すると…
ありゃ? 環境変数が設定されてないっぽいです。
ちうことで、 /root/.vnc/xstartupを修正。
# twm &
LANG=ja_JP.utf8
gnome-session &
# 邪魔なので、ついでにターミナルの起動もコメントアウト。
これで日本語(UTF-8)環境になりました(^_^)
/proc/cpuinfo
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz
stepping : 13
cpu MHz : 1200.000
cache size : 2048 KB
bogomips : 4391.69
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz
stepping : 13
cpu MHz : 1200.000
cache size : 2048 KB
bogomips : 4389.10
cpuspeedもしっかり効いてます。無負荷なので、2.2GHzのデュアルコアCPUが1.2GHzで走ってる。
cpufrequtils 002: cpufreq-info (C) Dominik Brodowski 2004-2006
Report errors and bugs to linux@brodo.de, please.
analyzing CPU 0:
driver: centrino
CPUs which need to switch frequency at the same time: 0
hardware limits: 1.20 GHz - 2.20 GHz
available frequency steps: 2.20 GHz, 1.60 GHz, 1.20 GHz
available cpufreq governors: ondemand, userspace, performance
current policy: frequency should be within 1.20 GHz and 2.20 GHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency is 1.20 GHz (asserted by call to hardware).
analyzing CPU 1:
driver: centrino
CPUs which need to switch frequency at the same time: 1
hardware limits: 1.20 GHz - 2.20 GHz
available frequency steps: 2.20 GHz, 1.60 GHz, 1.20 GHz
available cpufreq governors: ondemand, userspace, performance
current policy: frequency should be within 1.20 GHz and 2.20 GHz.
The governor "ondemand" may decide which speed to use
within this range.
current CPU frequency is 1.20 GHz (asserted by call to hardware).