From owner-freebsd-stable Thu Aug 28 10:23:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA10772 for stable-outgoing; Thu, 28 Aug 1997 10:23:39 -0700 (PDT) Received: from alice.pcug.co.uk (qmailr@Alice.PCUG.CO.UK [192.68.174.72]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA10763 for ; Thu, 28 Aug 1997 10:23:34 -0700 (PDT) From: jake@pcug.co.uk Received: (qmail 25053 invoked by uid 1000); 28 Aug 1997 12:15:45 -0000 Message-ID: <19970828121545.25052.qmail@alice.pcug.co.uk> Subject: login.conf, init and daemon class To: freebsd-stable@freebsd.org Date: Thu, 28 Aug 1997 13:15:45 +0100 (BST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I have trouble getting my named up in 2.2-stable with MAXUSERS=128 It runs out of memory and complains "no memory for more zone" and sometimes also qnew fails and it dies. adding "ulimit -a" in /etc/rc shows cpu time (seconds, -t) unlimited file size (512-blocks, -f) unlimited data seg size (kbytes, -d) 16384 stack size (kbytes, -s) 8192 core file size (512-blocks, -c) 0 max memory size (kbytes, -m) 65536 locked memory (kbytes, -l) 61152 max user processes (-u) 256 open files (-n) 1024 so that's the problem obviously, but in /etc/login.conf there is: # # Settings used by /etc/rc # daemon:\ :coredumpsize=0:\ :datasize=32M:\ :maxproc=256:\ :maxproc-cur@:\ :memoryuse-cur=64M:\ :memorylocked-cur=64M:\ :openfiles=1024:\ :openfiles-cur@:\ :stacksize=16M:\ :tc=default: What is happening? How do I get rc to be run using the daemon class? Will adding "daemon" in master.passwd for root do it but why is that not the default? Regards, Jake