So what's the "right" (in general scenarios) setup to remotely export/mount a NFS share? I usually keep in mind this, but it may be incomplete: - I create rivendell-specific user on both NFS server and client, and both users with same uid/gid (let's call them 'rduser'). - On both the server and client rduser is the owner of /var/snd (or nfs-share/audio) with chmod 0755. With these it just works (Debian 7) Now... - are there any suggested parameters when export or mount so that things get faster? - Is "all_squash,anonuid=1000,anongid=1000" always required? What does it make? Thank you
Alessio 2015-03-20 14:44 GMT+01:00 <[email protected]>: > Awesome, that did the trick. NFS is a bitch sometimes :-) > Thank you very much Rob & Fred > > >> On Mar 16, 2015, at 14:15 45, Rob Landry <[email protected]> wrote: >> >>> /var/snd is an NFS share on a central server. It was writable by the user >>> 'nowplayd', which is the user specified in AudioOwner=, but I discovered >>> that Rivendell could nevertheless not write to it. >>> >>> Adding "all_squash,anonuid=1000,anongid=1000" to the /etc/exports line >>> cured the problem, and I can record now. >> >> >> Ah, NFS -- a whole additional layer of permissions fun... >> >> Cheers! >> >> >> |----------------------------------------------------------------------| >> | Frederick F. Gleason, Jr. | Chief Developer | >> | | Paravel Systems | >> |----------------------------------------------------------------------| >> | A room without books is like a body without a soul. | >> | -- Cicero | >> |----------------------------------------------------------------------| >> >> _______________________________________________ >> Rivendell-dev mailing list >> [email protected] >> http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev > > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev _______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
