Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #13: errors with Machine not booting for VMWare Ubuntu 16.04 #17

Closed
wants to merge 1 commit into from

Conversation

zaiddabaeen
Copy link

No description provided.

@geerlingguy
Copy link
Owner

Will review, thanks!

@geerlingguy geerlingguy changed the title Fixes errors with Machine not booting for VMWare Ubuntu 16.04 Fixes #13: errors with Machine not booting for VMWare Ubuntu 16.04 Feb 14, 2017
@geerlingguy
Copy link
Owner

Ah, I was wondering why the fix wasn't working... then realized I didn't apply this branch :P

@geerlingguy
Copy link
Owner

This got it further, but I'm now getting:

==> vmware: Configuring network adapters within the VM...
No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.

@geerlingguy
Copy link
Owner

After a halt and up cycle, back to the old...

==> vmware: Setting hostname...
==> vmware: Configuring network adapters within the VM...
No host IP was given to the Vagrant core NFS helper. This is
an internal error that should be reported as a bug.
 12:12:00 ~/Sites/packer/ubuntu1604 $ vagrant halt
==> virtualbox: VM not created. Moving on...
==> virtualbox: [vagrant-hostsupdater] Removing hosts
==> virtualbox: [vagrant-hostsupdater] No machine id, nothing removed from /etc/hosts
v==> vmware: Attempting graceful shutdown of VM...
agrant up==> vmware: [vagrant-hostsupdater] Removing hosts
 13:07:02 ~/Sites/packer/ubuntu1604 $ vagrant up
Bringing machine 'vmware' up with 'vmware_fusion' provider...
Bringing machine 'virtualbox' up with 'vmware_fusion' provider...
==> vmware: Verifying vmnet devices are healthy...
==> vmware: Preparing network adapters...
==> vmware: Starting the VMware VM...
==> vmware: Waiting for machine to boot. This may take a few minutes...

@geerlingguy
Copy link
Owner

Somewhat related? hashicorp/vagrant#7070

@zaiddabaeen
Copy link
Author

That's weird. I have this fix up and running over for the development team right now. I don't think issue 7070 is related. I wouldn't also like to waste time on this, virtualbox does a great job even though it is slower for file syncing.

@geerlingguy
Copy link
Owner

@zaiddabaeen - I typically either use NFS or rsync, so the performance is close to identical (in terms of file access) on VirtualBox. If using native shared folders, then it's a pretty vast difference (in VMware's favor)—but I can't support a box that doesn't offer NFS support out of the box, and that seems to be one of the main difficulties for VMware and the Vagrant plugin right now :/

@geerlingguy
Copy link
Owner

See: #42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants