Startx fails on Cygwin
October 11, 2007
3 comments
Cygwin is commonly used as a tool for running X server on Windows when graphical applications running on UNIX/Linux need to be accessed from Windows. This is a common need when Documentum products need to be installed on UNIX/Linux remotely from a Windows workstation.
Sometimes, one runs into a problem when startx fails on Cygwin. This may happen intermittently or consistently. Look at the messages carefully. When the message showed error number 487 and fork() failed, the following steps have helped to resolve the issue for me:
- Close all Cygwin programs.
- Run
bin/ash.exeunder Cygwin installation. On the shell prompt run the following commands/bin/rebaseallexit
- Start Cygwin/bash
startx
I found this tip here.
Recent Comments