On Mon, Feb 7, 2022 at 11:36 AM Julian S <[email protected]> wrote:
> Hey Nick, > > I'm honestly trying my best! > > I'm not able to start guacd in debug mode, because Bitnami wont let me. I > can stop the process via sudo /opt/bitnami/ctlscript.sh stop but as I try > to star it with sudo /opt/bitnami/ctlscript.sh start guacd -L debug it > says: Failed to start guacd: [guacd] Other action already in progress -- > please try again later > > I tried to find the guacd.conf, however it seems that Bitnami puts that > file somewhere else. > > It's not created by default, at least in native Guacamole installs, so you might have to generate it yourself. It should be in /etc/guacamole/ and called guacd.conf. > Next step: I installed locate with sudo apt-get install locate, but when I > use locate guacd.conf nothing happens. > > However as i recently checked the log, a new line appeared, maybe this > helps (*bold*) > > guacd[1630]: INFO: Creating new client for protocol "rdp" > guacd[1630]: INFO: Connection ID is > "$edcb669c-c846-4186-9fd1-7f77d5a84518" > guacd[2916]: INFO: Security mode: NLA > guacd[2916]: INFO: Resize method: none > guacd[2916]: INFO: User "@24d63dc1-f03c-461b-97de-5a702c09da3a" > joined connection "$edcb669c-c846-4186-9fd1-7f77d5a84518" (1 users now > present) > guacd[2916]: INFO: Loading keymap "base" > guacd[2916]: INFO: Loading keymap "de-de-qwertz" > guacd[2916]: INFO: Connected to RDPDR 1.13 as client 0x0002 > *free(): double free detected in tcache 2* > guacd[1630]: INFO: Connection "$edcb669c-c846-4186-9fd1-7f77d5a84518" > removed. > > I hope I get closer to the problem. > > Ah, interesting. This still doesn't look like debug mode - could you try starting in debug mode and see what happens? Also, it occurs to me if you're using Guacamole 1.3 and encountering this issue that it could be related to the caches that FreeRDP doesn't support and that we've forcibly disabled in 1.4. You might try making sure that the Glyphy Caching, in particular, is disabled, and see if that helps. -Nick >
