I should have specified before, this is Guac 1.1.0, CentOS 7.7. I am installing Guac server from source direct from the apache guacamole site: "https://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VER}/", not a repo like EPEL.
I ran the following command: ps aux | grep guacd This returned: daemon 22404 0.0 0.3 116488 13068 ? Ss 09:28 0:00 /usr/local/sbin/guacd -f So apparently the user that guacd runs off for me is "daemon". getent passwd returns: daemon:x:2:2:daemon:/sbin:/sbin/nologin Which explains why sbin is listed as the home folder via the error message in /var/log/messages. So is the correct solution to this issue to create a user to run guacd, set the guacd service to run from that user and have that user to run guacd have a writable home folder? If that's correct, how do I set what user runs guacd? Thanks -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
