RE: knfsd unauthenticated ...

Jeremy Fitzhardinge (jsgf@sirius.com)
Tue, 01 Dec 1998 19:08:05 -0800 (PST)


On 01-Dec-98 nbecker@fred.net wrote:
> I am trying knfsd-981122 i686-pc-linux-gnu linux-2.1.130.
> When I try to mount from a sun, I get:
>
> Dec 1 15:42:34 nbeckerpc kernel: nfsd: unauthenticated request from
> (8b556c2a:58707)
>
> and the mount fails. What does this mean?

It means you need to apply the kernel patches which came with knfsd-981122 to
your kernel, specifically nullproc-2.1.1xx.diff.

Sun's automounter tries to find out what version of NFS the server supports by
sending a V3 NFS no-op operation, expecting either a "OK" or "Bad version"
response. Linux says "unauthenticated client", because all this happens before
the NFS authentication happens. The patch allows unauthenticated no-ops.

J

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/