<?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>william_faulk Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>william_faulk Tracker</description>
    <pubDate>Sat, 11 Nov 2023 19:40:40 GMT</pubDate>
    <dc:date>2023-11-11T19:40:40Z</dc:date>
    <item>
      <title>Re: Avoiding mouse grab with text console</title>
      <link>https://communities.vmware.com/t5/Virtual-Machine-Guest-OS-and-VM/Avoiding-mouse-grab-with-text-console/m-p/1760242#M32719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone looked at this or tried it out yet?&amp;nbsp; Am I the only person irritated by the mouse grab?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 14:05:47 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Virtual-Machine-Guest-OS-and-VM/Avoiding-mouse-grab-with-text-console/m-p/1760242#M32719</guid>
      <dc:creator>william_faulk</dc:creator>
      <dc:date>2015-05-27T14:05:47Z</dc:date>
    </item>
    <item>
      <title>Avoiding mouse grab with text console</title>
      <link>https://communities.vmware.com/t5/Virtual-Machine-Guest-OS-and-VM/Avoiding-mouse-grab-with-text-console/m-p/1760241#M32718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of the systems I have running under VMware have text consoles with no mouse capabilities at all.&amp;nbsp; When using the console via VMware, in order to type into the console, VMware grabs the mouse and requires you to Ctrl-Alt in order to regain control of the mouse.&amp;nbsp; This is a real pain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote a program that runs on the guest that switches the console into absolute mouse mode, which means that VMware will relinquish the mouse without Ctrl-Alt, just by moving outside of the window, just like if you had VMware Tools installed on a GUI console.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tested this program so far with CentOS 7.1 and FreeBSD 10.1 guests and it seems to work perfectly with the Fusion console (with both local and remote guests) and the Windows vSphere client.&amp;nbsp; I have other OSes that I'm planning to test with, but I'd appreciate some feedback from anyone else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;A href="https://github.com/wfaulk/scream"&gt;source is available on GitHub&lt;/A&gt;.&amp;nbsp; The &lt;A href="https://github.com/wfaulk/scream/releases/tag/v0.1-alpha"&gt;v0.1 release page&lt;/A&gt; has 64-bit Linux, FreeBSD, and Solaris binares.&amp;nbsp; The binaries probably won't work across 32- vs 64-bit architectures.&amp;nbsp; I'll try to provide additional binaries when possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 20:32:22 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Virtual-Machine-Guest-OS-and-VM/Avoiding-mouse-grab-with-text-console/m-p/1760241#M32718</guid>
      <dc:creator>william_faulk</dc:creator>
      <dc:date>2015-05-21T20:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: PowerCLI Set-CDDrive cmdlet gives strange error</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCLI-Set-CDDrive-cmdlet-gives-strange-error/m-p/1318466#M39737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It turns out that the Web Client proxies everything through Flash AMF Objects and it was being a real pain to decode, so I gave up and looked at what the Windows "fat" client does.&amp;nbsp; I found that the biggest difference is that PowerCLI sets the CD drive to "VirtualCdromRemotePassthroughBackingInfo" in "Exclusive" mode and the fat client sets the CD drive to "VirtualCdromRemoteAtapiBackingInfo" and does not specify exclusivity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other thing that I noticed is that the system that complains has a VM Version of 10, which means that the fat client won't edit its settings at all, whereas the other is on version 9, and snooping on that one was where I saw the different backing type, so the backing type difference may be a red herring.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 23:49:56 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCLI-Set-CDDrive-cmdlet-gives-strange-error/m-p/1318466#M39737</guid>
      <dc:creator>william_faulk</dc:creator>
      <dc:date>2014-10-24T23:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: PowerCLI Set-CDDrive cmdlet gives strange error</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCLI-Set-CDDrive-cmdlet-gives-strange-error/m-p/1318465#M39736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, I just found that I have others that have CDs on IDE1:0 that don't exhibit this problem.&amp;nbsp; So I did a network snoop (via Wireshark and its SSL decrypter) to compare, and I found that the SOAP request being made to my vCenter server was identical other than the content of &lt;SPAN style="font-family: andale mono,times;"&gt;/soap:Envelope/soap:Body/ReconfigVM_Task/_this[@type='VirtualMachine']&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt; (pseudo-XPath notation), which was &lt;SPAN style="font-family: andale mono,times;"&gt;vm-757&lt;/SPAN&gt; vs. &lt;SPAN style="font-family: andale mono,times;"&gt;vm-723&lt;/SPAN&gt;.&amp;nbsp; (I determined this by running each SOAP request through &lt;SPAN style="font-family: andale mono,times;"&gt;xmllint --format&lt;/SPAN&gt; and running those results through &lt;SPAN style="font-family: andale mono,times;"&gt;diff&lt;/SPAN&gt;.&amp;nbsp; That one line was &lt;EM&gt;literally&lt;/EM&gt; the only difference.)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;The rest of the SOAP requests were incidental or requesting status on the task.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;This would imply that there's something in vCenter and/or ESXi that is causing that error and that PowerCLI is just reporting the error.&amp;nbsp; Of course, why it doesn't happen when the same task is requested via the Web Client is strange.&amp;nbsp; Maybe I'll try and capture that data, too, and see what it's doing differently.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Oct 2014 21:54:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCLI-Set-CDDrive-cmdlet-gives-strange-error/m-p/1318465#M39736</guid>
      <dc:creator>william_faulk</dc:creator>
      <dc:date>2014-10-24T21:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP error with VMware-vSphere-Perl-SDK-5.5.0</title>
      <link>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/SOAP-error-with-VMware-vSphere-Perl-SDK-5-5-0/m-p/949289#M905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt; The problem is that the VMware-provided module is forcing you to use an antiquated Perl SSL module.&amp;nbsp; You can fix the VMware stuff, which may or may not be easier to live with.&amp;nbsp; A diff to VICommon.pm is attached.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 23:17:59 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/vSphere-SDK-for-Perl-Discussions/SOAP-error-with-VMware-vSphere-Perl-SDK-5-5-0/m-p/949289#M905</guid>
      <dc:creator>william_faulk</dc:creator>
      <dc:date>2014-10-23T23:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: PowerCLI Set-CDDrive cmdlet gives strange error</title>
      <link>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCLI-Set-CDDrive-cmdlet-gives-strange-error/m-p/1318464#M39735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;I'm also having this problem.&amp;nbsp; My command is as simple as:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;Get-VM -Name vmname | Get-CDDrive | Set-CDDrive -NoMedia&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;The command performs the correct action — setting the drive to be disconnected and using the "Client Device", but produces the reported error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; color: #ff0000;"&gt;&lt;SPAN style="font-family: andale mono,times;"&gt;Set-CDDrive : 10/22/2014 4:48:53 PM&amp;nbsp;&amp;nbsp;&amp;nbsp; Set-CDDrive&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The operation for the entity VirtualMachine-vm-723 failed with the following message: "Device 'ide1:0' already exists."&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: andale mono,times; color: #ff0000;"&gt;At line:1 char:35&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: andale mono,times; color: #ff0000;"&gt;+ Get-VM | Get-CDDrive | Set-CDDrive &amp;lt;&amp;lt;&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: andale mono,times; color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + CategoryInfo&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : NotSpecified: (:) [Set-CDDrive], GenericVmConfigFault&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: andale mono,times; color: #ff0000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; + FullyQualifiedErrorId :&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="color: #ff0000; font-family: andale mono,times;"&gt;Client20_TaskServiceImpl_CheckServerSideTaskUpdates_OperationFailed,VMware.VimAutomation.ViCore.Cmdlets.Commands.VirtualDevice.SetCDDrive&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;It only does this on hosts where the CD drive is on IDE1:0.&amp;nbsp; Most of my VMs are set up with the CD drive being on IDE0:0, but I have a few where they are on IDE1:0, probably due to an initial, but corrected, config error (I'm guessing a hard drive that was initially misconfigured to be IDE or maybe an accidental second CD drive) that got replicated through a template.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Point being, try creating a VM with a CD drive on IDE1:0 and nothing on IDE0:0 (or any other IDE bus) and see if you can reproduce.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 21:09:22 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-PowerCLI-Discussions/PowerCLI-Set-CDDrive-cmdlet-gives-strange-error/m-p/1318464#M39735</guid>
      <dc:creator>william_faulk</dc:creator>
      <dc:date>2014-10-22T21:09:22Z</dc:date>
    </item>
  </channel>
</rss>

