https://bugzilla.wikimedia.org/show_bug.cgi?id=67231
--- Comment #3 from Bryan Davis <[email protected]> --- Vagrant attempts to eliminate this uid/gid mapping problem by using the `-mapall` option for the nfs export. On my host (OSX 10.8.5; Vagrant 1.6.3), the export looks like this: "/path/to/vagrant" 10.11.12.13 -alldirs -mapall=501:20 This feature was added in https://github.com/mitchellh/vagrant/commit/46c462d322d633e01c788a75948a764c94365c4d (Vagrant 0.5.0) On the Ubuntu guest the mount looks ok too: 10.11.12.1:/path/to/vagrant on /vagrant type nfs (rw,vers=3,udp,addr=10.11.12.1) I even tried creating a user on the host system with uid 1001, but to no avail. Ori reports that it works fine for him :( -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
