28 Feb
2007
28 Feb
'07
8:35 p.m.
On Mon, 2007-02-26 at 15:06 +0100, Václav Hůla wrote:
Feb 26 15:02:27 zen dovecot: IMAP(ax): quotactl(Q_GETQUOTA, /dev/sda8) failed: Invalid argument Feb 26 15:02:27 zen dovecot: IMAP(ax): Dovecot was compiled with Linux quota v2 support, try changing it (--with-linux-quota configure option)
Maybe the quota headers aren't matching what the kernel is running. I've no idea really, the fs quota code either seems to work or it doesn't..
You could try checking with strace what's the difference between Dovecot's quotactl() call and "quota" command's quotactl() call.