Peter Harvey wrote: > > Tom replied: >> I think that you have found a bug with the 'rpcinfo -u'. You should >> file a bug report. > > I'm not sure it's a bug, NFSv4 doesn't support UDP. Yes, we took care of this on osol-discuss:
> Just as a followup to some email that Tatyaso and I had: > > [tdh at ultralord ~]> rpcinfo -t localhost nfs > program 100003 version 2 ready and waiting > program 100003 version 3 ready and waiting > program 100003 version 4 ready and waiting > [tdh at ultralord ~]> rpcinfo -u localhost nfs > program 100003 version 2 ready and waiting > program 100003 version 3 ready and waiting > > > NFSv4 is only available over TCP and not UDP. That was what rpcinfo > was showing us.