Because of certain systems (namely Solaris, but appartently some RedHat and
maybe others) have problems with the length of parameters in inetd.conf, these
files were generated to get around this.   People should try this if they are
getting the 'Grey screen with an X' problem (i.e. no login).  I am posting
this hoping it will get into the archives so that future searches will find
it.

--------

Here's the files that I use.  Be sure to change the paths appropriately for
your install location.  Also, recently trying to install on other machines, I
found a couple other problems.  Make sure that the fontserver 'fp' service is
enabled in services and inetd.conf.  The other problem I had was that the
people here took out S99dtlogin from the /etc/rc2.d directory, so it didn't
start on boot (those were production boxes).

Ryan

services:
---------
vnc-640x480x8 5950/tcp # VNC Connections
vnc-800x600x8 5951/tcp # VNC Connections
vnc-1024x768x8 5952/tcp # VNC Connections
vnc-1280x1024x8 5953/tcp # VNC Connections
vnc-640x480x16 5960/tcp # VNC Connections
vnc-800x600x16 5961/tcp # VNC Connections
vnc-1024x768x16 5962/tcp # VNC Connections
vnc-1280x1024x16 5963/tcp # VNC Connections
vnc-640x480x24 5970/tcp # VNC Connections
vnc-800x600x24 5971/tcp # VNC Connections
vnc-1024x768x24 5972/tcp # VNC Connections
vnc-1280x1024x24 5973/tcp # VNC Connections
vnc-640x480x32 5980/tcp # VNC Connections
vnc-800x600x32 5981/tcp # VNC Connections
vnc-1024x768x32 5982/tcp # VNC Connections
vnc-1280x1024x32 5983/tcp # VNC Connections

inetd.conf:
----------
#
# VNC Connections
#
vnc-640x480x8 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 640x480 8
vnc-800x600x8 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 800x600 8
vnc-1024x768x8 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1024x768 8
vnc-1280x1024x8 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1280x1024 8
vnc-640x480x16 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 640x480 16
vnc-800x600x16 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 800x600 16
vnc-1024x768x16 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1024x768 16
vnc-1280x1024x16 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1280x1024
16
vnc-640x480x24 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 640x480 24
vnc-800x600x24 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 800x600 24
vnc-1024x768x24 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1024x768 24
vnc-1280x1024x24 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1280x1024
24
vnc-640x480x32 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 640x480 32
vnc-800x600x32 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 800x600 32
vnc-1024x768x32 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1024x768 32
vnc-1280x1024x32 stream tcp nowait root /usr/local/vnc/Xvnci Xvnci 1280x1024
32


Xvnci:
-------
#!/bin/sh

/usr/local/vnc/Xvnc -inetd -once -query localhost -geometry $1 -depth $2 -fp
tcp/localhost:7100 -desktop "VNCServer"



----- Original Message -----
From: "Mordechai Ovits" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 10, 2001 4:47 PM
Subject: Xvnc -inetd on solaris


> Hi!
> You wrote:
>
> > On Solaris, the below would not work because of too many parameters
> > in inetd.conf, so I wrapped the parameters in a script, but I don't
think
> >  RH has this problem.
> >
> > Try adding -query localhost to your options to Xvnc
> >
> > Ryan
>
> Can you share the script that worked for you?  I'm having problems getting
> Xvnc working with inetd and I'm pretty sure that you're right about why
it's
> failing.
>
> Thanks!
> Mordy Ovits
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to