-
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
sshfs: command not found #110
Comments
Possible workaround, sudo emerge -q net-fs/sshfs |
Found an actual workaround (or two) Vagrant 2.8.8 introduced explicit handling of CentOS as a guest in the commit hashicorp/vagrant@5104d07 This means that on boot in vagrant >= 2.2.8 , centos is not detected (which means that the epel repo is not installed, which means that fuse-sshfs is not installed) Workaround is to use the code in the pull request (or if thats out of reach, downgrade vagrant to 2.2.7) Hopefully the referenced pull request gets merged in soon so we can use the centos7/8, vagrant >= 2.2.8 combo. |
@localhost8080 this is for Gentoo though. |
@oxr463 sorry, I totally missed that; I had a 'me too' on the sshfs not found on centos |
On CentOS 8, I had to run |
This should be fixed in #111. There is a new release out. Please try it and let us know how it works. |
Here is are the Vagrantfile contents:
Here is the actual output:
See also: #62
The text was updated successfully, but these errors were encountered: