Question: I am consistently having problems with lock files (in UNIX) not being removed. How do I fix this?
Answer: A damaged file system is the most likely culprit.
To rebuild the file system, follow these steps:
- Get all users out of BSMGR and log out of UNIX
- At the main computer, log in as root. Exit the menu to the root # prompt
- Type in: who <Enter>. root should be the only user listed.
If not, log the listed users out of UNIX. Keep typing in who at the main computer until only root is listed- Type in: init 1 <Enter>
- At the CONTROL-D prompt, type in the root password and press <Enter>
- Exit the menu to the root # prompt, and type in:
fsck -y ; set.priv ; init 6 <Enter>- When the computer reboots and gets back to the CONTROL-D prompt, type in the root password and press <Enter>
- Exit the menu to the root # prompt, and type in: fsck -y <Enter>
If you get errors from fsck, type in:
set.priv ; init 6 <Enter>
then go back to step #7If you do not get errors from fsck, type in:
init 2 <Enter>.
When the system comes up, you should be able to use the electronic communication programs without incident.