-
Notifications
You must be signed in to change notification settings - Fork 72
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
Fix NFS mount for macOS 10.14 #217
base: master
Are you sure you want to change the base?
Conversation
Fixes the following error: ``` (default) Error setting up mounts: Something went wrong running an SSH command! (default) command : echo -e "#/bin/bash\nsudo mkdir -p /Users\nsudo /usr/local/etc/init.d/nfs-client start\nsudo mount -t nfs -o noacl,async 192.168.64.1:/Users /Users\n" | sudo tee /var/lib/boot2docker/bootlocal.sh && sudo chmod +x /var/lib/boot2docker/bootlocal.sh && /var/lib/boot2docker/bootlocal.sh ```
Might be a good idea to if/else wrap and check |
Also, full error:
|
I added the OS version check. Don't know what to do about the CI issues. I don't think this is related to my issue. |
Nah, it isn't. I think this project is dead unfortunately. The travis setup is broken due to dependencies being out of date. |
@NorseGaud @urbantrout Probably, it would be simple and not bad solution to replace this checking with just |
Fixes the following error: