Re: 2.6.6 breaks kmail (nfs related?)

From: Trond Myklebust
Date: Sun May 16 2004 - 14:12:00 EST


På su , 16/05/2004 klokka 14:50, skreiv Linus Torvalds:
> Agreed. But the kmail message is apparently "(No space left on device?)",
> which may be just kmail itself reacting to a truncated write rather than
> any actual ENOSPC error. A "strace" would help clarify exactly what goes
> wrong..

Right...

One possible suspect might be open(O_EXCL) since, AFAICS, Andreas is
using maildir-style mailboxes. Perhaps that SETATTR call in
nfs3_proc_create() is failing? We recently fixed so that it always sets
MTIME/ATIME...

Andreas: when you do the "strace" could you first run

echo "16" >/proc/sys/sunrpc/nfs_debug

and then record the output from "dmesg" immediately after the kmail
crash?

Cheers,
Trond
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/