2009-05-01から1ヶ月間の記事一覧

fetchmail を動かす度に Application bug, race in MSG_PEEK. と言われる

http://www.spinics.net/lists/netdev/msg96700.html にパッチがあったので適用してみたところ、出なくなった。 diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c index 1d7f49c..ccbd69b 100644 --- a/net/ipv4/tcp.c +++ b/net/ipv4/tcp.c @@ -1532,7 +1532,…

VirtualBox SMP対応?

http://www.virtualbox.org/timeline?daysback=15&changeset=on&wiki=off みてたら、guest SMPなる文字があるなぁ。楽しみだ。

broadcom 802.11 driver

Broadcom 802.11 Linux STA driver が 5/1に更新されていたようなので入れる。 2.6.29ではそのままコンパイル通らなかったのでパッチを作成した。 diff -ur orig/src/wl/sys/wl_iw.c patched/src/wl/sys/wl_iw.c --- orig/src/wl/sys/wl_iw.c 2009-04-23 02:…

FreeBSD 7.2-RELEASE

VirtualBox2にいれてあるFreeBSD 7.1-RELEASEを 7.2-RELEASEにupgradeしてみる。http://www.freebsd.org/releases/7.2R/announce.html によるとFreeBSD UpdateThe freebsd-update(8) utility supports binary upgrades of i386 and amd64 systems running ea…

Emacs環境を整理

howlなるものをいれてみた。なかなか便利そうであるので少し使ってみることにしよう。 それにしてもemacsというのは実におもしろい。

Emacs-23 + Wanderlust

Emacs-23とWanderlustの組み合わせで使っていると、添付ファイルの展開で失敗していることに気がついて調べて見たところ、 gentooのportageで入れることができるFLIMの1.14.8では不具合があるそうな。/etc/make.confにて PORTDIR_OVERLAY=/usr/local/portage…