From Bugzilla Helper: User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.2.19-7.0.1 i686) After installing the latest kernel-2.2.19 related upgrades, including the nfs-utils package, I get an error from the /etc/init.d/nfs script when it tries to start the rpc.rquotad daemon. This executable used to exist in the former 0.1.9.1-7 version, but it is missing now. Also, the manual page for it is broken; try this: # ls -l /usr/share/man/man8/rpc.rquotad.8.gz and you'll see what I mean; it is a symbolic link to itself :-( Reproducible: Always Steps to Reproduce: 1.Install all recommended updates as per latest errata 2.Make sure NFS is enabled, i.e. chkconfig --add nfs; chkconfig --level 345 nfs on 3.Reboot and watch the boot message when it comes to "Starting NFS quotas: " Actual Results: The boot script /etc/init.d/nfs emits an error message: execvpe: command not found [ERROR] Expected Results: Starting NFS quotas: [OK]
*** This bug has been marked as a duplicate of 36159 ***