I am attempting to setup NFSv3/4 with Kerberos authentication.
I have got this setup working on one server however when reproducing this setup on a second server it seems to fail.
I get the following in the messages log:
This is despite the fact gssd is definitely running.
This box was upgraded from 7.1->7.2->8.0-RELEASE and then used a custom kernel from 8.0-STABLE branch to solve a ZFS issue.
I thought the issue could be that I kept the 8-RELEASE world while using a 8-STABLE kernel however I performing a installworld on the 8-STABLE and the problem persists.
I cannot see any other errors in the logs and running gssd -d from the command line produces nothing.
I would really prefer not to have to format the machine and start again, as everything else is working perfectly.
Any help would be much appreciated!
I have got this setup working on one server however when reproducing this setup on a second server it seems to fail.
I get the following in the messages log:
Code:
nfsd[746]: No gssd, using AUTH_SYS only
This is despite the fact gssd is definitely running.
Code:
[root@bank /var/log]# ps uax | grep gssd
root 727 0.0 0.1 27916 4696 ?? Ss 11:49AM 0:00.01 /usr/sbin/gssd
This box was upgraded from 7.1->7.2->8.0-RELEASE and then used a custom kernel from 8.0-STABLE branch to solve a ZFS issue.
I thought the issue could be that I kept the 8-RELEASE world while using a 8-STABLE kernel however I performing a installworld on the 8-STABLE and the problem persists.
I cannot see any other errors in the logs and running gssd -d from the command line produces nothing.
I would really prefer not to have to format the machine and start again, as everything else is working perfectly.
Any help would be much appreciated!