http://dev.rubyonrails.org/ticket/10093
Tobi On Mon 2007-11-05 Jamis Buck wrote: > Could you please report this as a bug on the Rails trac, for Capistrano? > > http://dev.rubyonrails.org > > I'll make sure the spawner is only reaped if the spawner pid file is > present. > > - Jamis > > On Nov 5, 2007, at 11:49 AM, Tobi Reif wrote: > > > > >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 -~----------~----~----~----~------~----~------~--~---
