Hi
When I do cap deploy:start I get tmp/pids/dispatch.4076.pid.
cap deploy:restart works.
But cap deploy:stop brings
* executing `deploy:stop'
* executing "/home/example/whatever/current/script/process/reaper -a kill -r
dispatch.spawner.pid"
servers: ["foo.org"]
[foo.org] executing command
** [out :: foo.org] Couldn't find any pid file in
'/home/example/whatever/current/tmp/pids'
** [out :: foo.org] matching 'dispatch.spawner.pid'
** [out :: foo.org]
** [out :: foo.org] (also looked for processes
matching "/home/example/whatever/current/pub
** [out :: foo.org] lic/dispatch.fcgi")
** [out :: foo.org]
command finished
* executing "/home/example/whatever/current/script/process/reaper -a kill"
servers: ["foo.org"]
[foo.org] executing command
** [out :: foo.org] Killing 20314
command finished
$
It's looking for dispatch.spawner.pid, but AFAICS it should be looking
for dispatch.[0-9]*.pid instead.
Tobi
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---