xfreerdpを使用してDebian 10マシンからWindows 7仮想マシンに接続しようとしていますが、Session [Unknown]エラーが発生し続けます。 xfreerdp 2.0と2.2をバックポートし、2021年4月3日から3.0 nightlyビルドも試みましたが、すべて同じエラーが発生しました。
これが私が使用するコマンドです。
/opt/freerdp-nightly/bin/xfreerdp /u:<admin user> /p:<pass> /v:192.168.200.189 /app:"cmd.exe"
注: "/app:"cmd.exe"を接続せずに動作しますが、アプリケーションを起動してからアプリケーションを終了してから接続を閉じたいと思います。
完全に間違っています。
[14:59:10:453] [18976:18977] [INFO][com.freerdp.core] - freerdp_connect:freerdp_set_last_error_ex resetting error state
[14:59:10:453] [18976:18977] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpdr
[14:59:10:454] [18976:18977] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rdpsnd
[14:59:10:454] [18976:18977] [INFO][com.freerdp.client.common.cmdline] - loading channelEx cliprdr
[14:59:10:454] [18976:18977] [INFO][com.freerdp.client.common.cmdline] - loading channelEx rail
[14:59:10:817] [18976:18977] [INFO][com.freerdp.primitives] - primitives autodetect, using optimized
[14:59:10:829] [18976:18977] [INFO][com.freerdp.core] - freerdp_tcp_is_hostname_resolvable:freerdp_set_last_error_ex resetting error state
[14:59:10:829] [18976:18977] [INFO][com.freerdp.core] - freerdp_tcp_default_connect:freerdp_set_last_error_ex resetting error state
[14:59:10:844] [18976:18977] [WARN][com.freerdp.crypto] - Certificate verification failure 'unable to get local issuer certificate (20)' at stack position 0
[14:59:10:844] [18976:18977] [WARN][com.freerdp.crypto] - CN = tramontana-PC
[14:59:12:957] [18976:18977] [INFO][com.freerdp.client.x11] - Logon Error Info SESSION_ID [UNKNOWN]
[14:59:12:957] [18976:18977] [INFO][com.freerdp.client.x11] - Logon Error Info SESSION_ID [UNKNOWN]
[14:59:12:957] [18976:18977] [INFO][com.freerdp.core] - ERRINFO_LOGOFF_BY_USER (0x0000000C):The disconnection was initiated by the user logging off their session on the server.
[14:59:12:957] [18976:18977] [ERROR][com.freerdp.core] - rdp_set_error_info:freerdp_set_last_error_ex ERRINFO_LOGOFF_BY_USER [0x0001000C]
答え1
ここでも同じ問題が発生します。バスターバックポートでfreerdpを更新します。
sudo apt install -t Buster-backports libfreerdp-client2-2 freerdp2-x11
さらに、Windows VMはいくつかの要件を満たす必要があります。これ:
RemoteApp Tool requires:
Microsoft .Net Framework 4
Windows 7 Enterprise or Ultimate -or-
Windows 8 Enterprise -or-
Windows 10 Enterprise or Education -or-
Windows XP SP3
It also works with Windows Server 2008 and newer.
Note: If you try to host RemoteApps on any other edition of Windows (eg Win 7/8/10 Professional), the tool will run but RemoteApps will not work. The RDP client will appear to be connecting, then just disappear.