From owner-freebsd-stable Mon Apr 30 8:38:34 2001 Delivered-To: freebsd-stable@freebsd.org Received: from dragon.bugsoft.hik.se (dragon.bugsoft.nu [194.47.165.9]) by hub.freebsd.org (Postfix) with ESMTP id 94F5537B422 for ; Mon, 30 Apr 2001 08:38:31 -0700 (PDT) (envelope-from yottaman@writeme.com) Received: from te31002 ([194.47.173.15]) by dragon.bugsoft.hik.se with Microsoft SMTPSVC(5.5.1877.197.19); Mon, 30 Apr 2001 17:38:29 +0200 From: "John Andersson" To: Subject: Delayed effects of sysctl.conf Date: Mon, 30 Apr 2001 17:38:29 +0200 Message-ID: <000401c0d18b$9aece690$0fad2fc2@te31002> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have added "kern.maxfiles=3D16384" and "kern.maxfilesperproc=3D16384" = in my FreeBSD 4.3 server to raise the number of file descriptors. The problem is that the ircd daemon does not see these changes at startup, it reports that there is too few file descriptos. If I manually start ircd after startup has completed, it starts without complaining. It seems like the changes in sysctl.conf at startup does not take effect until the startup process has completed, perhaps it is after the securelevel has been raised or something. What can I do to solve this? Can I modify the number of file descriptors in some other way, or start the ircd daemon in some other way? TIA, John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message