12 Jun
2006
12 Jun
'06
6:04 p.m.
On Mon, 2006-06-12 at 17:56 +0300, Dumitru Negara wrote:
Timo Sirainen wrote:
On Mon, 2006-06-12 at 17:12 +0300, Dumitru Negara wrote:
# repquota -u /dev/sda9
Could you run it through strace and show me the quotactl() call it does? Or does it do a quotactl() call at all?
17:44:30.984487 quotactl(Q_XGETQSTAT|USRQUOTA, "/dev/sda9", 0, 0xbf8e10d0) = 0
This looks pretty much what I'm doing. What if you strace Dovecot, what's different in its call? For example change in protocol imap section:
mail_executable = strace -o /tmp/log /usr/local/libexec/dovecot/imap
or just strace -p imappid..