Bug 18682

Summary: Out of file descriptors
Product: Base System Reporter: work <work>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description work 2000-05-19 22:30:00 UTC
Hi
When i install, add some packages from FreeBSD CDROM using 'pkg_add' program.
Then when i reboot my computer it says me:
mount root ufs:/dev/ad0s1a
.:Out of file descriptors
and enters path to a default shell!

I have Quantum Fireball 6.4 .

If i must add some thing to kernel, please, say what must i add!

Thanks!
Comment 1 Gregory Bond 2000-05-22 02:30:57 UTC
>.:Out of file descriptors
>and enters path to a default shell!

Almost certainly caused by copying "/etc/defaults/rc.conf" on top of "/etc/
rc.conf", which causes an infinite loop of includes.  See the last few lines of
this file for a hint on why.

Greg,
Wondering if this submitter has a correct & working email address this time.
Comment 2 nbm freebsd_committer freebsd_triage 2000-06-26 11:37:10 UTC
State Changed
From-To: open->closed

This seems likely to be as described, and other PRs remain to remind 
sheldonh to backport the fix.