Ah, so I needed to do vagrant init hashicorp/precise32

But I'm still having trouble

When I vagrant up I get to this point:
==> default: Waiting for machine to boot. This may take a few minutes...
The guest machine entered an invalid state while waiting for it
to boot. Valid states are 'starting, running'. The machine is in the
'poweroff' state. Please verify everything is configured
properly and try again.

If the provider you're using has a GUI that comes with it,
it is often helpful to open that and watch the machine, since the
GUI often has more helpful error messages than Vagrant can retrieve.
For example, if you're using VirtualBox, run `vagrant up` while the
VirtualBox GUI is open.

The primary issue for this error is that the provider you're using
is not properly configured. This is very rarely a Vagrant issue.

On Friday, January 29, 2016 at 12:41:50 AM UTC-7, [email protected] 
wrote:
>
> Downloaded and installed vagrant 1.8.1, same issue.
>
> I've been using a specific vagrant file: 
> https://github.com/Varying-Vagrant-Vagrants/VVV
>
> When I make a new directory, do a vagrant init, and then do a vagrant up, 
> I get the following:
> Bringing machine 'default' up with 'virtualbox' provider...
> ==> default: Box 'base' could not be found. Attempting to find and 
> install...
>     default: Box Provider: virtualbox
>     default: Box Version: >= 0
> ==> default: Box file was not detected as metadata. Adding it directly...
> ==> default: Adding box 'base' (v0) for provider: virtualbox
>     default: Downloading: base
> An error occurred while downloading the remote file. The error
> message, if any, is reproduced below. Please fix this error and try
> again.
>
> Couldn't open file /Users/stevensmith/Dev/vagrant-fun/base
>
> On Thursday, January 28, 2016 at 2:54:58 PM UTC-7, 
> [email protected] wrote:
>>
>> I'm running Mac OS 10.11.1
>>
>> Here's what I get when I run vagrant up:
>> Bringing machine 'default' up with 'virtualbox' provider...
>> ==> default: Checking if box 'ubuntu/trusty64' is up to date...
>> ==> default: A newer version of the box 'ubuntu/trusty64' is available! 
>> You currently
>> ==> default: have version '20160120.0.1'. The latest is version 
>> '20160122.0.0'. Run
>> ==> default: `vagrant box update` to update.
>> ==> default: Clearing any previously set network interfaces...
>> There was an error while executing `VBoxManage`, a CLI used by Vagrant
>> for controlling VirtualBox. The command and stderr is shown below.
>>
>> Command: ["hostonlyif", "create"]
>>
>> Stderr: 0%...
>> Progress state: NS_ERROR_FAILURE
>> VBoxManage: error: Failed to create the host-only adapter
>> VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: 
>> failed to open /dev/vboxnetctl: No such file or directory
>> VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component 
>> HostNetworkInterface, interface IHostNetworkInterface
>> VBoxManage: error: Context: "int handleCreate(HandlerArg*, int, int*)" at 
>> line 66 of file VBoxManageHostonly.cpp
>>
>> I tried:
>> sudo /Library/Application\ 
>> Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh restart
>>
>> Here's what I get when I do that:
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxAutostart => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxAutostart-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxManage => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxManage-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetNAT => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetNAT-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc => 
>> /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VirtualBox => 
>> /Applications/VirtualBox.app/Contents/MacOS/VirtualBox-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM => 
>> /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv => 
>> /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv-amd64
>> Loading VBoxDrv.kext
>> /Library/Application Support/VirtualBox/VBoxDrv.kext failed to load - 
>> (libkern/kext) not loadable (reason unspecified); check the system/kernel 
>> logs for errors or try kextutil(8).
>> Error: Failed to load /Library/Application Support/VirtualBox/VBoxDrv.kext
>> Loading VBoxUSB.kext
>> /Library/Application Support/VirtualBox/VBoxUSB.kext failed to load - 
>> (libkern/kext) authentication failure (file ownership/permissions); check 
>> the system/kernel logs for errors or try kextutil(8).
>> Error: Failed to load /Library/Application Support/VirtualBox/VBoxUSB.kext
>> Loading VBoxNetFlt.kext
>> /Library/Application Support/VirtualBox/VBoxNetFlt.kext failed to load - 
>> (libkern/kext) authentication failure (file ownership/permissions); check 
>> the system/kernel logs for errors or try kextutil(8).
>> Error: Failed to load /Library/Application 
>> Support/VirtualBox/VBoxNetFlt.kext
>> Loading VBoxNetAdp.kext
>> /Library/Application Support/VirtualBox/VBoxNetAdp.kext failed to load - 
>> (libkern/kext) authentication failure (file ownership/permissions); check 
>> the system/kernel logs for errors or try kextutil(8).
>> Error: Failed to load /Library/Application 
>> Support/VirtualBox/VBoxNetAdp.kext
>> (kernel) Kext org.virtualbox.kext.VBoxNetAdp not found for unload request.
>> Failed to unload org.virtualbox.kext.VBoxNetAdp - (libkern/kext) not 
>> found.
>> (kernel) Kext org.virtualbox.kext.VBoxNetFlt not found for unload request.
>> Failed to unload org.virtualbox.kext.VBoxNetFlt - (libkern/kext) not 
>> found.
>> (kernel) Kext org.virtualbox.kext.VBoxUSB not found for unload request.
>> Failed to unload org.virtualbox.kext.VBoxUSB - (libkern/kext) not found.
>> (kernel) Kext org.virtualbox.kext.VBoxDrv not found for unload request.
>> Failed to unload org.virtualbox.kext.VBoxDrv - (libkern/kext) not found.
>> Fatal error: VirtualBox
>> Stevens-MacBook-Air:wordpress-vagrant stevensmith$ vagrant up
>> Bringing machine 'default' up with 'virtualbox' provider...
>> ==> default: Checking if box 'ubuntu/trusty64' is up to date...
>> ==> default: A newer version of the box 'ubuntu/trusty64' is available! 
>> You currently
>> ==> default: have version '20160120.0.1'. The latest is version 
>> '20160122.0.0'. Run
>> ==> default: `vagrant box update` to update.
>> ==> default: Clearing any previously set network interfaces...
>> There was an error while executing `VBoxManage`, a CLI used by Vagrant
>> for controlling VirtualBox. The command and stderr is shown below.
>>
>> Command: ["hostonlyif", "create"]
>>
>> Stderr: 0%...
>> Progress state: NS_ERROR_FAILURE
>> VBoxManage: error: Failed to create the host-only adapter
>> VBoxManage: error: VBoxNetAdpCtl: Error while adding new interface: 
>> failed to open /dev/vboxnetctl: No such file or directory
>> VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component 
>> HostNetworkInterface, interface IHostNetworkInterface
>> VBoxManage: error: Context: "int handleCreate(HandlerArg*, int, int*)" at 
>> line 66 of file VBoxManageHostonly.cpp
>>
>> Stevens-MacBook-Air:wordpress-vagrant stevensmith$ sudo 
>> /Library/Application\ Support/VirtualBox/LaunchDaemons/VirtualBoxStartup.sh 
>> restart
>> Password:
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxAutostart => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxAutostart-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxBalloonCtrl-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxDD2GC.gc-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxDDGC.gc-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxExtPackHelperApp-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxHeadless-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxManage => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxManage-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetAdpCtl-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetDHCP-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetNAT => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxNetNAT-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxSVC-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD => 
>> /Applications/VirtualBox.app/Contents/MacOS/VBoxXPCOMIPCD-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc => 
>> /Applications/VirtualBox.app/Contents/MacOS/VMMGC.gc-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VirtualBox => 
>> /Applications/VirtualBox.app/Contents/MacOS/VirtualBox-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM => 
>> /Applications/VirtualBox.app/Contents/MacOS/VirtualBoxVM-amd64
>> /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv => 
>> /Applications/VirtualBox.app/Contents/MacOS/vboxwebsrv-amd64
>> Loading VBoxDrv.kext
>> /Library/Application Support/VirtualBox/VBoxDrv.kext failed to load - 
>> (libkern/kext) not loadable (reason unspecified); check the system/kernel 
>> logs for errors or try kextutil(8).
>> Error: Failed to load /Library/Application Support/VirtualBox/VBoxDrv.kext
>> Loading VBoxUSB.kext
>> /Library/Application Support/VirtualBox/VBoxUSB.kext failed to load - 
>> (libkern/kext) authentication failure (file ownership/permissions); check 
>> the system/kernel logs for errors or try kextutil(8).
>> Error: Failed to load /Library/Application Support/VirtualBox/VBoxUSB.kext
>> Loading VBoxNetFlt.kext
>> /Library/Application Support/VirtualBox/VBoxNetFlt.kext failed to load - 
>> (libkern/kext) authentication failure (file ownership/permissions); check 
>> the system/kernel logs for errors or try kextutil(8).
>> Error: Failed to load /Library/Application 
>> Support/VirtualBox/VBoxNetFlt.kext
>> Loading VBoxNetAdp.kext
>> /Library/Application Support/VirtualBox/VBoxNetAdp.kext failed to load - 
>> (libkern/kext) authentication failure (file ownership/permissions); check 
>> the system/kernel logs for errors or try kextutil(8).
>> Error: Failed to load /Library/Application 
>> Support/VirtualBox/VBoxNetAdp.kext
>> (kernel) Kext org.virtualbox.kext.VBoxNetAdp not found for unload request.
>> Failed to unload org.virtualbox.kext.VBoxNetAdp - (libkern/kext) not 
>> found.
>> (kernel) Kext org.virtualbox.kext.VBoxNetFlt not found for unload request.
>> Failed to unload org.virtualbox.kext.VBoxNetFlt - (libkern/kext) not 
>> found.
>> (kernel) Kext org.virtualbox.kext.VBoxUSB not found for unload request.
>> Failed to unload org.virtualbox.kext.VBoxUSB - (libkern/kext) not found.
>> (kernel) Kext org.virtualbox.kext.VBoxDrv not found for unload request.
>> Failed to unload org.virtualbox.kext.VBoxDrv - (libkern/kext) not found.
>> Fatal error: VirtualBox
>>
>> Not sure what to try next.
>>
>

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/9911d0bc-a495-4014-ae4a-1db6398f811c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to