From owner-freebsd-bugs@freebsd.org Sun Jul 26 22:44:13 2015 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4279599CE41 for ; Sun, 26 Jul 2015 22:44:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1593EEBA for ; Sun, 26 Jul 2015 22:44:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t6QMiCT7024337 for ; Sun, 26 Jul 2015 22:44:12 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 201904] vagrant image fails to specify mac address Date: Sun, 26 Jul 2015 22:44:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.2-BETA1 X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: swills@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Jul 2015 22:44:13 -0000 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.