user cannot connect to server over xrdp tested using linux remoted desktop client, as well as windows remote desktop client
error messages is "error: problem connecting"
/var/log/sesman.log
shows this error
[20170419-22:06:02] [INFO ] scp thread on sck 7 started successfully
[20170419-22:06:02] [INFO ] ++ reconnected session: username test,
display :47.0, session_pid 2869, ip xxx.xxx.xxx.xxx:53732 - socket: 7
grepping for that process
root@server:/etc/xrdp# ps -aux | grep defunct
root 2869 0.0 0.0 0 0 ? Z 19:08 0:00
[xrdp-sessvc] <defunct>
trying to kill the process
kill -9 2869
does not kill the process
how do i kill this process?
users cannot log on to what the log file say is an existing session
however when run look to see disconnected tcp sessions (not established connections, but just listening ports) i do not see any session existing for that user
this is a chronic, reoccurring problem, that doesn't seem to manifest itself in any regular pattern
what can I do?
listing all xrdp sessions
#!/bin/bash
# find disconnect RDP sessions
lsof -b -w -n -c /^Xvnc$/b -a -iTCP:5900-5999
shows no disconnected sessions (all tcp connections are established for all users connected)