gevent-socketio-tutorial icon indicating copy to clipboard operation
gevent-socketio-tutorial copied to clipboard

vagrant up failing ?

Open TTimo opened this issue 11 years ago • 2 comments

FWIW the Vagrant up doesn't seem to work.

==> vm: Running chef-solo...
==> vm: stdin: is not a tty
==> vm: [2014-12-30T17:08:32+00:00] INFO: Forking chef instance to converge...
==> vm: [2014-12-30T17:08:32+00:00] INFO: *** Chef 12.0.3 ***
==> vm: [2014-12-30T17:08:32+00:00] INFO: Chef-client pid: 1713
==> vm: [2014-12-30T17:08:34+00:00] INFO: Setting the run_list to ["recipe[redisio::install]", "recipe[redisio::enab
le]"] from CLI options                                                                                             
==> vm: [2014-12-30T17:08:34+00:00] INFO: Run List is [recipe[redisio::install], recipe[redisio::enable]]
==> vm: [2014-12-30T17:08:34+00:00] INFO: Run List expands to [redisio::install, redisio::enable]
==> vm: [2014-12-30T17:08:34+00:00] INFO: Starting Chef Run for precise64
==> vm: [2014-12-30T17:08:34+00:00] INFO: Running start handlers
==> vm: [2014-12-30T17:08:34+00:00] INFO: Start handlers complete.
==> vm: [2014-12-30T17:08:34+00:00] WARN: found a directory redisio in the cookbook path, but it contains no cookboo
k files. skipping.                                                                                                 
==> vm: [2014-12-30T17:08:34+00:00] ERROR: Running exception handlers
==> vm: [2014-12-30T17:08:34+00:00] ERROR: Exception handlers complete
==> vm: [2014-12-30T17:08:34+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> vm: [2014-12-30T17:08:34+00:00] ERROR: Cookbook redisio not found. If you're loading redisio from another cookbo
ok, make sure you configure the dependency in your metadata                                                        
==> vm: [2014-12-30T17:08:34+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfu
lly (exit code 1)                                                                                                  
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.

TTimo avatar Dec 30 '14 17:12 TTimo

@TTimo Did you do a recursive clone?

$ git clone --recursive [email protected]:mattupstate/gevent-socketio-tutorial.git

mattupstate avatar Jan 02 '15 15:01 mattupstate

Vagrant up did not fail with a recursive clone ... did not realize you had internal git repos.. thanks for posting..

nipunarora avatar Oct 11 '15 22:10 nipunarora