Hi all,

I'm a capistrano newbie, just trying to deploy.  I have Rails 3,
apache, Mac OS X server.  When I run cap deploy  and sudo is set to
false, I get

[DEPRECATED] `deploy:restart` is going to be changed to Passenger
mod_rails' method after 2.5.9 - see http://is.gd/2BPeA
  * executing "/rails/apps/compassion/current/script/process/reaper"
    servers: ["canlabresearch.colorado.edu"]
    [canlabresearch.colorado.edu] executing command
 ** [out :: canlabresearch.colorado.edu] bash: /rails/apps/compassion/
current/script/process/reaper: No such file or directory
    command finished in 168ms


Indeed, there is no such file or directory.  I think Rails 3 doesn't
have those... right?

when sudo is set to true, i get


[DEPRECATED] `deploy:restart` is going to be changed to Passenger
mod_rails' method after 2.5.9 - see http://is.gd/2BPeA
  * executing "sudo -p 'sudo password: ' -u app /rails/apps/compassion/
current/script/process/reaper"
    servers: ["canlabresearch.colorado.edu"]
    [canlabresearch.colorado.edu] executing command
 ** [out :: canlabresearch.colorado.edu] sudo: unknown user: app
    command finished in 175ms
failed: "env PATH=/usr/local/mysql/bin:$PATH rvm_path=$HOME/.rvm/
$HOME/.rvm/bin/rvm-shell '1.9.2' -c 'sudo -p '\\''sudo password: '\\''
-u app /rails/apps/compassion/current/script/process/reaper'" on
canlabresearch.colorado.edu


thanks!!
Jon

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to capistrano@googlegroups.com
* To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to