I had to restore a vserver with a running installation of cyrus imapd from a 24h old backup. After that, imap clients are timing out and the log gets flooded with the following:
tail /var/log/mail.info:
Dec 24 20:59:16 h2229778 cyrus/master[3570]: service notify pid 10857 in READY state: terminated abnormally
Dec 24 20:59:16 h2229778 cyrus/master[3570]: process 10858 exited, signaled to death by 11
Restarting via the init script gives the following:
./cyrus-imapd restart
* Restarting Cyrus IMAPd cyrmaster
find: /run/cyrus/lock': No such file or directory
find: /run/cyrus/proc': No such file or directory
with no change in behaviour.
I found lots of posts for both quotes, but not much that seems to be connected to my problem. However, my suspicion is that one of the cyrus databases got corrupted.
Might this be the problem?
How can I determine the actual cause?
If it is a database problem, how can I properly restore them?
I'm running cyrus 2.4.12-2.
Thanks much!