I keep getting this when enabling quota plugin for pop/imap dovecot: [ID 684838 mail.error] child 22990 (imap) killed with signal 10 protocol imap { mail_plugins = quota imap_quota } protocol pop3 { mail_plugins = quota } quota = dirsize:storage=1024000 the user has only 40+mb in the home dir and the quota plugin properly shows 4% usage. However, messages can not be deleted or moved.
Lenny,> dovecot: [ID 684838 mail.error] child 22990 (imap) killed with signal 10Looks like a Dovecot bug. If you're not running the latest version, upgrade. If you still see messages like that, follow the procedures listed here: http://dovecot.org/bugreport.html Steve
On Fri, 2006-08-04 at 11:11 -0400, lenny at edpausa.com wrote:> I keep getting this when enabling quota plugin for pop/imap > > dovecot: [ID 684838 mail.error] child 22990 (imap) killed with signal 10That's SIGBUS. Since you're using Sparc it probably means that Dovecot tried to do a non-aligned memory access somewhere. It's however difficult to guess where it could have happened without a gdb backtrace, so could you get one? See http://dovecot.org/bugreport.html -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 191 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20060806/58f2ccbf/attachment.bin>
I don't have gdb installed, but I'll see what I can do. The problem seems to be associated with CFLAGS I used "-fast" flag for Sun's cc compiler. Without it, the plugin worked ok.> On Fri, 2006-08-04 at 11:11 -0400, lenny at edpausa.com wrote: >> I keep getting this when enabling quota plugin for pop/imap >> >> dovecot: [ID 684838 mail.error] child 22990 (imap) killed with signal 10 > > That's SIGBUS. Since you're using Sparc it probably means that Dovecot > tried to do a non-aligned memory access somewhere. It's however > difficult to guess where it could have happened without a gdb backtrace, > so could you get one? See http://dovecot.org/bugreport.html > >