Solaris Common Messages and Troubleshooting Guide

hang console

Cause

Console hangs - but all other operations are working, including rlogin(1) and telnet(1). Rebooting the system (via a remote shell) clears the problem.

This problem occurs if another window is opened with the -C option, causing the console to hang. The other window could be another cmdtool window, shelltool window, or even an xterm window. Only one console window can be active at a time.

Action

The window/process that is causing the problem can be located by using the ps(1) command (auxw options may be necessary). The process can then be killed. Eliminate the console window running with -C, and control returns to the 'real' console.

Machine hung in reboot process: when the user is booting the machine, it hangs at checking filesystems.

A possible workaround is: 1. Boot miniroot from tape or CD-ROM, 2. mkdir mnt, 3. Mount the root partition to some mountpoint, i.e. /mnt, 4. Change directory to /mnt/dev, 5. Check to see if the console is located in the, 6. mnt/dev directory, 7. If not, make the device std.: MAKEDEV std, 8. Halt the system and reboot.