Hi, i did make sure it is the duo extension that is based on 0.9.13, and placed the extension in mulitple locations:
/var/lib/guacamole/extensions /etc/guacamole/extensions Also the way i installed it was from this project: https://sourceforge.net/projects/guacamoleinstallscript/ Unfortunately it didn't pickup duo extension for some strange reason. Also when i created the logback.xml in /etc/guacamole or /var/lib/guacamole nothing happened on the console when i restarted the guacd service. The default logback file i used was part of that doc link you sent: <configuration> <appender name="GUAC-DEBUG" class="ch.qos.logback.core.ConsoleAppender"> <encoder> <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern> </encoder> </appender> <root level="debug"> <appender-ref ref="GUAC-DEBUG"/> </root> </configuration> -------------- So at the moment I am lost when the install isn't doing things as desired based on documentation, if you can provide other pointers that would be great! -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
