Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Jul 2015 22:44:13 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 201904] vagrant image fails to specify mac address
Message-ID:  <bug-201904-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: swills@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-201904-8>