I'm trying to get cap setup on a new machine and I'm having some
problems.  Whenever I run a task, my local machine hangs on executing
the command.  For example:

$ cap setup
  * executing task setup
  * executing "umask 02 &&\n    mkdir -p /var/rails /var/rails/
releases /var/rails/shared /var/rails/shared/system &&\n    mkdir -p /
var/rails/shared/log &&\n    mkdir -p /var/rails/shared/pids"
    servers: ["xxx.xxx.xxx.xxx"]
    [xxx.xxx.xxx.xxx] executing command

And nothing ever happens.  I believe it's waiting for a reply from the
server.  Here's what the server shows is happening:

~$ ps auxf | grep jmckible
jmckible 21280  0.0  0.1  3728 1332 ?        S    14:18   0:00 sshd:
[EMAIL PROTECTED]/1
jmckible 21281  0.0  0.0     0    0 ?        Zs   14:18   0:00  \_
[bash] <defunct>defunct>

I believe that defunct process is the capistrano task.  However, it
seems it's become zombified so the task on my local machine is
hanging.

Has anyone seen something like this before?

Jordan


--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to