search for: file_dotlock_replace

Displaying 12 results from an estimated 12 matches for "file_dotlock_replace".

2007 Sep 03
2
Index and Thunderbird
...ne know if it is a good idea to install 1.03 or perhaps 1.1alpha? dovecot: Sep 01 04:47:30 Error: IMAP(XXXXXX): rename(/mail2/home/XXXXXX/.Maildir/.Sent/dovecot-uidlist.lock, /mail2/home/XXXXXX/.Maildir/.Sent/dovecot-uidlist) failed: No such file i dovecot: Sep 01 04:47:30 Error: IMAP(XXXXXX): file_dotlock_replace(/mail2/home/XXXXXX/.Maildir/.Sent/dovecot-uidlist) failed: No such file or directory dovecot: Sep 01 04:47:30 Error: IMAP(XXXXXX): /mail2/home/XXXXXX/.Maildir/.Sent/dovecot-uidlist: next_uid was lowered (19065 -> 19064) dovecot: Sep 01 04:47:30 Error: IMAP(XXXXXX): rename(/mail2/home/XXXXXX/...
2006 Jul 14
0
dovecot 1.00 RC2 bugs
...e) data My workaround is ======================================================== --- src/plugins/quota/quota-maildir.c.orig Sun Jun 11 21:36:24 2006 +++ src/plugins/quota/quota-maildir.c Thu Jul 13 11:33:58 2006 @@ -246,11 +248,12 @@ return -1; } - if (file_dotlock_replace(&dotlock, 0) < 0) { + if (file_dotlock_replace(&dotlock, DOTLOCK_REPLACE_FLAG_DONT_CLOSE_FD) < 0) { mail_storage_set_critical(storage, "file_dotlock_replace(%s) failed: %m", path); return -1; } + roo...
2008 Jan 17
2
Error with 1.1 Beta
...version of the 1.1 beta and just got the following error: Jan 17 06:20:13 apple dovecot: IMAP(jeff): rename(/home/jeff/Maildir/.Sent Items/dovecot.index.cache.lock, /home/jeff/Maildir/.Sent Items/dovecot.index.cache) failed: No such file or directory Jan 17 06:20:13 apple dovecot: IMAP(jeff): file_dotlock_replace() failed with index cache file /home/jeff/Maildir/.Sent Items/dovecot.index.cache: No such file or directory Is it something I should be concerned about? I had just sent an e-mail about 30 seconds before that one which did not give the error. I will see if I get the error again when I send t...
2005 May 03
1
Error in rename uidlist while fetching through pop3
...10.3.9 Log entries like this: May 2 19:35:18 caddy dovecot: pop3-login: Login: kim [24.22.16.169] May 2 19:35:18 caddy dovecot: POP3(kim): rename(/Users/kim/Maildir/ dovecot-uidlist.lock, /Users/kim/Maildir/dovecot-uidlist) failed: Input/output error May 2 19:35:18 caddy dovecot: POP3(kim): file_dotlock_replace(/Users/ kim/Maildir/dovecot-uidlist) failed: Input/output error Is this a known problem, and/or is there a known way to recover from such a situation? I'm managed to throw out the uidlist, but that means they get a whole dump of new mail. -jdb
2006 Oct 27
2
Deliver: command time exceed limit
...|POLLNVAL}], 2, 2147483647) = -1 EINTR (Interrupted system call) +++ killed by SIGKILL +++ I'm not sure is this problem has a relation with our deliver problem. But in the deliver log /var/log/dovecot/deliver, I have a lots of message: deliver(info at labomex.com): 2006.10.27 18:29:28 Error: file_dotlock_replace(/var/mail/labomex.com/mails/info/.dovecot.lda-dupes) failed: No such file or directory deliver(info at labomex.com): 2006.10.27 18:29:28 Error: rename(/var/mail/labomex.com/mails/info/.dovecot.lda-dupes.lock, /var/mail/labomex.com/mails/info/.dovecot.lda-dupes) failed: No such file or directory O...
2008 Jan 23
1
Rename file opened for read-write -- cannot edit subscriptions
....1rc13) This is an unpatched linux 2.6.21-5, CIFS mounted filesystem from a windows 2003 sp2 server. The documentation for rename(2) indicates that it is allowed to return an error when the file is already opened, so perhaps the file should be closed before the replace. Should this be done in file_dotlock_replace (before line 672) generally? Here is a patch that does so: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dovecot-rename.diff URL: <http://dovecot.org/pipermail/dovecot/attachments/20080123/c0e84a31/attachment-0002.pl>
2013 Feb 19
2
Errors after enable vnd.dovecot.duplicate
...d: Resource temporarily unavailable Feb 19 14:44:29 lda(info at domain.com): Error: rename(/home/vpopmail/domains/domain.com/info/.dovecot.lda-dupes.lock, /home/vpopmail/domains/domain.com/info/.dovecot.lda-dupes) failed: No such file or directory Feb 19 14:44:29 lda(info at domain.com): Error: file_dotlock_replace(/home/vpopmail/domains/domain.com/info/.dovecot.lda-dupes) failed: No such file or directory Note that my mailboxes are store on NFS. This happens for many accounts. Another error is that some messages have not Message-ID in lda.log and when this happens emails are treated as duplicate: # grep...
2008 Sep 08
6
error in 1.1.2
...l dovecot: IMAP(xxxxxxx): rename(/var/spool/mail/dovecot-control/indexes/j/jd/xxxxxxx/.Inveztor/dovecot.index.cache.lock, /var/spool/mail/dovecot-control/indexes/j/jd/xxxxxxx/.Inveztor/dovecot.index.cache) failed: No such file or directory Sep 2 20:09:35 userimap4.xs4all.nl dovecot: IMAP(xxxxxxx): file_dotlock_replace() failed with index cache file /var/spool/mail/dovecot-control/indexes/j/jd/xxxxxxx/.Inveztor/dovecot.index.cache: No such file or directory Sep 2 20:09:35 userimap4.xs4all.nl dovecot: IMAP(xxxxxxx): file_dotlock_replace() failed with index cache file /var/spool/mail/dovecot-control/indexes/j/jd/x...
2004 Nov 23
1
NFS, test52, maildir, freebsd 4.x and OS X (Panther) Server
...: Nov 22 20:10:46 server dovecot: IMAP(mailuser at example.com): rename(/host/mail/mailboxes/mailuser at example.com/dovecot-uidlist.lock, /host/mail/mailboxes/mailuser at example.com/dovecot-uidlist) failed: Input/output error Nov 22 20:10:46 server dovecot: IMAP(mailuser at example.com): file_dotlock_replace(/host/mail/mailboxes/mailuser at example.com/dovecot- uidlist) failed: Input/output error Oddly, the dovecot-uidlist.lock file was unremovable on the NFS server (OS X Panther Server) with a simple 'rm', so I started digging into things a little further. It seems that the OS X NFS code...
2007 Nov 30
0
deliver+quota assertion
...descriptor Nov 30 09:38:41 mail deliver(example at example.com): rename(/home/vmail/domains//+/example.com/k/example//Maildir/maildirsize.lock, /home/vmail/domains//+/example.com/k/example//Maildir/maildirsize) failed : No such file or directory Nov 30 09:38:41 mail deliver(example at example.com): file_dotlock_replace(/home/vmail/domains//+/example.com/k/example//Maildir/maildirsize) failed: No such file or directory Nov 30 09:38:41 mail deliver(example at example.com): Internal quota calculation error Nov 30 09:38:41 mail deliver(example at example.com): file index-transaction.c: line 54 (index_transaction_fini...
2007 Jun 21
2
Server 1.0.1 migration: Maildir : UID inserted in the middle of mailbox
...39;s also other errors related to UID: Jun 21 16:11:01 dovecot1 deliver(pr at egs-gestion.fr): rename(/mnt/baie/hula/dovecot/maildir/pr/dovecot-uidlist.lock, /mnt/baie/hula/dovecot/maildir/pr/dovecot-uidlist) failed: No such file or directory Jun 21 16:11:01 dovecot1 deliver(pr at egs-gestion.fr): file_dotlock_replace(/mnt/baie/hula/dovecot/maildir/pr/dovecot-uidlist) failed: No such file or directory Jun 21 16:11:02 dovecot1 deliver(pr at egs-gestion.fr): /mnt/baie/hula/dovecot/maildir/pr/dovecot-uidlist: next_uid was lowered (374 -> 373) Jun 21 16:11:02 dovecot1 deliver(pr at egs-gestion.fr): msgid=<467A...
2015 Sep 19
3
Maildir: ACLs/Unix perms and unable to see content of specific mailbox
Dear Dovecot users, hello. I will merge two issues I have into a single email because they may be related. I used dovecot on a OmniOS server since 2014 (currently OmniOS r151014) with the following configuration (it shows 2.2.18 because I recently updated dovecot, skipping only the PostgreSQL plugin): # 2.2.18: /etc/dovecot/dovecot.conf # OS: SunOS 5.11 i86pc zfs mail_location =