FreeRDPファイル記述子を確認できませんでした。

FreeRDPファイル記述子を確認できませんでした。

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問題についてプロジェクトの問題トラッカーからアップストリームにプッシュすると思います。これは、実際の開発者が修正する必要があるか修正できる正当なバグのようです。

おすすめ記事