On Wed, 14 Jan 2004 [EMAIL PROTECTED] wrote: > Hmmm... I guess these issues are still present with DB-4.2.52: > > imaps[26503]: [ID 729713 local6.error] DBERROR: opening > /po/var/imap/tls_sessions.db: cyrusdb error > imaps[26828]: [ID 729713 local6.error] DBERROR: opening > /po/var/imap/tls_sessions.db: Not enough space > imaps[26828]: [ID 729713 local6.error] DBERROR: opening > /po/var/imap/tls_sessions.db: cyrusdb error > imaps[26832]: [ID 729713 local6.error] DBERROR: opening > /po/var/imap/tls_sessions.db: Not enough space > > Someone back there in the early days of this thread mentioned > the db_stat command: > > /usr/local/BerkeleyDB.4.2/bin/db_stat -e -h /po/var/imap/db > 4.2.52 Environment version. > 120897 Magic number. > 0 Panic value. > 968 References. > 1911972 Locks granted without waiting. > 28816 Locks granted after waiting. > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Mpool Region: 2. > 264KB Size. > -1 Segment ID. > 2353977 Locks granted without waiting. > 190 Locks granted after waiting. > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Log Region: 3. > 96KB Size. > -1 Segment ID. > 6430275 Locks granted without waiting. > 14697 Locks granted after waiting. > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Lock Region: 4. > 19MB 624KB Size. > -1 Segment ID. > 19M Locks granted without waiting. > 8420 Locks granted after waiting. > =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > Txn Region: 5. > 32KB Size. > -1 Segment ID. > 2765561 Locks granted without waiting. > 1152 Locks granted after waiting. > > > Is the only way to clear this up is to shutdown and blow away > tls_sessions.db? > > I doubt it matters, but this is on: > > v2.2.2-BETA 2003/12/19 18:38:42 >
Hmm. You can clear this up by running db_recover from the /po/var/imap/db directory. What does db_stat -c say before you run db_recover? Do tls_prune|cyr_expire|ctl_cyrusdb -c run properly on your system? Also apply http://www.sleepycat.com/update/4.2.52/patch.4.2.52.html... -- Igor