I have vnc working and have had it for several years working using the vncviewer and xinetd. I have been trying to get vnc to work using a web browser. I keep getting this following returned in the web browser

RFB 004.000


the following is my log
Couldn't open RGB_DB '/usr/X11R6/lib/X11/rgb'

Xvnc Enterprise Edition E4.3.2 - built Oct  9 2007 17:40:30
Copyright (C) 2002-2007 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.
Underlying X server release 40201000, The XFree86 Project, Inc


Sun Dec 16 12:50:33 2007
vncext:      VNC extension running!
vncext:      created VNC server for screen 0
Connections: connected: 192.168.2.2::1601
vncext:      added inetd client
Connections: disconnected: 192.168.2.2::1601 (reading version failed: not an
             RFB client?)
vncext:      inetd client gone, exiting


This is my xinetd service
service vncUSERXXXX
web
{
         protocol = tcp
         socket_type = stream
         wait = no
         user = byersjw
         server = /usr/bin/Xvnc
         server_args = -inetd -query localhost -desktop USERXXXX:5802 -once 
-geometry 800x600 -IdleTimeout=0 -depth 16 -SecurityTypes=none 
-UserPasswdVerifier=UnixAuth -sp /usr/lib/xserver/SecurityPolicy -fp unix/:7100 
-httpd /var/www/vnc/classes
        log_on_failure += USERID ATTEMPT
}


my config file
# Default vncserver configuration. See the vncserver man page for details.

-PasswordFile $HOME/.vnc/passwd           # Location of VncAuth password
-desktop "$HOSTNAME:$DISPLAYNUM ($USER)"  # Desktop name
-pn # Continue even if standard ports fail
-httpd /var/www/vnc/classes               # Serve Java viewer inline
-AllowedUsers $USER:f               # allowed users
-AllowedGroups vncuser:d          #allowed group
-SendCutText
-AcceptCutText
-AlwaysShared

I appreciate your help.

Thank you
Joe
_______________________________________________
VNC-List mailing list
VNC-List@realvnc.com
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to