On Fri, May 1, 2020 at 11:30 AM rramalho <[email protected]> wrote:

> 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.
>
>
Well, the segfault here is your issue, but we need to figure out why it is
segfaulting.  What do you have security mode set to for this connection?

Also, can you try cloning the guacamole-server git repo, check out the
staging/1.2.0 branch, and build that and see if it works?

-Nick

Reply via email to