How do I set cruisecontrol.rb to run in the background on linux.I am using xubuntu.I have tried: ./cruise start & ./cruise start -dboth of these will work until I close the console window. As soon as the console is closed the next build displays "builder broken"Any ideas what I am doing wrong.Jeff -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20070315/97d636be/attachment.html
The simplest way is: nohup ./cruise start &
It looks like the -d (--daemon) option is broken in 1.0.
Alex
Jeff Scadden <jeffscadden at hotmail.com> 
Sent by: cruisecontrolrb-users-bounces at rubyforge.org
03/15/2007 08:28 PM
To
<cruisecontrolrb-users at rubyforge.org>
cc
Subject
[Cruisecontrolrb-users] Run in the background
How do I set cruisecontrol.rb to run in the background on linux.
I am using xubuntu.
I have tried:
    ./cruise start &
    ./cruise start -d
both of these will work until I close the console window.  As soon as the 
console is closed the next build displays "builder broken"
Any ideas what I am doing wrong.
Jeff
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
_______________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users at rubyforge.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20070315/e5d786df/attachment.html
I had that exact problem. In the end I used -d and when it showed ''builder down'' I did a force build and everything started working again. Unless they built in some code to kick start the builder then there must be something going wrong behind the scenes to make the front end think the builder dies. -d works but & doesn''t, thats a mongrel thing. David On 16 Mar 2007, at 02:28, Jeff Scadden wrote:> How do I set cruisecontrol.rb to run in the background on linux. > I am using xubuntu. > I have tried: > ./cruise start & > ./cruise start -d > > both of these will work until I close the console window. As soon > as the console is closed the next build displays "builder broken" > Any ideas what I am doing wrong. > > Jeff > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
Thank you, that worked.nohup ./cruise start &JeffTo: cruisecontrolrb-users
at rubyforge.orgFrom: averkhov at thoughtworks.comDate: Thu, 15 Mar 2007
21:53:46 -0500Subject: Re: [Cruisecontrolrb-users] Run in the background
The simplest way is: nohup ./cruise
start &
It looks like the -d (--daemon) option
is broken in 1.0.
Alex
Jeff Scadden <jeffscadden at hotmail.com>
Sent by: cruisecontrolrb-users-bounces at rubyforge.org
03/15/2007 08:28 PM
To
<cruisecontrolrb-users at rubyforge.org>
cc
Subject
[Cruisecontrolrb-users] Run in the background
How do I set cruisecontrol.rb to run in
the background on linux.
I am using xubuntu.
I have tried:
    ./cruise start &
    ./cruise start -d
both of these will work until I close the console window.  As soon
as the console is closed the next build displays "builder broken"
Any ideas what I am doing wrong.
Jeff
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
_____________________________________________________________________________________________________________________
Cruisecontrolrb-users mailing list
Cruisecontrolrb-users at rubyforge.org
http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20070316/2ee379e7/attachment.html