Subject: NFSv3 broken (caddr_t related?)
To: None <current-users@netbsd.org>
From: Tobias Nygren <tnn+nbsd@nygren.pp.se>
List: current-users
Date: 03/05/2007 20:11:29
I just upgraded my nfs server (kernel+userland)
to today's sources. Typing from the client:

tnn@virt01:~$ touch foo
tnn@virt01:~$ ls -l foo
-rw-r--r--  1 tnn  users  0 Mar  5 19:05 foo
tnn@virt01:~$ chmod -w foo
chmod: foo: Invalid argument

The error returned is 10002 (NFSERR_NOT_SYNC),
presumably from nfs_serv.c line 300.

NFSv2 mounts are not affected.
Both machines are running ntpd.

Might be related to caddr_t changes?

-T