From: "Greg Hines" <greghines@bigfoot.com.NOSPAM> References: <rkTQe.56$Ny5.2799@nnrp1.ozemail.com.au>If this page was useful to you, please click to help others find it:
<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
Have you tried Searching this site?
Unix/Linux/Mac OS X support by phone, email or on-site: Support Rates
This is a Unix/Linux resource website. It contains technical articles about Unix, Linux and general computing related subjects, opinion, news, help files, how-to's, tutorials and more. We appreciate comments and article submissions.
Many of the products and books I review are things I purchased for my own use. Some were given to me specifically for the purpose of reviewing them. I resell or can earn commissions from the sale of some of these items. Links within these pages may be affiliate links that pay me for referring you to them. That's mostly insignificant amounts of money; whenever it is not I have made my relationship plain. I also may own stock in companies mentioned here. If you have any question, please do feel free to contact me.
Specific links that take you to pages that allow you to purchase the item I reviewed are very likely to pay me a commission. Many of the books I review were given to me by the publishers specifically for the purpose of writing a review. These gifts and referral fees do not affect my opinions; I often give bad reviews anyway.
We use Google third-party advertising companies to serve ads when you visit our website. These companies may use information (not including your name, address, email address, or telephone number) about your visits to this and other websites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here.
Click here to add your comments
Don't miss responses! Subscribe to Comments by RSS or by Email
Click here to add your comments
If you want a picture to show with your comment, go get a Gravatar