im having trouble getting vncserver (1.50 as bundled with opensuse leap 42.1) to start in response to an xinetd prompt. xinetd is trying to launch the Xvnc process with the following configuration file (etc/xinetd.d/vnc)
service vnc1
{
socket_type = stream
protocol = tcp
wait = no
user = vnc
server = /usr/bin/Xvnc
server_args = -noreset -inetd -once -query localhost -geometry 1360x768 -x509key /etc/vnc/tls.key -x509cert /etc/vnc/tls.cert -log *:stderr:100 -securitytypes none
type = UNLISTED
port = 5901
}
firewall ports are open (59**), and showing open during portscan from another local machine.
when trying to connect, all viewers fail with messages along the lines of "connection failed"
vncviewer output is below from an attempt to connect via localhost
matt@linux-3o78:~> vncviewer localhost:1
TigerVNC Viewer 64-bit v1.5.0
Built on: ??-??-?? ??:??
Copyright (C) 1999-2015 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Sun Jun 26 01:42:36 2016
CConn: connected to host localhost port 5901
Sun Jun 26 01:42:48 2016
CConn: End of stream
are there any thoughts on how to sort this? im aware that the opensuse leap packages are a bit out of date. However, I'd have thought they would still pass as stable.
Evening,
im having trouble getting vncserver (1.50 as bundled with opensuse leap 42.1) to start in response to an xinetd prompt. xinetd is trying to launch the Xvnc process with the following configuration file (etc/xinetd.d/vnc)
service vnc1
{
socket_type = stream
protocol = tcp
wait = no
user = vnc
server = /usr/bin/Xvnc
server_args = -noreset -inetd -once -query localhost -geometry 1360x768 -x509key /etc/vnc/tls.key -x509cert /etc/vnc/tls.cert -log *:stderr:100 -securitytypes none
type = UNLISTED
port = 5901
}
service vnc1
{
socket_type = stream
protocol = tcp
wait = no
user = vnc
server = /usr/lib/vnc/with-vnc-key.sh
server_args = /usr/bin/xvnc -noreset -inetd -once -query localhost -geometry 1024x768 -x509key /etc/vnc/tls.key -x509cert /etc/vnc/tls.cert -log *:syslog:30 -securitytypes none
}
--
You received this message because you are subscribed to the Google Groups "TigerVNC User Discussion/Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tigervnc-user...@googlegroups.com.
To post to this group, send email to tigervn...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tigervnc-users/b08107d4-85b6-4b11-b6f2-3572e87855c1%40googlegroups.com.