search for: max_wait_time

Displaying 5 results from an estimated 5 matches for "max_wait_time".

2005 Oct 21
1
1.0alpha4: mbox-lock asserts and cores
...format=0x7ce70 "file %s: line %d (%s): assertion failed: (%s)") at failures.c:173 #4 0x00035394 in mbox_lock_fcntl (ctx=0xffbff4c8, lock_type=Variable "lock_type" is not available. ) at mbox-lock.c:379 #5 0x00035534 in mbox_lock_list (ctx=0xffbff4c8, lock_type=2, max_wait_time=0, idx=Variable "idx" is not available. ) at mbox-lock.c:439 #6 0x00035060 in dotlock_callback (secs_left=15, stale=1, context=Variable "context" is not available. ) at mbox-lock.c:209 #7 0x0006b03c in dotlock_create (path=0xab448 "/var/mail/j/jnbero", dotloc...
2006 Dec 14
2
604995471 7500 routers / upgrade issue
Hi Benjamin: I think that the following link will give you an idea for what you need to know: http://www.cisco.com/warp/customer/620/roadmap_b.shtml This is for the naming: http://www.cisco.com/en/US/products/sw/iosswrel/ps1818/products_tech_note09186a0080101cda.shtml In this case 11.1CC goes to 12.0T and 12.0T migrate to 12.1 mainline. Do not you worry you will not loose anything with the new
2007 Jan 25
1
X-UID gaps cause Dovecot/IMAP to hang
...263504}, st_blksize = 136192, st_blocks = -18312022562992632, st_fstype = "\000\000\000\000\000\000\000\020\000\000\000\000\000\000\000", st_pad4 = {0, 0, 0, 0, 173, 0, 2141451620, 0}} fd = 18 ret = 1 #3 0x38bc8 in mbox_lock_dotlock (ctx=0xffbef2c0, lock_type=2, max_wait_time=1169749509) at mbox-lock.c:259 mbox = (struct mbox_mailbox *) 0xdd100 set = {temp_prefix = 0x0, lock_suffix = 0x0, timeout = 300, stale_timeout = 120, callback = 0x38a04 <dotlock_callback>, context = 0xffbef2c0, use_excl_lock = 0} ret = 1 #4 0x38fe0 in mbox_lock_l...
2004 Jul 20
3
Bug? 1.0.0-test28 NFS locking problems
...AIN)) return 0; --- dovecot-1.0-test28/src/lib-storage/index/mbox/mbox-lock.c.orig 2004-07-20 14:29:54.000000000 +0100 +++ dovecot-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 ********...
2009 Feb 04
4
pop3_lock_session question
Hello, I'm preparing to convert from qpopper + UW-IMAP to dovecot. So far testing has gone very well. One problem we haven't figured out is that long-running POP sessions keep the mailbox locked, so that the MDA times out while trying to deliver. We're using "maildrop" as our MDA if that matters. We don't see this issue for dovecot IMAP sessions. During long-running