setclientid: string in use by client
Rene Salmon
rsalmon at tulane.edu
Mon Mar 5 15:59:00 EST 2007
Hi list,
I really need to track this down and figure out what the problem is.
following are the messages I get in syslog and here is the code segment from
nfs4state.c in the server kernel.
if (!cmp_creds(&conf->cl_cred, &rqstp->rq_cred)
|| conf->cl_addr != ip_addr) {
printk("NFSD: setclientid: string in use by client"
"(clientid %08x/%08x)\n",
conf->cl_clientid.cl_boot, conf->cl_clientid.cl_id);
goto out;
}
More information about the NFSv4
mailing list