當veewee顯示以下消息時,Waiting for ssh login on 127.0.0.1 with user veewee to sshd on port => 7222 to work, timeout=10000 sec
究竟是什麼等待?veewee在等待ssh登錄時等待什麼?
據我所知,主機上的端口7222上有一個ssh服務器,veewee已經提出並且正在等待。這意味着客人中的某些東西將會連接到它。但是,我無法弄清楚這可能是什麼 - 因此我無法進一步調試。
進一步詳情
我試圖建立一個VirtualBox的圖像與CentOS-6.3-x86_64-minimal
模板無業遊民。我的步驟:
bundle exec veewee vbox define 'ejs-centos6.3-1' 'CentOS-6.3-x86_64-minimal'
wget http://mirror.symnds.com/distributions/CentOS-vault/6.3/isos/x86_64/CentOS-6.3-x86_64-minimal.iso
bundle exec veewee vbox build 'ejs-centos6.3-1'
CentOS的安裝似乎運行沒有錯誤,但它卡住了等待ssh登錄。