-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Ubuntu 14.04: No guest IP was given to the Vagrant core NFS helper #232
Comments
What happens if you turn off the NFS shared folder? Judging by the
I'm going to assume there's a problem with Vagrant rather than this box, but let's narrow that down. |
When I remove
If it helps, the box I created is available here. I tried both VirtualBox 4.3.10 r93013 and 4.3.12 r93733 after reading this. Same result. Any idea why the prebuilt box works? Shouldn't that one be identical to the one I get when I run Let me know if I can do anything else to help. |
Experiencing the same issue with the chef/ubuntu-14.04-i386 box on vagrantcloud:
@juliandunn the ubuntu 14.04 box referenced on the readme works, so I guess the vagrantcloud box is out of sync and does not have #235 yet? |
@tknerr that makes no sense because we only use vagrantcloud to store metadata, not box hosting; the payloads point to the same place as the readme. |
@juliandunn yep, you are so right. I was mistakenly testing with the ubuntu-14.04 (64 bit) box url from the readme... Summing up:
So it seems that the i386 box has not been rebuilt yet since the fix had been merged in #235? |
@tknerr Possibly. I'll check the timestamps in S3 and rebuild it if necessary. |
Nope, the boxes were all built at the same time according to the timestamps in S3. |
@juliandunn weird. Here is a simple repro: On the "broken" i386 box it seems that the guest additions are correctly installed:
Modprobe exits with 0 too:
But mounting the shared folders fails with a protocol error:
|
It seems that it is this issue: Actually it's a VirtualBox issue: It can be fixed by adding this symlink:
The x64 box works because it has the 4.3.8 VBoxGuestAdditions where the symlink is already present:
|
I've uploaded a new version of the Ubuntu 14.04 boxes for Virtualbox and tested them to see that |
This problem can be originated from Virtual Box Guest Additions version mismatch between host and box. You can try to reinstall them on the box manually or just use vagrant vbguest plugin. |
The box resulting from a
ubuntu-14.04-amd64.json
run does not properly start up under vagrant, while the box that is referenced in the readme does not suffer from this problem. This is the reason why I'm creating this issue here.The Vagrant output:
My vagrantfile:
I'm using Vagrant 1.6.3 and Mac OS 10.9.3. Pleas let me know if I can provide any additional information. Also let me know if you think this issue is best added to the Vagrant repo instead of here.
Best,
Nicolas
The text was updated successfully, but these errors were encountered: