Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrading to 1.5.4 problem: vagrant up gives error downloading file #3589

Closed
lmcardle opened this issue Apr 30, 2014 · 33 comments
Closed

upgrading to 1.5.4 problem: vagrant up gives error downloading file #3589

lmcardle opened this issue Apr 30, 2014 · 33 comments

Comments

@lmcardle
Copy link

I have been using vagrant with no issues for a long time. All of a sudden though, I am not able to run vagrant up, right after running vagrant init . When I run vagrant up I get the error:

"An error occurred while downloading the remote file. The error message, if any, is reproduced below. Please fix this error and try again."

No other error message is given.

Everything works fine with boxes that are already added to vagrant. however, even that, I get the same error when I try to add new boxes to vagrant: i.e vagrant box add --name someName

Any thoughts on what might have gone wrong? The only change I made was upgrading to the latest version of vagrant, 1.5.4. I tried uninstalling and re-installing an earlier version, but I still have the same issue. I never had this issue prior to installing 1.5.4.

@lmcardle lmcardle changed the title vagrant up gives error downloading file upgrading to 1.5.4 problem: vagrant up gives error downloading file Apr 30, 2014
@kikitux
Copy link
Contributor

kikitux commented Apr 30, 2014

On Thu, May 1, 2014 at 8:57 AM, Liam notifications@github.com wrote:

vagrant box add

whats the actual full command you typed?

can you try like vagrant box add name http://

?

@lmcardle
Copy link
Author

I can not do something simple like this:
$ vagrant init http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_ubuntu-10.04_chef-provisionerless.box
A Vagrantfile has been placed in this directory. You are now
ready to vagrant up your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
vagrantup.com for more information on using Vagrant.

That looks good...however, when I run vagrant up, this is what I get:

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_ubuntu-10.04_chef-provisionerless.box' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Adding box 'http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_ubuntu-10.04_chef-provisionerless.box' (v0) for provider: virtualbox
default: Downloading: http://opscode-vm-bento.s3.amazonaws.com/vagrant/vmware/opscode_ubuntu-10.04_chef-provisionerless.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

@mitchellh
Copy link
Contributor

Can you please attach a debug log?

@mitchellh
Copy link
Contributor

Ah.

@lmcardle
Copy link
Author

Any box I do that to causes the same error

@mitchellh
Copy link
Contributor

You need to do vagrant init name URL, you're missing one parameter.

@lmcardle
Copy link
Author

Still getting an error, when not using a URL:

$ vagrant init myBox ~/Downloads/my_base_box.box
A Vagrantfile has been placed in this directory. You are now
ready to vagrant up your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
vagrantup.com for more information on using Vagrant.

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'myBox' could not be found. Attempting to find and install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Adding box 'myBox' (v0) for provider: virtualbox
default: Downloading: file:///Users/212397778/Downloads/my_base_box.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

@lmcardle
Copy link
Author

Similar thing happens when I try to add a box to vagrant:

$ vagrant box add ~/Downloads/my_base_box.box --name MyNewBox
==> box: Adding box 'MyNewBox' (v0) for provider:
box: Downloading: file:///Users/212397778/Downloads/my_base_box.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

@mitchellh
Copy link
Contributor

Debug log

@lmcardle
Copy link
Author

vagrant up --debug
INFO global: Vagrant version: 1.5.4
INFO global: Ruby version: 2.0.0
INFO global: RubyGems version: 2.0.14
INFO global: VAGRANT_EXECUTABLE="/Applications/Vagrant/bin/../embedded/gems/gems/vagrant-1.5.4/bin/vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/Applications/Vagrant/bin/../embedded"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_DETECTED_OS="Darwin"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1"
INFO global: VAGRANT_LOG="debug"
INFO global: Plugins:
INFO global: - bundler = 1.5.3
INFO global: - i18n = 0.6.9
INFO global: - log4r = 1.1.10
INFO global: - micromachine = 1.1.0
INFO global: - mime-types = 2.2
INFO global: - rest-client = 1.6.7
INFO global: - vagrant-login = 1.0.1
INFO global: - vagrant-share = 1.0.1
INFO global: - vagrant-vbguest = 0.10.0
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/box/plugin.rb
INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/destroy/plugin.rb
INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/halt/plugin.rb
INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/help/plugin.rb
INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/init/plugin.rb
INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/list-commands/plugin.rb
INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/package/plugin.rb
INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/plugin/plugin.rb
INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/provision/plugin.rb
INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/reload/plugin.rb
INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/resume/plugin.rb
INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/ssh/plugin.rb
INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/ssh_config/plugin.rb
INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/status/plugin.rb
INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/suspend/plugin.rb
INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/up/plugin.rb
INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/communicators/ssh/plugin.rb
INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/arch/plugin.rb
INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/coreos/plugin.rb
INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/darwin/plugin.rb
INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/debian/plugin.rb
INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/esxi/plugin.rb
INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/fedora/plugin.rb
INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/funtoo/plugin.rb
INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/linux/plugin.rb
INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/netbsd/plugin.rb
INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/omnios/plugin.rb
INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/openbsd/plugin.rb
INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/pld/plugin.rb
INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/redhat/plugin.rb
INFO manager: Registered plugin: RedHat guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/smartos/plugin.rb
INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/solaris/plugin.rb
INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/solaris11/plugin.rb
INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/suse/plugin.rb
INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/tinycore/plugin.rb
INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/ubuntu/plugin.rb
INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/arch/plugin.rb
INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/bsd/plugin.rb
INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/linux/plugin.rb
INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/null/plugin.rb
INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/opensuse/plugin.rb
INFO manager: Registered plugin: OpenSUSE host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/slackware/plugin.rb
INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/windows/plugin.rb
INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/kernel_v1/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/kernel_v2/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/providers/hyperv/plugin.rb
INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/providers/virtualbox/plugin.rb
INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/ansible/plugin.rb
INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/cfengine/plugin.rb
INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/chef/plugin.rb
INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/docker/plugin.rb
INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/file/plugin.rb
INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/puppet/plugin.rb
INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/salt/plugin.rb
INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/shell/plugin.rb
INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/synced_folders/nfs/plugin.rb
INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/synced_folders/rsync/plugin.rb
INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/synced_folders/smb/plugin.rb
INFO manager: Registered plugin: SMB synced folders
INFO global: Loading plugins!
INFO manager: Registered plugin: vagrant-login
INFO manager: Registered plugin: vagrant-share
INFO manager: Registered plugin: vagrant-vbguest
INFO vagrant: vagrant invoked: ["up", "--debug"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#Vagrant::Environment:0x000001020e9540)
INFO environment: - cwd: /Users/212397778/Predix/TEST_VAGRANT
INFO environment: Home path: /Users/212397778/.vagrant.d
INFO environment: Local data path: /Users/212397778/Predix/TEST_VAGRANT/.vagrant
DEBUG environment: Creating: /Users/212397778/Predix/TEST_VAGRANT/.vagrant
INFO environment: Running hook: environment_plugins_loaded
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x000001009aca08
INFO environment: Running hook: environment_load
INFO loader: Set :root = #Pathname:/Users/212397778/Predix/TEST_VAGRANT/Vagrantfile
DEBUG loader: Populating proc cache for #Pathname:/Users/212397778/Predix/TEST_VAGRANT/Vagrantfile
DEBUG loader: Load procs for pathname: /Users/212397778/Predix/TEST_VAGRANT/Vagrantfile
INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
INFO host: Autodetecting host type for [#<Vagrant::Environment: /Users/212397778/Predix/TEST_VAGRANT>]
DEBUG host: Trying: arch
DEBUG host: Trying: freebsd
DEBUG host: Trying: gentoo
DEBUG host: Trying: opensuse
DEBUG host: Trying: redhat
DEBUG host: Trying: slackware
DEBUG host: Trying: bsd
INFO host: Detected: bsd!
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x00000101328d98
INFO cli: CLI: [] "up" ["--"]
DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command ["--"]
DEBUG command: 'Up' each target VM...
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command: -- names: []
DEBUG command: -- options: {:provider=>nil}
DEBUG command: Loading all machines...
INFO environment: Getting machine: default (virtualbox)
INFO environment: Uncached load of machine.
INFO loader: Set "2164287800_machine_default" = []
INFO loader: Loading configuration in order: [:home, :root, "2164287800_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
INFO box_collection: Box not found: myBox (virtualbox)
INFO machine: Initializing machine: default
INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider
INFO machine: - Box:
INFO machine: - Data dir: /Users/212397778/Predix/TEST_VAGRANT/.vagrant/machines/default/virtualbox
DEBUG virtualbox: Instantiating the driver for machine ID: nil
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.6r91406
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
INFO base: VBoxManage path: VBoxManage
INFO command: With machine: default (#<VagrantPlugins::ProviderVirtualBox::Provider:0x0000010131b490 @logger=#<Log4r::Logger:0x0000010131b440 @FullName="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x0000010106bcb8 @FullName="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000001009408f8 @mon_owner=nil, @mon_count=0, @mon_mutex=#Mutex:0x00000100940790, @name="stderr", @Level=0, @Formatter=#<Log4r::DefaultFormatter:0x00000100824fc8 @Depth=7>, @out=#IO:>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000010106bb50 @Level=0, @outputters=[]>, @Level=1, @trace=false>, @Level=1, @trace=false>, @machine=#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>, @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Meta:0x00000101370d78 @logger=#<Log4r::Logger:0x00000100844c60 @FullName="vagrant::provider::virtualbox::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant::provider::virtualbox", @parent=#<Log4r::Logger:0x0000010131b440 @FullName="vagrant::provider::virtualbox", @outputters=[], @additive=true, @name="virtualbox", @path="vagrant::provider", @parent=#<Log4r::Logger:0x0000010106bcb8 @FullName="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000001009408f8 @mon_owner=nil, @mon_count=0, @mon_mutex=#Mutex:0x00000100940790, @name="stderr", @Level=0, @Formatter=#<Log4r::DefaultFormatter:0x00000100824fc8 @Depth=7>, @out=#IO:>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000010106bb50 @Level=0, @outputters=[]>, @Level=1, @trace=false>, @Level=1, @trace=false>, @Level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil, @Version="4.3.6", @driver=#<VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3:0x0000010120fa60 @logger=#<Log4r::Logger:0x000001020d97a8 @FullName="vagrant::provider::virtualbox_4_3", @outputters=[], @additive=true, @name="virtualbox_4_3", @path="vagrant::provider", @parent=#<Log4r::Logger:0x0000010106bcb8 @FullName="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000001009408f8 @mon_owner=nil, @mon_count=0, @mon_mutex=#Mutex:0x00000100940790, @name="stderr", @Level=0, @Formatter=#<Log4r::DefaultFormatter:0x00000100824fc8 @Depth=7>, @out=#IO:>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000010106bb50 @Level=0, @outputters=[]>, @Level=1, @trace=false>, @Level=1, @trace=false>, @interrupted=false, @vboxmanage_path="VBoxManage", @uuid=nil>>, @cap_logger=#<Log4r::Logger:0x000001020f1a38 @FullName="vagrant::capability_host::vagrantplugins::providervirtualbox::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=#<Log4r::Logger:0x0000010106bcb8 @FullName="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000001009408f8 @mon_owner=nil, @mon_count=0, @mon_mutex=#Mutex:0x00000100940790, @name="stderr", @Level=0, @Formatter=#<Log4r::DefaultFormatter:0x00000100824fc8 @Depth=7>, @out=#IO:>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000010106bb50 @Level=0, @outputters=[]>, @Level=1, @trace=false>, @Level=1, @trace=false>, @cap_host_chain=[[:virtualbox, #<#Class:0x0000010098c2f8:0x00000100997e00>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:hyperv=>#<Vagrant::Registry:0x0000010098c0f0 @Items={:public_address=>#Proc:0x000001030b1c48@/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/providers/hyperv/plugin.rb:25}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x000001020f00e8 @Items={:forwarded_ports=>#Proc:0x000001010dc3a0@/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/providers/virtualbox/plugin.rb:27, :public_address=>#Proc:0x00000101196b38@/Applications/Vagrant/embedded/gems/gems/vagrant-share-1.0.1/lib/vagrant-share.rb:39}, @results_cache={}>}>)
INFO interface: info: Bringing machine 'default' up with 'virtualbox' provider...
Bringing machine 'default' up with 'virtualbox' provider...
INFO batch_action: Enabling parallelization by default.
INFO batch_action: Disabling parallelization because provider doesn't support it: virtualbox
INFO batch_action: Batch action will parallelize: false
INFO batch_action: Starting action: #Vagrant::Machine:0x0000010211b8b0 up {:destroy_on_error=>true, :parallel=>true, :provision_ignore_sentinel=>false, :provision_types=>nil}
INFO machine: Calling action: up on provider VirtualBox (new VM)
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x0000010094e020
INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x000001030b3688
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "--version"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: 4.3.6r91406
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for VirtualBox version: 4.3.6
INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3
INFO base: VBoxManage path: VBoxManage
INFO subprocess: Starting process: ["/usr/bin/VBoxManage", "list", "hostonlyifs"]
DEBUG subprocess: Command not in installer, not touching env vars.
DEBUG subprocess: Selecting on IO
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
INFO warden: Calling IN action: #Vagrant::Action::Builtin::Call:0x000001030b3610
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x00000103112638
INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000010311bbc0
INFO warden: Calling OUT action: #VagrantPlugins::ProviderVirtualBox::Action::Created:0x0000010311bbc0
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: #Vagrant::Action::Warden:0x000001013237f8
INFO warden: Calling IN action: #<Proc:0x0000010139bf28@/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/warden.rb:94 (lambda)>
INFO warden: Calling IN action: #Vagrant::Action::Builtin::HandleBox:0x000001013236e0
INFO interface: output: Box 'myBox' could not be found. Attempting to find and install...
INFO interface: output: ==> default: Box 'myBox' could not be found. Attempting to find and install...
==> default: Box 'myBox' could not be found. Attempting to find and install...
INFO interface: detail: Box Provider: virtualbox
INFO interface: detail: default: Box Provider: virtualbox
default: Box Provider: virtualbox
INFO interface: detail: Box Version: >= 0
INFO interface: detail: default: Box Version: >= 0
default: Box Version: >= 0
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x00000101403d08
INFO warden: Calling IN action: #Vagrant::Action::Builtin::BoxAdd:0x000001008fed18
INFO environment: Running hook: authenticate_box_url
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 3 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x00000101070768
INFO warden: Calling IN action: #VagrantPlugins::Login::ActionAuthenticateBox:0x0000010319ab28
INFO warden: Calling OUT action: #VagrantPlugins::Login::ActionAuthenticateBox:0x0000010319ab28
INFO box_add: Downloading box: file:/Users/212397778/Downloads/my_base_box.box => /Users/212397778/.vagrant.d/tmp/boxe038f9afea5e48e758067998376cbd7028f18fc1
INFO interface: output: Adding box 'myBox' (v0) for provider: virtualbox
INFO interface: output: ==> default: Adding box 'myBox' (v0) for provider: virtualbox
==> default: Adding box 'myBox' (v0) for provider: virtualbox
INFO box_collection: Box not found: myBox (virtualbox)
INFO box_add: Downloading box: file:///Users/212397778/Downloads/my_base_box.box => /Users/212397778/.vagrant.d/tmp/box93f1eeca2f2fd47b4c4a95dc8412586432103889
INFO interface: detail: Downloading: file:///Users/212397778/Downloads/my_base_box.box
INFO interface: detail: default: Downloading: file:///Users/212397778/Downloads/my_base_box.box
default: Downloading: file:///Users/212397778/Downloads/my_base_box.box
INFO downloader: Downloader starting download:
INFO downloader: -- Source: file:///Users/212397778/Downloads/my_base_box.box
INFO downloader: -- Destination: /Users/212397778/.vagrant.d/tmp/box93f1eeca2f2fd47b4c4a95dc8412586432103889
INFO subprocess: Starting process: ["/Applications/Vagrant/bin/../embedded/bin/curl", "--fail", "--location", "--max-redirs", "10", "--user-agent", "Vagrant/1.5.4", "--continue-at", "-", "--output", "/Users/212397778/.vagrant.d/tmp/box93f1eeca2f2fd47b4c4a95dc8412586432103889", "file:///Users/212397778/Downloads/my_base_box.box"]
INFO subprocess: Command in the installer. Specifying DYLD_LIBRARY_PATH...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: dyld: Symbol not found: _iconv
Referenced from: /usr/lib/libcups.2.dylib
Expected in: /applications/vagrant/bin/../embedded/lib/libiconv.2.dylib
in /usr/lib/libcups.2.dylib
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 5
WARN downloader: Downloader exit code: 5

DEBUG box_add: Deleting temporary box:
ERROR warden: Error occurred: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
ERROR warden: Error occurred: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

INFO warden: Beginning recovery process...
INFO warden: Calling recover: #Vagrant::Action::Builtin::Call:0x000001030b3610
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO warden: Recovery complete.
INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO environment: Running hook: environment_unload
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x0000010216f758
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::DownloaderError: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

ERROR vagrant: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

ERROR vagrant: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/util/downloader.rb:179:in execute_curl' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/util/downloader.rb:124:indownload!'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:437:in download' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:325:inblock in box_add'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:317:in each' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:317:inbox_add'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:136:in add_direct' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:112:incall'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/warden.rb:34:in call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builder.rb:116:incall'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runner.rb:69:in block in run' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/util/busy.rb:19:inbusy'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runner.rb:69:in run' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/handle_box.rb:78:inhandle_box'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/handle_box.rb:42:in block in call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/handle_box.rb:36:insynchronize'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/handle_box.rb:36:in call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/warden.rb:34:incall'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/warden.rb:95:in block in finalize_action' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/warden.rb:34:incall'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/warden.rb:34:in call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builder.rb:116:incall'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runner.rb:69:in block in run' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/util/busy.rb:19:inbusy'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runner.rb:69:in run' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/call.rb:51:incall'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/warden.rb:34:in call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/providers/virtualbox/action/check_virtualbox.rb:17:incall'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/warden.rb:34:in call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builder.rb:116:incall'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runner.rb:69:in block in run' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/util/busy.rb:19:inbusy'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runner.rb:69:in run' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/machine.rb:157:inaction'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/batch_action.rb:72:in `block (2 levels) in run'
INFO interface: error: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

INFO interface: Machine: error-exit ["Vagrant::Errors::DownloaderError", "An error occurred while downloading the remote file. The error\nmessage, if any, is reproduced below. Please fix this error and try\nagain.\n\n"]

@mitchellh
Copy link
Contributor

You're getting this weirdness:

DEBUG subprocess: stderr: dyld: Symbol not found: _iconv

That is odd. You tried removing all of /Applications/Vagrant and re-installing?

@lmcardle
Copy link
Author

I did...tried reinstalling earlier version as well as latest version...no change.

@lmcardle
Copy link
Author

lmcardle commented May 1, 2014

Yea, I just tried it again...removed the whole /Applications/Vagrant folder, removed the /usr/bin/vagrant file. Then I downloaded a new version of Vagrant, installed it, and I still get the error. It is really odd, as I have been using vagrant for over a year and never any problems like this.

@mitchellh
Copy link
Contributor

Super weird. What version of OS X is this?

@lmcardle
Copy link
Author

lmcardle commented May 1, 2014

10.9.2

@lmcardle
Copy link
Author

lmcardle commented May 1, 2014

Totally frustrating. I tried downloading a brand new box (http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-10.04_chef-provisionerless.box) and get the same issue

$ vagrant box add opscode_ubuntu-10.04_chef-provisionerless.box --name OpscodeUbuntu
==> box: Adding box 'OpscodeUbuntu' (v0) for provider:
box: Downloading: file:///Users/212397778/Downloads/opscode_ubuntu-10.04_chef-provisionerless.box
An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

$ vagrant box add opscode_ubuntu-10.04_chef-provisionerless.box --name OpscodeUbuntu --debug
INFO global: Vagrant version: 1.5.4
INFO global: Ruby version: 2.0.0
INFO global: RubyGems version: 2.0.14
INFO global: VAGRANT_EXECUTABLE="/Applications/Vagrant/bin/../embedded/gems/gems/vagrant-1.5.4/bin/vagrant"
INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/Applications/Vagrant/bin/../embedded"
INFO global: VAGRANT_INSTALLER_VERSION="2"
INFO global: VAGRANT_DETECTED_OS="Darwin"
INFO global: VAGRANT_INSTALLER_ENV="1"
INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1"
INFO global: VAGRANT_LOG="debug"
INFO global: Plugins:
INFO global: - bundler = 1.5.3
INFO global: - i18n = 0.6.9
INFO global: - log4r = 1.1.10
INFO global: - micromachine = 1.1.0
INFO global: - mime-types = 2.2
INFO global: - rest-client = 1.6.7
INFO global: - vagrant-login = 1.0.1
INFO global: - vagrant-share = 1.0.1
INFO global: - vagrant-vbguest = 0.10.0
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/box/plugin.rb
INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/destroy/plugin.rb
INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/halt/plugin.rb
INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/help/plugin.rb
INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/init/plugin.rb
INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/list-commands/plugin.rb
INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/package/plugin.rb
INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/plugin/plugin.rb
INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/provision/plugin.rb
INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/reload/plugin.rb
INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/resume/plugin.rb
INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/ssh/plugin.rb
INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/ssh_config/plugin.rb
INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/status/plugin.rb
INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/suspend/plugin.rb
INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/up/plugin.rb
INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/communicators/ssh/plugin.rb
INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/arch/plugin.rb
INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/coreos/plugin.rb
INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/darwin/plugin.rb
INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/debian/plugin.rb
INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/esxi/plugin.rb
INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/fedora/plugin.rb
INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/funtoo/plugin.rb
INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/linux/plugin.rb
INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/netbsd/plugin.rb
INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/omnios/plugin.rb
INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/openbsd/plugin.rb
INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/pld/plugin.rb
INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/redhat/plugin.rb
INFO manager: Registered plugin: RedHat guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/smartos/plugin.rb
INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/solaris/plugin.rb
INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/solaris11/plugin.rb
INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/suse/plugin.rb
INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/tinycore/plugin.rb
INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/guests/ubuntu/plugin.rb
INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/arch/plugin.rb
INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/bsd/plugin.rb
INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/freebsd/plugin.rb
INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/gentoo/plugin.rb
INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/linux/plugin.rb
INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/null/plugin.rb
INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/opensuse/plugin.rb
INFO manager: Registered plugin: OpenSUSE host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/redhat/plugin.rb
INFO manager: Registered plugin: Red Hat host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/slackware/plugin.rb
INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/hosts/windows/plugin.rb
INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/kernel_v1/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/kernel_v2/plugin.rb
INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/providers/hyperv/plugin.rb
INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/providers/virtualbox/plugin.rb
INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/ansible/plugin.rb
INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/cfengine/plugin.rb
INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/chef/plugin.rb
INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/docker/plugin.rb
INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/file/plugin.rb
INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/puppet/plugin.rb
INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/salt/plugin.rb
INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/provisioners/shell/plugin.rb
INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/synced_folders/nfs/plugin.rb
INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/synced_folders/rsync/plugin.rb
INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/synced_folders/smb/plugin.rb
INFO manager: Registered plugin: SMB synced folders
INFO global: Loading plugins!
INFO manager: Registered plugin: vagrant-login
INFO manager: Registered plugin: vagrant-share
INFO manager: Registered plugin: vagrant-vbguest
INFO vagrant: vagrant invoked: ["box", "add", "opscode_ubuntu-10.04_chef-provisionerless.box", "--name", "OpscodeUbuntu", "--debug"]
DEBUG vagrant: Creating Vagrant environment
INFO environment: Environment initialized (#Vagrant::Environment:0x00000100b69210)
INFO environment: - cwd: /Users/212397778/Downloads
INFO environment: Home path: /Users/212397778/.vagrant.d
WARN environment: No local data path is set. Local data cannot be stored.
INFO environment: Running hook: environment_plugins_loaded
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x00000100c52cf8
INFO environment: Running hook: environment_load
INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Configuration loaded successfully, finalizing and returning
INFO host: Autodetecting host type for [#<Vagrant::Environment: /Users/212397778/Downloads>]
DEBUG host: Trying: arch
DEBUG host: Trying: freebsd
DEBUG host: Trying: gentoo
DEBUG host: Trying: opensuse
DEBUG host: Trying: redhat
DEBUG host: Trying: slackware
DEBUG host: Trying: bsd
INFO host: Detected: bsd!
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x00000100d3b9a8
INFO cli: CLI: [] "box" ["add", "opscode_ubuntu-10.04_chef-provisionerless.box", "--name", "OpscodeUbuntu", "--"]
DEBUG cli: Invoking command class: VagrantPlugins::CommandBox::Command::Root ["add", "opscode_ubuntu-10.04_chef-provisionerless.box", "--name", "OpscodeUbuntu", "--"]
DEBUG root: Invoking command class: VagrantPlugins::CommandBox::Command::Add ["opscode_ubuntu-10.04_chef-provisionerless.box", "--name", "OpscodeUbuntu", "--"]
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x00000100c23d18
INFO warden: Calling IN action: #Vagrant::Action::Builtin::BoxAdd:0x00000100cd04f0
INFO environment: Running hook: authenticate_box_url
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 3 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x00000100d404f8
INFO warden: Calling IN action: #VagrantPlugins::Login::ActionAuthenticateBox:0x000001022c4428
INFO warden: Calling OUT action: #VagrantPlugins::Login::ActionAuthenticateBox:0x000001022c4428
INFO box_add: Downloading box: file:/Users/212397778/Downloads/opscode_ubuntu-10.04_chef-provisionerless.box => /Users/212397778/.vagrant.d/tmp/boxa578131f71671b9bdca71029586c3ad923e14f97
INFO interface: output: Adding box 'OpscodeUbuntu' (v0) for provider:
INFO interface: output: ==> box: Adding box 'OpscodeUbuntu' (v0) for provider:
==> box: Adding box 'OpscodeUbuntu' (v0) for provider:
INFO box_add: Downloading box: file:///Users/212397778/Downloads/opscode_ubuntu-10.04_chef-provisionerless.box => /Users/212397778/.vagrant.d/tmp/box5062409950175ac62dda6abf49f1c9e50e311cec
INFO interface: detail: Downloading: file:///Users/212397778/Downloads/opscode_ubuntu-10.04_chef-provisionerless.box
INFO interface: detail: box: Downloading: file:///Users/212397778/Downloads/opscode_ubuntu-10.04_chef-provisionerless.box
box: Downloading: file:///Users/212397778/Downloads/opscode_ubuntu-10.04_chef-provisionerless.box
INFO downloader: Downloader starting download:
INFO downloader: -- Source: file:///Users/212397778/Downloads/opscode_ubuntu-10.04_chef-provisionerless.box
INFO downloader: -- Destination: /Users/212397778/.vagrant.d/tmp/box5062409950175ac62dda6abf49f1c9e50e311cec
INFO subprocess: Starting process: ["/Applications/Vagrant/bin/../embedded/bin/curl", "--fail", "--location", "--max-redirs", "10", "--user-agent", "Vagrant/1.5.4", "--continue-at", "-", "--output", "/Users/212397778/.vagrant.d/tmp/box5062409950175ac62dda6abf49f1c9e50e311cec", "file:///Users/212397778/Downloads/opscode_ubuntu-10.04_chef-provisionerless.box"]
INFO subprocess: Command in the installer. Specifying DYLD_LIBRARY_PATH...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: dyld: Symbol not found: _iconv
Referenced from: /usr/lib/libcups.2.dylib
Expected in: /applications/vagrant/bin/../embedded/lib/libiconv.2.dylib
in /usr/lib/libcups.2.dylib
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 5
WARN downloader: Downloader exit code: 5

DEBUG box_add: Deleting temporary box:
ERROR warden: Error occurred: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

INFO warden: Beginning recovery process...
INFO warden: Recovery complete.
INFO environment: Running hook: environment_unload
INFO runner: Preparing hooks for middleware sequence...
INFO runner: 2 hooks defined.
INFO runner: Running action: #Vagrant::Action::Builder:0x000001024643a0
ERROR vagrant: Vagrant experienced an error! Details:
ERROR vagrant: #<Vagrant::Errors::DownloaderError: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

ERROR vagrant: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

ERROR vagrant: /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/util/downloader.rb:179:in execute_curl' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/util/downloader.rb:124:indownload!'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:437:in download' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:325:inblock in box_add'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:317:in each' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:317:inbox_add'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:136:in add_direct' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builtin/box_add.rb:112:incall'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/warden.rb:34:in call' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/builder.rb:116:incall'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runner.rb:69:in block in run' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/util/busy.rb:19:inbusy'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/action/runner.rb:69:in run' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/box/command/add.rb:77:inexecute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/plugins/commands/box/command/root.rb:61:in execute' /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/cli.rb:42:inexecute'
/Applications/Vagrant/embedded/gems/gems/vagrant-1.5.4/lib/vagrant/environment.rb:248:in cli' /Applications/Vagrant/bin/../embedded/gems/gems/vagrant-1.5.4/bin/vagrant:164:in

'
INFO interface: error: An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

An error occurred while downloading the remote file. The error
message, if any, is reproduced below. Please fix this error and try
again.

INFO interface: Machine: error-exit ["Vagrant::Errors::DownloaderError", "An error occurred while downloading the remote file. The error\nmessage, if any, is reproduced below. Please fix this error and try\nagain.\n\n"]

@lmcardle
Copy link
Author

lmcardle commented May 1, 2014

Another interesting note, vagrant box add and vagrant up after initing this way also does not work: vagrant init OpscodeUbuntu1004 http://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-10.04_chef-provisionerless.box

@lmcardle
Copy link
Author

lmcardle commented May 5, 2014

I have now 3 other people having issues. One differerence I see is within /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.2/lib/vagrant/util/subprocess.rb, on line 79. One computers where it is working, @command[0] is equal to: /usr/bin/VBoxManage. On the machines where it is not working, @command[0] is equal to /Applications/Vagrant/bin/../embedded/bin/curl.

@lmcardle
Copy link
Author

lmcardle commented May 5, 2014

Why would command[0] be different? It seems like it can not find an environment variable.

@lmcardle
Copy link
Author

lmcardle commented May 5, 2014

Another similar issue is that it works on Mac 10.9, but not on 10.9.2. The issue appears as soon as a user installs the Security Update 2014-002 (http://support.apple.com/kb/HT6207)

@mitchellh
Copy link
Contributor

@lmcardle Pretty strange, but in terms of command[0] being differnet it sounds like they're just executing different executables. One is executing VBoxManage and one is executing cURL.

@lmcardle
Copy link
Author

lmcardle commented May 6, 2014

Fixed. If you remove this if block, from within /Applications/Vagrant/embedded/gems/gems/vagrant-1.5.2/lib/vagrant/util/subprocess.rb, everything ends up working:

if @command[0].downcase.include?(installer_dir)
@logger.info("Command in the installer. Specifying DYLD_LIBRARY_PATH...")
process.environment["DYLD_LIBRARY_PATH"] =
"#{installer_dir}/lib:#{ENV["DYLD_LIBRARY_PATH"]}"
@logger.info("process.environment")
@logger.info(process.environment["DYLD_LIBRARY_PATH"])
@logger.info("end process.environment")
else
@logger.debug("Command not in installer, not touching env vars.")
end

@mitchellh
Copy link
Contributor

Hm, so that is there for a very important reason. If there are conflicting libraries between the installer and the system, it prioritizes the installer libraries over non-installer libraries. I wonder why that is causing you problems and how we can make it work in both cases.

@lmcardle
Copy link
Author

lmcardle commented May 6, 2014

Apple's Security Update 2014-002 contains these two changes that affect Ruby. These are likely the cause:

Ruby
Available for: OS X Mavericks 10.9.2
Impact: Running a Ruby script that handles untrusted YAML tags may lead to an unexpected application termination or arbitrary code execution
Description: An integer overflow issue existed in LibYAML's handling of YAML tags. This issue was addressed through additional validation of YAML tags. This issue does not affect systems prior to OS X Mavericks.
CVE-ID
CVE-2013-6393

Ruby
Available for: OS X Lion v10.7.5, OS X Lion Server v10.7.5, OS X Mountain Lion v10.8.5, and OS X Mavericks 10.9.2
Impact: Running a Ruby script that uses untrusted input to create a Float object may lead to an unexpected application termination or arbitrary code execution
Description: A heap-based buffer overflow issue existed in Ruby when converting a string to a floating point value. This issue was addressed through additional validation of floating point values.
CVE-ID
CVE-2013-4164

@lmcardle
Copy link
Author

lmcardle commented May 7, 2014

We are now at about a dozen people, all who install Apple's security fix, who get this issue. So we are manually commenting out that line. There has to be a better way to fix this.

@ryrydundun
Copy link

We area also affected by this issue.

Commenting out the ruby line above fixed it.

We are on 10.9.2 as well

@coreybruyere
Copy link

Still no word on this? Removing those lines from subprocess.rb didn't workout for me.

@edwardbartholomew
Copy link

Commenting out the ruby block worked to solve this problem for me too on Mavericks.

@gstroup
Copy link

gstroup commented Sep 18, 2014

I just hit this problem today too. Here's my setup:
Mavericks 10.9.4
Vagrant 1.6.5 - fresh install today
ruby 2.0.0 - in usr/bin/ruby
Tried to install a local .box file from my dev team. If I commented out the ruby block mentioned by @lmcardle then it works fine.

Any updates on this?? Thanks!

@berniedurfee
Copy link

Getting the same error on OSX 10.9.5...

 INFO downloader:   -- Destination: /Users/me/.vagrant.d/tmp/box775c0a236878663310645897566147eb8f52cc79
 INFO subprocess: Starting process: ["/Applications/Vagrant/bin/../embedded/bin/curl", "-q", "--fail", "--location", "--max-redirs", "10", "--user-agent", "Vagrant/1.6.5", "--continue-at", "-", "--output", "/Users/me/.vagrant.d/tmp/box775c0a236878663310645897566147eb8f52cc79", "http://opscode-vm-bento.s3.amazonaws.com/vagrant/opscode_centos-5.9_provisionerless.box"]
 INFO subprocess: Command in the installer. Specifying DYLD_LIBRARY_PATH...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: dyld: Symbol not found: _iconv
  Referenced from: /usr/lib/libcups.2.dylib
  Expected in: /applications/vagrant/bin/../embedded/lib/libiconv.2.dylib
 in /usr/lib/libcups.2.dylib
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 5
 WARN downloader: Downloader exit code: 5

@sethvargo
Copy link
Contributor

Why hello everyone!

You can read more of my explanation on #3972, but I was able to reproduce this by:

  1. Installing vagrant on a fresh OSX box (mavericks)
  2. Installing Security Update 2014-002
  3. Restarting my machine
    4 BOOM!

I was able to fix it by:

  1. Purging vagrant
  2. Purging ~/.vagrant.d
  3. Reinstalling vagrant

Unfortunately I do not see a better option, and I do not think this is something Vagrant core core even address. The issue is happening with linked files at install time, not runtime.

@brandocorp
Copy link

Edit: It appears this issue is caused by the corporate image of OSX I received

I just got a new laptop and I was experiencing this same issue with OSX 10.10.3, and Vagrant 1.7.2. I did some digging and found a couple of LD environment variables that can be set to get some extra info.

So I ran the following:

export DYLD_PRINT_LIBRARIES_POST_LAUNCH=true
export DYLD_PRINT_ENV=true
export VAGRANT_LOG=debug

Then I ran a vagrant up, and saw this in the logs

Bringing machine 'default' up with 'virtualbox' provider...
==> default: Box 'opscode-ubuntu-14.04' could not be found. Attempting to find and install...
    default: Box Provider: virtualbox
    default: Box Version: >= 0
==> default: Adding box 'opscode-ubuntu-14.04' (v0) for provider: virtualbox
    default: Downloading: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box

...

 INFO subprocess: Starting process: ["/opt/vagrant/bin/../embedded/bin/curl", "-q", "--fail", "--location", "--max-redirs", "10", "--user-agent", "Vagrant/1.7.2", "--continue-at", "-", "--output", "/Users/brandocorp/.vagrant.d/tmp/boxeba23a130f268f1259a10662301d0f8723c26517", "https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box"]
 INFO subprocess: Command in the installer. Specifying DYLD_LIBRARY_PATH...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: DYLD_INSERT_LIBRARIES=/usr/lib/dgagent/libpreload.dylib

...

dyld: loaded: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
dyld: loaded: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
DEBUG subprocess: stderr: dyld: unloaded: /usr/lib/dgagent/libpreload.dylib
dyld: Symbol not found: _iconv
  Referenced from: /usr/lib/libcups.2.dylib
  Expected in: /opt/vagrant/bin/../embedded/lib/libiconv.2.dylib
 in /usr/lib/libcups.2.dylib
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 5
 WARN downloader: Downloader exit code: 5

The important bits seems to be this:

DEBUG subprocess: stderr: DYLD_INSERT_LIBRARIES=/usr/lib/dgagent/libpreload.dylib
DEBUG subprocess: stderr: dyld: unloaded: /usr/lib/dgagent/libpreload.dylib

I did some quick google searching but I couldn't find much about that file or what it is. However, after running the following command, I was able to successfully start a box download:

export DYLD_INSERT_LIBRARIES=

I tried just unsetting the environment variable, but that did not work.

This seems to be a better compromise than commenting out the line from subprocess.rb. Anyone have any thoughts?

@saurabh-agrawal83
Copy link

Following command fixed the problem with vagrant 1.7.2

export DYLD_INSERT_LIBRARIES=

@ghost ghost locked and limited conversation to collaborators Apr 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests