Hello All,

Well I have been able to get my Xvnc working under Linux Mandrake 8.0 by using
the xinetd directory entry and fixing my Xaccess as well.

service vnc
{
        flags           = REUSE
        socket_type     = stream
        port            = 5951
        wait            = no
        user            = root
        server          = /usr/local/bin/Xvnc
        server_args     = -inetd -desktop gnome -broadcast -once -ac -geometry
1024x768 -depth 16 -rfbwait 120000 -rfbport 5951  -co /usr/lib/X11/rgb

#       server_args     = -inetd -broadcast -once -ac -geometry 1024x768 -depth
16 -httpd /usr/local/vnc/classes -co /usr/lib/X11/rgb -httpport 5801

        log_on_failure  += USERID

}

it turns out that if I add in the lines "-httpd /usr/local/vnc/classes -httpport
5801"

then I am still unable to connect to my Xvnc server. One time I got a message
"RFB 003.003" I think that it was, but beyond that, I am getting a connection
refused.

I have also just tried from in the "vnc/classes" directory "java vncviewer
localhost:5951"

What happens is that I get the Java vncviewer popup and asks me for my password
which is strange because I am running it as a service and my regular non-java
vncviewer presents me with an xwindows "login" screen.

Is there some command line switch or something that I am forgetting?

cheers,
Lonnie

Any ideas?
---------------------------------------------------------------------
To unsubscribe, mail [EMAIL PROTECTED] with the line:
'unsubscribe vnc-list' in the message BODY
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to