I have a problem with my backend server in a cyrus agreggator configuration.
In the logs appear the following error when cyrus check the database each 30 min.
ctl_cyrusdb[7634]: checkpointing cyrus databases
ctl_cyrusdb[7634]: DBERROR: error listing log files: DB_NOTFOUND: No matching key/data pair found
ctl_cyrusdb[7634]: DBERROR: archive /var/imap/db: cyrusdb error
ctl_cyrusdb[7634]: done checkpointing cyrus databases
My cyrus.conf
################################################
START {
recover cmd="ctl_cyrusdb -r"
mupdatepush cmd="ctl_mboxlist -m"
}
SERVICES {
imap cmd="imapd" listen="imap" prefork=10 maxchild=2000
pop3 cmd="pop3d" listen="pop3" prefork=0
sieve cmd="timsieved" listen="sieve" prefork=0
lmtpunix cmd="lmtpd" listen="/var/imap/socket/lmtp" prefork=0
fud cmd="fud" proto="udp" listen="4201" prefork=0 maxchilds=10
}
EVENTS {
checkpoint cmd="ctl_cyrusdb -c" period=30
delprune cmd="cyr_expire -E 3" at=0400
tlsprune cmd="tls_prune" at=0400
}
#################################################
any idea of what has happended
i hope yours anserws
ATTE
Oscar Nunez
---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html