As a FYI, when I run strace -f icedove,
it looks for "core" after a chdir to my home directory,
and in that vicinity, it is also opening md5sum.
chdir("/export/big/gpk") = 0
...141000 lines...
[pid 13028] stat64("/usr/bin/md5sum", {st_mode=S_IFREG|0755,
st_size=22116, ...}) = 0
...4 lines...
[pid 13028] stat64("core", 0xbfd36188) = -1 ENOENT (No such file or
directory)
So, if there were a ~/core file without necessary permissions,
I can easily see how that warning message could have been
generated.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]