search for: external_transact

Displaying 2 results from an estimated 2 matches for "external_transact".

2017 Sep 26
3
dsync: assert panic on mbox // no INBOX sync on hybrid mbox/maildir
...-local(david): Panic: file mbox-lock.c: line 800 (mbox_lock): assertion failed: (lock_type == F_RDLCK || mbox->mbox_lock_type != F_RDLCK) I added some debug code, the assertion failure is being triggered by a call to mbox-lock() with: locktype=F_WRCLK mbox->mbox_lock_type=F_RDLCK, mbox->external_transactions=1 The config files on the 2 hosts only differ by the hostnames they're supposed to be syncing to. $ dovecot -n # 2.2.32 (dfbe293d4): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.20 (7cd71ba) # OS: Linux 4.10.0-35-generic x86_64 Ubuntu 16.04.3 LTS doveadm_password = # hidden, use -P...
2017 Sep 27
0
dsync: assert panic on mbox // no INBOX sync on hybrid mbox/maildir
...ox-lock.c: line 800 (mbox_lock): > assertion failed: (lock_type == F_RDLCK || mbox->mbox_lock_type != > F_RDLCK) > > I added some debug code, the assertion failure is being triggered by a > call to mbox-lock() with: > locktype=F_WRCLK mbox->mbox_lock_type=F_RDLCK, mbox->external_transactions=1 > > The config files on the 2 hosts only differ by the hostnames they're > supposed to be syncing to. > > $ dovecot -n > # 2.2.32 (dfbe293d4): /etc/dovecot/dovecot.conf > # Pigeonhole version 0.4.20 (7cd71ba) > # OS: Linux 4.10.0-35-generic x86_64 Ubuntu 16.04.3 LT...