plone / plonedev.vagrant

A Vagrant setup for a Plone development VirtualBox
https://plone.org/download
84 stars 48 forks source link

zeocluster whit plonedev.vagrant #21

Open didinsson opened 7 years ago

didinsson commented 7 years ago

Hi, I want install a Plone distribution whit a zeocluster option. For that I edit paths in guest_scripts zeocluster instead zinstance. Plone is installing and archives and script too. But when i want run plonectl this is the error:

plonectl start "\Program Files (x86)\PuTTy"\plink.exe -i insecure_putty_key.ppk -P 2222 vagrant@localhost ./runbin.sh plonectl start
WARNING - POTENTIAL SECURITY BREACH! The server's host key does not match the one PuTTY has cached in the registry. This means that either the server administrator has changed the host key, or you have actually connected to another computer pretending to be the server. The new rsa2 key fingerprint is: ssh-rsa 2048 6b:00:05:2d:2b:eb:58:1a:63:4c:39:0a:f0:5e:34:5e If you were expecting this change and trust the new key, enter "y" to update PuTTY's cache and continue connecting. If you want to carry on connecting but without updating the cache, enter "n". If you want to abandon the connection completely, press Return to cancel. Pressing Return is the ONLY guaranteed safe choice. Update cached key? (y/n, Return cancels connection) y bash: ./runbin.sh: /bin/sh^M: bad interpreter: No such file or directory

How do it for this error? I am using Plone 4.3.11 and VirtualBox 5.1, vagrant in latest version and Ubuntu 16.04 as guest and Windows 10 as host. Thanks...!!!