Ok, so I Got it working!

One glaring difference (that I overlooked) between my workstation and my current build server is that I do not have Mongrel installed on my server. One I did installed Mongrel, everything was working perfectly.

The CruiseControl documentation does not mention the Mongrel requirement. Luckily you guys passed the /daemon/cruise.sample file here which had the following comment in it:

puts "Error: daemon mode of CC.rb requires mongrel installed"

This lead to me installing Mongrel to use the --daemon option. Perhaps a check could be put in to check for mongrel and complain if it is not present when someone starts in --daemon mode .. or at the very least state this in the 'help start' text :)

Thanks guys. I'm cruising now!

Billy


On Mar 31, 2008, at 12:47 PM, Billy Kimble wrote:

Sorry, I forgot to mention that I did try that. It produces the same connection usurping that has been plaguing me.

I tried installing CC on my OSX desktop and it seems to work fine when I start it up in daemon mode. I can safely log out of my terminal connection and CruiseControl goes about its merry way. I am beginning to think this is a server problem. Has anyone run in to trouble using CruiseControl on CentOS 5 ? I am going to try the init script that Nathen and David mentioned / posted to see if running it as a service fixing my problems. This is driving me bonkers!

Billy

On Mar 31, 2008, at 11:30 AM, Nathen Harvey wrote:

Try this:

./cruise start --daemon

For more info:
./cruise help start


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

_______________________________________________
Cruisecontrolrb-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users

Reply via email to