-
Notifications
You must be signed in to change notification settings - Fork 33
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
hangs on windows host while booting centos guest after "Checking mount" #69
Comments
hi @henning-flmnn, can you tell me what version of vagrant-sshfs you are using? Also what terminal are you using? I typically use cygwin. We have seen issues in the past with other terminals on windows like powershell but I think those issues should be resolved as well. |
@dustymabe thanks - that already solved it! I've been using git bash(the shell provided with the git winodws installer), which I used for everything else before - and which also easily found the sftp-server. Anyway, switching to the original cygwin Terminal solved the issue. I added a PR with a note about this: #70 |
ahh. haven't used that shell before for this. it would be good if we can support it. @hferentschik have you tried using vagrant sshfs with the "windows bash shell" before? |
Hint @dustymabe @hferentschik : It's not "windows bash" it's "git bash" :) Up until today I used the git bash daily, even though for simple stuff for a while, and didnt see any provlems and differences to a bash as I'd expect it to work (apart from some stuff missing that I otherwise have on Linux). If there's anything I can help you testing, let me know |
@henning-flmnn thanks for the clarification - would be nice if that worked too. If you have access to a windows 10 machine It would be interesting to know if this worked there. It would also still be good to know if you are using the latest version of vagrant-sshfs or a previous version. |
@dustymabe Sorry, I dont have a Win 10 available. And sorry for leaving out the plugin version info, here it comes:
|
Same issue |
Hi, I am facing the same issue. The vagrant-sshfs version i'm using is 1.3.3. SHould I report the issue somewhere? |
Hello,
I'm, trying to set up an sshfs mounted folder in a Centos 7 guest from a windows 7 host.
I configure it like this
(the first entry to disable the nonworking default mount, the second for the sshfs mount)
What I get is:
And from here ths boot hangs.
After waiting for ~10 minutes I entered CTRL-C, the machine was running, but the mountpoint exists and is empty.
Logfile vagrant_sshfs_sftp_server_stderr.txt is empty, vagrant_sshfs_ssh_stderr.txt just contains the warning
Warning: Permanently added '[127.0.0.1]:2222' (ECDSA) to the list of known hosts.
sftp-server is installed via cygwin/openssh - before I did that, I ran into another error message, so as this went away after the installation I assume that's not the issue.
I'm not very proficient on windows, merely forced to work with it(and therefore setup a Linux VM to be able to actually do work), so I don't know much in terms of getting information from the Windows host and Virtualbox install to debug the situation.
If you need .
I searched for similar problems anywhere but did not find a solution or a hint on what to do to get the sshfs plugin working on windows, some people seem to have it running, though.
If theres anything I can add to this report to help solving it, please let me know.
The text was updated successfully, but these errors were encountered: