From owner-freebsd-current Fri Jun 25 17:59:12 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail.westbend.net (ns1.westbend.net [209.224.254.131]) by hub.freebsd.org (Postfix) with ESMTP id D5BC3154E1 for ; Fri, 25 Jun 1999 17:59:07 -0700 (PDT) (envelope-from hetzels@westbend.net) Received: from admin (admin.westbend.net [209.224.254.141]) by mail.westbend.net (8.8.8/8.8.8) with SMTP id TAA18314; Fri, 25 Jun 1999 19:59:04 -0500 (CDT) (envelope-from hetzels@westbend.net) Message-ID: <009201bebf6f$161061c0$8dfee0d1@westbend.net> From: "Scot W. Hetzel" To: , References: <199906260046.TAA17216@panther.austx.tandem.com> Subject: Re: Out of file descriptors ?? Date: Fri, 25 Jun 1999 19:59:03 -0500 Organization: West Bend Internet MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Bruce Burden > I did a cvsup on the night of June 24/25, got the world built, > installed, /etc updated, the kernel config file updated, built > the kernel, updated it, and when I attempt to boot, I get the > following error: > > .: Out of file descriptors > Check the bottom of your /etc/rc.conf file for: for i in ${rc_conf_files}; do if [ -f $i ]; then . $i fi done What is happening is /etc/defaults/rc.conf pulls in /etc/rc.conf, which then pulls in /etc/rc.conf .... repeat until we run out of file descriptors. You need to remove the above code from the /etc/rc.conf file. Scot To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message