Re: Solaris 10, secure nfs, permission denied

2008-05-19 Thread Jeff Blaine
In general it looks like it should be working. Can you do the sudo share -F nfs -o sec=krb5,rw=crete:barnowl /usr sudo mount -F nfs -o sec=krb5 barnowl:/usr /mnt /:barnowl sudo share -F nfs -o sec=krb5,rw=crete:barnowl /usr /:barnowl sudo mount -F nfs -o sec=krb5 barnowl:/usr /mnt nfs

Re: Solaris 10, secure nfs, permission denied

2008-05-19 Thread Borislav_S
According to the log below and your klist output you have not performed step 2a from the How to Access a Kerberos Protected NFS File System as the root User section here http://docs.sun.com/app/docs/doc/816-4557/setup-148?a=view. It is also listed as an optional step 6b in the How to Manually

Re: Solaris 10, secure nfs, permission denied

2008-05-19 Thread Will Fiveash
On Mon, May 19, 2008 at 01:15:48PM -0700, Borislav_S wrote: According to the log below and your klist output you have not performed step 2a from the How to Access a Kerberos Protected NFS File System as the root User section here http://docs.sun.com/app/docs/doc/816-4557/setup-148?a=view. It