いしおかです.
私は使ってないので 推測で書きます:-)
□ "真田 剛" <sanada _at_ online.sh.cn> さんが,
□ 時刻 Wed, 1 Jul 1998 23:48:25 +0900 に出された
□ 話題 [linux-users:29980] diald can't disconnect によると...
sanada> PCでブラウザなどを立ちあげる
sanada> 事で自動でダイヤルするところまでは行ったんですが、
sanada> ブラウザを終了してもダ
sanada> イヤルアップ接続が切れません。どなたかアドバイス頂
ええと, diald の (手元にある のが 0.14 とか古いんですが)
sanada> # timeout command
sanada> disconnect-timeout 15
sanada> stop-pppd-timeout 15
は,
disconnect-timeout <t>
Set the maximum amount of time to wait for the dis-
connect script to complete to <t> seconds. The
default is 60 seconds.
なので, 何らかの手段で disconnect script の実行にかかる時間を
指定しているように見えます.
stop-pppd-timeout <t>
Set the maximum amount of time to wait for pppd to
die after sending it SIGINT to <t> seconds. The
default is 60 seconds.
のほうも SIGINT を送ってからの時間なのではないですか?
というわけで,
Protocol ごとに timeout 設定みたいなのがあるのでそれ(bringup,keepup...)
で設定するか, pppd の idle <n> な オプションのお世話になるんじゃない
でしょうか?
--
(ishi)