2009-05-19 (Tue)
_ [debian] openoffice.org-common 1:3.1.0-2 変
インストールできない。
Preparing to replace openoffice.org-common 1:3.1.0-1 (using .../openoffice.org-common_1%3a3.1.0-2_all.deb) ...
mkdir: cannot create directory `/var/lib/openoffice/share/config': No such file or directory
dpkg: error processing /var/cache/apt/archives/openoffice.org-common_1%3a3.1.0-2_all.deb (--unpack):
subprocess pre-installation script returned error exit status 1
#529440 かな。
2009-05-15 (Fri)
_ [audacious] 2.0.1
いつの間にか 2系が立て続けに出てた。> Current stable release: 2.0.1 (May 13, 2009)
2009-05-12 (Tue)
_ [comp][amd64] cpufrequtils を試す その2
メインマシンのほうも cpufrequtils を設定してみる。 と思ったら、flag に est がない。
% grep name /proc/cpuinfo
model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
model name : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
%
は対応してると思うんだけどな。BIOS のほうで EIST が Disabled になってるのかな?と思って BIOS 見てみたんだけど、GA-X48-DS5 の説明書にある
CPU EIST Function
の項目がそもそも BIOS 上にない。もしかして BIOS 古くて CPU 誤検出でもしてるのかな?てことで BIOS を F5 (2008/03/06) から F7 (2008/07/25) にアップデートしたら、EIST の項目が出てきた。 これでやっと cpufrequtils の設定に入れる。
% cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies
3000000 2000000
% cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors
powersave conservative userspace ondemand performance
%
# vi /etc/default/cpufrequtils
ENABLE="true"
GOVERNOR="ondemand"
MAX_SPEED="3000000"
MIN_SPEED="2000000"
#
# /etc/init.d/cpufrequtils restart
CPUFreq Utilities: Setting ondemand CPUFreq governor...CPU0...CPU1...done.
# cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
2000000
#
これで OK。