reassign 377024 linux-image-2.6.15-1-686 thanks On Thu, Jul 06, 2006 at 11:26:23AM +0200, Jean-Michel wrote: > Since an upgrade from client to kernel 2-6-15, the systems seems to > freeze from time to time. This seems to be due to nfs not responding. > When nfs replies again, system then works fine again.
This sounds very much like a kernel bug; nfs-common is only responsible for the connection up to the mount. I'm reassigning to the kernel you reported was in use. > Moreover at looking packets on the network, it appears that some NFS/TCP > packets seems to have bad checksum (value 0x5a1c). This is normal; what's happening is that the kernel code never calculates the checksum, since the card will do that automatically. tcpdump, however, sits before the card (naturally), so it gets whatever was in the buffer already, ie. the wrong checksum. /* Steinar */ -- Homepage: http://www.sesse.net/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

