> > My now existing problem is NFS share copying is VERY > slow for linux users and I am constantly getting the > following error to the console: > > [b]nscd: GSSAPI Error: No Credentials were > supplied, or the credentials were unavailable or > inacessible (no credentials cache file found)[/b] > > I am also experiencing the nscd process eventually > consuming 100% cpu, 100% of the time (which will > obviously slow down NFS copies - along with > everything else) > > If I kill the process it runs for a while fine - smb > and nfs speeds are faster... I _beleive_ that the > generation of failurs of GSSAPI is possibly causing > nscd to go haywire? > > [b]nsswitch.conf shows:[/b] > > passwd: files ldap > group: files ldap > > ipnodes: files dns mdns > > All others are set to files > > [b]pam.conf shows modified:[/b] > > login auth requisite pam_authtok_get.so.1 > login auth required pam_dhkeys.so.1 > login auth required pam_unix_cred.so.1 > login auth optional pam_unix_auth.so.1 > --> [b]should this be "suffiecient" ?[/b] > login auth optional pam_krb5.so.1 --> > [b]should this be "suffiecient" ?[/b] > > login auth required pam_dial_auth.so.1 > > other auth requisite pam_authtok_get.so.1 > other auth required pam_dhkeys.so.1 > other auth required pam_unix_cred.so.1 > other auth sufficient pam_unix_auth.so.1 > other auth sufficient pam_krb5.so.1 > > other account requisite pam_roles.so.1 > other account sufficient > pam_unix_account.so.1 > account sufficient pam_tsol_account.so.1 > er account sufficient pam_ldap.so.1 > > [b]uname -srvmpi[/b] = SunOS 5.11 snv_114 i86pc i386 > i86pc > > Any help anyone could chime in on would be great, I'm > pulling my hair out! > > Any other info that will help, please let me know and > I will do my best to provide
It appears nscd uses the kerberos credentials and it's not happy with a setting and I think that is what keeps triggering that errpr "GSSAPI Error: No Credentials were supplied, or the credentials were unavailable or inacessible (no credentials cache file found error)" , maybe that is what is slowing NFS maybe because Kerberos, pam_krb is not setup correctly on the clients or server. But i think the problem relies with Kerberos. -- This message posted from opensolaris.org _______________________________________________ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org