vagrant up 启动虚拟机报错

1、vagrant 启动忽然报错信息为:centos

Bringing machine 'default' up with 'virtualbox' provider...
Your VM has become "inaccessible." Unfortunately, this is a critical error
with VirtualBox that Vagrant can not cleanly recover from. Please open VirtualBo
x
and clear out your inaccessible virtual machines or find a way to fix
them.

附 vagrant 相关环境为:ide

一、VirtualBox-4.3.10-93012-Win.exe
二、vagrant_1.7.4.msi
三、centos-6.5_chef_64.box
四、putty_V0.63.0.0.43510830.exe
 
2、解决方式:
重命名.vagrant 目录为  .vagrant.old 
而后从新启动 vagrant up,仍是报错:
Vagrant assumes that this means the command failed!
ARPCHECK=no /sbin/ifup eth1 2> /dev/null
Stdout from the command:
Device eth1 does not seem to be present, delaying initialization.
Stderr from the command:
 
而后  进虚拟机 virtual(virtual box 中直接选中centos 点启动),
用 vagrant 用户登陆,(或者直接用 root 密码为 vagrant 登陆 ),sudo su 转 root ,
而后 rm -rf /etc/udev/rules.d/70-persistant-net.rules ,删掉这个文件, service iptables stop ,关闭防火墙,
从新 vagrant reload ,便可拼通 192.168.33.10
相关文章
相关标签/搜索