Displaying 3 results from an estimated 3 matches for "after_restart".
2006 Jan 26
7
Switchtower Port Issues
Hi there,
I''m having some difficulties finding some decent info on getting
Switchtower to function for my needs. I''ve read most of the
Switchtower doc on http://manuals.rubyonrails.com/read/chapter/97,
however it''s not answering some potent questions I have.
1. The doc mentions, as an example, using an SVN repos at
http://svn.switchtower.com/flipper/trunk
What if I
2007 Mar 12
7
Capistrano Hanging on Deployment
...[host] executing command
** [out :: host] nohup: ignoring input and appending output to `nohup.out''
It will hang there and not restart the main web app process. I updated my
gems to see if this was a version issue, but am experiencing the same
problem. I also tried running this task :after_restart, the web app is
successfully restarted, but it still hangs.
Thanks in advance for any ideas on how to fix this.
~ Ben
--
Ben Reubenstein
303-947-0446
http://www.benr75.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/backgroundrb...
2006 Jan 19
12
Switchtower isn''t restarting lighttpd
I''ve got switchtower set up, and it seems to work fine except for one
problem: It doesn''t successfully restart lighttpd. I have the
following task in my deploy.rb file:
desc "Restart the web server"
task :restart, :roles => :app do
sudo "/usr/local/etc/rc.d/lighttpd.sh restart"
end
This is on a FreeBSD system, so it''s using the rc script to