Skip to content

Instantly share code, notes, and snippets.

@sebareca
Created April 23, 2012 23:25
Show Gist options
  • Save sebareca/2474510 to your computer and use it in GitHub Desktop.
Save sebareca/2474510 to your computer and use it in GitHub Desktop.
foreman start
20:22:22 mondodb.1 | started with pid 7203
20:22:22 accounts.1 | started with pid 7207
20:22:22 contacts.1 | started with pid 7211
20:22:22 web.1 | started with pid 7217
20:22:22 mondodb.1 | /usr/local/mongodb/bin/mongod --help for help and startup options
20:22:22 mondodb.1 | Mon Apr 23 20:22:22 [initandlisten] MongoDB starting : pid=7203 port=27017 dbpath=/data/db/ 64-bit host=sebareca
20:22:22 mondodb.1 | Mon Apr 23 20:22:22 [initandlisten] db version v2.0.2, pdfile version 4.5
20:22:22 mondodb.1 | Mon Apr 23 20:22:22 [initandlisten] git version: 514b122d308928517f5841888ceaa4246a7f18e3
20:22:22 mondodb.1 | Mon Apr 23 20:22:22 [initandlisten] build info: Linux bs-linux64.10gen.cc 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_41
20:22:22 mondodb.1 | Mon Apr 23 20:22:22 [initandlisten] options: {}
20:22:22 mondodb.1 | Mon Apr 23 20:22:22 [initandlisten] journal dir=/data/db/journal
20:22:22 mondodb.1 | Mon Apr 23 20:22:22 [initandlisten] recover : no journal files present, no recovery needed
20:22:25 mondodb.1 | Mon Apr 23 20:22:25 [initandlisten] preallocateIsFaster=true 41.58
20:22:29 mondodb.1 | Mon Apr 23 20:22:29 [initandlisten] preallocateIsFaster=true 41.64
20:22:32 mondodb.1 | Mon Apr 23 20:22:32 [initandlisten] preallocateIsFaster=true 26.2
20:22:32 mondodb.1 | Mon Apr 23 20:22:32 [initandlisten] preallocateIsFaster check took 9.849 secs
20:22:32 mondodb.1 | Mon Apr 23 20:22:32 [initandlisten] preallocating a journal file /data/db/journal/prealloc.0
20:22:35 mondodb.1 | 524288000/1073741824 48%
20:22:38 mondodb.1 | 754974720/1073741824 70%
20:22:38 web.1 | WARNING: Cucumber-rails required outside of env.rb. The rest of loading is being defered until env.rb is called.
20:22:38 web.1 | To avoid this warning, move 'gem cucumber-rails' under only group :test in your Gemfile
20:22:41 mondodb.1 | 996147200/1073741824 92%
20:22:42 contacts.1 | WARNING: Cucumber-rails required outside of env.rb. The rest of loading is being defered until env.rb is called.
20:22:42 contacts.1 | To avoid this warning, move 'gem cucumber-rails' under only group :test in your Gemfile
20:22:42 web.1 | DEPRECATION WARNING: You have Rails 2.3-style plugins in vendor/plugins! Support for these plugins will be removed in Rails 4.0. Move them out and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb. See the release notes for more on this: http://weblog.rubyonrails.org/2012/01/04/rails-3-2-0-rc2-has-been-released. (called from <top (required)> at /home/sebareca/code/work/crm-hub/config/environment.rb:5)
20:22:46 contacts.1 | /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongo-1.4.0/lib/mongo/connection.rb:526:in `connect': Failed to connect to a master node at localhost:27017 (Mongo::ConnectionFailure)
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongo-1.4.0/lib/mongo/connection.rb:688:in `setup'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongo-1.4.0/lib/mongo/connection.rb:104:in `initialize'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongo-1.4.0/lib/mongo/connection.rb:155:in `new'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongo-1.4.0/lib/mongo/connection.rb:155:in `from_uri'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongoid-2.3.3/lib/mongoid/config/database.rb:89:in `master'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongoid-2.3.3/lib/mongoid/config/database.rb:22:in `configure'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongoid-2.3.3/lib/mongoid/config.rb:318:in `configure_databases'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongoid-2.3.3/lib/mongoid/config.rb:119:in `from_hash'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongoid-2.3.3/lib/mongoid/config.rb:136:in `load!'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongoid-2.3.3/lib/mongoid.rb:147:in `load!'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/mongoid-2.3.3/lib/mongoid/railtie.rb:65:in `block in <class:Railtie>'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/initializable.rb:30:in `instance_exec'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/initializable.rb:30:in `run'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/initializable.rb:55:in `block in run_initializers'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/initializable.rb:54:in `each'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/initializable.rb:54:in `run_initializers'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/application.rb:96:in `initialize!'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/railtie/configurable.rb:30:in `method_missing'
20:22:46 contacts.1 | from /home/sebareca/code/work/contacts/config/environment.rb:5:in `<top (required)>'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in `require'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in `block in require'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:223:in `block in load_dependency'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:640:in `new_constants_in'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:223:in `load_dependency'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/activesupport-3.1.3/lib/active_support/dependencies.rb:240:in `require'
20:22:46 contacts.1 | from /home/sebareca/code/work/contacts/config.ru:4:in `block in <main>'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/rack-1.3.6/lib/rack/builder.rb:51:in `instance_eval'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/rack-1.3.6/lib/rack/builder.rb:51:in `initialize'
20:22:46 contacts.1 | from /home/sebareca/code/work/contacts/config.ru:1:in `new'
20:22:46 contacts.1 | from /home/sebareca/code/work/contacts/config.ru:1:in `<main>'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/rack-1.3.6/lib/rack/builder.rb:40:in `eval'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/rack-1.3.6/lib/rack/builder.rb:40:in `parse_file'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/rack-1.3.6/lib/rack/server.rb:200:in `app'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/commands/server.rb:46:in `app'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/rack-1.3.6/lib/rack/server.rb:301:in `wrapped_app'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/rack-1.3.6/lib/rack/server.rb:252:in `start'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/commands/server.rb:70:in `start'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/commands.rb:54:in `block in <top (required)>'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/commands.rb:49:in `tap'
20:22:46 contacts.1 | from /home/sebareca/.rvm/gems/ruby-1.9.2-p318/gems/railties-3.1.3/lib/rails/commands.rb:49:in `<top (required)>'
20:22:46 contacts.1 | from script/rails:6:in `require'
20:22:46 contacts.1 | from script/rails:6:in `<main>'
20:22:46 contacts.1 | => Booting WEBrick
20:22:46 contacts.1 | => Rails 3.1.3 application starting in development on http://0.0.0.0:3002
20:22:46 contacts.1 | => Call with -d to detach
20:22:46 contacts.1 | => Ctrl-C to shutdown server
20:22:46 contacts.1 | Exiting
20:22:46 contacts.1 | process terminated
20:22:46 system | sending SIGTERM to all processes
20:22:46 system | sending SIGTERM to pid 7203
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 got kill or ctrl c or hup signal 15 (Terminated), will terminate after current cmd ends
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 [interruptThread] now exiting
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 dbexit:
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 [interruptThread] shutdown: going to close listening sockets...
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 [interruptThread] shutdown: going to flush diaglog...
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 [interruptThread] shutdown: going to close sockets...
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 [interruptThread] shutdown: waiting for fs preallocator...
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 [interruptThread] shutdown: lock for final commit...
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 [interruptThread] shutdown: final commit...
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 [interruptThread] shutdown: closing all files...
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 [interruptThread] closeAllFiles() finished
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 [interruptThread] journalCleanup...
20:22:46 mondodb.1 | Mon Apr 23 20:22:46 [interruptThread] removeJournalFiles
20:22:46 system | sending SIGTERM to pid 7207
20:22:46 system | sending SIGTERM to pid 7217
20:22:46 web.1 | => Booting WEBrick
20:22:46 web.1 | => Rails 3.2.2 application starting in development on http://0.0.0.0:3000
20:22:46 web.1 | => Call with -d to detach
20:22:46 web.1 | => Ctrl-C to shutdown server
20:22:46 web.1 | Exiting
20:22:46 accounts.1 | process terminated
20:22:46 web.1 | process terminated
20:22:48 mondodb.1 | Mon Apr 23 20:22:48 [interruptThread] shutdown: removing fs lock...
20:22:48 mondodb.1 | Mon Apr 23 20:22:48 dbexit: really exiting now
20:22:48 mondodb.1 | Logstream::get called in uninitialized state
20:22:48 mondodb.1 | Mon Apr 23 20:22:48 [initandlisten] preallocating a journal file /data/db/journal/prealloc.1
20:22:48 mondodb.1 | process terminated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment