<?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>jbmurphy Tracker</title>
    <link>https://communities.vmware.com/wbsdv95928/tracker</link>
    <description>jbmurphy Tracker</description>
    <pubDate>Sat, 11 Nov 2023 19:35:38 GMT</pubDate>
    <dc:date>2023-11-11T19:35:38Z</dc:date>
    <item>
      <title>Re: Vagrant question</title>
      <link>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220389#M138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the reply. No wonder it wasn't working! Not sure if you are looking for more feedback. Here is my current Vagrantfile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Vagrant.configure(2) do |config|&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; config.vm.box = "vmware/photon"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; config.vm.guest = :photon&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; config.vm.network "public_network", bridge: 'en0: Ethernet'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; #config.vm.network "public_network", bridge: 'en1: Wi-Fi (AirPort)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An here is the error I receive:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;The following SSH command responded with a non-zero exit status.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;Vagrant assumes that this means the command failed!&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;ifconfig&amp;nbsp;&amp;nbsp; netmask &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;Stdout from the command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;Stderr from the command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;ifconfig: error: interface `netmask' does not exist&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks again for your reply.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2015 14:03:20 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220389#M138</guid>
      <dc:creator>jbmurphy</dc:creator>
      <dc:date>2015-04-23T14:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Vagrant question</title>
      <link>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220387#M136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, figured out that I needed to install:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;vagrant plugin install activerecord&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;vagrant plugin install actionview&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also hardcoded the guest:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;config.vm.guest = :photon&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now I get the error:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;The guest implementation explicitly specified in your Vagrantfile&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;("photon") could not be found. Please verify that the plugin is&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;installed which implements this guest and that the value you&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;used for `config.vm.guest` is correct.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I give up!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 19:38:57 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220387#M136</guid>
      <dc:creator>jbmurphy</dc:creator>
      <dc:date>2015-04-22T19:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Vagrant question</title>
      <link>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220386#M135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a little further, I realized I need to add the plugin. So I ran "&lt;SPAN class="s1"&gt;vagrant plugin install photon"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I get the following error when I issue "vagrant --debug up":&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;ERROR vagrant: Vagrant experienced an error! Details:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;ERROR vagrant: #&amp;lt;Vagrant::Errors::PluginLoadError: The plugins failed to load properly. The error message given is&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;shown below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;cannot load such file -- active_record&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;ERROR vagrant: The plugins failed to load properly. The error message given is&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;shown below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;cannot load such file -- active_record&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;ERROR vagrant: /opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant.rb:275:in `rescue in &amp;lt;top (required)&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;/opt/vagrant/embedded/gems/gems/vagrant-1.7.2/lib/vagrant.rb:271:in `&amp;lt;top (required)&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;/opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant:105:in `require'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;/opt/vagrant/bin/../embedded/gems/gems/vagrant-1.7.2/bin/vagrant:105:in `&amp;lt;main&amp;gt;'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;Vagrant failed to initialize at a very early stage:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;The plugins failed to load properly. The error message given is&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;shown below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;cannot load such file -- active_record&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #000000;"&gt;If I remove the plugin, then the error goes away.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #000000;"&gt;Not sure if this is helpful at all.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 18:13:02 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220386#M135</guid>
      <dc:creator>jbmurphy</dc:creator>
      <dc:date>2015-04-22T18:13:02Z</dc:date>
    </item>
    <item>
      <title>Vagrant question</title>
      <link>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220385#M134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to vagrant/photon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to use the following vagrant file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Vagrant.configure(2) do |config|&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; config.vm.box = "vmware/photon"&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; #config.vm.network "public_network", bridge: 'en0: Ethernet'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; config.vm.network "public_network", bridge: 'en1: Wi-Fi (AirPort)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; end&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the error I am receiving is : &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #993300;"&gt;Vagrant attempted to execute the capability 'configure_networks'&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;on the detect guest OS 'linux', but the guest doesn't&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;support that capability. This capability is required for your&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1" style="color: #993300;"&gt;configuration of Vagrant. Please either reconfigure Vagrant to&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="color: #993300;"&gt;avoid this capability or fix the issue by creating the capability.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Is this error from a functionality/capability that you did not add to the photon image? Or am I doing something wrong on my end?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Sorry if this question out of the scope of this forum.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Apr 2015 17:04:55 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/Photon-OS-Discussions/Vagrant-question/m-p/2220385#M134</guid>
      <dc:creator>jbmurphy</dc:creator>
      <dc:date>2015-04-22T17:04:55Z</dc:date>
    </item>
    <item>
      <title>Solaris 8/07 and VMware tools</title>
      <link>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Solaris-8-07-and-VMware-tools/m-p/1509017#M86143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just installed Solaris 8/07 on Vmware fusion. After I add the VMWare tools, whenever I run smc or updatemanager, I recieve:&lt;/P&gt;&lt;P&gt;Warning: Cannot convert string \ &lt;/P&gt;&lt;P&gt; "-monotype-arial-regular-r-normal--&lt;STRONG&gt;-140-&lt;/STRONG&gt;-&lt;STRONG&gt;-p-&lt;/STRONG&gt;-iso8859-1" \ &lt;/P&gt;&lt;P&gt;to type FontStruct&lt;/P&gt;&lt;P&gt; warning: Unable to load any usable ISO8859-1 font&lt;/P&gt;&lt;P&gt; Warning:&lt;/P&gt;&lt;P&gt;     Name: FONTLIST_DEFAULT_TAG_STRING&lt;/P&gt;&lt;P&gt;     Class: XmRendition&lt;/P&gt;&lt;P&gt;     Conversion failed.  Cannot load font.&lt;/P&gt;&lt;P&gt;  Java Accessibility Bridge for GNOME loaded.&lt;/P&gt;&lt;P&gt; java/langNullPointerException&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 18:06:51 GMT</pubDate>
      <guid>https://communities.vmware.com/t5/VMware-Fusion-Discussions/Solaris-8-07-and-VMware-tools/m-p/1509017#M86143</guid>
      <dc:creator>jbmurphy</dc:creator>
      <dc:date>2007-09-25T18:06:51Z</dc:date>
    </item>
  </channel>
</rss>

