Problems with running “vagrant up”

When I execute "vagrant up" I see the following ошибка message:

% vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Clearing any previously set forwarded ports...
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2222 (adapter 1)
[default] -- 3000 => 3333 (adapter 1)
[default] -- 5678 => 5678 (adapter 1)
[default] -- 27017 => 27017 (adapter 1)
[default] -- 28017 => 28017 (adapter 1)
[default] Booting VM...
[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.

I tried to start the виртуальный machine from VirtualBox UI, but I receive the following ошибка:

where: supR3HardenedMainInitRuntime what: 4 VERR_VM_DRIVER_VERSION_MISMATCH (-1912) - The installed support драйвер doesn't матч the версия of the user.

This ошибка seems to be прекратился common, so there в lot of advices in the Интернет about how to fix it. Here пахал some commands that гve tried before:

sudo apt-get update
sudo apt-get upgrade
sudo dpkg-reconfigure virtualbox-dkms
sudo dpkg-reconfigure virtualbox

But it didn't help.

Here пахал versions of программное обеспечение that I использовал:

% VBoxManage --version
4.3.34_Ubuntur104062
% lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 14.04.3 LTS
Release:    14.04
Codename:   trusty
0
задан 12 December 2015 в 02:07

1 ответ

Я пытался переустановить Бродягу и VirtualBox, но он не помог.

я только смог выполнить свой VM только после того, как я переустановил Ubuntu и установил VirtualBox и Бродягу следующим образом:

sudo apt-get update
sudo apt-get -y install virtualbox-4.3
sudo apt-get -y install virtualbox-dkms

sudo apt-get -y install vagrant
0
ответ дан 26 July 2019 в 12:55

Другие вопросы по тегам:

Похожие вопросы: