On Mon, Dec 12, 2022, 9:36 AM Alessandro Sironi <[email protected]> wrote:
> Hello all, > > I'm facing a very strange issue on my fresh install of guacamole on a > raspberry Pi4 4GB. > > After ending my installation and configuration (extension enabled: > mysql, LDAP, TOTP and branding, I had restored a DB from an old > installed guacamole that work) I can't connect into any connection I've > setted up, then I've look into catalina.out but I've find nothing > intresting (just "connection refuse" as error), so I've put guacd into > debug mode (/usr/local/sbin/guacd -L debug -f) and then I had try to > connect again, well, it works on every connections of every flavour > (SSH, VNC, Telnet, RDP), so I have stop again guacd and restart it in > normal way, now none of the connetions works and the only log I have is > a "connection refuse". > > What should I do to better debug this issue? Anyone have idea on what's > going on this Pi? It sounds like your guacd service is just not set up to start on boot, so it's only running when you manually start it. Depending on how "localhost" is defined within your system, it's also possible that guacd is listening on IPv6 while the webapp is trying to connect to IPv4 (or vice versa). If you're positive the guacd service is running, I'd check what guacd says in the logs regarding the address it's listening on. - Mike
