I'd like to get people to test my update in edgy-proposed so it can either be fixed properly, or get signed off and propagate to edgy- updates.
The steps to do this depend of if you used Daniel Givens' test packages or not. If you did: You need to downgrade your Cyrus databases from libdb 4.4 back down to 4.3. You can do this by running the following commands *before* installing the Cyrus package in edgy-proposed: # /etc/init.d/cyrus stop $ sudo -u cyrus bash $ cd /var/imap/ $ rm db/* $ rm db.backup?/* $ rm deliver.db $ rm tls_sessions.db $ /usr/lib/cyrus/ctl_mboxlist -d > mailboxes.txt $ mv mailboxes.db mailboxes.db.old You can now upgrade to the packages in edgy-propsed, and run: $ sudo -u cyrus bash # if required again $ /usr/lib/cyrus/ctl_mboxlist -u < mailboxes.txt # /etc/init.d/cyrus start If you didn't use Daniel's packages, you should still be using libdb 4.3 databases, and so just need to upgrade to the packages in edgy-proposed and see if they work. -- [SRU]: Cyrus linked against db4.4 compiled against 4.3 ? https://launchpad.net/bugs/67111 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
