From: "Greg Hines" <greghines@bigfoot.com.NOSPAM> References: <rkTQe.56$Ny5.2799@nnrp1.ozemail.com.au> <1125418876.986302.25540@g44g2000cwa.googlegroups.com> <XV3Re.254$Ny5.7491@nnrp1.ozemail.com.au> <sD6Re.26$HC6.884@nnrp1.ozemail.com.au> <1125453720.096567.299570@o13g2000cwo.googlegroups.com> <dF9Re.171$HC6.2258@nnrp1.ozemail.com.au> <1125498476.795030.189310@g49g2000cwa.googlegroups.com> <daadnZUF6oMceIjeRVn-2w@comcast.com> <20050831175409.GB8184@jpradley.jpr.com> <1tWdnVMBo8BsQIveRVn-jQ@comcast.com> <43194b47$1_1@news.iprimus.com.au> <1125966095.066209.4100@o13g2000cwo.googlegroups.com> Subject: Re: VNC giving a gray screen on OSR5.0.6 Message-ID: <BjpTe.1$uD6.354@nnrp1.ozemail.com.au> Date: Wed, 7 Sep 2005 09:08:17 +1000 ? http://aplawrence.com/Unixart/vnc_sco_openserver.html > > Did you try either of the suggestions Tony or I gave to you? >
Tony's links did lead me to http://aplawrence.com/OSR5/osr5vnc.html which did help. From what I can understand there are two ways to setup VNC. With and without using inetd. The article at http://aplawrence.com/Unixart/vnc_sco_openserver.html explains how to setup VNC using inetd to start your VNC sessions. The problem with the article is it tells you to ln -s /etc/init.d/vncserver /etc/rc2.d/S99vncserver when in fact this is *not* needed at all when using inetd to start your vnc sessions. In all other aspects the article is correct. My problem was I followed the article and found S99vncserver was producing errors and assumed it was the problem. And it was not. In fact the problem turned out to be that this sco box was not using a mouse and therefore was not configured as such. Installing the mouse and deleting /etc/rc2.d/S99vncserver fixed the problem so scosession would start. Therefore if you do not want to use inetd, do not place the entries in /etc/services and /etc/inetd.conf and do*** not*** ln -s /etc/init.d/vncserver /etc/rc2.d/S99vncserver as it will never work. Instead place the following into /etc/rc2.d/S99vncserver : HOME=/ export HOME rm -r /tmp/.X11-unix >/dev/null 2>&1 /etc/init.d/vncserver start then chmod 755 /etc/rc2.d/S99vncserver I hope the is helpful.Greggreghines@bigfoot.com.NOSPAMRemove NOSPAM when replying
Add your comments