It seems that XRDP is not cleaning sockets(CLOSE_WAIT state) as because it's not receiving last close acknowledgment from guacamole/client side.
Can we initiate socket close from guacamole periodically ? On Wed, 5 Feb 2020 at 16:02, Manoj Patil <[email protected]> wrote: > when close_wait occures that time user can not connect to server through > guacamole. > > On Wed, 5 Feb 2020 at 14:39, Mike Jumper <[email protected]> wrote: > >> On Wed, Feb 5, 2020, 00:26 Manoj Patil <[email protected]> wrote: >> >>> Dear, >>> >>> When i am connecting xrdp through guacamole i see a error >>> >>> tcp 3 0 127.0.0.1:3350 0.0.0.0:* >>> LISTEN 8256/xrdp-sesman >>> tcp 0 1 127.0.0.1:29380 127.0.0.1:3350 >>> SYN_SENT 406/xrdp >>> tcp 130 0 127.0.0.1:3350 127.0.0.1:26992 >>> CLOSE_WAIT - >>> tcp 130 0 127.0.0.1:3350 127.0.0.1:26882 >>> CLOSE_WAIT - >>> tcp 0 1 127.0.0.1:29394 127.0.0.1:3350 >>> SYN_SENT 502/xrdp >>> tcp 0 1 127.0.0.1:29400 127.0.0.1:3350 >>> SYN_SENT - >>> tcp 131 0 127.0.0.1:3350 127.0.0.1:26980 >>> CLOSE_WAIT - >>> tcp 0 1 127.0.0.1:29392 127.0.0.1:3350 >>> SYN_SENT 422/xrdp >>> tcp 0 1 127.0.0.1:29382 127.0.0.1:3350 >>> SYN_SENT 437/xrdp >>> tcp 0 1 127.0.0.1:29384 127.0.0.1:3350 >>> SYN_SENT 450/xrdp >>> >> >> What error? This looks to be the output from netstat, showing several >> sockets which have been closed by the client (presumably Guacamole) but the >> XRDP side has not yet cleaned things up. >> >> - Mike >> >> > > -- > Thanks & Regards, > > Manoj Patil.(Asst. Manager DBA) > Netwin Systems & Softwares(I) Pvt.Ltd > Nasik. > Mobile No -+91-9922507588 > Email- [email protected] > -- Thanks & Regards, Manoj Patil.(Asst. Manager DBA) Netwin Systems & Softwares(I) Pvt.Ltd Nasik. Mobile No -+91-9922507588 Email- [email protected]
