eXodus Frequently Asked Questions

How can I check the status of XDM on the Host?

You could add the following info at the end of the /etc/rc.local file:
#start up xdm
#
if [ -f /usr/openwin/bin/xdm ]; then
echo Starting XDM
OPENWINHOME=/usr/openwin
LD_LIBRARY_PATH_=/usr/openwin/lib
export OPENWINHOME LD_LIBRARY_PATH
/usr/openwin/bin/xdm -cofig /usr/openwin/lib/xdm/xdm-config \
-resource /usr/openwin/lib/xdm/Xresources > /dev/console &
fi
Please note: Your system may be set up differently, check the paths and directories to be sure your system is reflected.
Should you have any questions or issues please use our Support Request Form.
NOTE: For discontinued products or products no longer in development, contact Sales at 603.880.9118 or via e-mail at: sales@powerlan-usa.com.
|