Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Adding NFS support to supported platforms #2321

Merged
merged 3 commits into from
Apr 26, 2014
Merged

Conversation

clone1018
Copy link
Contributor

Please test on various platforms. Can confirm Mac works out of the box and that windows falls back.

To Do

@clone1018
Copy link
Contributor Author

cc: @seanlinsley @rummik @duckinator @patcon (various platforms)

@seanlinsley
Copy link
Contributor

@abnor please also test this; I think you're the only person using Windows

@@ -59,7 +59,7 @@ Table of Contents
- [Dependencies](#dependencies)
- [Building](#building)
- [Launching](#launching)
- [Docker](#docker)
- [Docker](#docker)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah... I forgot to link to the Vagrant section from the TOC earlier. Would you mind adding it?

@chadwhitacre
Copy link
Contributor

Maybe @joeyespo could test this on Windows for us?

@patcon
Copy link
Contributor

patcon commented Apr 26, 2014

Seems that NFS doesn't work on ubunutu pre-1.5.2, so we might want to add a check for that in the vagrantfile to save us and others hassle of troubleshooting
https://meta.discourse.org/t/vagrant-error-on-this-command-vagrant-up-when-it-tries-to-mount-to-nfs-server/14047/10

@patcon
Copy link
Contributor

patcon commented Apr 26, 2014

Ah, ok, so apparently that comment is a lie, and NFS is not working, at least on ubuntu 12.04.

I had to run this: sudo ln -s /usr/sbin/exportfs /usr/bin/exportfs

@patcon
Copy link
Contributor

patcon commented Apr 26, 2014

Hm. Odd. So I still have the an issue when I fix that, but heard the advice that it only has an affect in my home directory. When I clone the repo into /tmp, it works fine. I'm trying to remember if my home directory is encrpyted...

(I'm on precise by the way.)

@patcon
Copy link
Contributor

patcon commented Apr 26, 2014

Yep, I'm using ecryptfs (default ubuntu home encryption) and NFS doesn't work :/
http://serverfault.com/questions/409639/nfs-with-encrypted-ubuntu-home-directory

I thought I was being clever turning that on, but I'll investigate a workaround

@patcon
Copy link
Contributor

patcon commented Apr 26, 2014

Ok, got it working by setting up a new directory for my repos outside $HOME

Not sure what the solution is -- do we just make it easily toggleable in case someone doesn't want to troubleshoot NFS?

@patcon
Copy link
Contributor

patcon commented Apr 26, 2014

officially working on ubuntu, with above caveats 👍

@patcon
Copy link
Contributor

patcon commented Apr 26, 2014

+1 to merge

seanlinsley added a commit that referenced this pull request Apr 26, 2014
Adding NFS support to supported platforms
@seanlinsley seanlinsley merged commit 5ffce31 into master Apr 26, 2014
@seanlinsley seanlinsley deleted the vagrant-nfs-support branch April 26, 2014 04:05
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants