From owner-freebsd-questions Mon Jul 27 10:50:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA29789 for freebsd-questions-outgoing; Mon, 27 Jul 1998 10:50:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from tomahawk.cbn.net.id (tomahawk.cbn.net.id [202.158.2.132]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA29775 for ; Mon, 27 Jul 1998 10:50:16 -0700 (PDT) (envelope-from engel@cbn.net.id) Received: (qmail 1638 invoked from network); 27 Jul 1998 17:55:38 -0000 Received: from tomahawk.cbn.net.id (HELO cbn.net.id) (engel@202.158.2.132) by tomahawk.cbn.net.id with SMTP; 27 Jul 1998 17:55:38 -0000 Message-ID: <35BCBF17.1F03D8A8@cbn.net.id> Date: Tue, 28 Jul 1998 00:55:37 +0700 From: Engelhard Reply-To: engel@cbn.net.id X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.35 i586) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: FD > 256 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I want to compile qmail with conf-spawn more than 126 processes. How do I re-compile my kernel so it can open File Descriptor more than 256 ? I have compiled kernel wiht maxusers=64, CHILD_MAX=256, OPEN_MAX=256. But qmail still can not compile if I set conf-spawn=200, the error is: ./chkspawn Oops. Your system's FD_SET() has a hidden limit of 256 descriptors. This means that the qmail daemons could crash if you set the run-time concurrency higher than 125. So I'm going to insist that the concurrency limit in conf-spawn be at most 125. Right now it's 200. *** Error code 1 Stop. # thank you for any help. engel. ps: please cc to me for any answer, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message