I started installing latest Raspbian (Buster with GUI) on a raspi 2. Removed the VNC coming with the image, rebooted and installed TigerVNC from the "install and remove software" tool in the GUI.
I can start the VNCserver:
Code: Select all
vncserver -localhost no
Cleaning stale pidfile '/home/pi/.vnc/raspberrypi:1.pid'!
New 'raspberrypi:1 (pi)' desktop at :1 on machine raspberrypi
Starting applications specified in /home/pi/.vnc/xstartup
Log file is /home/pi/.vnc/raspberrypi:1.log
Use xtigervncviewer -SecurityTypes VncAuth,TLSVnc -passwd /home/pi/.vnc/passwd raspberrypi:1 to connect to the VNC server.
but when I do on client:
Code: Select all
vncviewer -SecurityTypes VncAuth,TLSVnc -passwd /home/pi/.vnc/passwd IP_raspi:1
Code: Select all
TigerVNC Viewer 64-bit v1.9.80
Copyright (C) 1999-2019 TigerVNC Team and many others (see README.rst)
See https://www.tigervnc.org for information on TigerVNC.
Mon Jun 24 17:33:47 2019
DecodeManager: Detected 6 CPU core(s)
DecodeManager: Creating 4 decoder thread(s)
CConn: Connected to host 10.0.0.5 port 5901
CConnection: Server supports RFB protocol version 3.8
CConnection: Using RFB protocol version 3.8
CConnection: Choosing security type VeNCrypt(19)
CVeNCrypt: Choosing security type VncAuth (2)
[b] CConn: Opening password file failed[/b]
Code: Select all
...
Mon Jun 24 17:33:47 2019
Connections: accepted: IP_client::36308
SConnection: Client needs protocol version 3.8
SConnection: Client requests security type VeNCrypt(19)
SVeNCrypt: Client requests security type VncAuth (2)
terminate called after throwing an instance of 'rdr::EndOfStream'
terminate called recursively
(EE)
(EE) Backtrace:
(EE)
(EE)
Fatal server error:
(EE) Caught signal 6 (Aborted). Server aborting
(EE)
syswrite() on closed filehandle WH at /usr/bin/vncserver line 912.
https://github.com/TigerVNC/tigervnc/issues/800
...which gives me little hope.
Has anybody managed to get TigerVNC up and running on raspbian?
