Hi, Andrew. I haven't seen this one before. Do you have a reasonably powerful machine? Have you tried "vagrant destroy" followed by another "vagrant up", in case something went awry during initialization?
If neither of those helps, you could try adding the suggested config directive to Vagrantfile: put "config.vm.boot_timeout = 600" after "config.vm.box = "ubuntu/trusty64", and see if more time does the trick. Btw, you very probably want to be on the "es" branch if you're not already; that's "DXR 2.0", where all the development is these days. It'll shortly be merging into master. Cheers, Erik DXR Lead > On Jun 9, 2015, at 5:48 , Andrew Artajos <[email protected]> wrote: > > Hi dev-static-analysis, > > I'm following DXR docs and I got stuck in the part where > $ vagrant up > > it displays an error: http://mibpaste.com/ni0VCs > > I hope you could help. > > -- > _______________________________________________ > dev-static-analysis mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-static-analysis _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
