Hi all!
Ich habe eine neue Hardware bekommen und bin dabei gleich von 10.1 auf 10.2 gewechselt, wo ich aber den VNC nicht richtig zum Laufen bekommen. (ich benutze realVNC!)
Mit "Port" 0 funzt es, jedoch mit den eigentlichen Ports 5901 und 5902 bekomme ich immer die Meldung
"Connection failed - Error reading Protocol Version"
Als possible causes führt er an daß,
- der Server ein DSMPlugin benutzt, aber ich nicht (ich wüßte nicht einmal was das ist - googeln hilft auch nicht)
- die Versionen von Viewer und Server nicht zusammenpassen "different RFB protocols" (was wohl auch nicht sein kann)
- bad connection (sowieso nicht - ist ein LAN und ...:0 funzt ja)
Ideen?
Hier meine VNC Konfiguration (die unter 10.1, aber mit selber realVNC Version super gefunzt hat):
service Xvnc-1024
{
type = UNLISTED
socket_type = stream
protocol = tcp
wait = yes
user = root
server = /usr/local/bin/Xvnc
server_args = -inetd :1 -query localhost -geometry 1024x768 -depth 16 -once -dpi 75 passwordFile=/var/lib/nobody/.vnc/passwd -desktop SuSE-5901
port = 5901
disable = no
}
service Xvnc-1280
{
type = UNLISTED
socket_type = stream
protocol = tcp
wait = yes
user = root
server = /usr/local/bin/Xvnc
server_args = -inetd :2 -query localhost -geometry 1280x1024 -depth 16 -once -dpi 75 passwordFile=/var/lib/nobody/.vnc/passwd -desktop SuSE-5902
port = 5902
disable = no
}
Ich habe eine neue Hardware bekommen und bin dabei gleich von 10.1 auf 10.2 gewechselt, wo ich aber den VNC nicht richtig zum Laufen bekommen. (ich benutze realVNC!)
Mit "Port" 0 funzt es, jedoch mit den eigentlichen Ports 5901 und 5902 bekomme ich immer die Meldung
"Connection failed - Error reading Protocol Version"
Als possible causes führt er an daß,
- der Server ein DSMPlugin benutzt, aber ich nicht (ich wüßte nicht einmal was das ist - googeln hilft auch nicht)
- die Versionen von Viewer und Server nicht zusammenpassen "different RFB protocols" (was wohl auch nicht sein kann)
- bad connection (sowieso nicht - ist ein LAN und ...:0 funzt ja)
Ideen?
Hier meine VNC Konfiguration (die unter 10.1, aber mit selber realVNC Version super gefunzt hat):
service Xvnc-1024
{
type = UNLISTED
socket_type = stream
protocol = tcp
wait = yes
user = root
server = /usr/local/bin/Xvnc
server_args = -inetd :1 -query localhost -geometry 1024x768 -depth 16 -once -dpi 75 passwordFile=/var/lib/nobody/.vnc/passwd -desktop SuSE-5901
port = 5901
disable = no
}
service Xvnc-1280
{
type = UNLISTED
socket_type = stream
protocol = tcp
wait = yes
user = root
server = /usr/local/bin/Xvnc
server_args = -inetd :2 -query localhost -geometry 1280x1024 -depth 16 -once -dpi 75 passwordFile=/var/lib/nobody/.vnc/passwd -desktop SuSE-5902
port = 5902
disable = no
}