On Sun, Jul 5, 2020 at 6:16 AM Tushar Jain <[email protected]>
wrote:

> Hello,
>
>
> I migrated from guacamole-1.0.0 to guacamole-1.2.0 on Ubuntu 18.04. But my
> remoteapp on Windows server 2019,  is getting disconnected as soon as I
> click/move the mouse over the remote app.
>
> ...
>
> 3.     remove existing guacamole-server directory
>
> sudo rm -r /etc/guacamole-server-1.0.0
>
>
Eh? What are you removing here? Certainly "/etc/guacamole-server-1.0.0" is
not the prefix of the installation?

4.  Install guacamole server 1.2.0 in /etc/
>
> sudo tar -xzf guacamole-server-1.2.0.tar.gz
>
> cd guacamole-server-1.2.0/
>
> sudo./configure --with-init-dir=/etc/init.d
>
> sudo make
>
> sudo make install
>
> sudo ldconfig
>
> sudo update-rc.d guacd defaults
>

The only place where "/etc" is involved here is "/etc/init.d", where you
are requesting the build install an init script. The above will install
guacd, etc. to the default install location (beneath "/usr/local"), which
is good; "/etc" would not be a good choice for installation of binaries, as
that would go against file hierarchy standards.

...
>
> Error in syslog
>
> guacd[10659]: segfault at 7f3488003e20 ip 00007f3488003e20 sp
> 00007f3476141d48 error 15
>
> Please suggest where I could have gone wrong.
>

The most likely cause is binaries remaining from your previous install of
guacamole-server, though it is also possible that there is something wrong
with Ubuntu's updated FreeRDP packages or that FreeRDP has introduced
breaking changes in their 2.1.1 release. If you are certain that
libguac-client-rdp.so, libguac.so, and guacd are from your most recent
build, next steps would be to install the debug symbols for freerdp2-dev,
run guacd beneath a debugger, and obtain a stack trace once the segfault
occurs.

- Mike

Reply via email to