1 Mar
2007
1 Mar
'07
11:46 a.m.
On Thu, 2007-03-01 at 11:25 +0100, Václav Hůla wrote:
dovecot: quotactl(Q_GETQUOTA|USRQUOTA, "/dev/sda8", 506, {0, 135145272, 1075193885, 1075193885, 135145168, 135099456, 3221217528, 134953542}) = -1 EINVAL (Invalid argument) .. quotactl(Q_GETQUOTA|USRQUOTA, "/dev/sda8", 506, 0xbfffe5f0) = 0
What about "strace -e raw=quotactl". I think the first parameter is different even though it expands it to the same names in both cases. If they are different, you could try what happens if you change QCMD(Q_GETQUOTA, USRQUOTA) in quota-fs.c to the value given by strace quota.