使用xfreerdp
1.1.0版本:
oshiro@debian:~$ xfreerdp --version
This is FreeRDP version 1.1.0-beta1 (git n/a)
oshiro@debian:~$
我收到以下错误消息:
oshiro@debian:~$ sudo xfreerdp /v:farm.company.com /d:company.com /g:rds.company.com /u:rds_username /p:rds_password /f
connected to rds.company.com:443
connected to rds.company.com:443
TS Gateway Connection Success
Got stub length 4 with flags 3 and callid 7
...
Got stub length 4 with flags 3 and callid 192
WaitForSingleObject: unknown handle type 6715497
connected to rds.company.com:443
connected to rds.company.com:443
TS Gateway Connection Success
Got stub length 4 with flags 3 and callid 7
...
Got stub length 4 with flags 3 and callid 22
Failed to check FreeRDP file descriptor
Got stub length 4 with flags 2 and callid 6
WaitForSingleObject: unknown handle type 0
oshiro@debian:~$
有人知道如何阻止出现以下错误消息吗?
Failed to check FreeRDP file descriptor
Got stub length 4 with flags 2 and callid 6
WaitForSingleObject: unknown handle type 0
我尝试过 xfreerdp 1.2.0 版本,但它甚至不加载 rds 窗口。 xfreerdp 1.1.0 至少会显示 rds 窗口一小会儿,直到显示上述消息。
答案1
这不是一个实际的解决方案,但 XFreeRDP 问题跟踪器中的这些问题看起来与您遇到的问题相同(或相关)。
摘抄
Got stub length 4 with flags 3 and callid 27309
Got stub length 4 with flags 0 and callid 6
WARNING: invalid packet signature
Got stub length 4 with flags 3 and callid 27310
WARNING: invalid packet signature
Failed to check FreeRDP file descriptor
Got stub length 4 with flags 3 and callid 27311
Got stub length 4 with flags 2 and callid 6
WaitForSingleObject: pthread_join failure: [3] No such process
我认为对于您遇到的所有这些 XFreeRDP 问题,我会将它们推送到项目的问题跟踪器的上游。似乎这些都是合法的错误,应该/可以由实际的开发人员解决。