apostrophecms / stagecoach

Painlessly deploy node.js applications to your staging and production servers. Use a standard VPS or dedicated server to host both Node and traditional Apache-based websites. Pairs nicely with nginx and mechanic.
306 stars 29 forks source link

when using sc-deploy anytime after initial deploy, ssh hangs #8

Closed legomind closed 11 years ago

legomind commented 11 years ago
[ cory Corys-MacBook-Pro ~/Projects/nodejs/Titan/AladdinSupply ] sc-deploy staging
    179,492,071  99%    8.11MB/s    0:00:21 (xfr#9717, to-chk=0/11998)
Pseudo-terminal will not be allocated because stdin is not a terminal.
Welcome to Ubuntu 12.10 (GNU/Linux 3.5.0-26-generic x86_64)

 * Documentation:  https://help.ubuntu.com/

  System information as of Tue Mar 19 12:41:03 EDT 2013

  System load:    0.28              Processes:           101
  Usage of /home: 0.5% of 94.18GB   Users logged in:     2
  Memory usage:   23%               IP address for eth0: 172.16.0.20
  Swap usage:     0%

  Graph this data and manage this system at https://landscape.canonical.com/

1 package can be updated.
0 updates are security updates.

Looking for dependencies script at /opt/stagecoach/apps/aladdinsupply/deployments/2013-03-19-12-40-44/deployment/dependencies
webserver.local
^CKilled by signal 2.
Deployment failed!

UPDATE:

It seems this hang was caused by forever. The following solved my problem:

$ sudo killall node
$ rm -rf ~/.forever