2007-01-02 (Tue)

_ [comp] gaim を試す

ひょんなことからメッセンジャーを使うことになったので入れてみる。ついでなので irc を xchat から gaim へ移行。背景色を変えるには GTK テーマを使わないとだめらしい。ということで Cillop Midnight を試してみる。背景色はどうにかなったけど、各ユーザの色はどうやって変えるんだろう。今日はここまで。

2007-01-01 (Mon)

_ [comp] 続・VPN 実験再び

ちょっと大きめのデータを流すとすぐ

pptp[XXXXX]: anon log[pptp_read_some:pptp_ctrl.c:543]: read returned zero, peer has closed
pptp[XXXXX]: anon log[callmgr_main:pptp_callmgr.c:255]: Closing connection (shutdown)
pptp[XXXXX]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 12 'Call-Clear-Request' 
pptp[XXXXX]: anon log[pptp_read_some:pptp_ctrl.c:543]: read returned zero, peer has closed
pptp[XXXXX]: anon log[call_callback:pptp_callmgr.c:78]: Closing connection (call state)
pppd[XXXXX]: Modem hangup

となって切れてしまう。 本家の Diagnosis HOWTO

manually restrict the MTU on the interface, by adding mtu 1404 or some smaller value as an option to the pppd program, either in the peers file for the tunnel, in the options file, or on the command line. You can also restrict the MTU on the interface after the tunnel has connected, using a command like ifconfig ppp1 mtu 1400.

The effect is that new TCP connections from your host will use an maximum segment size (MSS) that is lower. This may prevent path MTU discovery from being necessary.

ref. Connections via tunnel freeze

とあったので、MTU を落としてみる。そこに書かれている 1400 ではだめで、1000 でもだめだったので、ダイヤルアップの 576 を指定してみると、嘘のように安定した。

2006-12-31 (Sun)

_ [debian] jd 1.8.5~beta061227-3vd1

GNOME に依存しないようにして作成。

_ [debian] uim 1:1.4.0~alpha-0vd2

昨日の件だけど、Fixed in r4277 ということなので差分を取ってきて当ててみる。問題なくなった。