Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Feb 1999 12:30:04 +1100
From:      Gregory Bond <gnb@itga.com.au>
To:        Patrick Seal <patseal@hyperhost.net>
Cc:        freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG
Subject:   Re: .: Out of file descriptors 
Message-ID:  <199902170130.MAA13556@lightning.itga.com.au>
In-Reply-To: Your message of Tue, 16 Feb 1999 19:32:17 -0500.

next in thread | raw e-mail | index | archive | help
1) make sure you update /etc correctly (use mergemaster from the ports 
collection).

then,

2) make sure your /etc/defaults/rc.conf sources /etc/rc.conf (as distributed)
and (the important bit) make sure your /etc/rc.conf (or /etc/rc.conf.local)
doesn't then go and source either of these files again!  (This often happens if
e.g. /etc/defaults/rc.conf gets copied to /etc/rc.conf).  This will cause an
infinite recursion in the shell processing the rc scripts, which gives rise to
the out of file descriptors message.

Greg.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902170130.MAA13556>