18 Jan
2007
18 Jan
'07
6:40 p.m.
On Fri, 2006-12-22 at 11:39 -0600, Fran Fabrizio wrote:
inotify_add_watch(/nethome/facstaff/nfsuser1/Maildir/.Trash/new) failed: Stale NFS file handle
So they're all from inotify_add_watch()? Inotify doesn't work with NFS, so you could fix this by disabling inotify completely (configure --with-notify=none).
I think I'll also change the code so that it just silently ignores this problem and disables inotify.