2005-02-28 (Mon)

_ [comp] security flavor not supported

とある NAS を NFS mount しようとしたら、

automount[XXXXX]: >> mount: XXXXXXXX:/XXXXX/XXXXX failed, security flavor not supported
automount[XXXXX]: mount(nfs): nfs: mount failure XXXXXXXX:/XXXXX/XXXXX on /.autofs/XXXXX
automount[XXXXX]: failed to mount /.autofs/XXXXX

なんて出て mount できない。調べてみたら、NFSv3 に対応してなかったので nfsvers=2 を与えてやると mount できた。

2005-02-27 (Sun)

_ [debian] m17n-lib 1.2.0-1vd1

-dev に /usr/lib/pkgconfig/*.pc を含むようにして作成。これをしておかないと uim-m17nlib が作成できなかった。

_ [debian] uim 1:0.4.6-0vd1

GNOME を外して作成。

_ [gkrelluim] 0.0.3

リリース。

  • uim-im-switcher-gtk の起動ボタンを削除。
  • uim コマンド群の起動メニューを追加。
  • status_text の文字コード変換部分のバグを修正。(thx nosukeさん)
  • uim 0.4.3 の helper/helper-toolbar-common-gtk.c から頂いていたパーツを uim 0.4.6beta2 の helper/toolbar-common-gtk.c のそれと置き換え。

GKrellUIM のページはこちら

_ [debian] mozilla-firefox 1.0.1-0vd1

vd_bugzilla-jp_bug-1476_attachment-1656_for-mozfx-0.9.3.patchvd_mozfx-0.10.1_without-gnome-and-gconf.patchmozilla-1.8a5-gtk2-composition-fix.diff を当てて作成。

2005-02-26 (Sat)

_ [debian] apache2 2.0.53-5vd1

-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 を有効化し、[Patch] Allow SuexecUserGroup in <Directory> を当てて作成。 また、apache2-mpm-worker restart しない問題の #281557 #295915 が fix されたようだ。