AdoptOpenJDK / openjdk-virtual-images

Virtual Images for the Adopt OpenJDK programme
11 stars 9 forks source link

'vagrant up' uses Ruby SSH, which doesn't support SSH certs #14

Open msuriar opened 10 years ago

msuriar commented 10 years ago

If you get the error:

[default] Waiting for machine to boot. This may take a few minutes... Timed out while waiting for the machine to boot. This means that Vagrant was unable to communicate with the guest machine within the configured ("config.vm.boot_timeout" value) time period. This can mean a number of things.

If you're using a custom box, make sure that networking is properly working and you're able to connect to the machine. It is a common problem that networking isn't setup properly in these boxes. Verify that authentication configurations are also setup properly, as well.

If the box appears to be booting properly, you may want to increase the timeout ("config.vm.boot_timeout") value.

Try unsetting SSH_AUTH_SOCK and running 'vagrant up' again.