This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
已修复的问题
Linux Virtual Delivery Agent 2411 包含下列已修复的问题:
-
Root 用户无法将只读文件复制到使用 CDM 映射的客户端设备。 [CVADHELP-25124]
-
处理来自 GPF 文件的大型组策略集时,组策略解析器可能会消耗 100% 的 CPU。 [CVADHELP-25323]
-
当会话断开连接时,ctxnsap 进程意外退出,导致 Citrix Application Delivery Management (ADM) 无法显示 HDX Insight 信息。 [CVADHELP-25493]
-
在模板计算机上不正确执行 ad_join.sh 会生成一个名为 mcs_setting_flag 的标志,从而阻止 MCS 新创建的计算机加入域。 此修复程序在 deploymcs.sh 脚本中引入了检查,以识别该标志并在检测到它时将其删除。 [CVADHELP-25117]
-
智能卡服务在智能卡身份验证期间泄露文件描述符,导致新的智能卡访问受阻。 出现此问题的原因是,默认情况下,大多数 Linux 发行版将每个进程的最大打开文件数限制为 1,024 个。 当智能卡服务用尽此限制时,它将无法再建立新的连接,从而有效地阻止了后续的智能卡访问。
此问题会影响启用了智能卡登录的 VDA。 症状包括 /var/log/xdl/hdx.log 中出现大量的无法接受新连接: 打开的文件太多错误以及 /proc/${pid}/fd/ 中积累的文件描述符,其中 ${pid} 代表 ctxscardsd 的进程 ID。 要确定 PID,请使用命令 systemctl status ctxscardsd|grep PID。
要缓解此问题,您可以增大智能卡服务的最大打开文件数上限,或者重新启动智能卡服务。 在尝试重新启动该服务之前,请确保不存在活动会话。 使用以下命令增大上限或重新启动该服务:
-
要重新启动智能卡服务,请执行以下操作:
systemctl restart ctxscardsd <!--NeedCopy-->
-
要查询当前该服务的最大打开文件数,请执行以下操作:
cat /proc/${PID}/limits <!--NeedCopy-->
-
要设置智能卡服务的最大打开文件数,请执行以下操作:
-
以只读模式打开 ctxscardsd.service 文件以检查当前设置:
vim -R /lib/systemd/system/ctxscardsd.service <!--NeedCopy-->
-
将以下行添加到 ctxscardsd.service 的 Service 部分以增大上限:
LimitNOFILE=65536 <!--NeedCopy-->
-
重新加载 systemd 守护程序并重新启动 ctxscardsd 服务:
systemctl daemon-reload systemctl restart ctxscardsd <!--NeedCopy-->
-
验证新上限:
cat /proc/${PID}/limits <!--NeedCopy-->
-
注意:
增大最大打开文件数可以延长用完文件描述符之前的时间,但最终可能仍需要重新启动 ctxscardsd 。
[LNXVDA-17768]
-
-
不支持音频即插即用,要求用户在 ICA 会话中开始录制音频之前将音频捕获设备连接到客户端计算机。 在音频录制应用程序启动后连接捕获设备可能会导致应用程序无响应,需要重新启动。 同样,在录制时拔下捕获设备可能会导致出现同样的问题。 通过引入多音频设备支持功能(在 2411 及更高版本中默认启用),此问题已得到解决。
共享
共享
在本文中
This Preview product documentation is Citrix Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Citrix Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Citrix product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.