Remote

無法檢查 FreeRDP 文件描述符

  • April 15, 2014

使用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 視窗,直到顯示上述消息。

不是一個實際的解決方案,但 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 問題,我會將它們推送到項目的問題跟踪器的上游。似乎這些是應該/可以由實際開發人員解決的合法錯誤。

引用自:https://unix.stackexchange.com/questions/123371