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

please use Fiddle - Warning #2656

Closed
szaman0 opened this issue Dec 14, 2013 · 16 comments
Closed

please use Fiddle - Warning #2656

szaman0 opened this issue Dec 14, 2013 · 16 comments

Comments

@szaman0
Copy link

szaman0 commented Dec 14, 2013

Hi

After upgrade vagrant to version 1.4 when I up or halt a machine i get the following warning:

DL is deprecated, please use Fiddle

I use windows 7 and puphpet.com to make vagrant config files.

How to repair this?

Thank for help

@mitchellh
Copy link
Contributor

One of your dependencies is using a deprecated library. Probably a plugin. Vagrant 1.4 upgraded to Ruby 2.0 so that is probably it.

@tmatilai
Copy link
Contributor

Just saw this in someone's debug log, and there it came when loading the AWS plugin. So probably some dependency of the fog gem is using DL.

The fog version required by vagrant-aws is also not the latest. Someone with Windows could try updating it and see if the warning persists.

@srgrn
Copy link

srgrn commented Dec 17, 2013

I have no way to reopen but i just installed vagrant 1.4 yesterday on a new computer and i get this error
[default] Waiting for machine to boot. This may take a few minutes...
DL is deprecated, please use Fiddle
[default] Machine booted and ready!

the commands i ran were
vagrant box add ubuntu_12.04 http://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box
vagrant init ubuntu_12.04
vagrant up

@tmatilai
Copy link
Contributor

@srgrn please run vagrant up --debug 2>&1 | tee vagrant.log and gist all the vagrant.log.

@srgrn
Copy link

srgrn commented Dec 17, 2013

i forgot something i used the msi to install vagrant
and it seems to me to be coming from one of the other modules that are in use
also
http://stackoverflow.com/questions/15590450/ruby-2-0-0p0-irb-error-dl-is-deprecated-please-use-fiddle

the gist of the debug https://gist.github.com/srgrn/8011799

@jsarracco
Copy link

I uninstalled all the plugins and it still displays the warning.

@sbrinkmeyer
Copy link

doing a search across the vagrant that is installed via the windows installer, i came up with a reference to requireing dl in the
vagrant/embedded/gems/gems/net-ssh-2.7.0/lib/net/ssh/authentication/pagent.rb
i believe this all comes straight from the installer and are required throught the vagrant.gempsec?

i have this issue with vagrant-1.4.3

@thasmo
Copy link

thasmo commented Feb 15, 2014

@mitchellh Also having this on a fresh install of Vagrant 1.4.3 without plugins installed.

@DaAwesomeP
Copy link

Seeing error on Windows 8 Pro 32-bit with Vagrant 1.4.3 raw install.

@mitchellh mitchellh reopened this Feb 20, 2014
@mitchellh
Copy link
Contributor

Yep i've reproduced this as well. I'll take a look and make a fix.

@thasmo
Copy link

thasmo commented Feb 20, 2014

Wonderful! :)

@mitchellh
Copy link
Contributor

This is fixed for the next installers.

@thasmo
Copy link

thasmo commented Feb 27, 2014

Thanks!

@chiefy
Copy link

chiefy commented Mar 21, 2014

Seeing this on Windows 8.1 x64 w/ Vagrant 1.5.1

@ImPacific
Copy link

i got the same error in windows 8 pro x64 vagrant 1.4.3

@SteveAgl
Copy link

Same error here on windows 7 x64 vagrant 1.4.3

@hashicorp hashicorp locked and limited conversation to collaborators Apr 13, 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