scalingexcellence / scrapybook

Scrapy Book Code
http://scrapybook.com/
475 stars 209 forks source link

vagrant ssh command got error #25

Closed frfahim closed 7 years ago

frfahim commented 7 years ago

I am using ubuntu 16.04. I have follow all steps and that works properly. But when run vagrant ssh it shows

==> dev: The container is not currently running.

How i can run this container or run vagrant ssh

lookfwd commented 7 years ago

Sounds like vagrant up --no-parallel didn't start properly. Interesting. I'm wondering what vagrant status gives. Does it seem to run? In any case, let's do a teamviewer session - it usually takes little time to fix. which timezone are you at?

frfahim commented 7 years ago

vagrant status results:

Current machine states:

web                       preparing (docker)
spark                     preparing (docker)
es                        preparing (docker)
redis                     preparing (docker)
mysql                     preparing (docker)
scrapyd1                  preparing (docker)
scrapyd2                  preparing (docker)
scrapyd3                  preparing (docker)
dev                       preparing (docker)

This environment represents multiple VMs. The VMs are all listed
above with their current state. For more information about a specific
VM, run `vagrant status NAME`.

vagrant version: Vagrant 1.9.3

docker version: Docker version 17.03.0-ce, build 60ccb22

lookfwd commented 7 years ago

Seems to be a Vagrant 1.9.3 issue. I fixed it and posted an issue in Vagrant's github: https://github.com/mitchellh/vagrant/issues/8423