Hello Nick.
Please help me again. Sorry for the questions related to docker. I haven't solved WOL yet. However, since it was necessary to be able to use WOL on docker and guacamole, I had to separate it. I have pulled other WOL docker images, When I built docker-compose in network mode host mode The magic host was sent and the target host started. Ie WOL worked. Based on that, Similarly, in the created guacamole docker-compose.yaml file, changed the network mode to host mode. After changing it, launching docker-compose and accessing the browser, The following log was output and an error was output on the browser. ---------------------------------------------------------------------------- guacamole_compose2 | 21:36:12.198 [http-nio-8080-exec-6] WARN oageAuthenticationProviderFacade-The "postgresql" authentication provider has encountered an internal error which will halt the authentication process.If this is unexpected or you are the developer of If this is expected and you wish to ignore such failures in the future, please set "skip-if-unavailable: postgresql" within your guacamole.properties. this authentication provider, you may wish to enable debug-level logging. guacamole_compose2 | 21:36:12.199 [http-nio-8080-exec-6] ERROR o.a.g.rest.RESTExceptionMapper-Unexpected internal error: guacamole_compose2 | ### Error querying database. Cause: org.postgresql.util.PSQLException: The connection attempt failed. guacamole_compose2 | ### The error may exist in org/apache/guacamole/auth/jdbc/user/UserMapper.xml guacamole_compose2 | ### The error may involve org.apache.guacamole.auth.jdbc.user.UserMapper.selectOne guacamole_compose2 | ### The error occurred while executing a query guacamole_compose2 | ### Cause: org.postgresql.util.PSQLException: The connection attempt failed. ---------------------------------------------------------------------------- In connection I have some questions. . 1) Does guacamole support docker host mode? Since other WOL docker images written above are compatible with host mode, if in host mode, I thought I could use WOL in guacamole. 2) Is the magic packet of wol sent by the guagd process? 3)In case of dokcer, do I need to define other WOL docker images? 4) Are the guacamoke and guacd images on docker-hub official images? The reason for this question is that OFFICEIAL is not checked. ---------------------------------------------------------------------------- # docker search guacamole NAME DESCRIPTION STARS OFFICIAL AUTOMATED guacamole/guacamole Apache Guacamole is a clientless remote desk… 177 guacamole/guacd The native server-side proxy used by Apache …83 ---------------------------------------------------------------------------- 5) Are the latest images of guacamoke and guacd on docker-hub 1.2.0 and WOL compatible? Sorry for the very rude question. Checking all possibilities because I am looking for a solution. Thank you. -- 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]
