-
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 VMware HGFS modules not loaded #283
Comments
Pretty sure this is the same as #232. When I get back to a location with good Internet I'll rebuild the boxes with a non-broken version of Virtualbox. |
Whoops, I misread - you were talking about the VMWare modules, not VirtualBox modules. I can't reproduce this with the VMWare box. Can you provide some more details @mitchellh ? |
I had this same issue. I was able to resolve it by rebuilding the ubuntu-14.04 box with VMWare Fusion 7.0.1 installed. I think it is an incompatibility between the vmware tools in VMWare Fusion 6.x and 7.x. I'm not entirely sure why this issue doesn't occur for the 10.04 and 12.04 boxes. I also had to change the |
Yes, I am still building boxes with VMWare Fusion 6.x. Maybe that's the problem. |
Works fine for me with VMWare Fusion 7.0.0 without changing the casing of |
I can verify this issue. Ubuntu 14.04 boxes built with packer on VMWare Fusion 7.0.0 does not work on VMWare 7.0.1. I can provide you with my "vagrant up --debug" logs for 7.0.0 and 7.0.1 if you are interested. The issue seem to affect 14.04 only, my centos 6 and 7 boxes are working fine. I'm keeping my company on 7.0.0 as a workaround for now. |
Just want to note that I'm not using bento. But my own though similar build scripts. So I'm suspecting this is VMWare/Ubuntu related. When starting a 7.0.0 built image on 7.0.1 the vmhgfs.ko module seem to vanish from the image at some point. |
Is there any plan to publish updated boxes that are built with the latest VMWare Fusion 7? Currently hosting my own build of ubuntu 14.04 but would prefer to switch back to the official ones. |
https://github.com/rasa/vmware-tools-patches may fix this issue. |
FWIW, just re-running vmware-config-tools.pl and let it rebuild the kernel modules solves the problem, no need to actually upgrade them. Using Fusion 7.1.0. |
@dpehrson Yes there is; I just need to finish confirming internally that all our folks who care about this are on Fusion 7. |
@juliandunn, has this been fixed for the boxes hosted on vagrantcloud/atlas? I'm using Vagrant outputs:
Thanks a lot for your feedback! |
@thasmo Not yet. I'm on holidays and will look at it in the new year... I was trying to get a VMWare Fusion upgrade before I left. |
@juliandunn, thanks. Enjoy the holidays! :) |
@juliandunn, any progress on the VMWare upgrade? |
Yes, I procured a VMWare Fusion 7 license. Those of you who are having problems, can you check out this scratch build: https://jdunn-getchef-scratch.s3.amazonaws.com/opscode_ubuntu-14.04_chef-provisionerless.box and let me know if that fixes the issue? It has been built with Fusion 7.0.3. |
@juliandunn, thanks a lot - works for me using Workstation 11 on Windows 8.1. Are you going to update the Ubuntu 14.10 boxes on Atlas also? |
@thasmo Yes, I will have to rebuild everything for Fusion 7. |
I have rebuilt at least the 14.04 boxes for VMWare Fusion 7 and put them on Atlas. |
@juliandunn, nice! What about the other boxes including Ubuntu 14.10? |
@thasmo Haven't finished building those yet. |
I still only see version 1.0.0 on the atlas site. Was this a silent update? Removing the box from my machine and re-downloading it seems to have fixed things, so I assume so. Can we get a revision bump so people can just run |
As far as I know versioning boxes on Atlas is outside the scope of the project ... |
That's correct, we currently do not version boxes in this project. Some day we might, but there are no resources presently to do that level of integration with Atlas. |
OK, thanks for providing the boxes! |
@juliandunn, did you already have time to build new 14.10 boxes? The ones on Atlas currently don't work with VMware Workstation 11. |
@thasmo I just uploaded them. Sorry about that - thought I'd done so already. |
@juliandunn, np - thanks for providing them! :) |
Seems the current images don't work with Vmware Fusion 7.1.1 Pro, can anyone else confirm? |
I can confirm that the current image does not work with VmWare Fusion 7.1.1 Pro. |
I'm seeing the same issue with VMware Fusion 7.1.1. The advice given above to log into the guest and run |
I will try a run against VMware Fusion 7.1.2 which came out only a day or 2 ago. It was a major blocker for any newer kernel version working with HGFS. Sad pandas all around. |
Seeing similar issues with my (non-bento) boxes for CentOS 6 and 7, Ubuntu 12.04 and 14.04: geerlingguy/ansible-role-packer-debian#3 and geerlingguy/ansible-role-packer_rhel#4 — I have CentOS 6 fixed now (using Ansible to do the installation steps), but I'm still working on the other 3 OSes. Just wanted to link these issues as the work/solutions in the tickets can build off each other. |
Also seeing HGFS module hang. I downloaded the current box to my system:
I let it go until it ultimately timed out. |
I'm running into the same issue using VMware Fusion Version 8.0.0 (2985594) on OS X 10.10.5 (with Ubuntu 14.04). |
Pretty sure this is the same issue as #377 or at the very least related. |
@mathiasson @bklang Do you still have success with installing the VMware Tools again with VMware Fusion Version 8.0.0 (2985594)? I just cannot get it to work at all currently :-/ |
@tisba Sorry, I no longer use Vagrant with Fusion so I can't say. |
Got same error when building my own box and this doesn't look right:
More info on the issue here: |
Confirmed working when switching from - /tmp/vmfusion-archive/vmware-tools-distrib/vmware-install.pl --default;
+ /tmp/vmfusion-archive/vmware-tools-distrib/vmware-install.pl --force-install; |
There is a lot of output (gist), pointing to using "open-vm-tools" (http://kb.vmware.com/kb/2073803). I'm not very experienced when it comes to this stuff, but I wasn't able to get shared folders to work using just "open-vm-tools". Anyhow, when I patch vmtools.sh as described by @tiwilliam it seems to work fine. |
Hey folks, I'm also unable to get Relevant reading:
Seems like the |
Hi! It looks like the HGFS modules aren't properly installed (or they break at some point) for the Ubuntu 14.04 box. Let me know if I can help in any way. Thanks!
The text was updated successfully, but these errors were encountered: