Describe the bug
When I try to a tigervnc session, it displays the password dialog, I type and just after typing I get connection refused. When I check session I see that the pid is stale.
To Reproduce
Steps to reproduce the behavior:
- Connect to machine with a client
- Type password (it is true password)
3.It displays connection refused.
Expected behavior
It should connect but it does not
Client (please complete the following information):
- OS: iOS
- VNC client: Jump Desktop App
Server (please complete the following information):
- OS: Debian Unstable - aarch64
- VNC server: Tiger VNC
- VNC server version: 1.9.0
- Server downloaded from: Debian
- Server was started using: 'vncserver :2 -localhost no'
Additional context
Log output:
Xvnc TigerVNC 1.9.0 - built Dec 1 2018 21:51:29
Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12003000, The X.Org Foundation
Sun Mar 3 16:48:07 2019
vncext: VNC extension running!
vncext: Listening for VNC connections on all interface(s), port 5902
vncext: created VNC server for screen 0
** Message: 16:48:07.653: main.vala:101: Session is LXDE
** Message: 16:48:07.653: main.vala:102: DE is LXDE
** Message: 16:48:07.680: main.vala:133: log directory: /home/zafer/.cache/lxsession/LXDE
** Message: 16:48:07.681: main.vala:134: log path: /home/zafer/.cache/lxsession/LXDE/run.log
Sun Mar 3 16:48:17 2019
Connections: accepted: 172.xx.xx.xx::51699
Sun Mar 3 16:48:18 2019
SConnection: Client needs protocol version 3.8
SConnection: Client requests security type VncAuth(2)
terminate called after throwing an instance of 'rdr::Exception'
terminate called recursively
(EE)
(EE) Backtrace:
(EE) 0: /usr/bin/Xtigervnc (+0x1a8) [0x5565bad9d0]
(EE) unw_get_proc_info failed: no unwind info found [-10]
(EE)
(EE)
Fatal server error:
(EE) Caught signal 6 (Aborted). Server aborting
(EE)
xstartup file
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
unset DBUS_SESSION_MANAGER_ADDRESS
exec /usr/bin/startlxde&
Describe the bug
When I try to a tigervnc session, it displays the password dialog, I type and just after typing I get connection refused. When I check session I see that the pid is stale.
To Reproduce
Steps to reproduce the behavior:
3.It displays connection refused.
Expected behavior
It should connect but it does not
Client (please complete the following information):
Server (please complete the following information):
Additional context
Log output:
xstartup file