Hi all, I tried to upgrade my Guacamole instalation, from version 0.9.14 to 1.1.0.
I've done the following steps, on a Ubuntu 18.04 machine: 1) stopped the tomcat and guacd services; 2) installed freerdp2-dev library - all the other ones were already installed; 3) compiled the guacamole-server - ./configure showed all protocols are supported; 4) copied the new guacamole.war to /var/lib/tomcat8/webapps 5) copied the new guacamole-auth-mysql to /etc/guacamole/extensions 6) installed the new guacd server via "make install" 7) "ldconfig" 8) upgraded mysql schema using prior to 1.0 sql script 9) made a systemctl daemon-reload 10) rebooted the machine Login to the webapp is working fine, SSH is working fine, VNC is working fine. RDP times out. When I look into syslog, I get the following on one VM (Windows 10): Apr 30 17:52:19 molerat guacd[3668]: Creating new client for protocol "rdp" Apr 30 17:52:19 molerat guacd[3668]: Connection ID is "$655eb102-de21-4efa-a6a2-c5f8063d5bed" Apr 30 17:52:19 molerat guacd[3769]: No security mode specified. Defaulting to security mode negotiation with server. Apr 30 17:52:19 molerat guacd[3769]: Resize method: none Apr 30 17:52:19 molerat guacd[3769]: User "@f72a1194-1b3a-41bc-983d-9f065f7a4023" joined connection "$655eb102-de21-4efa-a6a2-c5f8063d5bed" (1 users now present) Apr 30 17:52:19 molerat guacd[3769]: No known host keys provided, host identity will not be verified. Apr 30 17:52:19 molerat guacd[3769]: Loading keymap "base" Apr 30 17:52:19 molerat guacd[3769]: Loading keymap "en-us-qwerty" Apr 30 17:52:19 molerat guacd[3769]: Connected to RDPDR 1.13 as client 0x0005 Apr 30 17:52:20 molerat kernel: [ 3696.249093] guacd[3776]: segfault at 0 ip 0000000000000000 sp 00007f5b6954fb18 error 14 in guacd[559e4664a000+7000] Apr 30 17:52:20 molerat kernel: [ 3696.249100] Code: Bad RIP value. Apr 30 17:52:20 molerat guacd[3668]: Connection "$655eb102-de21-4efa-a6a2-c5f8063d5bed" removed. And on a Windows 2008 R2: Apr 30 18:07:58 molerat guacd[3668]: Creating new client for protocol "rdp" Apr 30 18:07:58 molerat guacd[3668]: Connection ID is "$281a7f2e-3814-41f7-b734-7f4905eb8c4d" Apr 30 18:07:58 molerat guacd[3796]: No security mode specified. Defaulting to security mode negotiation with server. Apr 30 18:07:58 molerat guacd[3796]: Resize method: none Apr 30 18:07:58 molerat guacd[3796]: User "@e784b5bc-7a82-48a8-81bb-466c18fde66b" joined connection "$281a7f2e-3814-41f7-b734-7f4905eb8c4d" (1 users now present) Apr 30 18:08:28 molerat guacd[3796]: User is not responding. Apr 30 18:08:28 molerat guacd[3796]: User "@e784b5bc-7a82-48a8-81bb-466c18fde66b" disconnected (0 users remain) Apr 30 18:08:28 molerat guacd[3796]: Last user of connection "$281a7f2e-3814-41f7-b734-7f4905eb8c4d" disconnected Apr 30 18:08:33 molerat guacd[3796]: Client did not terminate in a timely manner. Forcibly terminating client and any child processes. Apr 30 18:08:33 molerat guacd[3668]: Connection "$281a7f2e-3814-41f7-b734-7f4905eb8c4d" removed. What have I done wrong? Thank you very much in advance! -- Ricardo Ramalho -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
