I'm trying to delete the 'oracle' user account (part of removing oracle from the system), and the 'activate changes' button command fails every time with '/etc/rc.d/rc3.d/S14nfslock.restart is taking longer than expected to complete' I did not think I was using nfs, this is mostly an NT site. Any suggestions for getting past this error will be much appreciated.
OK - its not a bug - it was a my config problem. In the configuration directory /etc/rc.d/rc3.d/ there were links to kill and start nfs and nfslockd, which are not installed on my system. Removing these links, thereby preventing invocation of the nfs related commands, cured things. I can now delete accounts as required.