-
Notifications
You must be signed in to change notification settings - Fork 61
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
is vagrant-winnfsd compatible with windows 8 #9
Comments
Hi, Same error for me ("vagrand reload" work if "nfs" value set to false in VagrantFile...):
VagrantFile:
Box setup: https://github.com/irmantas/symfony2-vagrant Os : Win 8.0 x64 |
Same error here, but with Win7 - vagrant 1.5.1 |
I have the same error on Windows 8, Vagrant 1.5.1 |
At the moment I have no Win 8, could you try it with a lower vagrant version, maybe the problem is not the OS, but the vagrant version. |
Thanks, it really works with Vagrant 1.4.3. You think you can fix it for 1.5.1? |
Thanks for your feedback I will see that I fix it. |
i can confirm the issue. OS is Win7 and I don't think the OS Version is the problem. |
Confirming: Windows 7 Home Premium x64 - worked like a charm with vagrant 1.4.3. After update to 1.5.1 it stopped... UPD: 1.5.0 doesn't work also |
Bad news, I can't reproduce the issue. It works for me with version 1.5.1 and 1.5.2dev on Windows 7. Could somebody provide some more information? Maybe then I'm able to find it. |
One detail to this is that I cannot see flickering winnfsd window anymore, when using 1.5. |
Yeah that would be good. Thanks. |
Alex, please check your vagrant version... There's new a function called nfs_installed in cap/nfs.rb on the 1.5.1 version... (in linux hosts there are lots of other new functions related to nfs too)
My vagrantfile is the one at https://github.com/coreos/coreos-vagrant with uncommented synced_folder line... |
Alex, I'm getting the 'nfs_installed' message using the default Vaprobash script on 1.5.2 on Windows 8.1 |
Same stuff with vagrant 1.5.3 on windows 8.1 x64 machine: "The capability 'nfs_installed' could not be found. This is an internal error |
Same issue. Windows 8, vagrant 1.5.4 |
Same issue, vagrant 1.5.1, Win 8.1 x64 |
Maybe just a stupid idea, but did the author maybe test with Win7/8/8.1 Ultimate? |
hi, @GM-Alex , I'm having the same issue how can I help you to fix this? |
looks like removing |
but nfs on windows isn't so fast. it's way too behind linux one's :( |
actually it's almost equals standard smb performance... or I'm doing something wrong? |
You have to check if winnfsd.exe is running in your processes. To check out if it works really start the winnfsd manually (described here: https://bitbucket.org/jankowfsky/winnfsd), connect to the VM via SSH and mount the nfs folder. So you can test it. |
@GM-Alex , thanks! you were right. winnfsd.exe was not started. |
@hurrycaner , yep |
1.5.4 not working for me. |
I also have this issue with 1.5.4 on Windows 7. |
+1 confirmed for vagrant 1.6.2 |
Bug confirmed for vagrant 1.6.2 here too. ** UPDATE **
I will try to see if I can further narrow down the problem. |
Having the same issue. Vagrant 1.6.2 |
Please try the now version which has released right now. |
Working perfectly now, thanks. |
@pgcd Glad to hear that. Are you using Windows 8? |
No, Windows 7 but the symptoms were identical to those reported by the others. |
@pgcd Could you specify the release type? Win 7 Professional or Win 7 Ultimate? Thanks a bunch |
I'm on Windows 8.1 pro and can confirm the new version seems to be working. |
@wmdbMattes Win 7 Pro - as far as I understand, Win 7 Ultimate should have NFS support out-of-the-box, so there might be some difference there due to that, but I'm afraid I can't help with that. |
thanks mate |
win 8.1 pro x64 working correctrly, thanks! |
@pgcd , as far as I know it have only NFS client, not server. |
I'v set the nfs_setting in my VagrantFile to test for the plugin existence, and it does. But then, at "Mounting NFS shared folders...", it freezes.
Seems to me that this is the bug described here. |
Hi,
I've tried to start this plugin working under windows 8, but with no success.
On win7 there are files added to vagrant/embedded/bin path, but under win8 files are in user/vagrant.d dir.
I don't know whether that's the case, but when I try to enable nfs for my vagrant/puphpet project nfs fails to start with:
The capability 'nfs_installed' could not be found. This is an internal error
that users should never see. Please report a bug.
Can you help me to solve this problem?
The text was updated successfully, but these errors were encountered: