paliarush / magento2-vagrant-for-developers

Vagrant Box for Magento 2 Developers
MIT License
447 stars 165 forks source link

Issue when booting VM in ubuntu 18.10 #220

Closed mrtuvn closed 5 years ago

mrtuvn commented 5 years ago

I got this problem when try to run "vagrant up"

Here is my steps for reproduce 1/ CLone project to folder vagrant-magento 2/ change config, and add auth config 3/ Not run init_project.sh yet but i run command vagrant up first

There was an error while executing VBoxManage, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "6b932c12-511f-4c52-9e66-9d47b84167d0", "--type", "headless"]

Stderr: VBoxManage: error: The virtual machine 'vagrant-magento_magento2vagrant1_1547122833734_73078' has terminated unexpectedly during startup with exit code 1 (0x1) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine

Ubuntu 18.10 vagrant 2.2.3 virtualbox 6.0

use_nfs 1 and no gui mode virtualbox

~/.VirtualBox Vms/ not have any logs helpfull for debug

@paliarush can you let me know how to fix this problem ?

mrtuvn commented 5 years ago

Btw i fixed my problem So will close this ticket