From: Bruce Burden <[EMAIL PROTECTED]>
>    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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to