2004-11-02から1日間の記事一覧

SCSI検出ディレイを15秒から5秒へ短縮しました

修正 options SCSI_DELAY=15000 Delay (in ms) before probing SCSI commit log Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels. いらいらするSCSI検出ディレイをすべてのGENRICカーネルで15秒から5秒へ短縮しました。 Dis…

SCSI検出ディレイを8秒から5秒へ短縮しました

修正 options SCSI_DELAY=85000 Be pessimistic about Joe SCSI device commit log Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels. いらいらするSCSI検出ディレイをすべてのGENRICカーネルで15秒から5秒へ短縮しました。 …

tcpソケットについてkmemを直接読むプログラムを再コンパイルしなければなりません

20041102: The size of struct tcpcb has changed again due to the removal of RFC1644 T/TCP. You have to recompile userland programs that read kmem for tcp sockets directly (netstat, sockstat, etc.) struct tcpcbのサイズは、RFC1644 T/TCPの除去…