鳄梨酱无法连接到xRDP服务器

问题描述:

我有一个xrdp服务器正在运行并希望使用鳄梨酱连接到它。但是,每次尝试进行任何RDP连接时,都会因“您已断开连接”而失败。我知道这是一个鳄梨酱的错,因为我可以使用相同的凭据使用Remmina RDP客户端登录到xRDP。 这里是我的日志:鳄梨酱无法连接到xRDP服务器

/var/run中/日志:

Jul 26 10:02:36 ubuntu guacd[1291]: Creating new client for protocol "rdp" 
Jul 26 10:02:36 ubuntu guacd[1291]: Connection ID is "$0c72bf59-0ff9-448d-a5a2-dc3229157122" 
Jul 26 10:02:36 ubuntu guacd[5737]: Security mode: ANY 
Jul 26 10:02:36 ubuntu guacd[5737]: Resize method: none 
Jul 26 10:02:36 ubuntu guacd[5737]: User "@cce2ec3d-03c5-4387-be88-054a00927f56" joined connection "$0c72bf59-0ff9-448d-a5a2-dc3229157122" (1 users now present) 
Jul 26 10:02:36 ubuntu guacd[5737]: Loading keymap "base" 
Jul 26 10:02:36 ubuntu guacd[5737]: Loading keymap "en-us-qwerty" 
Jul 26 10:02:36 ubuntu kernel: [ 4736.455320] guacd[5749]: segfault at 8000000000 ip 0000008000000000 sp 00007f3bc9f8bc98 error 14 
Jul 26 10:02:36 ubuntu kernel: [ 4736.455323] traps: guacd[5750] general protection ip:7f3bcb074c69 sp:7f3bc978ac98 error:0 
Jul 26 10:02:36 ubuntu kernel: [ 4736.455323] 
Jul 26 10:02:36 ubuntu kernel: [ 4736.455325] in libguac.so.5.0.0[7f3bcb070000+d000] 
Jul 26 10:02:36 ubuntu guacd[1291]: Connection "$0c72bf59-0ff9-448d-a5a2-dc3229157122" removed. 

/var/log/tomcat8/Catalina.out:

10:02:33.079 [http-nio-8080-exec-2] WARN o.a.g.r.auth.AuthenticationService - Authentication attempt from 0:0:0:0:0:0:0:1 for user "-------" failed. 
10:02:33.943 [http-nio-8080-exec-1] WARN o.a.g.r.auth.AuthenticationService - Authentication attempt from 0:0:0:0:0:0:0:1 for user "jonathan" failed. 
10:02:36.100 [http-nio-8080-exec-6] INFO o.a.g.r.auth.AuthenticationService - User "guacadmin" successfully authenticated from 0:0:0:0:0:0:0:1. 
10:02:36.241 [http-nio-8080-exec-10] INFO o.a.g.tunnel.TunnelRequestService - User "guacadmin" connected to connection "3". 
10:02:38.179 [Thread-7] INFO o.a.g.tunnel.TunnelRequestService - User "guacadmin" disconnected from connection "3". Duration: 1937 milliseconds 

连接设置:

  • 安全模式:任意

  • 端口:3389

我的Ubuntu 16.04服务器上。任何可能的解决方案将不胜感激。

尝试:

  1. 删除已复制的文件[path to libfreerdp*.so]/freerdp/guac*.so,假设是这种情况。
  2. [path to libfreerdp*.so]/freerdp//usr/local/lib/freerdp/guac*.so之间创建符号链接,所以你不需要担心 这个未来。

来源:RDP stopped working v0.9.9 - Apache Guacamole