fatal error: failed to mmap new message file

Bron Gondwana brong at fastmail.fm
Sun Nov 27 14:35:21 EST 2011


On Sun, Nov 27, 2011 at 12:51:38PM -0500, Adam Tauno Williams wrote:
> open("/var/spool/imap/b/user/barnosky", O_RDONLY) = 12

Really?

That's the path you would get if you tried to parse a file
with UID 0, because the function that generates the filename
returns the directory if the UID is zero.

So you have something generating a "zero".  Either there's
a file called "0." in the directory, or there's a file called
"somerubbish.", where somerubbish is something which atoi
calls zero.

Check the directory and remove the bogus file.

Bron.


More information about the Info-cyrus mailing list