> Mar 30 13:33:51 localhost guacd[3884630]: User is not responding. > Mar 30 13:33:51 localhost guacd[3884630]: User > "@25878c10-2d03-41e9-9037-978ef4fde75e" disconnected (0 users remain) > Mar 30 13:33:51 localhost guacd[3884630]: Last user of connection > "$db89b7f3-952a-41ef-bf3f-a4f43b53a7ee" disconnected > Mar 30 13:33:51 localhost guacd[3884630]: Requesting termination of client... > Mar 30 13:33:51 localhost guacd[3884630]: Internal VNC client disconnected > Mar 30 13:33:51 localhost guacd[3884630]: Client terminated successfully. > > I want to know the reason of this error and how to avoid this. I guess bad > network will cause this but not sure. Do you have any ideas about this? > Thanks a lot.
The reason for this error is that guacd has sent some data to the client, is expecting a response, and has not received it. This certainly could be due to network issues, but, if you're writing a custom front-end using the Guacamole protool it could also be that your client is failing to acknowledge data sent by guacd in a timely fashion, and guacd believes that the client has gone missing or unresponsive. You need to make sure that your client implementation is sending some sort of response - even just an "ack" - to instructions and/or data sent by guacd. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
