Date: Mon, 6 Nov 2017 17:27:50 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r325489 - stable/11/release/doc/en_US.ISO8859-1/errata Message-ID: <201711061727.vA6HRo0n088114@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711061727.vA6HRo0n088114>