Displaying 4 results from an estimated 4 matches for "mbox_fd".
Did you mean:
mbox_
2003 Oct 16
2
Copy from INBOX to INBOX corrupts file
Aloha, again, Timo.
Concerning the problem of copying within one folder...
I'm still not sure it's not a problem I created myself,
but I think it's caused by the use of the buffered IO
routines in ostream-file.c ... you use io_add() to schedule
write operations for later while simultanously reading
new chunks from the very same file. This seems to
confuse dovecot and make it write
2003 Apr 16
1
pop3 coredump
....INBOX",
filepath = 0x8090040 "(in-memory index for /users/48/user9/Maildir)",
mailbox_path = 0x8082160 "/users/48/user9/Maildir",
custom_flags_dir = 0x0, default_cache_fields = 0, never_cache_fields = 0,
indexid = 1050439124, sync_id = 6, excl_lock_counter = 1, mbox_fd = 0,
mbox_stream = 0x0, mbox_lock_type = MAIL_LOCK_UNLOCK, mbox_dotlock = {
dev = 0, ino = 0, mtime = 0}, mbox_lock_counter = 0, mbox_sync_counter = 0,
mbox_size = 0, mbox_dev = 0, mbox_ino = 0, uidlist_dev = 18875392,
uidlist_ino = 1835546, maildir_lock_fd = -1, fd = -1, error = 0x0,...
2005 Oct 14
0
1.0a3: assert and core dump
...= 0, keep_recent = 0,
---Type <return> to continue, or q <return> to quit---
recent_flags_synced = 1, sent_diskspace_warning = 0,
sent_readonly_flags_warning = 0, notify_pending = 0,
mail_read_mmaped = 0}, storage = 0xa3200,
path = 0xaef50 "/var/mail/e/epmccull", mbox_fd = 7, mbox_stream = 0x0,
mbox_file_stream = 0x0, mbox_lock_type = 1, mbox_dev = 68681734,
mbox_ino = 6328, mbox_excl_locks = 0, mbox_shared_locks = 1,
mbox_dotlock = 0x0, mbox_lock_id = 10, mbox_readonly = 0,
mbox_writeonly = 0, mbox_dirty_stamp = 1129305578,
mbox_dirty_size = 28031506, mb...
2004 Jul 20
3
Bug? 1.0.0-test28 NFS locking problems
...ot-1.0-test28/src/lib-storage/index/mbox/mbox-lock.c 2004-07-20 14:30:35.000000000 +0100
@@ -361,7 +361,7 @@
fl.l_start = 0;
fl.l_len = 0;
- wait_type = max_wait_time == 0 ? F_SETLK : F_SETLKW;
+ wait_type = max_wait_time == 0 ? F_SETLK : F_SETLK;
while (fcntl(ctx->ibox->mbox_fd, wait_type, &fl) < 0) {
if (errno != EINTR) {
if (errno != EAGAIN && errno != EACCES)
**************************************************
and
**************************************************
diff -NaurbB dovecot-1.0-test28.orig/src/lib/file-dotlock.c
dovecot-1.0-test28/src/li...