Description of problem: An attempt to enable nfs on the current rawhide results in the following: kernel: [ 42.872322] svc: failed to register nfsdv2 RPC service (errno 111). kernel: [ 42.905873] svc: failed to register nfsaclv2 RPC service (errno 111). kernel: [ 42.939476] nfsd: last server has exited, flushing export cache kernel: [ 43.012038] svc: failed to register nfsdv2 RPC service (errno 97). kernel: [ 43.012043] svc: failed to register nfsaclv2 RPC service (errno 97). kernel: [ 43.012058] nfsd: last server has exited, flushing export cache systemd[1]: nfs.service: control process exited, code=exited status=1 systemd[1]: Unit nfs.service entered failed state. 'systemctl status nfs.service' is not much more illuminating: nfs.service - LSB: Start up the NFS server sevice Loaded: loaded (/etc/rc.d/init.d/nfs) Active: failed since Sun, 24 Jul 2011 13:11:14 -0600; 38min ago Process: 1202 ExecStart=/etc/rc.d/init.d/nfs start (code=exited, status=1/FAILURE) CGroup: name=systemd:/system/nfs.service Version-Release number of selected component (if applicable): nfs-utils-1.2.4-2.fc16 kernel-3.0.0-1.fc16.x86_64 Additional info: I cannot really tell when this service started to fail. It worked in the past but it was not enabled on my test system for quite a while. I tried to enable it to see what it will happen when I noticed that nfslock reported failures (cf. bug 722795).
I bet this has to with changes I made to rpcbind.... I converted rpcbind to use systemd but not nfs-utils... nfslock or nfs is being started before rpcbind...
*** This bug has been marked as a duplicate of bug 699040 ***