I have a guacamole running on nginx webserver. Users connect via RDP to win10. Some user have frequent disconnect. I'm tryng to dig in logfile but can't figure how to bind the log lines to the user sessions... Here is a snip of log: Oct 27 22:41:03 smartwork server: 22:41:03.589 [http-bio-8080-exec-50741] INFO o.a.g.r.auth.AuthenticationService - User "angelinit" successfully authenticated from xxx.xxx.xxx.xxx. Oct 27 22:43:01 smartwork server: 22:43:01.864 [http-bio-8080-exec-50775] INFO o.a.g.r.auth.AuthenticationService - User "angelinit" successfully authenticated from xxx.xxx.xxx.xxx. Oct 27 22:43:06 smartwork server: 22:43:06.738 [http-bio-8080-exec-50746] INFO o.a.g.environment.LocalEnvironment - GUACAMOLE_HOME is "/usr/share/tomcat/.guacamole". Oct 27 22:43:06 smartwork guacd[1139]: Creating new client for protocol "rdp" Oct 27 22:43:06 smartwork guacd: guacd[1139]: INFO:#011Creating new client for protocol "rdp" Oct 27 22:43:06 smartwork guacd[1139]: Connection ID is "$02c363bc-c5f7-4143-9b26-6e12609a0aba" Oct 27 22:43:06 smartwork guacd: guacd[1139]: INFO:#011Connection ID is "$02c363bc-c5f7-4143-9b26-6e12609a0aba" Oct 27 22:43:06 smartwork guacd[2205]: Security mode: RDP Oct 27 22:43:06 smartwork guacd: guacd[2205]: INFO:#011Security mode: RDP Oct 27 22:43:06 smartwork guacd: guacd[2205]: INFO:#011Resize method: none Oct 27 22:43:06 smartwork guacd: guacd[2205]: INFO:#011User "@cbc8ac16-5422-4595-8355-2dd7b86968ba" joined connection "$02c363bc-c5f7-4143-9b26-6e12609a0aba" (1 users now present) Oct 27 22:43:06 smartwork guacd[2205]: Resize method: none Oct 27 22:43:06 smartwork guacd[2205]: User "@cbc8ac16-5422-4595-8355-2dd7b86968ba" joined connection "$02c363bc-c5f7-4143-9b26-6e12609a0aba" (1 users now present) Oct 27 22:43:06 smartwork server: 22:43:06.912 [http-bio-8080-exec-50749] INFO o.a.g.tunnel.TunnelRequestService - User "angelinit" connected to connection "16". Oct 27 22:43:06 smartwork guacd[2205]: Loading keymap "base" Oct 27 22:43:06 smartwork guacd: guacd[2205]: INFO:#011Loading keymap "base" Oct 27 22:43:06 smartwork guacd: guacd[2205]: INFO:#011Loading keymap "en-us-qwerty" Oct 27 22:43:06 smartwork guacd[2205]: Loading keymap "en-us-qwerty" Oct 27 22:43:08 smartwork guacd[2205]: Connected to RDPDR 1.13 as client 0x0003 Oct 27 22:43:08 smartwork guacd: guacd[2205]: INFO:#011Connected to RDPDR 1.13 as client 0x0003 Oct 27 22:43:19 smartwork guacd[1139]: Creating new client for protocol "rdp" Oct 27 22:43:19 smartwork guacd: guacd[1139]: INFO:#011Creating new client for protocol "rdp" Oct 27 22:43:19 smartwork guacd: guacd[1139]: INFO:#011Connection ID is "$852aba03-8e27-49af-96f4-1a8350872da4" Oct 27 22:43:19 smartwork guacd[1139]: Connection ID is "$852aba03-8e27-49af-96f4-1a8350872da4" Oct 27 22:43:19 smartwork guacd[2229]: Security mode: RDP
there are some id, what does they means? guacd[1139] User "@cbc8ac16-5422-4595-8355-2dd7b86968ba" Connection ID is "$852aba03-8e27-49af-96f4-1a8350872da4" Thanks, Marco -- 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]
