Displaying 3 results from an estimated 3 matches for "backmaildir".
2015 Apr 01
2
Couldn't set transaction log view (seq 9..13)
...lo,
I'm using 2.2.13 on Debian stable, and I perform regular dsync
backups. Typically if there is an error, dsync can recover from it the
next time it is run, but I've been encountering a new error that doesn't
seem to self-heal:
# /usr/bin/dsync -u gae backup ssh -i /root/.ssh/id_rsa backmaildir at internal.example /usr/bin/dsync -u micah
dsync-remote(micah): Error: /srv/maildirbackups/m/micah/daily.1/mailboxes/INBOX/dbox-Mails/dovecot.index: Couldn't set transaction log view (seq 9..13)
dsync-remote(micah): Error: Failed to read transaction log for mailbox INBOX
Re-running the dsync...
2013 Jan 30
1
dsync timeout?
...g a process running and doing nothing
forever, hogging the lock and causing my backups never to run again. I
just finally figured out that was what was causing the backups not to
run on this system was this process:
root 17836 0.0 0.0 40888 1600 ? S 2012 0:00 ssh -i /root/.ssh/backmaildir_id_rsa backmaildir at arg /usr/bin/dsync -u foobar server
yeah, that has been running since 2012 :(
root:/tmp# strace -p 17836
Process 17836 attached - interrupt to quit
select(8, [4], [], NULL, NULL
very exciting...
There doesn't seem to be a timeout in dsync, but perhaps there should
be?...
2015 Apr 06
0
Couldn't set transaction log view (seq 9..13)
...on Debian stable, and I perform regular dsync
> backups. Typically if there is an error, dsync can recover from it the
> next time it is run, but I've been encountering a new error that doesn't
> seem to self-heal:
>
> # /usr/bin/dsync -u gae backup ssh -i /root/.ssh/id_rsa backmaildir at internal.example /usr/bin/dsync -u micah
> dsync-remote(micah): Error: /srv/maildirbackups/m/micah/daily.1/mailboxes/INBOX/dbox-Mails/dovecot.index: Couldn't set transaction log view (seq 9..13)
> dsync-remote(micah): Error: Failed to read transaction log for mailbox INBOX
>
> R...