On Wed, Jun 17, 2020 at 8:22 PM sciUser <[email protected]> wrote:
> Hello, > > We are getting ready to transition out our 9.14 installation of Guacamole > 0.9.14* > with a fresh install of version 1.1.0 stable. We have the following .jar > files in /var/lib/guacamole/extensions > > 1. guacamole-auth-jdbc-mysql-1.1.0.jar > 2. guacamole-auth-totp-1.1.0.jar > > Server has been rebooted, You only need to restart Tomcat and (assuming you updated guacamole-server) guacd. however we are not seeing it load in the logs or in the interface after > login. > Is there something that is missing? > /var/lib/guacamole is not a standard location for GUACAMOLE_HOME. Have you checked whether this is actually what is being used? Guacamole will log the location of GUACAMOLE_HOME when it reads its configuration during startup. It would be better to just use the standard /etc/guacamole. It is also possible that Tomcat simply lacks sufficient permissions to read the contents of GUACAMOLE_HOME/extensions/, or that SELinux (if your OS uses SELinux) is contextually blocking access to your overridden GUACAMOLE_HOME, recognizing access to /var/lib instead of /etc as unusual for a Java web application. - Mike
