get error while vagrant up

135 views
Skip to first unread message

7745...@qq.com

unread,
Jul 27, 2017, 9:01:18 AM7/27/17
to Vagrant
Dear all,

I got an error while "vagrant up". Before I get back to the office, this works well. I don't know what have happend. I also have tried several answers in google, but they don't work well for me. I'd appreciate if someone could help. Here is the error information:

$ 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: Adapter 1: nat
==> default: Forwarding ports...
    default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "f29376ab-db69-4b7e-8895-21394af959a0", "--type", "headless"]

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

$ VBoxManage -v
5.1.22r115126
$ vagrant -v
Vagrant 1.9.4
$ cat /proc/version
Linux version 3.10.0-327.el7.x86_64 (bui...@kbuilder.dev.centos.org) (gcc version 4.8.3 20140911 (Red Hat 4.8.3-9) (GCC) ) #1 SMP Thu Nov 19 22:10:57 UTC 2015

Best Regards
Baolin

Alvaro Miranda Aguilera

unread,
Jul 27, 2017, 1:08:20 PM7/27/17
to vagra...@googlegroups.com
Hello

Open Virtualbox GUI and try to poweroff and turn on the box, it may share more information about the error.

It seems Vagrant is doing the right thing, but the error is coming from Virtualbox.

Also, update to latest version is good practice.

Alvaro

--
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 vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/7b2f53ea-fbd6-4eed-a87d-dd51d3e0031b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Alvaro

7745...@qq.com

unread,
Jul 28, 2017, 5:06:04 AM7/28/17
to Vagrant
Dear Alvaro,

Thanks for the response. What you said is try this command: VBoxManage startvm 70053a71-dc99-4f4d-a270-1e1aebc96e5a --type gui
If is true, then the same error was get:

Waiting for VM "70053a71-dc99-4f4d-a270-1e1aebc96e5a" to power on...
VBoxManage: error: The virtual machine 'supersmart_default_1501215066529_55213' has terminated unexpectedly during startup with exit code 1 (0x1)

VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine

I also tried to destroy and create the box. But they did't work for me. I also tried the following command. It seems like the broken link happened. I didn't try anything beacause I'm afraid I could mess up the system badly. I know little about the linux system.
$ VBoxManage startvm 70053a71-dc99-4f4d-a270-1e1aebc96e5a --type headless
Waiting for VM "70053a71-dc99-4f4d-a270-1e1aebc96e5a" to power on...
VBoxManage: error: The virtual machine 'supersmart_default_1501215066529_55213' has terminated unexpectedly during startup with exit code 1 (0x1)

VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component MachineWrap, interface IMachine

$ VBoxHeadless 70053a71-dc99-4f4d-a270-1e1aebc96e5a
VBoxHeadless: Error -610 in supR3HardenedMainInitRuntime!
VBoxHeadless: dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed: /lib64/libm.so.6: symbol __strtold_nan, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference

VBoxHeadless: Tip! It may help to reinstall VirtualBox.

#### Note: reinstall the newest VirtualBox don't work!

$ ldd -r /usr/lib/virtualbox/VBoxRT.so
        linux-vdso.so.1 =>  (0x00007ffd70775000)
        libcrypt.so.1 => /lib64/libcrypt.so.1 (0x00007fb6a1c8c000)
        libz.so.1 => /lib64/libz.so.1 (0x00007fb6a1a75000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007fb6a1859000)
        librt.so.1 => /lib64/librt.so.1 (0x00007fb6a1651000)
        libdl.so.2 => /lib64/libdl.so.2 (0x00007fb6a144c000)
        libxml2.so.2 => /lib64/libxml2.so.2 (0x00007fb6a10e2000)
        libcurl.so.4 => /usr/local/lib/libcurl.so.4 (0x00007fb6a0e8e000)
        libssl.so.10 => /lib64/libssl.so.10 (0x00007fb6a0c1f000)
        libcrypto.so.10 => /lib64/libcrypto.so.10 (0x00007fb6a0835000)
        libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007fb6a052c000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007fb6a0315000)
        libc.so.6 => /lib64/libc.so.6 (0x00007fb69ff54000)
        libfreebl3.so => /lib64/libfreebl3.so (0x00007fb69fd51000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fb6a234b000)
        liblzma.so.5 => /lib64/liblzma.so.5 (0x00007fb69fb2a000)
        libm.so.6 => /lib64/libm.so.6 (0x00007fb69f827000)
        libgssapi_krb5.so.2 => /lib64/libgssapi_krb5.so.2 (0x00007fb69f5d9000)
        libkrb5.so.3 => /lib64/libkrb5.so.3 (0x00007fb69f2f1000)
        libcom_err.so.2 => /lib64/libcom_err.so.2 (0x00007fb69f0ed000)
        libk5crypto.so.3 => /lib64/libk5crypto.so.3 (0x00007fb69eebb000)
        libkrb5support.so.0 => /lib64/libkrb5support.so.0 (0x00007fb69ecab000)
        libkeyutils.so.1 => /lib64/libkeyutils.so.1 (0x00007fb69eaa7000)
        libresolv.so.2 => /lib64/libresolv.so.2 (0x00007fb69e88d000)
        libselinux.so.1 => /lib64/libselinux.so.1 (0x00007fb69e665000)
        libpcre.so.1 => /usr/local/lib/libpcre.so.1 (0x00007fb69e43e000)
symbol __strtold_nan, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference      (/lib64/libm.so.6)
symbol __strtod_nan, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference       (/lib64/libm.so.6)
symbol __strtof_nan, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference       (/lib64/libm.so.6)

In an another system, these commands work fine.

Do you have any clues? It will be better if you can give any detail commands.

Thanks for the help,

Best regards,
Baolin

在 2017年7月28日星期五 UTC+8上午1:08:20,Alvaro Miranda Aguilera写道:

To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.



--
Alvaro

Alvaro Miranda Aguilera

unread,
Jul 28, 2017, 5:15:51 AM7/28/17
to vagra...@googlegroups.com
Hello

Actually my suggestion was to open the virtual box gui.

and stop/start from there

Test that virtualbox work, create vm, put an iso, see if you can get that working.

Vagrant requires virtualbox to be working

check the attachment for what i mean by virtualbox gui





To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/55d7d5f9-b552-4635-bf69-336723252b99%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Alvaro

Reply all
Reply to author
Forward
0 new messages