> The upgrade to nfs-kernel-server and nfs-common completely broke NFS > (client and server) for me. > > I have tried switching from portmap to rpcbind - this change the errors but did not help.
portmap unfortunately does not work with libtirpc which is the successor of the glibc sunrpc implementation. So switching from portmap to rpcbind is a good idea anyway. > dmesg contains lots of: > RPC: server localhost requires stronger authentication. then > svc: failed to register lockdv1 RPC service (errno 97) I guess you don't allow 127.0.0.1 in /etc/hosts.allow? It looks like rpcbind needs that. Cheers Luk -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4da02914.9010...@debian.org