Tag: virtualbox

无法启动Genymotion虚拟设备 – Virtualbox Host Only以太网适配器无法启动

我在Windows 8 Pro上使用Genymotion v13.0来成功创build虚拟设备,但是当我尝试运行它时,出现以下错误: Unable to start Genymotion Virtual Device. 截图: 试图通过Virtualbox运行它,我得到这个错误消息: Virtualbox Host Only Ethernet Adapter Failed to start 截图: 以前的虚拟设备可以运行良好,直到我得到这个问题。 有人可以告诉我如何解决它?

将主机Mac OS上的文件夹共享到VirtualBox中的访客Linux系统

我如何去在虚拟框中的主机(Mac)和客户操作系统(Ubuntu)之间共享一个文件夹?

Oracle虚拟框无法访问

我正在使用Oracle Virtual Box版本4.2.16 r86992。 一切都很好,直到昨天关机。 今天,它显示无法访问,并抛出这个错误: Runtime error opening C:\Users\xxxxxx\VirtualBox VMs\vBoxxxxXubuntu_Beta\vBoxxxxXubuntu_Beta.vbox for reading: -102 (File not found.). D:\tinderbox\win-4.2\src\VBox\Main\src-server\MachineImpl.cpp[725] (long __cdecl Machine::registeredInit(void)). 恢复这个工作是很好的,它会节省大量的时间并恢复configuration设置和数据。 感谢您的支持。

如何打包未使用vagrant up命令创build的现有VM?

我安装了一个VirtualBox,然后在其中安装了Ubuntu 12.10 Server Base OS。 我已经安装了各种PHP软件包和其他包。 我的朋友推荐我使用stream浪汉,所以我可以轻松地与我的队友分享我的设置。 因为我当前的VirtualBox虚拟机不是用vagrant up创build的,所以我不知道如何打包。 在Vagrant的文件谈论包装,但开始说: 在完成本页其余部分的工作之前,请确保虚拟环境是通过运行vagrantbuild立起来的。 就我而言,我现有的虚拟机并不是最初使用stream浪汉创build的。 如何打包现有的虚拟机?

如何在完全后台“Microsoft Windows(WIN)”中运行“Oracle VirtualBox(VBOX)”?

问题 我想在本地DEV机器上使用“ Microsoft Windows(WIN) ”运行不带“ Oracle VirtualBox(VBOX) ”“ graphics用户界面(GUI) ”的自动启动“ 虚拟机(VM ) ”。 我怎样才能完全运行后台进程?

Vagrant + Chef:提供错误“虚拟机上缺lessChef所需的共享文件夹”。

我已经使用厨师(+图书馆厨师)安装了Vagrant + Virtualbox。 当我第一次vagrant up时,食谱正确装载。 然而,当我提供后来( vagrant reload –provision vagrant provision , vagrant reload –provision或vagrant up –provision我提供这个错误: Shared folders that Chef requires are missing on the virtual machine. This is usually due to configuration changing after already booting the machine. The fix is to run a `vagrant reload` so that the proper shared folders will […]

如何升级到VM上的VirtualBox Guest Additions?

我在桌面上安装了最新版本的VirtualBox(4.3.4)。 我使用Vagrant来运行基于示例64位Ubuntu 12.04 LTS的虚拟机: http://files.vagrantup.com/precise64.box 每当我跑上vagrant up ,我得到以下警告: The guest additions on this VM do not match the installed version of VirtualBox! In most cases this is fine, but in rare cases it can cause things such as shared folders to not work properly. If you see shared folder errors, please update the guest additions […]

有没有办法克隆已经安装的stream浪箱子

我必须在其他电脑有相同的虚拟机,但我不想下载整个盒子,PHP的MySQL等… 我有一个盒子已经configuration的方式,我想在其他电脑上运行这个虚拟机。 当用户运行“vagrant up”时,机器应该启动而不下载任何东西。 有没有人有解决scheme?

Vagrant无法安装VirtualBox共享文件夹

目前的设置:与Vagrant 1.9.3的Virtualbox 5.1.20 以前的工作设置:带有Vagrant 1.9.3的Virtualbox 5.1.18 我安装了最新版本的Virtualbox,并试图启动我的虚拟机。 文件夹安装已停止工作。 相同的文件夹安装在Virtualbox 5.1.18中工作正常。 我收到以下错误信息: Vagrant无法安装VirtualBox共享文件夹。 这通常是因为文件系统“vboxsf”不可用。 该文件系统通过VirtualBox Guest Additions和内核模块提供。 请validation这些客人添加已正确安装在客人。 这不是一个stream浪者的错误,通常是由一个错误的stream浪者箱子造成的。 对于上下文,尝试的命令是: mount -t vboxsf -o uid=1000,gid=1000 keys /keys 该命令的错误输出是: mount: wrong fs type, bad option, bad superblock on keys, missing codepage or helper program, or other error In some cases useful info is found in syslog – […]

无法更改stream浪主文件夹内的文件夹的权限

当我进入我的stream浪vm时,我可以更改stream浪用户文件夹之上和之外的文件和文件夹以及stream浪用户文件夹内的文件的权限。 但不能更改stream浪者用户文件夹下的文件夹的权限。 无论是作为stream浪的用户还是root用户,我都有同样的问题。 在更改stream浪用户文件夹中的权限时是否存在某种限制? vagrant用户文件夹不与主机操作系统共享,但capistrano部署文件夹和docRoot是。 客人是CentOS 6,主机是OS X 10.7。 stream浪是1.0.5。 Virtualbox是4.2.1。