/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.7.4/lib/vagrant/batch_action.rb:82:in `block (2 levels) in run'
INFO interface: error: The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
How do I fix this problem? Thanks a lot!!!
Alvaro Miranda Aguilera
unread,
Nov 25, 2015, 12:30:25 AM11/25/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vagra...@googlegroups.com
Hello,
The first thing is to check if your installation is healthy.
mkdir precise64
cd precise64
vagrant init -m hashicorp/precise64
vagrant up
If that works, then your Vagrant + Virtualbox installation is fine,
and we can think the project you are trying to use has some
requirements or issues.