Discussion:
SConnection: Client needs protocol version 3.8
gawel, marian
2005-10-26 03:26:02 UTC
Permalink
Unable to connect from XP VNC FE 4.1.1 viewer to vnc-E4_1_8-sparc_solaris
server.

Log file displays the following errors

SConnection: Client needs protocol version 3.8
Connections: closed: 10.0.0.1::3618 (Disconnection by client)

Any ideas?

Thanks
Marian



#!/bin/sh



[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
#

# /usr/ucb/ps -auwwwwx | grep vnc
root 3177 0.1 0.1 1024 704 pts/1 S 17:03:47 0:00 grep vnc
root 29244 0.0 0.6 9464 5824 pts/1 S 15:03:59 0:00 Xvnc :1
PasswordFil
e=/home/nsalogin/.vnc/passwd -auth /home/nsalogin/.Xauthority
root 29249 0.0 0.2 2744 1560 pts/1 S 15:04:01 0:00 vncconfig
-iconic
#



# more solaris:1.log

Xvnc Enterprise Edition 4.1.8 - built Sep 28 2005 12:56:13
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com <http://www.realvnc.com> for information on VNC.
Underlying X server release 0, unknown


Tue Oct 25 15:04:00 2005
vncext: VNC extension running!
vncext: created VNC server for screen 0
TcpListener: listening on IPv4, port 5901
Could not init font path element /usr/openwin/lib/X11/fonts/F3/, removing
from l
ist!
VNC Configuration Tool Enterprise Edition 4.1.8 - built Sep 28 2005 12:42:33
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com <http://www.realvnc.com> for information on VNC.

Tue Oct 25 15:05:01 2005
Connections: accepted: 10.0.0.1::2800
SConnection: Client needs protocol version 3.8 <================
Connections: closed: 10.0.0.1::2800 (Disconnection by client)<=========

Tue Oct 25 16:46:10 2005
Connections: accepted: 10.0.0.1::3618
SConnection: Client needs protocol version 3.8
Connections: closed: 10.0.0.1::3618 (Disconnection by client)
#
#
James Weatherall
2005-10-26 15:15:02 UTC
Permalink
Marian,

The log file clearly states that the viewer *is* able to connect, and that
it is the viewer that is then closing the connection - this is most probably
because your VNC Server is configured to use encryption and/or Unix
authentication, while you are trying to connect to it using VNC Viewer Free
Edition - your viewer will have been failing with "No matching security
types" as the error.

Regards,
-----Original Message-----
Sent: 25 October 2005 22:26
Subject: SConnection: Client needs protocol version 3.8
Unable to connect from XP VNC FE 4.1.1 viewer to
vnc-E4_1_8-sparc_solaris
server.
Log file displays the following errors
SConnection: Client needs protocol version 3.8
Connections: closed: 10.0.0.1::3618 (Disconnection by client)
Any ideas?
Thanks
Marian
#!/bin/sh
[ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic &
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &
#
# /usr/ucb/ps -auwwwwx | grep vnc
root 3177 0.1 0.1 1024 704 pts/1 S 17:03:47 0:00 grep vnc
root 29244 0.0 0.6 9464 5824 pts/1 S 15:03:59 0:00 Xvnc :1
PasswordFil
e=/home/nsalogin/.vnc/passwd -auth /home/nsalogin/.Xauthority
root 29249 0.0 0.2 2744 1560 pts/1 S 15:04:01 0:00 vncconfig
-iconic
#
# more solaris:1.log
Xvnc Enterprise Edition 4.1.8 - built Sep 28 2005 12:56:13
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com <http://www.realvnc.com> for
information on VNC.
Underlying X server release 0, unknown
Tue Oct 25 15:04:00 2005
vncext: VNC extension running!
vncext: created VNC server for screen 0
TcpListener: listening on IPv4, port 5901
Could not init font path element
/usr/openwin/lib/X11/fonts/F3/, removing
from l
ist!
VNC Configuration Tool Enterprise Edition 4.1.8 - built Sep
28 2005 12:42:33
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com <http://www.realvnc.com> for
information on VNC.
Tue Oct 25 15:05:01 2005
Connections: accepted: 10.0.0.1::2800
SConnection: Client needs protocol version 3.8 <================
Connections: closed: 10.0.0.1::2800 (Disconnection by
client)<=========
Tue Oct 25 16:46:10 2005
Connections: accepted: 10.0.0.1::3618
SConnection: Client needs protocol version 3.8
Connections: closed: 10.0.0.1::3618 (Disconnection by client)
#
#
_______________________________________________
VNC-List mailing list
http://www.realvnc.com/mailman/listinfo/vnc-list
Loading...