Hey,
I found a few conflicting descriptions how to work around a missing
keyboard layout.
https://sourceforge.net/p/guacamole/discussion/1110834/thread/c5804a1d/ :
"If you want it to work right now, use a US layout on the server. You
will still be able to use a French keyboard on the client
Alright... I think I just did it on our SLES12 SP3 platform =)
Configure and compile freerdp1
cd /root/FreeRDP-1.0.2
cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON -DWITH_CUPS=OFF
-DWITH_FFMPEG=OFF -DWITH_ALSA=OFF -DWITH_X11=OFF -DWITH_XKBFILE=OFF .
make
Assemble the compiled shared objects
How exactly did you do it without breaking everything?
Did you compile freerdp 1.0.2 from source? If so, how did you reference
it later when compiling guacamole?
If not, what packages did you use without breaking the rest of the
system now running with Freerdp 2.0 ?
Thanks.
Hi there,
https://issues.apache.org/jira/browse/GUACAMOLE-65 seems to have sprung
up again.
The workaround (the APCF) does not seem to work any longer.
Can anyone confirm?
Thanks
Marki
This is crazy.
Running it directly on the command line is ok (no segfault):
root@guac:~# /opt/guac-0.9.9/sbin/guacd -p /var/run/guacd.pid
(Obviously, running via gdb is that same case.)
Running it via the init script and no segfault either:
root@guac:~# /etc/init.d/guacd start
Running it using
Correction: the segfault is happening in libc and not in
libguac-client-rdp.so.0.0.0!
Jul 20 22:55:26 guac kernel: [ 1247.552339] guacd[27460]: segfault at 0
ip 7f18b1b8cf2f sp 77a30bc8 error 4 in
libc-2.13.so[7f18b1a7+184000]
On 7/20/2016 10:50 PM, jm+guacam...@roth.lu wrot
Hi all,
I am getting the following error when trying to connect to a Windows 7
machine via RDP from a Debian Wheezy system with Guacamole 0.9.9
installed. It's been compiled with RDP and SSL support.
When running guacd in the debugger (gdb), it does not crash (!). In all
the other cases:
2