search for: fcntl_locks_disable

Displaying 3 results from an estimated 3 matches for "fcntl_locks_disable".

2004 May 24
4
1.0-test12
...get mmap_disable = yes to work without reading the main index file more than once. Are maildir syncing problems finally fixed now? :) I think the "message sequence out of range" problems are fixed now too. Rest of the important known problems are mostly related to mmap_disable=yes or fcntl_locks_disable=yes settings. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20040524/7ff556d8/attachment-0001.bin>
2004 Jul 20
3
Bug? 1.0.0-test28 NFS locking problems
Hi Slight problem - linux 2.4 running dovecot, Solaris 2.8 home directory server. Full lockd support etc. I had to make the following code patches (at end of mail for clarity) to get dovecot to read the users mbox files at all. 1) fcntl with F_SETLKW will not work against a Solaris 2.8 server as proved with a small test program. Other forms of fcntl (ie F_SETLK) are OK. I noticed there are
2004 Oct 05
0
1.0-test46: Assertion failed
...mail log (about 8 times during the last 2 days): Oct 5 11:20:51 web dovecot: POP3(xxxxx): file mbox-lock.c: line 493 (mbox_lock): assertion failed: (lock_type == F_RDLCK || ibox->mbox_lock_type != F_RDLCK) What is it? I'm running 1.0-test46 and sendmail on FC2. This is in dovecot.conf: #fcntl_locks_disable = no #mbox_read_locks = fcntl mbox_write_locks = fcntl Thanks. Martin