Code Monkey home page Code Monkey logo

Comments (4)

fnichol avatar fnichol commented on July 21, 2024

Yeah, I wish this were not still an issue--I take it you're running Vagrant 1.6.0 or later?

I have a tiny bit of background in an old blog post, but the only decent workaround I've settled on was to using version 1.5.4 of Vagrant with the VMware Fusion provider. The related issues are linked in the post.

Sorry this is still happening

349

from dvm.

sykesm avatar sykesm commented on July 21, 2024

@fnichol, I'm sort of working around the problem locally by using a modified snippet of the vmware config from the box's Vagrantfile in dvm's:

  ["vmware_fusion", "vmware_workstation"].each do |vmware|
    config.vm.provider vmware do |v, override|
      override.vm.box_url = "#{release_url}/boot2docker_vmware.box"

      # Copy config from box to work around config merging issue
      vagrant_home = ENV['VAGRANT_HOME'] || File.join(Dir.home, '.vagrant.d')
      v.vmx["bios.bootOrder"] = "CDROM,hdd"
      v.vmx["ide1:0.present"] = "TRUE"
      v.vmx["ide1:0.fileName"] = Dir.glob("#{vagrant_home}/boxes/boot2docker-#{b2d_version}/**/*vmware*/boot2docker-vagrant.iso").first
      v.vmx["ide1:0.deviceType"] = "cdrom-image"

      v.vmx["memsize"] = Integer(memory)
      v.vmx["numvcpus"] = Integer(cpus)
    end
  end

I'm happily running on Vagrant 1.6.3 with that modification. Perhaps it makes sense to make similar changes part of dvm?

from dvm.

zaps avatar zaps commented on July 21, 2024

At the risk of adding a "me too!" post, I can confirm that applying @sykesm's modification to my ~/.dvm/Vagrantfile worked like a charm on my Fusion 6/Vagrant 1.6.3 system.

from dvm.

rouge8 avatar rouge8 commented on July 21, 2024

This seems fixed with version 2.5.2 of the vagrant-vmware-fusion plugin. Works for me and also mitchellh/boot2docker-vagrant-box#48 (comment)

from dvm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.