search for: dsync_mailbox_tree_get_selectable

Displaying 3 results from an estimated 3 matches for "dsync_mailbox_tree_get_selectable".

2014 Oct 27
1
doveadm throws Panic: file dsync-mailbox-tree-fill.c: line 65
...o see what's going on. Other users are fine. When I run the above command on the one user it produces a core dump. See below for syslog output and full backtrace: syslog output: Oct 26 22:44:09 d3cstorage dovecot: dsync-server(user at host.com): Panic: file dsync-mailbox-tree-fill.c: line 65 (dsync_mailbox_tree_get_selectable): assertion failed: (status_r->uidvalidity != 0) Oct 26 22:44:09 d3cstorage dovecot: dsync-server(user at host.com): Fatal: master: service(doveadm): child 67571 killed with signal 6 (core dumped) Oct 26 22:44:09 d3cstorage kernel: pid 67571 (doveadm-server), uid 127: exited on signal 6 (core du...
2020 Feb 07
0
doveadm backup -R -m -s not picking up a new message
...UIDVALIDITY 1529153257) > 1580957437.869540 5 OK Completed ? > ]]] > > So, my question is: Why doesn't ?doveadm backup? sync the new message? > (Message number 24118, UID 24289, ESMTP ID 48CjYx6xvmzWp) I've grepped around and found two potentially relevant bits of code: 1. dsync_mailbox_tree_get_selectable() calls mailbox_get_status(?, STATUS_UIDVALIDITY | STATUS_UIDNEXT, ?) without STATUS_HIGHESTMODSEQ. 2. imapc_mailbox_get_selected_status() silently ignores the STATUS_HIGHESTMODSEQ flag. Could either of these be related? (I haven't had time to do a debug build to investigate further myself.)...
2020 Feb 06
2
doveadm backup -R -m -s not picking up a new message
Good morning, I use ?doveadm backup -R -m foo -s $state? to create a local mirror of an imapc remote folder. When I run that command, wait for it to finish, deliver a new message to the remote folder, and run that command again, the new message does not get downloaded from the remote. I'll attach the rawlog, doveconf, etc at the end. Allow me first to summarize what I've already