vagrant

  1. tommiie

    pkg upgrade itself automatically

    I want to configure my FreeBSD virtual machine with Ansible but run into the following issue: >vagrant provision ==> white: Running provisioner: ansible_local... white: Installing Ansible... The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the...
  2. C

    /usr/home/ became /home/ ?!?

    Having a tough time understanding something and can't figure out what happened. This morning an nfs share stopped working on my dev environment, it was working fine yesterday. After some head scratching, I relalized that my /home/ directory isn't a symlink to /usr/home/ anymore, it is a real...
  3. Andrew Pennebaker

    freebsd/FreeBSD-11.0-RELEASE vagrant box missing online

    Supposedly, a Vagrant box for FreeBSD v11.0-RELEASE is available online: https://app.vagrantup.com/freebsd/boxes/FreeBSD-11.0-RELEASE However, when I actually reference this box in a Vagrantfile, vagrant complains that the box is missing. Could someone reach out to the Vagrant box maintainers...
  4. manas

    Attempting to use Vagrant with VirtualBox backend but seeing errors

    Hello, I'm on FreeBSD 10.2-RELEASE. I am trying to start a vagrant box. This is the output from VAGRANT_LOG=debug vagrant up: https://friends.manas.ca/.log_files/vagrant_up.log vagrant up produces: Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box...
Back
Top