Re: imapd signal 11 blues

2007-12-18 Thread John Crawford
hi. Well, I did a gdb run for the first time with cyrus, using the debug_command option in imapd.conf (and CFLAGS="--debug -g -Wall") for cyrus-imap23's work directory. Here's the first bits of the traceback for my "imtest" invoked blowup (no debugging symbols found)...(no debugging symbols foun

Re: Move a mailbox with renm

2007-12-18 Thread Ken Murchison
Giuseppe Ravasio wrote: > Hi, > i need to move a big mailbox (about 20GB) to a new partition. Obiouvsly the > idea is doing something like: > cyradm> renm big/mailbox big/mailbox newpartition > > I think that the system will need about half an hour to move mailbox files to > the new location (a

Move a mailbox with renm

2007-12-18 Thread Giuseppe Ravasio
Hi, i need to move a big mailbox (about 20GB) to a new partition. Obiouvsly the idea is doing something like: cyradm> renm big/mailbox big/mailbox newpartition I think that the system will need about half an hour to move mailbox files to the new location (another disk), i would like to know wha

Re: imapd signal 11 blues

2007-12-18 Thread Torsten Schlabach
Hi John! I had just the identical problem last night, but I was able to trace it down to a bug in the ldapdb auxprop module. You are not using that module, so that can't be it. How would one do an strace on imapd to find out in what function call it dies? That might be an indication. Regards,