Articles of virtualbox

虚拟机中的Visual Studio Profiler

我无法在虚拟机中使用Visual Studio分析器来分析任何应用程序。 我已经在工作中使用过Amazon EC2的虚拟机,在家中使用了Virtualbox,Vmware。 我也使用了AMD Codeanalyst分析器。 但是没有一个组合起作用。 有谁知道为什么它不工作? 我怎样才能使它工作 ? 你知道任何有效的分析器的作品吗?

virtualbox ftp挂在列表命令上

我有一个Windows 7 64位计算机上安装的虚拟盒,以Cent OS 5.5作为来宾操作系统。 我希望能够使用这些之间的FTP。 我在guest虚拟机操作系统上安装了vsftpd,guest虚拟机操作系统使用主机操作系统的nat连接来连接互联网。 到目前为止,我能够使用ftp(在filezilla中)连接到guest OS,但是在执行list命令之后,什么都不会发生,直到命令超时。 这发生在主动和被动模式。 我已经在vsftpd.conf文件中设置了pasv_min / max_port,列表已启用,端口在virtualbox中redirect。 此外,ftp_data_port设置为20.我也尝试设置pasv_address,但我必须将其设置为127.0.0.1,但比filezilla给了我这个: Command: PASV Response: 500 OOPS: bad family Command: PORT 127,0,0,1,139,204 Response: 500 OOPS: child died 有人可以帮我弄这个吗?

VirtualBox linux主机访问windows guest文件系统

我在运行virtualbox的Ubuntu 11.04,我有虚拟机上的Windows 7。 与Windows共享一个主机(linux)文件夹(guest)很容易。 如何从Linux(主机)访问Windows(guest)文件系统? 似乎没有办法通过virtualbox界面与linux共享windows文件夹。

GIT获取远程:SSH端口22(Ubuntu)超时

我有一个运行Ubuntu 9.10的Oracle VM VirtualBox,也是运行Ubuntu 9.10的一个物理DELL服务器 我可以使用putty连接到VM和DELL。 从任何我可以ssh到另一个,虽然使用IP地址。 ssh [email protected] 然后在这两台机器上,我有一个git repo设置:VM作为DELL的克隆 – 我设法成功地使用git clone [email protected]:/ path / to / repo / on / DELL 所以VM有DELL作为一个叫做origin的远程仓库 ,而DELL有VM作为叫做siteVM的远程仓库 我已经在虚拟机做了一些改变,并提交给他们。 但是,如果我尝试从DELL回购库中取回数据,我会得到以下结果: git fetch siteVM ssh: connect to host 192.169.1.X port 22: Connection timed out fatal: The remote end hung up unexpectedly 所以我迷路了 SSH工作正常,我将DELL repo克隆到虚拟机上,没有任何问题。 什么阻止SSH通过git获取工作? 更新:完全彻底地我自己愚蠢的错误。 我把我的git远程添加命令中的IP错误 – […]

如何使虚拟机上的DHCP服务器为其他虚拟机(在不同的物理机器上)提供服务?

我正在用VirtualBox和Opensusebuild立一个虚拟集群。 我有10个物理机器,每个需要几个vms。 虚拟机应该是在“私人”networking,但仍然可以访问互联网。 我被要求build立一个作为DHCP服务器的虚拟头节点。 我在虚拟头节点上安装了DHCP服务器,似乎有效。 在VirtualBox上,我将2个networking适配器设置为头节点,一个桥接适配器和一个内部networking。 一台虚拟机在同一台物理机器上已经被设置为内部networking适配器。 该vm可以得到IP地址(所以DHCP工作),但不能访问互联网。 我该怎么办? 具体来说,我应该select什么networking适配器VirtualBox的头节点和工作节点? 我应该在虚拟机上做什么?

“vagrant up”失败,出现“NS_ERROR_CALL_FAILED”错误

我正在遵循基本的“入门”指南: http : //docs.vagrantup.com/v2/getting-started/index.html 我运行vagrant init <etc>然后是vagrant up ,但是失败,出现“NS_ERROR_CALL_FAILED”错误。 然后通过启用VAGRANT_LOG=debug vagrant updebugging日志logging,我得到以下错误输出: ERROR vagrant: /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/driver/base.rb:316:in `execute' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/driver/version_4_2.rb:165:in `import' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/import.rb:15:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/handle_box_url.rb:72:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/check_accessible.rb:18:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/runner.rb:61:in `block in run' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/util/busy.rb:19:in `busy' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/runner.rb:61:in `run' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/call.rb:51:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builtin/config_validate.rb:25:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/plugins/providers/virtualbox/action/check_virtualbox.rb:17:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/warden.rb:34:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/builder.rb:116:in `call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.2.2/lib/vagrant/action/runner.rb:61:in `block in […]

VirtualBox虚拟机networking挂起由于以太网“重置适配器”

我使用以下设置在主机上创build了一个虚拟机: http : //pastebin.com/raw.php?i=sevF5V7Z 它已经运行了好几个月,但最近这个虚拟机失去了与外界的联系。 发生这种情况时,在/var/log/messageslogging了以下内容: 23:54:14.260088+02:00 foobar kernel: [11347792.392529] e1000 0000:00:03.0 eth0: Reset adapter 之后,每8分钟logging一次: INFO: task kworker/0:2:15934 blocked for more than 480 seconds. "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. kworker/0:2 D ffff88029fc132c0 0 15934 2 0x00000000 ffff8800d3373d20 0000000000000046 ffff8800d3370740 ffff8800d3373fd8 ffff8800d3373fd8 ffff8800d3373fd8 ffff8801175560c0 ffff8800d3370740 ffff88029fc132c0 ffff8800d3372000 ffff8800d3370740 00000000ffffffff Call Trace: [<ffffffff81596bf2>] schedule_preempt_disabled+0x22/0x30 […]

简约的Linux发行版的Virtualbox?

我想在我的XP开发机器上运行一些Linux的东西,这在Windows专用版本中显然不太适用。 如果我担心硬盘和RAM的使用情况,在Virtualbox上安装什么是合适的Linux发行版? 我不需要任何Gnome或graphics界面 谢谢

在Windows 7中完全自动安装virtualbox工具

我正在做一个无人值守安装的Windows。 部分原因是由于Autounattend.xml的以下条目,安装了由安装程序运行的virtualbox guest添加项: <?xml version="1.0" encoding="utf-8"?> <unattend xmlns="urn:schemas-microsoft-com:unattend"> … <settings pass="oobeSystem"> … <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="NonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> … <FirstLogonCommands> <SynchronousCommand> <Order>30</Order> <Description>VirtualBox Additions</Description> <CommandLine>F:\VBoxWindowsAdditions-x86.exe /S</CommandLine> </SynchronousCommand> … 它运行良好,没有GUI安装。 但是,两个窗口popup询问是否安装两个设备驱动程序。 这对自动化安装来说不是一个好兆头。 有没有办法强制win7接受驱动程序,或者我可以设置一个registry键让它相信他们?

VirtualBox,使用nat上传速度慢

我在Ubuntu 12.04服务器(主机)上运行Virtualbox,并以guest虚拟机操作系统运行Windows 7。 我正在使用(虚拟)英特尔PRO / 1000 MT网卡。 使用nat和桥接networking设置,我可以获得良好的networking性能,但使用nat上传速度非常慢。 我把这个绑在了不同的服务器上,一个新的,一个几岁的,都给出了同样的结果。 如果你能解释这种行为或有进一步的testing的想法,我可以执行,请让我知道。