Re: Emergancy..... db4: PANIC: fatal region error

2007-07-29 Thread Leon Kolchinsky
> > Also another thing I have noticed.. > > The sieve scripts all needed to be reranged. The hash directory was all > in > lower case but tthen it need to be upper case so I changed that by hand > then > I noticed cyrus was looking for the scripts all in other directories. > > i.e. > Scripts fo

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-28 Thread Frank Richter
> Also another thing I have noticed.. > > The sieve scripts all needed to be reranged. The hash directory was all > in > lower case but tthen it need to be upper case so I changed that by hand > then > I noticed cyrus was looking for the scripts all in other directories. > > i.e. > Scripts for 'ad

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-28 Thread Frank Richter
> Also another thing I have noticed.. > > The sieve scripts all needed to be reranged. The hash directory was all > in > lower case but tthen it need to be upper case so I changed that by hand > then > I noticed cyrus was looking for the scripts all in other directories. > > i.e. > Scripts for 'ad

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-28 Thread Tobias Scherbaum
eMail Lists wrote: > OK, I have everything running after some good hard work thanks to everyone. > One very last thing. I have noticed that when starting up a mail client on > accounts the seen mails were not saved. I have even brought old backups of > the *.seen files but the mail in the c

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-28 Thread eMail Lists
Also another thing I have noticed.. The sieve scripts all needed to be reranged. The hash directory was all in lower case but tthen it need to be upper case so I changed that by hand then I noticed cyrus was looking for the scripts all in other directories. i.e. Scripts for 'adam' should be unde

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-28 Thread eMail Lists
On 7/27/07, Andrew Morgan <[EMAIL PROTECTED]> wrote: > > On Fri, 27 Jul 2007, eMail Lists wrote: > > > On 7/27/07, Frank Richter <[EMAIL PROTECTED] > wrote: > > > > [snip] > > > > > >> > >> Please post the actual imapd.conf and the imapd.conf before the update. > >> > >> You have to move the userma

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread Andrew Morgan
On Fri, 27 Jul 2007, eMail Lists wrote: > On 7/27/07, Frank Richter <[EMAIL PROTECTED] > wrote: > > [snip] > > >> >> Please post the actual imapd.conf and the imapd.conf before the update. >> >> You have to move the usermailboxes by hand! >> >> >> >>> The user dir is not at the location yet. >>> >

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread Anthony Tibbs
Well, for one, you would need something along the lines of the following in your imapd.conf file to change over to Skiplist: # File formats annotation_db:skiplist duplicate_db: skiplist mboxkey_db: skiplist mboxlist_db: skiplist quota_db:

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread eMail Lists
On 7/27/07, Frank Richter <[EMAIL PROTECTED] > wrote: [snip] > > Please post the actual imapd.conf and the imapd.conf before the update. > > You have to move the usermailboxes by hand! > > > > > The user dir is not at the location yet. > > > > -Adam > > --

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread Simon Matter
> On 7/27/07, Simon Matter <[EMAIL PROTECTED]> wrote: >> >> > Very nice.. Thank you. It looks like my deliver.db is still a db(x) >> file. >> > Can the files in db/ just be erased and when cyrus starts up it creats >> new >> > files or do the __db* files ned to be converted. I am not sure how to

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread Robert Scussel
I don't know how many users you have, and there might be a cyrus utility for this, I can't recall. The quick and dirty fix is something along the lines of for i in `sudo -u cyrus ./ctl_mboxlist -d | awk -F'\t' '{print $1}' | awk -F'.' '{print $2}' | uniq`; do find /var/spool/cyrus -type d -nam

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread Frank Richter
eMail Lists wrote: > > > On 7/27/07, *Simon Matter* <[EMAIL PROTECTED] > > wrote: > > > Very nice.. Thank you. It looks like my deliver.db is still a > db(x) file. > > Can the files in db/ just be erased and when cyrus starts up it > creats new > > fil

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread eMail Lists
On 7/27/07, Simon Matter <[EMAIL PROTECTED]> wrote: > > > Very nice.. Thank you. It looks like my deliver.db is still a db(x) > file. > > Can the files in db/ just be erased and when cyrus starts up it creats > new > > files or do the __db* files ned to be converted. I am not sure how to > > tell

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread Simon Matter
> Very nice.. Thank you. It looks like my deliver.db is still a db(x) file. > Can the files in db/ just be erased and when cyrus starts up it creats new > files or do the __db* files ned to be converted. I am not sure how to > tell > if those are db(x) or skiplist. That's something I don't know

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread eMail Lists
On 7/27/07, Simon Matter <[EMAIL PROTECTED]> wrote: > > > On 7/27/07, Simon Matter <[EMAIL PROTECTED]> wrote: > >> > >> > I have been holding back updating to cyrus 2.2.13 but this afternoon > I > >> > went > >> > ahead and made the major update and really tried to follow ALL the > >> points > >> >

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread Simon Matter
> On 7/27/07, Simon Matter <[EMAIL PROTECTED]> wrote: >> >> > I have been holding back updating to cyrus 2.2.13 but this afternoon I >> > went >> > ahead and made the major update and really tried to follow ALL the >> points >> > and rules in updating but I really think I messed up the whole system

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread Simon Matter
> I have been holding back updating to cyrus 2.2.13 but this afternoon I > went > ahead and made the major update and really tried to follow ALL the points > and rules in updating but I really think I messed up the whole system now. > I really hope I have not hosed all the email today and have to g

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread eMail Lists
On 7/27/07, Simon Matter <[EMAIL PROTECTED]> wrote: > > > I have been holding back updating to cyrus 2.2.13 but this afternoon I > > went > > ahead and made the major update and really tried to follow ALL the > points > > and rules in updating but I really think I messed up the whole system > now.

Re: Emergancy..... db4: PANIC: fatal region error

2007-07-27 Thread eMail Lists
On 7/26/07, eMail Lists <[EMAIL PROTECTED]> wrote: > > I have been holding back updating to cyrus 2.2.13 but this afternoon I > went ahead and made the major update and really tried to follow ALL the > points and rules in updating but I really think I messed up the whole system > now. I really hop

Emergancy..... db4: PANIC: fatal region error

2007-07-26 Thread eMail Lists
I have been holding back updating to cyrus 2.2.13 but this afternoon I went ahead and made the major update and really tried to follow ALL the points and rules in updating but I really think I messed up the whole system now. I really hope I have not hosed all the email today and have to go back to