We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm having quite a bit of difficulty getting downloads to succeed on what appears to be one particular file...
For reference, I'm using the latest versions of: Mac OS X (host), Vagrant, VirtualBox and Ubuntu (in VM).
When I run "vagrant up --provision", it stalls usually indefinitely on "trying wget..." for example:
==> default: downloading https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/13.04/x86_64/chef_11.16.0-1_amd64.deb ==> default: to file /tmp/install.sh.5121/chef_11.16.0-1_amd64.deb ==> default: trying wget...
I would assume that this means that the VM is having difficulty pulling down "https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/13.04/x86_64/chef_11.16.0-1_amd64.deb". When I try this on my host machine, it downloads every time in 4-6 seconds. The VM is also able to download many other files without ever failing.
Any advise on how to resolve this? Or is there an issue somewhere?
Thanks.
The text was updated successfully, but these errors were encountered:
dup of #96
Sorry, something went wrong.
No branches or pull requests
I'm having quite a bit of difficulty getting downloads to succeed on what appears to be one particular file...
For reference, I'm using the latest versions of: Mac OS X (host), Vagrant, VirtualBox and Ubuntu (in VM).
When I run "vagrant up --provision", it stalls usually indefinitely on "trying wget..." for example:
==> default: downloading https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/13.04/x86_64/chef_11.16.0-1_amd64.deb
==> default: to file /tmp/install.sh.5121/chef_11.16.0-1_amd64.deb
==> default: trying wget...
I would assume that this means that the VM is having difficulty pulling down "https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/13.04/x86_64/chef_11.16.0-1_amd64.deb". When I try this on my host machine, it downloads every time in 4-6 seconds. The VM is also able to download many other files without ever failing.
Any advise on how to resolve this? Or is there an issue somewhere?
Thanks.
The text was updated successfully, but these errors were encountered: