与Capistrano服务器建立多个connectoins时卡住了。 (仅在我的计算机上)

| 在其他计算机上的部署工作正常。在单个Web服务器上进行部署可以很好地工作,但是仅在多个服务器上进行就会陷入困境。如果我壳/部署相同的事情。
    cap prd_es shell
    ~/code/------_git[master]% cap prd_es shell
      * executing `prd_es\'
        triggering start callbacks for `shell\'
      * executing `multistage:ensure\'
      * executing `shell\'
    ====================================================================
    Welcome to the interactive Capistrano shell! This is an experimental
    feature, and is liable to change in future releases. Type \'help\' for
    a summary of how to use the shell.
    --------------------------------------------------------------------
    cap> echo
    [establishing connection(s) to web1.------.com, web2.------.com, web3.------.com, web4.------.com, web5.------.com, web6.------.com, web7.------.com, admin.------.com]
我在用
capistrano (2.5.2)
rails (2.1.2)
ruby (1.8.7)
我在OSX 10.6上 / etc / hosts
    ***.***.***.*** admin
    ***.***.***.*** web1
    ***.***.***.*** web2
    ***.***.***.*** web3
    ***.***.***.*** web4
    ***.***.***.*** web5
    ***.***.***.*** web6
    ***.***.***.*** web7
    
已邀请:
        Capistrano的另一个版本效果很好     

要回复问题请先登录注册