View Single Post
  #2   (View Single Post)  
Old 8th September 2008
lumiwa lumiwa is offline
Package Pilot
 
Join Date: May 2008
Posts: 145
Default

Quote:
Originally Posted by map7 View Post
I'm trying to get a port called 'mongrel' to start on boot. I can start it after boot with the command:

# /usr/local/etc/rc.d/mongrel_cluster start

I've also put the following line in my /etc/rc.conf file
mongrel_cluster_enable=YES

Without this line I cannot start it manually. There is nothing in the log file 'messages' or 'mongrel.log' to suggest it's not starting correctly.

Am I just missing something easy here?
Is there more log files or documentation I'm overseeing?
IMO mongrel_cluster_enable=YES
should be
mongrel_cluster_enable= "YES"
Reply With Quote