jseifeddine commented on PR #534: URL: https://github.com/apache/guacamole-server/pull/534#issuecomment-2954366916
ok not working in docker first problem was that it was using a non-existent directory ```bash guacd-ic2-1 | guacd[113]: ERROR: Failed to make socket directory "/opt/guacamole/var/run/guacd/$4d869762-04d5-4e32-bdc5-90a91fedc043": No such file or directory ``` as a quick fix, i mounted a volume there ```yaml volumes: - ./guacd-var-run:/opt/guacamole/var/run/guacd ``` But still no cigar, times out ```bash guacd | guacd[1]: INFO: Creating new client for protocol "ssh" guacd | guacd[1]: INFO: Connection ID is "$510d4fd2-9bc5-4fb2-bbfc-0825f54b5b78" guacd | guacd[206]: INFO: User "@09816826-2d16-4da4-a80d-c371d94a178f" joined connection "$510d4fd2-9bc5-4fb2-bbfc-0825f54b5b78" (1 users now present) guacamole | 00:28:10.749 [http-nio-8080-exec-7] INFO o.a.g.tunnel.TunnelRequestService - User "john-doe" connected to connection "2". guacd | guacd[206]: WARNING: No known host keys provided, host identity will not be verified. guacd | guacd[1]: INFO: Connection "$510d4fd2-9bc5-4fb2-bbfc-0825f54b5b78" removed. guacamole | 00:28:26.210 [Thread-22] ERROR o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Connection to guacd terminated abnormally: Connection to guacd timed out. guacamole | 00:28:26.211 [Thread-22] INFO o.a.g.tunnel.TunnelRequestService - User "john-doe" disconnected from connection "2". Duration: 15462 milliseconds ``` This happens with SSH Tunnel enabled and correct auth details -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org