Note that there are some explanatory texts on larger screens.

plurals
  1. POcapistrano not restarting, stopping but update is working
    text
    copied!<p>I recently changed machines, and had a few rough spots updating Rails. The server itself stayed as it was. Everything seemed to be fine, but not capistrano. When I make changes and update SVN, running </p> <pre><code>cap deploy </code></pre> <p>the correct new version of the repository is placed on the server. The logging in the terminal running capistrano shows nothing out of the ordinary, but evidently no restart actually takes place because the server continues to run. Running </p> <pre><code>cap deploy:restart </code></pre> <p>Produces </p> <pre><code>Dans-iMac:rebuild apple$ cap deploy:restart * executing `deploy:restart' * executing `accelerator:smf_restart' * executing `accelerator:smf_stop' * executing "sudo -p 'sudo password: ' svcadm disable /network/mongrel/urbanistica-production" servers: ["www.urbanisti.ca"] Password: [www.urbanisti.ca] executing command command finished * executing `accelerator:smf_start' * executing "sudo -p 'sudo password: ' svcadm enable -r /network/mongrel/urbanistica-production" servers: ["www.urbanisti.ca"] [www.urbanisti.ca] executing command command finished * executing `accelerator:restart_apache' * executing "sudo -p 'sudo password: ' svcadm refresh svc:/network/http:cswapache2" servers: ["www.urbanisti.ca"] [www.urbanisti.ca] executing command command finished </code></pre> <p>But no evident change takes place. What might be going on? The Mongrel log on the server shows no changes whatever: it's still running the older version that predates the update.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload