jjzjj

vagrant-plugin

全部标签

windows - Qt Creator 在Windows 10 上无法打开 "no Qt platform plugin could be initialized"

我从我的SurfacePro4中删除了Qt并重新安装它,因为它似乎无法找到QtQuick控件和其他qml相关模块。执行安装程序后,我尝试打开qtcreator并收到此消息ThisapplicationfailedtostartbecausenoQtplatformplugincouldbeinitialized.Reinstallingtheapplicationmayfixthisproblem.Availableplatformpluginsare:direct2d,minimal,offscreen,windows 最佳答案

windows - 使用 vagrant up 时如何设置不同的磁盘?

我在Windows7上使用Vagrant。在我运行vagrantup之后,我展示了:Progressstate:VBOX_E_FILE_ERRORVBoxManage.exe:error:ApplianceimportfailedVBoxManage.exe:error:Couldnotcreatetheclonemedium'L:\VirtualBoxVMs\ubuntu-cloudimg-trusty-vagrant-amd64\box-disk1.vmdk'.VBoxManage.exe:error:VMDK:couldnotcreatenewgraindirectoryin'L

windows - USB 设备在 Vagrant 中不可见

我试图在Vagrant(操作系统:Windows10)中创建可见的USB设备,这就是我将这两行添加到Vagrant文件的原因vb.customize['modifyvm',:id,'--usb','on']#Provider-specificconfigurationsoyoucanfine-tunevarious#backingprovidersforVagrant.Theseexposeprovider-specificoptions.#ExampleforVirtualBox:config.vm.provider"virtualbox"do|vb|##DisplaytheVirt

windows - Windows 下 Puppet/Vagrant 中的颜色编码?

当运行Puppet/Vagrant并应用list时,输出是彩色编码的,除洋红色的错误外,一切都是青色。vagrantup问题:但是在Windows上,没有颜色编码,所有内容都是黑色背景上的白色字体。有没有办法打开颜色编码? 最佳答案 检查您的TERM变量:“echo$TERM”。如果您在Windows中使用putty,请“exportTERM=putty”。 关于windows-Windows下Puppet/Vagrant中的颜色编码?,我们在StackOverflow上找到一个类似的问

windows - 如何在 Windows 上的 Vagrant 中使用 rsync 共享文件夹?

我想使用Vagrant在本地开发WordPress网站(主机:Windows864位;访客:Ubuntu12.04LTS)。我正在使用ChrisWiegman的PrimaryVagrant(Apache版本的VVV)我让它运行起来了,但是一旦我添加了我的所有文件,网站就运行得非常慢。经过研究,我猜这是因为共享文件夹运行缓慢。thisblogpostontheVagrantwebsite中提到的解决方法,就是使用rsync。尽管他们没有关于如何在Windows上运行rsync的说明,但我遇到了thisarticle推荐免费版本的cwrsync。我还必须添加路径环境变量,以便rsync在W

windows - Vagrant laravel homestead 的代理问题

我正在尝试在WindowsPC上使用Laravelhomestead,并在代理后面使用Vagrant。我正在使用“vagrant-proxyconf”并使用代理详细信息更新了我的vagrantfileVagrant.configure("2")do|config|ifVagrant.has_plugin?("vagrant-proxyconf")config.proxy.http="http://$my_account:$my_password@yproxyserver.com.au:8080"config.proxy.https="http://$my_account:$my_pas

windows - vagrant - 不断同步文件夹设置

我正在尝试使用virtualbox在我的windows10上构建一个centos7虚拟机。我正在使用cento/7盒子。它默认使用rsync同步文件夹,我不太喜欢它,因为我必须打开一个额外的cmd才能运行vagrantrsync-auto以进行持续同步。我尝试使用nfs但没有成功。这是我的vagrantfile。Vagrant.configure(2)do|config|config.vm.box="centos/7"config.vm.synced_folder".","/home/vagrant/sync",type:"nfs"end当我尝试运行它时。它给了我这个。Failedto

windows - Tomcat8 无法在 Windows 主机上的 VirtualBox Vagrant 中的 Ubuntu 16.04 中启动

我对vagrant不是很熟悉,我有一个Ubuntu16.04的图像,其中包含一个可以设置和运行tomcat8服务器应用程序的脚本。我去一台windows主机上设置,每次tomcat服务都启动失败。运行ansibleplaybook的结果是:TASK[Restarttomcat]**********************************************************fatal:[localhost]:FAILED!=>{"changed":true,"cmd":"servicetomcat8restart","delta":"0:00:00.046020","

windows - 在 Windows 7 主机上使用事件的 VPN 连接启动时,vagrant provisioned virtualbox 无法访问互联网

我在设置开发虚拟机时遇到网络问题宿主环境为:Windows7x64Vagrant1.7.2Virtualbox4.3.20r96997具有活跃的WLAN互联网连接可以连接到VPNVagrantfile中的相关部分是:ENV['VAGRANT_DEFAULT_PROVIDER']='virtualbox'Vagrant.configure(2)do|config|config.vm.box="ubuntu/trusty64"config.vm.define'crm'do|node|node.vm.network:private_network,ip:'192.168.56.2'enden

windows - 使用 cygwin 时 vagrant up "Error: Could not create directory '/home/username/.ssh'"

使用vagrant1.8.1,当尝试为已经初始化的盒子执行“vagrantup--providervirtualbox”时,我得到一个“错误:无法创建目录‘/home/用户名/.ssh'."按照此处的说明-https://atlas.hashicorp.com/centos/boxes/7the以下:命令:vagrantinitcentos/7;vagrantup--providervirtualbox输出:Therewasanerrorwhenattemptingtorsyncasyncedfolder.Pleaseinspecttheerrormessagebelowformore