On Fri, Jan 26, 2024 at 11:26 AM Horváth Csaba <horvathcsabalas...@gmail.com> wrote:
> Hi, > > I have installed guacd from Debian's repos, and it runs by default in > the name of user guacd. > > guacd 3163019 0.0 0.1 246252 10376 ? S Jan24 0:00 > /usr/sbin/guacd -b 127.0.0.1 -l 4822 -p /var/run/guacd/guacd.pid > > Ang guacd has no home by default (which is acceptable from security > viewpoint, but affect usability :D maybe i need to file a bug to > Debian team :D ) > guacd:x:998:996::/var/run/guacd:/bin/false > That user does have a home directory - /var/run/guacd - so you need to make sure the guacd user has write access to that directory. -Nick