On Tue, Jul 16, 2019 at 8:48 AM Nicolas CHARREL < [email protected]> wrote:
> Hello, > > I have a lot of buggy connexion on my active sessions: > What do you mean by "buggy"? When I try to delete all the connexion I have this : > Is there anything on the network which might be rejecting HTTP DELETE requests? Nothing on Guacd > > root@bastion:~# guacd -L trace -f > > guacd[2709]: INFO: Guacamole proxy daemon (guacd) version 1.0.0 started > > guacd[2709]: DEBUG: Unable to bind socket to host ::1, port 4822: Address > family not supported by protocol > > guacd[2709]: DEBUG: Unable to bind socket to host 127.0.0.1, port 4822: > Address already in use > > guacd[2709]: ERROR: Unable to bind socket to any addresses. > > root@bastion:~# service guacd stop > > root@bastion:~# guacd -L trace -f > > guacd[2739]: INFO: Guacamole proxy daemon (guacd) version 1.0.0 started > > guacd[2739]: DEBUG: Unable to bind socket to host ::1, port 4822: Address > family not supported by protocol > > guacd[2739]: DEBUG: Successfully bound socket to host 127.0.0.1, port 4822 > > guacd[2739]: INFO: Listening on host 127.0.0.1, port 4822 > > Are you running this after the previous attempt to kill the connections? If this is before the attempt to kill connections, there should be log output from when those connections were established. If this is after, you would need to reproduce what you saw before in order to see any messages from guacd. The relevant process would be the one you stopped with "service guacd stop", and the relevant log messages would be in syslog. You should also check the logs from Guacamole (the Tomcat logs). Could you help me to resolve this bug ? > It is unlikely that this is a bug [1], but yes, we should be able to help figure out what's wrong in your setup. - Mike [1] http://guacamole.apache.org/faq/#probably-not-a-bug
