<?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>question Re: NS_ERROR_FAILURE when running Metron Single Node Vagrant installer in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NS-ERROR-FAILURE-when-running-Metron-Single-Node-Vagrant/m-p/142439#M23667</link>
    <description>&lt;P&gt;I just want to tack onto this that the documentation that George cites in his question should be found at &lt;A href="https://github.com/apache/incubator-metron/tree/master/deployment" target="_blank"&gt;https://github.com/apache/incubator-metron/tree/master/deployment&lt;/A&gt;&lt;/P&gt;&lt;P&gt;More complete documentation is coming around this.&lt;/P&gt;</description>
    <pubDate>Thu, 24 Mar 2016 21:51:59 GMT</pubDate>
    <dc:creator>cstella</dc:creator>
    <dc:date>2016-03-24T21:51:59Z</dc:date>
    <item>
      <title>NS_ERROR_FAILURE when running Metron Single Node Vagrant installer</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NS-ERROR-FAILURE-when-running-Metron-Single-Node-Vagrant/m-p/142437#M23665</link>
      <description>&lt;P&gt;I'm trying to install the single node vagrant installer. &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/incubator-metron/tree/Metron_0.1BETA_rc5/deployment/vagrant/singlenode-vagrant" target="_blank"&gt;https://github.com/apache/incubator-metron/tree/Metron_0.1BETA_rc5/deployment/vagrant/singlenode-vagrant&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Steps that I ran were the following:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Downloaded the RC_5 tech preview candiate here; &lt;U&gt;&lt;A href="http://home.apache.org/~jsirota/metron/Metron_0.1BETA_RC/RC_5/" target="_blank"&gt;http://home.apache.org/~jsirota/metron/Metron_0.1BETA_RC/RC_5/&lt;/A&gt;&lt;/U&gt;&lt;/LI&gt;&lt;LI&gt;cd incubator-metron&lt;/LI&gt;&lt;LI&gt;Built source: mvn apache-rat:check &amp;amp;&amp;amp; cd metron-streaming &amp;amp;&amp;amp; mvn clean integration-test
&lt;P&gt;&amp;amp;&amp;amp; cd ..&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;cd deployment/vagrant/singlenode-vagrant
&lt;/LI&gt;&lt;LI&gt;Ran vagrant scripts:&lt;OL&gt;&lt;LI&gt;vagrant plugin install vagrant-hostmanager&lt;/LI&gt;&lt;LI&gt;vagrant up&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;The error that I'm getting when running vagrant up is the following&lt;/P&gt;&lt;PRE&gt;Georges-MacBook-Pro-3:singlenode-vagrant gvetticaden$ vagrant up
Bringing machine 'node1' up with 'virtualbox' provider...

==&amp;gt; node1: Box 'bento/centos-6.7' could not be found. Attempting to find and install...

    node1: Box Provider: virtualbox

    node1: Box Version: &amp;gt;= 0

==&amp;gt; node1: Loading metadata for box 'bento/centos-6.7'

    node1: URL: &lt;A href="https://atlas.hashicorp.com/bento/centos-6.7" target="_blank"&gt;https://atlas.hashicorp.com/bento/centos-6.7&lt;/A&gt;

==&amp;gt; node1: Adding box 'bento/centos-6.7' (v2.2.3) for provider: virtualbox

    node1: Downloading: &lt;A href="https://atlas.hashicorp.com/bento/boxes/centos-6.7/versions/2.2.3/providers/virtualbox.box" target="_blank"&gt;https://atlas.hashicorp.com/bento/boxes/centos-6.7/versions/2.2.3/providers/virtualbox.box&lt;/A&gt;

==&amp;gt; node1: Successfully added box 'bento/centos-6.7' (v2.2.3) for 'virtualbox'!

==&amp;gt; node1: Importing base box 'bento/centos-6.7'...

==&amp;gt; node1: Matching MAC address for NAT networking...

==&amp;gt; node1: Checking if box 'bento/centos-6.7' is up to date...

==&amp;gt; node1: Setting the name of the VM: singlenode-vagrant_node1_1458751896067_60751

==&amp;gt; node1: Clearing any previously set network interfaces...

There was an error while executing `VBoxManage`, a CLI used by Vagrant

for controlling VirtualBox. The command and stderr is shown below.



Command: ["hostonlyif", "create"]



Stderr: 0%...

Progress state: NS_ERROR_FAILURE

VBoxManage: error: Failed to create the host-only adapter

VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: failed to open /dev/vboxnetctl: No such file or directory

VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component HostNetworkInterface, interface IHostNetworkInterface

VBoxManage: error: Context: "int handleCreate(HandlerArg*, int, int*)" at line 68 of file VBoxManageHostonly.cpp
&lt;/PRE&gt;</description>
      <pubDate>Thu, 24 Mar 2016 21:46:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NS-ERROR-FAILURE-when-running-Metron-Single-Node-Vagrant/m-p/142437#M23665</guid>
      <dc:creator>gvetticaden1</dc:creator>
      <dc:date>2016-03-24T21:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: NS_ERROR_FAILURE when running Metron Single Node Vagrant installer</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NS-ERROR-FAILURE-when-running-Metron-Single-Node-Vagrant/m-p/142438#M23666</link>
      <description>&lt;P&gt;I solved the problem by upgrading my virtual box from 4.2.4 to 5.0.16.&lt;/P&gt;&lt;P&gt;Ensure that you have the latest virtual box.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 21:47:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NS-ERROR-FAILURE-when-running-Metron-Single-Node-Vagrant/m-p/142438#M23666</guid>
      <dc:creator>gvetticaden1</dc:creator>
      <dc:date>2016-03-24T21:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: NS_ERROR_FAILURE when running Metron Single Node Vagrant installer</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/NS-ERROR-FAILURE-when-running-Metron-Single-Node-Vagrant/m-p/142439#M23667</link>
      <description>&lt;P&gt;I just want to tack onto this that the documentation that George cites in his question should be found at &lt;A href="https://github.com/apache/incubator-metron/tree/master/deployment" target="_blank"&gt;https://github.com/apache/incubator-metron/tree/master/deployment&lt;/A&gt;&lt;/P&gt;&lt;P&gt;More complete documentation is coming around this.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2016 21:51:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/NS-ERROR-FAILURE-when-running-Metron-Single-Node-Vagrant/m-p/142439#M23667</guid>
      <dc:creator>cstella</dc:creator>
      <dc:date>2016-03-24T21:51:59Z</dc:date>
    </item>
  </channel>
</rss>

