[Bug 201904] vagrant image fails to specify mac address
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jul 26 22:44:13 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201904
Bug ID: 201904
Summary: vagrant image fails to specify mac address
Product: Base System
Version: 10.2-BETA1
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: misc
Assignee: freebsd-bugs at FreeBSD.org
Reporter: swills at FreeBSD.org
Using the vagrant image produces an error and vagrant up has to be run again:
% mkdir freebsdvagrant
% cd freebsdvagrant
% vagrant init freebsd/FreeBSD-10.2-RC1
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
% ls
Vagrantfile
% vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'freebsd/FreeBSD-10.2-RC1' could not be found. Attempting to
find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Loading metadata for box 'freebsd/FreeBSD-10.2-RC1'
default: URL: https://atlas.hashicorp.com/freebsd/FreeBSD-10.2-RC1
==> default: Adding box 'freebsd/FreeBSD-10.2-RC1' (v2015.07.24) for provider:
virtualbox
default: Downloading:
https://atlas.hashicorp.com/freebsd/boxes/FreeBSD-10.2-RC1/versions/2015.07.24/providers/virtualbox.box
==> default: Successfully added box 'freebsd/FreeBSD-10.2-RC1' (v2015.07.24)
for 'virtualbox'!
==> default: Importing base box 'freebsd/FreeBSD-10.2-RC1'...
No base MAC address was specified. This is required for the NAT networking
to work properly (and hence port forwarding, SSH, etc.). Specifying this
MAC address is typically up to the box and box maintainer. Please contact
the relevant person to solve this issue.
I initially thought this was a fatal error, but simply running vagrant up again
produced a working VM that I could ssh to.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list