vagrant

  1. E

    Creating a ubuntu vm using Parallels Pro with Vagrant and Ansible with a HD size of 128GB

    I am using Vagrant and Ansible to create a ubuntu vm in parallels pro. I want the hd for the ubuntu vm to be 128gb. My folder structure is: $ tree ubuntu ubuntu ├── ansible │ ├──...
  2. R

    Help with "No usable default provider could be found for your system."

    I'm running: Parallel Desktop 19 MacOS 14.4.1 MBP M2 I had installed Vagrant and got a succesful set up of a CentOS9 and Ubuntu 22.04 boxes. They were running great! I could get them to come up and connect, suspend them, etc. I started this because, for a project at work, one of the...
  3. W

    Vagrant, first shared network card and fixed ip address

    Hi, Vagrant uses the first shared network nic and is getting an ip address from the internal dhcp server. Is it possible to set a fixed ip address on that first shared network nic? If not, can I add a second shared network nic with a fixed ip address? If so, is there an example how? Thanks!
  4. A

    Cannot run multiple Laravel Homestead boxes

    Hi, I cannot get a second box to come up if one is already running. I'm using Laravel Homestead (which is using Laravel Settler as a box "provider" and that in turn seems to be based on the bento ubuntu image of ubuntu 20.04.05, box is called `laravel/homestead-arm`) with a local install on 2...
  5. B

    Parallels 18 vagrant multi-machine issues

    I'm currently running the eval version of Parallels 18 Desktop Pro after moving to Macbook Pro M2 from Intel based Macbook. I'm running into several issues with the parallels provider for Vagrant when using multi-machine configuration. I've reset all settings in Parallels - everything should...
  6. E

    Parallels virtualization platform

    Parallels Provider for Vagrant is a plugin for Vagrant, a popular open-source tool for building and managing virtual machine environments. It allows users to create and manage virtual machines on the Parallels virtualization platform, making it easier to build and test software.
  7. D

    Stuck on "Installing Parallels Tools"

    Hello! I'm on a Mac Monterey 12.4 with Vagrant (Homestead for Laravel projects), Parallels Desktop 17.1.4. Upon booting up the VM I got this message that the Parallels Tools is outdated - screenshot so I opened the Parallels Desktop UI and clicked on the orange "!" which said "Update Parallels...
  8. N

    ssh port forwarding is ignored

    Hello there, I've been using vagrant for several years with VirtualBox, and I usually create a port forward for ssh service, which is convenient to do a lot of things, including accessing a VM from a remote machine. It still works without any problem today, with VirtualBox as a provider. Today...
  9. A

    Packer build errors

    I am trying to build a Windows 10 Vagrant box for Parallels using Packer via Stefan Scherer https://github.com/StefanScherer/packer-windows templates. I can successfully build boxes for VirtualBox but when I try to build for Parallels I get the following error: ``` $ packer build...
  10. A

    How to change the hypervisor to Apple in Vagrant

    Hi there! I wish to use the Apple hypervisor. I can do this manually from the interface, but I want to set this up on Vagrant. How do I do it? There's no mention of this on the official documentation. Thanks in advance!
  11. D

    bento/centos7.6 rebooting loses shared folders

    I see there are some threads about shared_folders, but they aren't clear that the synced folders should still map correctly when the linux box is restarted. I have: config.vm.synced_folder "../", "/var/www/vhosts" set in my Vagrant file, but when I restart the box from the terminal, when I...
  12. B

    Vagrant will not start after upgrading MacOS to 10.14.5

    I updated my MacOS to 10.14.5 today and now when I try to start Vagrant I get the error below. "There was an error while command execution. The command and stderr is shown below. Command: ["/usr/local/bin/prlsrvctl", "net", "set", "Shared", "--connect-host-to-net", "on"] Stderr: Failed to...
  13. A

    "VT-x not available" when attempting to launch a Vagrant VM in Virtualbox in Parallels Mac VM

    I have a Parallels VM running Mojave 10.14.2 and I'm trying to run a Vagrant VM via Virtualbox within this Mac VM. Whenever I try to launch the Vagrant VM, Virtualbox fails with the error "VT-x is not available." After looking though different documentation, including...
  14. F

    Synced folder hard link

    I'm trying to make a buildroot 2017.11 distribution with parallels/ubuntu-16.04 I'm stuck at a step in which it would create a hardlink. ---------------------------------------------------------------------- Libraries have been installed in...
  15. P

    Parallels 13 and Vagrant Problem

    Hi There, Can I use Parallels 13 Pro and the Vagrant provider was following steps below from the URL below have hit a snag. https://parallels.github.io/vagrant-parallels/docs/installation/ I get the following error I have looked in this Log...
Back
Top