Hi. I have Red Hat Linux 7.1, and I'm trying to get Xvnc to run in inetd mode. I
have set up all the XDMCP stuff, and if I run
$ /usr/bin/Xvnc :1 -broadcast -once -geometry 640x480 -depth 8
and
$ vncviewer :1
everything works fine: my display manager gives me a login prompt and I can log in.
Now, I added this to /etc/services:
vnc-640x480-8 5951/tcp
And I put this in /etc/xinetd.d/vnc:
service vnc-640x480-8
{
socket_type = stream
protocol = tcp
wait = no
user = root
port = 5951
server = /usr/bin/Xvnc
server-args = -inetd -broadcast -once -geometry 640x480 -depth 8
}
But when I try to connect, I get this error:
$ vncviewer :51
Not a valid VNC server
Could someone please help me? Thanks.
[EMAIL PROTECTED]
-------------------------------------------------
Everyone should have http://www.freedom2surf.net/
---------------------------------------------------------------------
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
---------------------------------------------------------------------