Bug#280213: exim4: Thinks it's always out of spool space
John Goerzen
John Goerzen <jgoerzen@complete.org>, 280213@bugs.debian.org
Mon, 8 Nov 2004 11:03:50 -0600
On Mon, Nov 08, 2004 at 11:49:58AM -0500, Stephen Gran wrote:
> > No, it's not out of inodes. This is normal for ReiserFS since it has no
> > fixed pool of inodes. AFAIK, you can't be out of inodes on Reiser.
>
> Then it may be that it is indeed a bug with exim and inode counting.
> Let me see if I can dig up the discussion . . . ah, try here:
> http://www.exim.org/pipermail/exim-users/Week-of-Mon-20040223/067210.html
>
> Does that seem similar?
It does. However:
1. It happens for me even when there is no check_spool_inodes value set,
or when that value is set to 0.
2. According to the log data I posted when I submitted this bug, it
appears that Exim thinks 4096 inodes are free but there is no disk
space free. That is a different bug.
3. Also, on looking at that now, it seems odd that it thinks a 6K
message would use only 1 block on a 4K block FS.
-- John