Hi, I've set up guacamole 0.9.13 on xubuntu 16.04 succesfully, but I'm getting disconnected regularly. I'm using VNC protocol (tigervncserver 1.8.0).
Here is the output from syslog: > VNC server supports protocol version 3.8 (viewer 3.8) > We have 2 security types to read > 0) Received security type 19 > Selecting security type 19 (0/2 in the list) > 1) Received security type 2 > Selected Security Scheme 19 > GnuTLS initialized. > Got VeNCrypt version 0.2 from server. > We have 2 security types to read > 0) Received security type 258 > Selecting security type 258 (0/2 in the list) > 1) Received security type 2 > TLS session initialized. > TLS anonymous credential created. > TLS handshake blocking. > TLS handshake blocking. > TLS handshake done. > VNC authentication succeeded > Desktop name "servername-22:1 (user1)" > Connected to VNC server, using protocol version 3.8 > VNC server default format: > 32 bits per pixel. > Least significant byte first in each pixel. > TRUE colour: max red 255 green 255 blue 255, shift red 16 green 8 blue 0 > Error writing to TLS: GnuTLS internal error.. > Error writing to TLS: The specified session has been invalidated for some > reason.. > Error reading from TLS: The TLS connection was non-properly terminated.. > read (4: Interrupted system call) > Error handling message from VNC server. > Internal VNC client disconnected > User "@00baa295-5925-47c7-9687-28d6f144816a" disconnected (0 users remain) > Last user of connection "$84f26a12-7fbe-4e00-b53c-1f3ed8944254" > disconnected and the matching vnc-log: > Wed Feb 14 13:05:44 2018 > Connections: closed: 192.168.216.75::34334 (readTLS: (unknown error code) > (4)) > EncodeManager: Framebuffer updates: 65 > EncodeManager: CopyRect: > EncodeManager: Copies: 1 rects, 728.994 kpixels > EncodeManager: 16 B (1:182249 ratio) > EncodeManager: ZRLE: > EncodeManager: Indexed RLE: 14 rects, 106.496 kpixels > EncodeManager: 5.73633 KiB (1:72.5489 ratio) > EncodeManager: Full Colour: 156 rects, 4.89876 Mpixels > EncodeManager: 1.22004 MiB (1:15.3184 ratio) > EncodeManager: Total: 171 rects, 5.73425 Mpixels > EncodeManager: 1.22566 MiB (1:17.8487 ratio) > TLS: TLS session wasn't terminated gracefully > ComparingUpdateTracker: 150.216 Mpixels in / 4.2185 Mpixels out > ComparingUpdateTracker: (1:35.6088 ratio) > > Wed Feb 14 13:05:46 2018 > Connections: accepted: 192.168.216.75::34338 > SConnection: Client needs protocol version 3.8 > SConnection: Client requests security type VeNCrypt(19) > > Wed Feb 14 13:05:47 2018 > SVeNCrypt: Client requests security type TLSVnc (258) > > Wed Feb 14 13:05:49 2018 > VNCSConnST: Server default pixel format depth 24 (32bpp) little-endian > rgb888 > VNCSConnST: Client pixel format depth 24 (32bpp) little-endian rgb888 and my xstartup file (~/.vnc) > #!/bin/sh > > unset SESSION_MANAGER > unset DBUS_SESSION_BUS_ADDRESS > OS=`uname -s` > if [ $OS = 'Linux' ]; then > case "$WINDOWMANAGER" in > *gnome*) > if [ -e /etc/SuSE-release ]; then > PATH=$PATH:/opt/gnome/bin > export PATH > fi > ;; > esac > fi > if [ -x /etc/X11/xinit/xinitrc ]; then > exec /etc/X11/xinit/xinitrc > fi > if [ -f /etc/X11/xinit/xinitrc ]; then > exec sh /etc/X11/xinit/xinitrc > fi > [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources > xsetroot -solid grey > xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & > twm & I don't remember whether I've changed this xstartup or if it's the default one. What could be the cause of my disconnecting problem please? kind regards, wouter -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/