:: Re: [DNG] NFS+Kerberos on Beowulf
トップ ページ
このメッセージを削除
このメッセージに返信
著者: Ralph Ronnquist
日付:  
To: dng
題目: Re: [DNG] NFS+Kerberos on Beowulf
On 14/02 00:23, Jackman via Dng wrote:
> Has anyone successfully gotten NFS and Kerberos working together on
> Beowulf? I was able to get a working setup going in a fresh Debian Buster
> VM in about 10 minutes. On the other hand, I've been working on trying to
> get it working on Beowulf for two days without success.
>
> ➜ ~ cat /etc/exports
> /srv/nfs-test *(rw,no_subtree_check,sec=krb5)


afaiu, possibly, without a 'no_root_squash' option, the server side
will perform its actions as user 'nobody' who might not have write
access to the source and thus will gain a:

> mount.nfs4: mount(2): Permission denied
> mount.nfs4: access denied by server while mounting storage0:/srv/nfs-test


Ralph.