To reproduce on Windows: git clone http://github.com/kong/kong-vagrant.git <http://github.com/kong/kong-vagrant.git> cd kong-vagrant vagrant up
I don’t think some flag is the issue, since it works on other host platforms. If you remove the switch `-q` from this command (https://github.com/Kong/kong-vagrant/blob/master/provision.sh#L109 <https://github.com/Kong/kong-vagrant/blob/master/provision.sh#L109>) you’ll see it downloads a certain percentage, and then just hangs. Thijs > On 30 Apr 2018, at 09:34, Alvaro Miranda Aguilera <[email protected]> wrote: > > the link you share describe an error but doesn't have the code to repro or > steps to reproduce. > > if downloading the deb file is works, i would suggest check the documentation > of dpkg and install it correctly, the error shows you are missing flags for > the command > > Alvaro > > On Mon, Apr 30, 2018 at 8:48 AM, <[email protected] <mailto:[email protected]>> > wrote: > I have a weird issue with Windows. Our vagrant image doesn't build, but hangs > on some network activity. (the same box that is building properly on other > platforms) > > It always hangs on a `wget` instruction. It downloads a bit, and then just > hangs. Adding timeouts to the command doesn't work either. If I replace it > with a `curl` command, it will hang just a few lines further down, midway an > `apt-get update`. > > The nature in which it hangs (not responding to timeouts etc) leads me to > believe the problem is not with the script itself. > > Windows 10 pro > Vagrant 2.0.4 > Virtual Box 5.2.8 > > for reference: > - reported issue: https://github.com/Kong/kong-vagrant/issues/87 > <https://github.com/Kong/kong-vagrant/issues/87> > > Any ideas? > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html > <https://www.hashicorp.com/community-guidelines.html>. Behavior in violation > of those guidelines may result in your removal from this mailing list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > <https://github.com/mitchellh/vagrant/issues> > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/71fc70f8-684e-4730-9500-0b307fcd26c4%40googlegroups.com > > <https://groups.google.com/d/msgid/vagrant-up/71fc70f8-684e-4730-9500-0b307fcd26c4%40googlegroups.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > > > -- > Alvaro > > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html > <https://www.hashicorp.com/community-guidelines.html>. Behavior in violation > of those guidelines may result in your removal from this mailing list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > <https://github.com/mitchellh/vagrant/issues> > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewLaYYW-gJGsMvk5uZmXCGLRHsk%3D%2BBZ-5MKH6L9gUfsAA%40mail.gmail.com > > <https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewLaYYW-gJGsMvk5uZmXCGLRHsk%3D%2BBZ-5MKH6L9gUfsAA%40mail.gmail.com?utm_medium=email&utm_source=footer>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/79716681-DFBB-4098-B452-8244532D7056%40konghq.com. For more options, visit https://groups.google.com/d/optout.
