View Single Post
  #7   (View Single Post)  
Old 22nd July 2009
badguy badguy is offline
Fdisk Soldier
 
Join Date: Jul 2009
Location: MD, USA
Posts: 59
Default

Hi jggimi, just want to get something clear.

After creating my rc.conf.local i realized that performing an #apachetl graceful gave an error. it started but gave an error as follows

# apachectl graceful
/usr/sbin/apachectl: /etc/rc.conf.local[107]: .: /etc/rc.conf.local: Too many open files
/usr/sbin/apachectl graceful: httpd gracefully restarted

searching for a solution, i found that you have to delete the last 2 lines or comment them as follows. this worked as i did not get the error message again but why is this the case

#local_rcconf="/etc/rc.conf.local"

# [ -f ${local_rcconf} ] && . ${local_rcconf} # Do not edit this line
Reply With Quote