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 문제 추적기의 이러한 문제는 귀하가 겪고 있는 문제와 동일하거나 관련된 것으로 보입니다.
- 게이트웨이 #1473에 연결할 때 freerdp가 가끔 충돌함
- TS 게이트웨이 연결 문제, 예상치 못한 RTS PDU: 예상되는 CONN/C2 #1505
- TS 게이트웨이 지원 #386
발췌
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 문제에 대해 프로젝트의 문제 추적기에서 업스트림으로 푸시할 것이라고 생각합니다. 이는 실제 개발자가 수정해야 하거나 수정할 수 있는 합법적인 버그인 것 같습니다.