Thanks. There are indeed a variety of things in Vagrant that are
hardcoded to specific host OS's and guest OS's, since things like NFS
simply aren't uniform across the various operating systems. I haven't
really worked towards Arch compatibility yet so this makes sense.
I have a close friend who uses Arch full time so I'll ask him to point
me in the right direction to get all this working, and I'll keep you
up to date.
Best,
Mitchell
Hello,
On Jan 30, 2011, at 5:50 PM, August Lilleaas wrote:
>
> 1. There's no "nfsd" in Arch's nfs-utils package [1]. I have never
> used nfs before, so I can't tell you what vagrant should look for
> instead. Let me know if there's anything I can do to help you make nfs
> work on Arch.
The documentation for NFSv4 on ArchLinux is here:
https://wiki.archlinux.org/index.php/NFSv4
You're probably most interested on the "Starting the Server" section. Untested, but you should be able to get NFSv4 daemon running in a Chef Recipe with:
%w[ rpcbind nfs-common nfs-server ].each do |daemon|
service daemon do
action [:enable, :start]
end
end
- --
Joshua Timberman
http://twitter.com/jtimberman
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)
iEYEARECAAYFAk1F7dkACgkQTGP9Ng9XhV7FtwCfcBzCf+PaQo8ZNCvADCru/I0L
z/cAnRKUa7aIAEv3ctnQJ2aZEwekNnA5
=oe+g
-----END PGP SIGNATURE-----
Hi,
Has anyone figured out this issue? I also get the same problem and can't start the vm when
NFS is enabled. When trying to start the vm, Vagrant just hangs at:
[default] Mounting NFS shared folders...
I would greatly appreciate any help with this.
Thanks,
Martin