I have installed RealVNC Enterprise x86 4.2.7 (with temp lic. key) on Ubuntu 6.10 via the tarball.

My /etc/xinetd.d/Xvnc file is :

service Xvnc
{
        type = UNLISTED
        disable = no
        socket_type = stream
        protocol = tcp
        wait = yes
        user = root
        server = /usr/bin/Xvnc
server_args = -inetd :1 -query localhost -geometry 1024x768 - depth 16 -once -fp /usr/share/X11/fonts/misc -DisconnectClients=0 - NeverShared passwordFile=/root/.vncpasswd
        port = 5901
}

The service is up and running. Firewall (for testing purposes) is off.

Using command-line on the local machine...

        $ vncviewer localhost:1

gives me...

        VNC Viewer Enterprise Edition E4.2.7 for X - built Dec 22 2006 11:54:07
        Copyright (C) 2002-2006 RealVNC Ltd.
        See http://www.realvnc.com for information on VNC.

        Thu Jan 11 20:48:09 2007
TcpSocket: connect failed:unable to connect to host: Connection refused (111)
        main:        failed to connect: Connection refused (111)

Have I properly configured the Xvnc file? What else should I examine?

Thanks,
v.m
_______________________________________________
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