Reported-by: c_boehm
daemon/nfsd doesn't start properly. It stops immediately, then restarts again (this creates 60% cpu load).
The content of the ifile is:
daemon daemon/nfsd {
need = system/initial daemon/portmap;
pid_of = rpc.nfsd;
exec daemon = /usr/sbin/rpc.nfsd ${RPCNFSDARGS} ${RPCNFSDCOUNT};
}
initng version is 0.6.10
Please help me which other information I should provide and how to trace this!