2011-06-13 43 views
0

在其他電腦上部署工作正常。在單個網絡服務器上部署工作正常,但僅在多個服務器上卡住。如果我殼/部署相同的東西。多個建立連接到capistrano服務器卡住。 (只在我的電腦上)

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 

回答

0

Capistrano酒店的另一個版本都很順利

相關問題