Author: gjb
Date: Mon Nov  6 17:27:50 2017
New Revision: 325489
URL: https://svnweb.freebsd.org/changeset/base/325489

Log:
  Document issuing 'vagrant up' a second time will boot properly if the
  virtual machine does not yet have a MAC address.
  
  PR:           223474 (related)
  Sponsored by: The FreeBSD Foundation

Modified:
  stable/11/release/doc/en_US.ISO8859-1/errata/article.xml

Modified: stable/11/release/doc/en_US.ISO8859-1/errata/article.xml
==============================================================================
--- stable/11/release/doc/en_US.ISO8859-1/errata/article.xml    Mon Nov  6 
16:41:29 2017        (r325488)
+++ stable/11/release/doc/en_US.ISO8859-1/errata/article.xml    Mon Nov  6 
17:27:50 2017        (r325489)
@@ -196,6 +196,23 @@ boot</screen>
        <para>The other utilities mentioned in the entry in the
          release notes, however, are unchanged.</para>
       </listitem>
+
+      <listitem>
+       <para>[2017-11-06] An issue with &os; virtual machines with
+         <application>vagrant</application> was discovered that
+         affects the <application>VirtualBox</application> where the
+         virtual machine will not start on the initial boot invoked
+         with <literal>vagrant up</literal>.</para>
+
+       <para>The issue is due to the virtual machine
+         <acronym>MAC</acronym> being unset, as &os; does not provide
+         a default <filename>Vagrantfile</filename>.</para>
+
+       <para>It has been observed, however, that a subsequent
+         invocation of <literal>vagrant up</literal> will allow the
+         virtual machine to successfully boot, allowing access via
+         <literal>vagrant ssh</literal>.</para>
+      </listitem>
     </itemizedlist>
   </sect1>
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to