Hi,

>>>>> On Mon, 05 Feb 2001 20:10:18 -0500
>>>>> Bitt Faulk <[EMAIL PROTECTED]> said:

> I don't know if this is an OS issue or a Cyrus issue, so if folks 
> would continue to look at it (if you already were :-), I'd appreciate 
> it.

wfaulk> Also, I discovered, this problem does not exist under 2.0.9.

wfaulk> How many times can I follow up to myself?

Your problem is likely to the problem I reported before under FreeBSD.
Try following patch:

Index: master/master.c
diff -u master/master.c.orig master/master.c
--- master/master.c.orig        Tue Jan 30 06:53:26 2001
+++ master/master.c     Fri Feb  2 05:48:48 2001
@@ -969,7 +969,9 @@
        }
     }
 
+#ifndef __FreeBSD__
     limit_fds(RLIM_INFINITY);
+#endif
 
     /* zero out the children table */
     memset(&ctable, 0, sizeof(struct centry *) * child_table_size);


--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
[EMAIL PROTECTED]  [EMAIL PROTECTED]  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/

Reply via email to