在用RDP远程的时候总是卡在登录界面,connection problem,giving up, some problem... 经过一阵折腾,好像是Ubuntu 18.04.2本身有改动,让XRDP不能正常运行。所以需要做一些小改动。 第一步: sudo apt-get install xserver-xorg-core sudo apt-get -y install xserver-xorg-input-all 第二步,安装XRDP sudo apt...
11月 24 21:45:57 raspberrypi xrdp[2825]: (2825)(547747401792)[DEBUG] xrdp_wm_log_msg: connection problem, giving up 11月 24 21:45:57 raspberrypi xrdp[2825]: (2825)(547747401792)[DEBUG] Closed socket 17 (AF_UNIX) 11月 24 21:45:57 raspberrypi xrdp[2825]: (2825)(547747401792)[DEBU...
[INFO ] connection problem, giving up Apr 13 12:04:13 DietPi xrdp[1858]: [INFO ] some problem Apr 13 12:04:13 DietPi xrdp[1858]: [ERROR] xrdp_sec_send_fastpath: xrdp_fastpath_send failed Apr 13 12:04:13 DietPi xrdp[1858]: [ERROR] xrdp_rdp_send_fastpath: xrdp_sec_send_fast...
From netstat -l It seems xrdp isn't listening on the 3389 socket. I think this may be because the Ubuntu installed with Hyper-V sets use_vsock=true and security_layer=rdp. Changing these properties however does not fix the problem with regard to connecting other RDP clients and only seems...
Learn about theremote desktop protocol, which can help network administrators remotely access a user's system to diagnose and fix a problem, and provides remote users access to their devices.
Hi, I have question about using connectionpool on my server. I have defined a global variable named connection pool and when I want to query database I use it to query. that works fine but there is a problem that I think after a while be...