Re: [Xrdp-devel] Question about session

2015-08-17 Thread Stacey Liao
Hello All, Here's information... OS: Ubuntu 12.04 xrdp version: 0.5.0 if any information I miss, please tell me. thanks. Sincerely, Stacey 2015-08-14 2:15 GMT+08:00 Itamar Reis Peixoto : > help us to help you, please provide enough info > > what distro, xrdp version, etc... > > > On Tue, Aug 1

Re: [Xrdp-devel] Question about session

2015-08-13 Thread Itamar Reis Peixoto
help us to help you, please provide enough info what distro, xrdp version, etc... On Tue, Aug 11, 2015 at 1:50 AM, Stacey Liao wrote: > Hello Jay, > > thanks for your responding. :) > > However, the problem is like the following link... > > xrdp_mm_process_login_response: login failed > > http:

Re: [Xrdp-devel] Question about session

2015-08-13 Thread speidy
de&node=4025825&i=2> >> > https://lists.sourceforge.net/lists/listinfo/xrdp-devel >> > >> > > > -- > > > _______ > xrdp-devel

Re: [Xrdp-devel] Question about session

2015-08-13 Thread Emmanuel Blindauer
I had a script to cleanup dead or locked sessions. Kill first X11rdp or X11vnc or Xorg after that, cleanup files: in subdirs from /tmp: #!/bin/bash function clean-xrdp { if [ $# -eq 0 ]; then return fi LISTXRDPFILES="/tmp/.X$1-lock /tmp/.X11-unix/X$1 /t

Re: [Xrdp-devel] Question about session

2015-08-11 Thread Stacey Liao
Hello Jay, thanks for your responding. :) However, the problem is like the following link... xrdp_mm_process_login_response: login failed http://linuxtoolkit.blogspot.tw/2013/03/xrdpmmprocessloginresponse-login-failed.html

Re: [Xrdp-devel] Question about session

2015-08-07 Thread Jay Sorg
Hi Stacey, You should be able to kill the Xvnc / X11rdp / or Xorg to reset the session. Jay On Wed, Aug 5, 2015 at 8:31 AM, Stacey Liao wrote: > Hello xrdp developer, > > I got a problem about sessions which could not be deleted when the session > timeout or other situations. How can I close th

[Xrdp-devel] Question about session

2015-08-06 Thread Stacey Liao
Hello xrdp developer, I got a problem about sessions which could not be deleted when the session timeout or other situations. How can I close the zombie sessions? Could you apply it? Thanks for your reading, Stacey Aug. 05 --