A NOTE has been added to this issue. ====================================================================== http://www.dbmail.org/mantis/view.php?id=561 ====================================================================== Reported By: LordVan Assigned To: ====================================================================== Project: DBMail Issue ID: 561 Category: IMAP daemon Reproducibility: always Severity: major Priority: normal Status: new target: ====================================================================== Date Submitted: 04-Apr-07 14:17 CEST Last Modified: 04-Apr-07 18:30 CEST ====================================================================== Summary: dbmail-imap has lock error described in bug 0000525, and blocks delivery of new messages until stopped Description: dbmail-imap has lock error described in bug 0000525, and blocks delivery of new messages until stopped.
seems like because of that /tmp / lock problem it keeps a lock on the db or something. when i stop or restart it it delivers the messages in the queue immediately and when i start it again it works. ====================================================================== ---------------------------------------------------------------------- LordVan - 04-Apr-07 16:32 ---------------------------------------------------------------------- the patch i uploaded (which i got from svn according to someones suggestion) seems to help a bit (still no emails are delivered while my imap connection is open. though it seemed some of them got delivered when i logged out. still getting those errors: ** (process:9291): CRITICAL **: dbmail_imap_session_get_msginfo: assertion `ids && g_tree_nnodes(ids)>0' failed WARNING: there is already a transaction in progress WARNING: there is already a transaction in progress WARNING: there is already a transaction in progress WARNING: there is already a transaction in progress WARNING: there is already a transaction in progress WARNING: there is already a transaction in progress WARNING: there is already a transaction in progress WARNING: there is already a transaction in progress WARNING: there is already a transaction in progress WARNING: there is already a transaction in progress WARNING: there is already a transaction in progress Error Error setting lock. Trying again. Error Error setting lock. Trying again. ** (process:9298): CRITICAL **: dbmail_imap_session_get_msginfo: assertion `ids && g_tree_nnodes(ids)>0' failed any help would be greatly appreciated (imap server timeouts less but still there .. :( ) ---------------------------------------------------------------------- aaron - 04-Apr-07 18:17 ---------------------------------------------------------------------- Bug http://www.dbmail.org/mantis/view.php?id=525 actually had two bugs in one. We resolved the short writes error, and thought we'd gotten the locks. The patch you have is for additional short write errors, but still doesn't deal with the locks. You're actually seeing a problem in pool.c, set_lock. What filesystem type is your /tmp? ---------------------------------------------------------------------- aaron - 04-Apr-07 18:30 ---------------------------------------------------------------------- Some Googleage shows that this "WARNING: there is already a transaction in progress" comes from PostgreSQL. Do you have any corresponding PG log files that could help narrow down the source of the transaction errors? Issue History Date Modified Username Field Change ====================================================================== 04-Apr-07 14:17 LordVan New Issue 04-Apr-07 16:31 LordVan File Added: dbmail-2.2.4-r1.patch 04-Apr-07 16:32 LordVan Note Added: 0002003 04-Apr-07 18:17 aaron Note Added: 0002004 04-Apr-07 18:30 aaron Note Added: 0002005 ====================================================================== _______________________________________________ Dbmail-dev mailing list [email protected] http://twister.fastxs.net/mailman/listinfo/dbmail-dev
