On Fri, Apr 25, 2025 at 15:50 Fabiano Rech <fabianor...@gmail.com> wrote:

> Nick, my full log:
> https://pastebin.com/nVmzYaxf
>
>

   1. FreeRDP initialization may fail: The current user's home directory
   ("/usr/sbin") is not writable, but FreeRDP gener>
   2. abr 25 16:27:46 guacamole guacd[63326]: guacd[63326]: WARNING:
   FreeRDP initialization may fail: The current user's home directory
   ("/usr/sbin") is n>


This is likely the cause of your issue - the user account running guacd is
not able to write to it's own home directory. This often happens when you
use a default account like daemon, which has /usr/sbin as the home
directory, but doesn't have write access. FreeRDP needs to be able to write
out it's known hosts file, and fails if it cannot do so.

The best solution is to create a user account for guacd with it's own home
directory (and write access to it), and start guacd under that account.
guacd doesn't need any special privileges to run, so any user account will
do.

-Nick

>

Reply via email to