2010-05-11 (Tue)

_ [debian] 4096R GPG Key vs mentors

そういえば 新しくした GPG Keymentors に登録し直すのを忘れていた。

2010-05-10 (Mon)

_ [debian] cron 3.0pl1-110

cron 3.0pl1-109 から 3.0pl1-110 にしたところ、

Subject: Cron <root@lilu> /usr/bin/mrtg /etc/snmp/mrtg.cfg > /dev/null 2>&1 (failed)

command failed with exit status 91

というメールがドカドカ届くようになった。どうやら #443615 の修正によるものらしい。そもそも mrtg の出してる exit status 91 って何? と調べてみると、

0: All targets sucessful

2: Config error (can’t read, fatal error in config, etc) 17: Another MRTG process is processing config

91: At least one target sucessful 92: No targets were sucessful

ref. MRTG 2.16.2 configuration reference

どうやら値の取れないターゲットが混ざってるらしい。調べてみたら、MIB の指定やスクリプトの出力がおかしいのがあったのでそれを直した。これでメールも収まった。

2010-05-04 (Tue)

_ [debian] iceweasel 3.6.4~build2-1

It includes a new feature: Out of Process Plugins. This means plugins instances are sandboxed and if they crash, they won’t take the browser down with them (finally). In this release, only the Adobe flash plugin is sandboxed, but it should be enough for the vast majority of plugin induced crashes.

ref. Important milestone for Iceweasel in Debian

ということで、プラグインプロセスの分離が入った。

 1851 ?        Ssl    1:22 \_ /usr/lib/iceweasel/firefox-bin
 4003 ?        Sl     0:00 |   \_ /usr/lib/xulrunner-1.9.2/plugin-container /usr/lib/flashplugin-nonfree/libflashplayer.so 1851 plugin

_ [debian] postgresql-common 107

インストール時に

Warning: The following devices contain databases and have write caching
enabled: /dev/hda
This could destroy the integrity of your databases in the event of power
failure. Consider disabling the write cache with "hdparm -W 0 <device>".

なんて警告が出てるのを発見。 今となっては大したデータが入ってるわけでもないし毎日ダンプしてるしバッテリもついてるから有効のままで。