RailsCasts Pro episodes are now free!

Learn more or hide this

Adrian M's Profile

GitHub User: adriendumont

Comments by Adrian M

Avatar

aaaaand it's broken

bash
vagrant@lucid32:/vagrant$ bundle exec unicorn -c config/unicorn.rb -D -d
{:unicorn_options=>{:listeners=>[], :config_file=>"config/unicorn.rb"},
 :app=>
  #<Proc:0xa15f748@/home/vagrant/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/unicorn-4.6.2/lib/unicorn.rb:39 (lambda)>,
 :daemonize=>true}
Exception `EOFError' at /home/vagrant/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/unicorn-4.6.2/lib/unicorn/launcher.rb:46 - end of file reached
master failed to start, check stderr log for details

Does anyone have any ideas?