<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>mvogt1 Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>mvogt1 Tracker</description>
    <pubDate>Sat, 11 Nov 2023 00:47:26 GMT</pubDate>
    <dc:date>2023-11-11T00:47:26Z</dc:date>
    <item>
      <title>Re: Issue with Virtual Channel Extension: Video</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Issue-with-Virtual-Channel-Extension-Video/m-p/2994325#M1149</link>
      <description>&lt;P&gt;The isue is gone. I had this when RealTime Audio was not setup correctly.&lt;/P&gt;&lt;P&gt;Chrome worked (withouth audio of course, but with video) and firefox did not show any video, which was possible a side effect of the non working audio channel.&lt;/P&gt;&lt;P&gt;Thus, as soon as realtime audio was setup and worked, firefox worked too (video and audio)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Nov 2023 09:18:10 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Issue-with-Virtual-Channel-Extension-Video/m-p/2994325#M1149</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2023-11-06T09:18:10Z</dc:date>
    </item>
    <item>
      <title>Issue with Virtual Channel Extension: Video</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Issue-with-Virtual-Channel-Extension-Video/m-p/2992814#M1146</link>
      <description>&lt;P&gt;I'm using RedHat el 9.2, and build the kernel module according to &lt;A href="https://docs.vmware.com/en/VMware-Horizon/2306/linux-desktops-setup/GUID-F3F2D262-62DA-4DFC-810D-FFEF5FA49A66.html#GUID-F3F2D262-62DA-4DFC-810D-FFEF5FA49A66" target="_self"&gt;Install V4L2 loopback driver&lt;/A&gt; and build with the &lt;A href="https://docs.vmware.com/en/VMware-Horizon/2306/linux-desktops-setup/GUID-CDE7B241-B404-4032-A051-D5FC34083227.html" target="_self"&gt;Real-Time-Audio extension&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;I modified /etc/vmware/config to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RTAV.logLevel=trace
VVC.RTAV.WebcamMaxFrameRate=15
VVC.RTAV.WebcamMaxResWidth=1920
VVC.RTAV.WebcamMaxResHeight=1080
VVC.RTAV.WebcamDefaultResWidth=1280
VVC.RTAV.WebcamDefaultResHeight=720&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the log file /tmp/vmware-vmwblast/vmware-RTAV-XYZ.log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RTAV: virtual void FFmpegDecoder::GetConfiguration() - forceQSV: 0, forceNV: 1, threads: 1 HostCPUs: 4 mThreadCounts: 1
RTAV: static DWORD ConfigSettings::GetDWORD(std::string, DWORD) - key='rtav.h264_loglevel' default=8
RTAV: virtual bool FFmpegDecoder::InitFFmpegDecoder(): enable Nvidia hardware acceleration decoder

In(05) host-21552 RTAV: OnRecvData - Recv - DataLen=11779  QLen=0
In(05) host-23689 RTAV: Decode: mDecParams (wxh) = (1280,720)
In(05) host-23689 RTAV: Decode: mFrame (wxh) = (1280,720), format = 98
In(05) host-23689 RTAV: Decode: mFrame-&amp;gt;linesize(0,1,2) = (0,0,0)
In(05) host-23688 RTAV: static bool MediaPlayerLinux::VdoServiceThreadCB(void*, VMWThread*) - Play Video: New data arrival notification received
In(05) host-23688 RTAV: SendImgData: Write data 1843200&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thus it works, 11779 bytes h264 video frame come in and gets decoded in HW to 1843200 bytes (YUV,RGB who knows), But this does only work with google-chrome.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;It &lt;STRONG&gt;does not work with firefox&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Firefox and Google share the same webrtc implementation, the one from google &lt;A href="https://webrtc.googlesource.com/src/" target="_self"&gt;https://webrtc.googlesource.com/src/&lt;/A&gt; and of course firefox works in these scenarios&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;local webcam with firefox&lt;/LI&gt;&lt;LI&gt;Virtual Channel webcam windows_client -&amp;gt; windows_agent&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;The Virtual Channel webcam &lt;STRONG&gt;windows_client -&amp;gt; linux_agent&lt;/STRONG&gt; does not work.&lt;/P&gt;&lt;P&gt;==&amp;gt; Therefore I suspect the kernel loopback interface does not support everything which firefox calls.&lt;/P&gt;&lt;P&gt;Anyone have tried to enable ioctl debugging or have a patch?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2023 10:26:43 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Issue-with-Virtual-Channel-Extension-Video/m-p/2992814#M1146</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2023-10-26T10:26:43Z</dc:date>
    </item>
    <item>
      <title>smartcard on el9 still blocks if no one is logged in</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/smartcard-on-el9-still-blocks-if-no-one-is-logged-in/m-p/2987272#M1144</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to use the smartcard with el9, it looks okay up to now.&lt;/P&gt;&lt;P&gt;But the issue since 2019 is still present.&lt;/P&gt;&lt;P&gt;If no-one is logged it blocks in libpcsclite, this accumulates e.g. cron jobs which checks for updates.&lt;/P&gt;&lt;P&gt;I posted the problem already here&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.vmware.com/t5/Horizon-for-Linux/Trouble-with-VMware-Smartcard-support/m-p/1843817" target="_self"&gt;Trouble-with-VMware-Smartcard-support/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The patch is to not block if no one is logged in.&lt;/P&gt;&lt;P&gt;This shoud be done on a different layer and faster than with "system", given that vmware replaces pcscd and pcscd should know if serialisation (MS-RDPESC) can work.&lt;/P&gt;&lt;P&gt;But&amp;nbsp;with this patch it works.&lt;/P&gt;&lt;P&gt;(You need to compile libpcsclite with the same compiler optione as in el9)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 12:44:47 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/smartcard-on-el9-still-blocks-if-no-one-is-logged-in/m-p/2987272#M1144</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2023-09-19T12:44:47Z</dc:date>
    </item>
    <item>
      <title>Agent 8.8 and smartcard on RHEL 7 fixes</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Agent-8-8-and-smartcard-on-RHEL-7-fixes/m-p/2950899#M1026</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like Agent 8.8 replaces pcscd with something new,&lt;/P&gt;&lt;P&gt;maybe based on 1.8.23 ?&lt;/P&gt;&lt;P&gt;Issues:&lt;/P&gt;&lt;P&gt;- my applications hangs sometimes (pkcs11-tool -L)&lt;/P&gt;&lt;P&gt;- firefox hangs sometimes&lt;/P&gt;&lt;P&gt;Anyone having the same issues?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 14:18:34 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Agent-8-8-and-smartcard-on-RHEL-7-fixes/m-p/2950899#M1026</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2023-01-26T14:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Smartcard: "Windows Hello" stops firefox from working</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-quot-Windows-Hello-quot-stops-firefox-from-working/m-p/2928016#M984</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attached is a rather long log, which is reduced to "host 7400" and there only the last part from the last&lt;/P&gt;&lt;P&gt;BEGIN_TRANSATCTION:&lt;/P&gt;&lt;P&gt;SCARD_IOCTL_BEGINTRANSACTION, completionID=0000120f, ioStatus=00000000&lt;/P&gt;&lt;P&gt;to the last Transmit (when the channel dies)&lt;/P&gt;&lt;P&gt;It ends with:&lt;/P&gt;&lt;P&gt;ScRedirVvc_DumpMsg():1053: Entry&lt;BR /&gt;72 44 Header-&amp;gt;RDPDR_CTYP_CORE = 0x4472&lt;BR /&gt;43 49 Header-&amp;gt;PAKID_CORE_DEVICE_IOCOMPLETION = 0x4943&lt;BR /&gt;ScRedirVvc_DumpMsg():1096: Exit&lt;BR /&gt;ERROR(c0000023) | 7400|: Incorrect IO completion status&lt;BR /&gt;ScRedirVvc_ParseIOCompletion():1473: Exit&lt;BR /&gt;ERROR(c0000001) | 7400|: Failed to parse IO completion message&lt;/P&gt;&lt;P&gt;But there is no dump from the failed completion message, which is the interesting part.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ScRedirVvc_RedirectScResponse():2025: Exit&lt;BR /&gt;ERROR(c0000001) | 7400|: Failed to redirect SC IO completion packet&lt;BR /&gt;ScRedirVvc_HandleRequests():2159: Exit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 08:35:04 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-quot-Windows-Hello-quot-stops-firefox-from-working/m-p/2928016#M984</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2022-09-09T08:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Smartcard: "Windows Hello" stops firefox from working</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-quot-Windows-Hello-quot-stops-firefox-from-working/m-p/2927641#M981</link>
      <description>&lt;P&gt;&amp;gt;When freeze, can you dump the APDU that SCARD_TRANSMIT command sends out but fail to get response?&lt;BR /&gt;&amp;gt;Is it "00 CB 3F FF 03 5C 01 7E" ?&lt;/P&gt;&lt;P&gt;It seems vmware patched pcscd so it does not log anymore apdu commands.&lt;BR /&gt;I started pcsd with --foreground --apdu --debug&amp;nbsp; and there are no apdus.&lt;/P&gt;&lt;P&gt;I grepped through the log file for "rv=", which seems the only option to look for errors.&lt;BR /&gt;Here is the only part which looks&amp;nbsp;suspicious:&lt;/P&gt;&lt;P&gt;00000022 winscard_svc.c:641:ContextThread() BEGIN_TRANSACTION rv=0x0 for client 7&lt;BR /&gt;00000036 winscard_svc.c:793:ContextThread() TRANSMIT rv=0x0 for client 7&lt;BR /&gt;00000030 winscard_svc.c:793:ContextThread() TRANSMIT rv=0x0 for client 7&lt;BR /&gt;00000027 winscard_svc.c:793:ContextThread() TRANSMIT rv=0x0 for client 7&lt;BR /&gt;00000034 winscard_svc.c:793:ContextThread() TRANSMIT rv=0x0 for client 7&lt;BR /&gt;00000027 winscard_svc.c:661:ContextThread() END_TRANSACTION rv=0x0 for client 7&lt;BR /&gt;00000005 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000005 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000013 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000013 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000005 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000011 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000013 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000019 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000005 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000004 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000005 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000017 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000013 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000015 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000015 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000014 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000005 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000013 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000030 winscard_svc.c:641:ContextThread() BEGIN_TRANSACTION rv=0x0 for client 7&lt;BR /&gt;00000048 winscard_svc.c:793:ContextThread() TRANSMIT rv=0x0 for client 7&lt;BR /&gt;00000038 winscard_svc.c:793:ContextThread() TRANSMIT rv=0x0 for client 7&lt;BR /&gt;00000025 winscard_svc.c:661:ContextThread() END_TRANSACTION rv=0x0 for client 7&lt;BR /&gt;00000016 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 7&lt;BR /&gt;00000020 winscard_svc.c:622:ContextThread() DISCONNECT rv=0x0 for client 7&lt;BR /&gt;00000019 winscard_svc.c:530:ContextThread() RELEASE_CONTEXT rv=0x0 for client 7&lt;BR /&gt;00000009 winscard_svc.c:440:ContextThread() CMD_VERSION rv=0x0 for client 7&lt;BR /&gt;00000055 winscard_svc.c:511:ContextThread() ESTABLISH_CONTEXT rv=0x0 for client 7&lt;BR /&gt;00000002 winscard_svc.c:440:ContextThread() CMD_VERSION rv=0x0 for client 8&lt;BR /&gt;00000109 winscard_svc.c:511:ContextThread() ESTABLISH_CONTEXT rv=0x0 for client 8&lt;BR /&gt;00000012 winscard_svc.c:493:ContextThread() CMD_STOP_WAITING_READER_STATE_CHANGE rv=0x0 for client 8&lt;BR /&gt;00000042 winscard_svc.c:577:ContextThread() CONNECT rv=0x0 for client 7&lt;BR /&gt;00000008 winscard_svc.c:840:ContextThread() CONTROL rv=0x80100004 for client 7&lt;BR /&gt;00000005 winscard_svc.c:840:ContextThread() CONTROL rv=0x80100004 for client 7&lt;BR /&gt;00000035 winscard_svc.c:622:ContextThread() DISCONNECT rv=0x0 for client 7&lt;BR /&gt;00000030 winscard_svc.c:577:ContextThread() CONNECT rv=0x80100069 for client 7&lt;BR /&gt;00000031 winscard_svc.c:577:ContextThread() CONNECT rv=0x0 for client 7&lt;BR /&gt;00000006 winscard_svc.c:840:ContextThread() CONTROL rv=0x80100004 for client 7&lt;BR /&gt;00000007 winscard_svc.c:840:ContextThread() CONTROL rv=0x80100004 for client 7&lt;BR /&gt;00000024 winscard_svc.c:622:ContextThread() DISCONNECT rv=0x0 for client 7&lt;BR /&gt;00000002 winscard_svc.c:950:MSGSignalClient() SIGNAL rv=0x0 for client 8&lt;BR /&gt;00000003 winscard_svc.c:440:ContextThread() CMD_VERSION rv=0x0 for client 9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 09:41:16 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-quot-Windows-Hello-quot-stops-firefox-from-working/m-p/2927641#M981</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2022-09-07T09:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Smartcard: "Windows Hello" stops firefox from working</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-quot-Windows-Hello-quot-stops-firefox-from-working/m-p/2927473#M979</link>
      <description>&lt;P&gt;&amp;gt;What kind of smart card and driver do you use? I have a PIV card, below is the command output:&lt;/P&gt;&lt;P&gt;Thanks for your reply. The driver is from cryptovision a read only driver for StarCos. Version scinterface-8.0.1-1.x86_64.&lt;/P&gt;&lt;P&gt;You are right, if I remove the module from firefox it starts fine. Now its easy to say contact your pkcs11 driver vendor".&lt;/P&gt;&lt;P&gt;I did that.&lt;/P&gt;&lt;P&gt;But its turns out that the driver works "locally" fine and even with horizon windows-&amp;gt;windows connection. (Okay some error pops up), but overall it works. But under Linux it freezes.&lt;/P&gt;&lt;P&gt;Thus its both, the driver and the Smartcard virtual Channel extension and on top of that: It freezes only with Linux.&lt;/P&gt;&lt;P&gt;My assumption is that it's the Smart Card virtual channel extension, which triggers the behavior, maybe in combination with some unhandled return code in the pkcs11 driver, or something else. On the pcscd side I see only endless SCARD_TRANSMIT but never a reply from the "marshalling" layer.&lt;/P&gt;&lt;P&gt;The Vitual Channel implements this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpesc/65c30c99-e816-48b6-9293-8d467b10cc39" target="_blank"&gt;https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-rdpesc/65c30c99-e816-48b6-9293-8d467b10cc39&lt;/A&gt;&lt;/P&gt;&lt;P&gt;but its possible that the the problem happens on the IRP layer too, but this is only an assumption.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 09:49:34 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-quot-Windows-Hello-quot-stops-firefox-from-working/m-p/2927473#M979</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2022-09-06T09:49:34Z</dc:date>
    </item>
    <item>
      <title>Smartcard: "Windows Hello" stops firefox from working</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-quot-Windows-Hello-quot-stops-firefox-from-working/m-p/2926226#M972</link>
      <description>&lt;P&gt;&lt;BR /&gt;I have noticed that Linux firefox does not start anymore if I add "Windows Hello".&lt;BR /&gt;(The same is true for thunderbird)&lt;/P&gt;&lt;P&gt;Setup:&lt;/P&gt;&lt;P&gt;- rhel 7.9 Agent version: 8.6&lt;BR /&gt;- win10 vmware-view version: 2206/8.6&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Under Linux the smartcard slots looks like:&lt;/P&gt;&lt;P&gt;[vogt]$ pkcs11-tool -L&lt;BR /&gt;Available slots:&lt;BR /&gt;Slot 0 (0x0): Alcor Micro USB Smart Card Reader 0&lt;BR /&gt;(empty)&lt;BR /&gt;Slot 1 (0x4): Microsoft IFD 0&lt;BR /&gt;(empty)&lt;BR /&gt;Slot 2 (0x8): Windows Hello for Business 1&lt;BR /&gt;token label : UserPIN (GIDS card)&lt;BR /&gt;token manufacturer : &lt;A href="http://www.mysmartlogon.com" target="_blank"&gt;www.mysmartlogon.com&lt;/A&gt;&lt;BR /&gt;token model : PKCS#15 emulated&lt;BR /&gt;token flags : login required, token initialized, PIN initialized&lt;BR /&gt;hardware version : 0.0&lt;BR /&gt;firmware version : 0.0&lt;BR /&gt;serial num : 4d8e5bbcf2badc3b&lt;BR /&gt;pin min/max : 4/15&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If I remove smartcard support from Linux firefox, or remove "Windows Hello" from&lt;BR /&gt;Windows, my Linux firefox starts as expected.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;This can be reproduced with:&lt;BR /&gt;- create "Windows Hello" slot&lt;BR /&gt;- check that its exported with "pkcs11-tool -L"&lt;BR /&gt;- start firefox and verify that its not working&lt;BR /&gt;- stop firefox (CTRL-C)&lt;BR /&gt;- Keep Horizon session open&lt;BR /&gt;- Open cmd.exe and type:&lt;BR /&gt;- certutil.exe -DeleteHelloContainer&lt;/P&gt;&lt;P&gt;After that you can verify on Linux that slot2 ist gone.&lt;BR /&gt;Now start Linux firefox.&lt;/P&gt;&lt;P&gt;==&amp;gt; firefox works again&lt;/P&gt;&lt;P&gt;It's unclear if it's firefox or the VMware Virtual channel extension which&lt;BR /&gt;causes this behaviour.&lt;BR /&gt;When I enable pcscd logging I see countless SC_CARD_TRANSMIT but no replies,&lt;BR /&gt;so it may be helpfull do enable IRP smartcard debugging, but this changed in&lt;BR /&gt;vmware horizon from the last time I had a problem with it:&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2840682" target="_blank"&gt;https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2840682&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 09:27:25 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-quot-Windows-Hello-quot-stops-firefox-from-working/m-p/2926226#M972</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2022-08-29T09:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rest API rate limit limitation</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Rest-API-rate-limit-limitation/m-p/2918195#M97367</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After some experiments I found out:&lt;/P&gt;&lt;P&gt;- If the login is successfull you need to logout from the rest API&lt;/P&gt;&lt;P&gt;otherwise you will soon get out of "handles" etc and login does not work anymore.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 13:46:03 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Rest-API-rate-limit-limitation/m-p/2918195#M97367</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2022-07-11T13:46:03Z</dc:date>
    </item>
    <item>
      <title>Rest API rate limit limitation</title>
      <link>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Rest-API-rate-limit-limitation/m-p/2918163#M97364</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think, I'm hitting a &lt;STRONG&gt;rate limit&lt;/STRONG&gt; in the rest API and there is no documentation about it.&lt;/P&gt;&lt;P&gt;I run on a host&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;while true; do
 check_some_value_with_rest_api.py
 sleep 1
done&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This works for maybe a minute or so.&lt;/P&gt;&lt;P&gt;After that I get &lt;STRONG&gt;401 Forbidden.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If I stop the script, wait a minute it works, a few times, but not as many times as before.&lt;/P&gt;&lt;P&gt;For me it looks like a "rate" limitation, but I cannot find documentation about it.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 10:29:11 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-Desktops-and-Apps/Rest-API-rate-limit-limitation/m-p/2918163#M97364</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2022-07-11T10:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sharing desktop with MS Teams does not work</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Sharing-desktop-with-MS-Teams-does-not-work/m-p/2899979#M857</link>
      <description>&lt;P&gt;The problem goes away with a newer agent version. eg:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Agent 8.4 &lt;STRONG&gt;works&lt;/STRONG&gt; with view client 8.4.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Agent 8.0 &lt;STRONG&gt;does not work&lt;/STRONG&gt; with client 8.4&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;(8.3.1 client is the latest which works with agent 8.0)&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 16:40:21 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Sharing-desktop-with-MS-Teams-does-not-work/m-p/2899979#M857</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2022-03-22T16:40:21Z</dc:date>
    </item>
    <item>
      <title>Sharing desktop with MS Teams does not work</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Sharing-desktop-with-MS-Teams-does-not-work/m-p/2889210#M799</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I noticed that the current horizon client does not export its screen over&lt;BR /&gt;eg. MS Teams. You only get a black screen.&lt;/P&gt;&lt;P&gt;Steps to reproduce:&lt;/P&gt;&lt;P&gt;- Use windows with 8.4.0 client&lt;BR /&gt;- connect with it to a linux desktop&lt;BR /&gt;- Share the linux desktop with eg. MS Teams with coworker "Bob".&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;- Bob does not see the linux desktop, only a black screen&lt;/P&gt;&lt;P&gt;It works with Horizon client 8.3.0.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 11:58:13 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Sharing-desktop-with-MS-Teams-does-not-work/m-p/2889210#M799</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2022-01-20T11:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: smartcard does not work with firefox</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/smartcard-does-not-work-with-firefox/m-p/2887293#M796</link>
      <description>&lt;P&gt;After a windows re-install the problem is gone.&lt;/P&gt;&lt;P&gt;This demo program showed it with runtimes of around 10 seconds and sometime more,&lt;/P&gt;&lt;P&gt;but because it was not reproducible and only happend on my machine, its gone now.&lt;/P&gt;&lt;P&gt;After a windows re-install.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jan 2022 13:04:56 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/smartcard-does-not-work-with-firefox/m-p/2887293#M796</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2022-01-10T13:04:56Z</dc:date>
    </item>
    <item>
      <title>smartcard does not work with firefox</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/smartcard-does-not-work-with-firefox/m-p/2886141#M790</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;since last year, the smartcard support from the vmware view client is unusable.&lt;BR /&gt;Firefox does not start, thunderbird or other smartcard apps hang.&lt;/P&gt;&lt;P&gt;This happens when the windows version of the vmware view client is used.&lt;BR /&gt;The attached demo program show this behaviour.&lt;/P&gt;&lt;P&gt;Its from:&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/LudovicRousseau/PCSC/blob/master/doc/example/pcsc_demo.c" target="_blank" rel="noopener"&gt;https://github.com/LudovicRousseau/PCSC/blob/master/doc/example/pcsc_demo.c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;The demo should runs in less than a seconds, and needs an insterted&lt;BR /&gt;smartcard. It only queries basic reader calls from the PCSC API "winscard".&lt;/P&gt;&lt;P&gt;Here are some benchmarks. (linux-&amp;gt;linux works fine)&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="50%"&gt;Horizon client&lt;/TD&gt;&lt;TD width="50%"&gt;remote OS (time)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;linux&lt;/TD&gt;&lt;TD width="50%"&gt;linux 0.2sek (good!)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;windows&lt;/TD&gt;&lt;TD width="50%"&gt;linux 20secs&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;linux&lt;/TD&gt;&lt;TD width="50%"&gt;windows (does not work)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="50%"&gt;windows&lt;/TD&gt;&lt;TD width="50%"&gt;windows 90secs (hangs sometimes)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;RDP sessions (windows client to windows Server) is fast too, with around 2 secs.&lt;/P&gt;&lt;P&gt;As a result, the windows horizon client to a linux machine is not usable&lt;BR /&gt;with VMWare Horizon and firefox/mozilla.&lt;BR /&gt;The demo only issues a few calls, where firefox will issue thousands of&lt;BR /&gt;them.&lt;/P&gt;&lt;P&gt;Attached program contains pre-build binaries and source code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jan 2022 14:48:50 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/smartcard-does-not-work-with-firefox/m-p/2886141#M790</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2022-01-03T14:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: Smartcard on Linux clients: firefox does not start</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2840682#M667</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VMware fixed this bug. The fix should appear in the next major update VMware-Horizon-Client-2103-8.2.0&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 13:08:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2840682#M667</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2021-04-08T13:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Smartcard on Linux clients: firefox does not start</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2298690#M462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Debugging. On the Linux Thinclient the horizon client version is 5.4. On a RHEL 7.8&lt;/P&gt;&lt;P&gt;the horizon client ist version 5.2. On the RHEL client the problem does not occur.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No, the problem exists on 5.2 too.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;[root@e120it00 ~]# ps -o thcount 5066&lt;/P&gt;&lt;P&gt;THCNT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 22&lt;/P&gt;&lt;P&gt;[root@e120it00 ~]# ps -o thcount 5066&lt;/P&gt;&lt;P&gt;THCNT&lt;/P&gt;&lt;P&gt;&amp;nbsp; 204&lt;/P&gt;&lt;P&gt;[root@e120it00 ~]# date&lt;/P&gt;&lt;P&gt;Fri Oct 23 09:21:33 CEST 2020&lt;/P&gt;&lt;P&gt;[root@e120it00 ~]# vmware-view --version | grep Client | grep VMware&lt;/P&gt;&lt;P&gt;VMware Horizon Client 5.2.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The above commands are from a RHEL 7.8 client connected with VMWare Horizon Client 5.2.0 to a RHEL 7.8 VM with Agent 7.10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2020 07:30:43 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2298690#M462</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2020-10-23T07:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Smartcard on Linux clients: firefox does not start</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2298689#M461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;[root@e120it00 ~]# ps -o thcount 13523&lt;/P&gt;&lt;P&gt;THCNT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://communities.vmware.com/html/@86D5452E8DF3024072539D15D771C412/emoticons/2764.png" alt=":red_heart:" title=":red_heart:" /&gt; hours passed&amp;gt;&lt;/P&gt;&lt;P&gt;[root@e120it00 ~]# ps -o thcount 13523&lt;/P&gt;&lt;P&gt;THCNT&lt;/P&gt;&lt;P&gt;&amp;nbsp; 179&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This happens on a RHEL 7.8 connected to a VM over Horizon with RHEL 7.8 with Agent 7.10 and Client 5.4.1.&lt;/P&gt;&lt;P&gt;==&amp;gt; bug is present on newest vmware-view.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2020 11:40:13 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2298689#M461</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2020-10-22T11:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Smartcard on Linux clients: firefox does not start</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2298687#M459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Debugging. On the Linux Thinclient the horizon client version is 5.4. On a RHEL 7.8&lt;/P&gt;&lt;P&gt;the horizon client ist version 5.2. On the RHEL client the problem does not occur.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written two scripts running in the background on the thinclient.&lt;/P&gt;&lt;P&gt;The scripts counts the number of threads in pcscd and the&lt;/P&gt;&lt;P&gt;number of open sockets of vmware-remotemks. It shows that the number of&lt;/P&gt;&lt;P&gt;threads increase with no real pattern.&lt;/P&gt;&lt;P&gt;But te thread increase has a counterpart in the vmware-remotemks sockets count.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while true; do &lt;/P&gt;&lt;P&gt;&amp;nbsp; A=`date`; &lt;/P&gt;&lt;P&gt;&amp;nbsp; B=`ps -o thcount $PID_PCSCD`; &lt;/P&gt;&lt;P&gt;&amp;nbsp; echo "$A : $B" &amp;gt;&amp;gt;/var/tmp/threads.txt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; sleep 30; &lt;/P&gt;&lt;P&gt;done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:21:07 CEST 2020 : THCNT&amp;nbsp; 9&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:26:05 CEST 2020 : THCNT&amp;nbsp; 18&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:27:23 CEST 2020 : THCNT&amp;nbsp; 21&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:55:54 CEST 2020 : THCNT&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:56:24 CEST 2020 : THCNT&amp;nbsp; 29&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:56:54 CEST 2020 : THCNT&amp;nbsp; 33&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:09:54 CEST 2020 : THCNT&amp;nbsp; 47&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:10:24 CEST 2020 : THCNT&amp;nbsp; 52&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:25:55 CEST 2020 : THCNT&amp;nbsp; 61&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:26:55 CEST 2020 : THCNT&amp;nbsp; 64&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:31:55 CEST 2020 : THCNT&amp;nbsp; 63&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:32:25 CEST 2020 : THCNT&amp;nbsp; 64&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:55:56 CEST 2020 : THCNT&amp;nbsp; 73&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:56:56 CEST 2020 : THCNT&amp;nbsp; 76&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:57:26 CEST 2020 : THCNT&amp;nbsp; 79&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:14:57 CEST 2020 : THCNT&amp;nbsp; 98&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:25:57 CEST 2020 : THCNT&amp;nbsp; 107&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:26:57 CEST 2020 : THCNT&amp;nbsp; 110&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:42:58 CEST 2020 : THCNT&amp;nbsp; 109&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:43:28 CEST 2020 : THCNT&amp;nbsp; 110&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:55:59 CEST 2020 : THCNT&amp;nbsp; 119&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:56:59 CEST 2020 : THCNT&amp;nbsp; 122&lt;/P&gt;&lt;P&gt;Thu Oct 15 19:11:59 CEST 2020 : THCNT&amp;nbsp; 141&lt;/P&gt;&lt;P&gt;Thu Oct 15 19:26:00 CEST 2020 : THCNT&amp;nbsp; 150&lt;/P&gt;&lt;P&gt;Thu Oct 15 19:27:00 CEST 2020 : THCNT&amp;nbsp; 153&lt;/P&gt;&lt;P&gt;Thu Oct 15 19:55:31 CEST 2020 : THCNT&amp;nbsp; 162&lt;/P&gt;&lt;P&gt;Thu Oct 15 19:57:01 CEST 2020 : THCNT&amp;nbsp; 165&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:05:31 CEST 2020 : THCNT&amp;nbsp; 181&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:16:32 CEST 2020 : THCNT&amp;nbsp; 180&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:17:02 CEST 2020 : THCNT&amp;nbsp; 181&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:26:02 CEST 2020 : THCNT&amp;nbsp; 190&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:27:02 CEST 2020 : THCNT&amp;nbsp; 193&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:52:03 CEST 2020 : THCNT&amp;nbsp; 192&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:55:04 CEST 2020 : THCNT&amp;nbsp; 193&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:56:04 CEST 2020 : THCNT&amp;nbsp; 201&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:57:04 CEST 2020 : THCNT&amp;nbsp; 205&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while true; do &lt;/P&gt;&lt;P&gt;&amp;nbsp; A=`date`; &lt;/P&gt;&lt;P&gt;&amp;nbsp; B=`lsof -p $PIDOF_VMWARE_REMOTEMKS | grep remote | grep sock | wc -l`; &lt;/P&gt;&lt;P&gt;&amp;nbsp; echo "$A : $B" &amp;gt;&amp;gt;/var/tmp/socket.txt; &lt;/P&gt;&lt;P&gt;&amp;nbsp; sleep 30; &lt;/P&gt;&lt;P&gt;done&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:28:01 CEST 2020 : 34&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:54:02 CEST 2020 : 33&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:54:32 CEST 2020 : 34&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:55:32 CEST 2020 : 47&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:56:02 CEST 2020 : 43&lt;/P&gt;&lt;P&gt;Thu Oct 15 16:57:02 CEST 2020 : 46&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:10:33 CEST 2020 : 65&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:25:34 CEST 2020 : 78&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:26:04 CEST 2020 : 74&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:27:04 CEST 2020 : 77&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:29:34 CEST 2020 : 76&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:30:04 CEST 2020 : 77&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:55:35 CEST 2020 : 86&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:57:05 CEST 2020 : 89&lt;/P&gt;&lt;P&gt;Thu Oct 15 17:57:35 CEST 2020 : 92&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:14:36 CEST 2020 : 112&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:15:06 CEST 2020 : 111&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:18:06 CEST 2020 : 110&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:18:36 CEST 2020 : 111&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:26:07 CEST 2020 : 120&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:27:07 CEST 2020 : 123&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:53:38 CEST 2020 : 122&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:54:08 CEST 2020 : 123&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:55:38 CEST 2020 : 132&lt;/P&gt;&lt;P&gt;Thu Oct 15 18:57:08 CEST 2020 : 135&lt;/P&gt;&lt;P&gt;Thu Oct 15 19:11:39 CEST 2020 : 154&lt;/P&gt;&lt;P&gt;Thu Oct 15 19:25:40 CEST 2020 : 163&lt;/P&gt;&lt;P&gt;Thu Oct 15 19:27:10 CEST 2020 : 166&lt;/P&gt;&lt;P&gt;Thu Oct 15 19:42:11 CEST 2020 : 165&lt;/P&gt;&lt;P&gt;Thu Oct 15 19:55:12 CEST 2020 : 166&lt;/P&gt;&lt;P&gt;Thu Oct 15 19:56:12 CEST 2020 : 175&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:05:42 CEST 2020 : 194&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:25:43 CEST 2020 : 203&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:26:44 CEST 2020 : 206&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:55:45 CEST 2020 : 214&lt;/P&gt;&lt;P&gt;Thu Oct 15 20:56:45 CEST 2020 : 218&lt;/P&gt;&lt;P&gt;Thu Oct 15 21:06:16 CEST 2020 : 217&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2020 08:18:32 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2298687#M459</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2020-10-16T08:18:32Z</dc:date>
    </item>
    <item>
      <title>Smartcard on Linux clients: firefox does not start</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2298686#M458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cannot start thunderbird, firefox every morning, when I start my work day.The problem is smartcard related and only occurs on a Linux client.&lt;/P&gt;&lt;P&gt;I have this behaviour usually when I go home in the evening and reconnect to a locked session in the morning&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Firefox and thunderbird do not start anymore, "sudo -s" or "pkcs11-tool -L"&amp;nbsp; command hangs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The VM, on which this happens, is a RedHat 7.8 with the necessary smartcard fixes see [1], otherwise SCard does not work at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What needs to be done, for working SCard, is explained here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[1] &lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="6512" data-containertype="14" data-objectid="613996" data-objecttype="1" href="https://communities.vmware.com/thread/613996"&gt;https://communities.vmware.com/thread/613996&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But SCard,firefox,thunderbird,... works fine, when connected to the VM from Windows clients!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My VM runs: RHEL 7.8 with Horizon 7.9 or 7.10 ,windows clients works, no problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happens on the Linux Thinclient?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pcscd is complaining:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pcscdaemoni.c 137 SVServicerunLoop : Problem during the context thread creation&lt;/P&gt;&lt;P&gt;winscard_svc.184 CreateContextThread Too many contex running 200&lt;/P&gt;&lt;P&gt;pcscdaeon.c 137:SVServicerunLoop Problem during the context thread creation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look a the source:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;listSize = list_size(&amp;amp;contextsList);&lt;/P&gt;&lt;P&gt;if (listSize &amp;gt;= contextMaxThreadCounter)&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Log2(PCSC_LOG_CRITICAL, "Too many context running: %d", listSize);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; goto out;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, after some time (evening to morning), something is using all context threads and this is the reason why firefox,thunderbird, pkcs11-tool -L ,etc.. hangs.&lt;/P&gt;&lt;P&gt;Rebooting the Thinclient works, and moving the session to another hosts works too to let firefox,thunbird etc. run.&lt;/P&gt;&lt;P&gt;Up to now, I cannot reproduce the bug, I must wait for it, for ~12 hours.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2020 12:05:54 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Smartcard-on-Linux-clients-firefox-does-not-start/m-p/2298686#M458</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2020-10-15T12:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Horizon api loses session info: see active desktop of another user</title>
      <link>https://communities.vmware.com/t5/Horizon-for-Linux/Horizon-api-loses-session-info-see-active-desktop-of-another/m-p/2284753#M444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was fixed in &amp;gt;= 7.10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2020 09:57:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Horizon-for-Linux/Horizon-api-loses-session-info-see-active-desktop-of-another/m-p/2284753#M444</guid>
      <dc:creator>mvogt1</dc:creator>
      <dc:date>2020-10-15T09:57:59Z</dc:date>
    </item>
  </channel>
</rss>

