Cap deploy errors

I am getting an error when running a cap deploy in dreamhost. I set
up a rails project and checked it into a respository. I ran cap setup
which created my directory structure and then ran cap deploy. It
looks like there is a problem when the restart task is being run. The
error is shown below. I have run out of ideas to get this working.
All help is welcome.

executing task restart

  • executing “/home/luke/sjsnetworking.com/current/script/process/
    reaper”
    servers: [“sjsnetworking.com”]
    [sjsnetworking.com] executing command
    ** [out :: sjsnetworking.com] Couldn’t find any pid file in ‘/home/
    lukecampbell/sjsnetworking.com/current/tmp/pids’ matching ‘dispatch.
    [0-9]*.pid’
    ** [out :: sjsnetworking.com] (also looked for processes matching “/
    home/luke/sjsnetworking.com/current/public/dispatch.fcgi”)
    command finished

Never used Dreammhost, but with this query you will find a couple of
good tips for restarting the FCGI processes:

http://www.google.com/search?q=rails+dreamhost+restart&start=0&ie=utf-8&oe=utf-8&client=firefox&rls=org.mozilla:en-US:unofficial


Aníbal Rojas