Skip to content

Instantly share code, notes, and snippets.

@ekkinox
Created May 19, 2015 13:02
Show Gist options
  • Save ekkinox/4ca8ed04d5805d58abae to your computer and use it in GitHub Desktop.
Save ekkinox/4ca8ed04d5805d58abae to your computer and use it in GitHub Desktop.
SSL keys and certificates were not found.
Assuming that the container is running behind a HTTPS enabled load balancer.
Updating CA certificates...
Waiting for database server to accept connections
Starting supervisord...
2015-05-19 12:59:07,239 CRIT Supervisor running as root (no user in config file)
2015-05-19 12:59:07,239 WARN Included extra file "/etc/supervisor/conf.d/sidekiq.conf" during parsing
2015-05-19 12:59:07,239 WARN Included extra file "/etc/supervisor/conf.d/sshd.conf" during parsing
2015-05-19 12:59:07,239 WARN Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing
2015-05-19 12:59:07,239 WARN Included extra file "/etc/supervisor/conf.d/cron.conf" during parsing
2015-05-19 12:59:07,239 WARN Included extra file "/etc/supervisor/conf.d/unicorn.conf" during parsing
2015-05-19 12:59:07,262 INFO RPC interface 'supervisor' initialized
2015-05-19 12:59:07,262 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2015-05-19 12:59:07,262 INFO supervisord started with pid 1
2015-05-19 12:59:08,264 INFO spawned: 'sidekiq' with pid 2806
2015-05-19 12:59:08,266 INFO spawned: 'unicorn' with pid 2807
2015-05-19 12:59:08,267 INFO spawned: 'cron' with pid 2808
2015-05-19 12:59:08,268 INFO spawned: 'nginx' with pid 2809
2015-05-19 12:59:08,272 INFO spawned: 'sshd' with pid 2810
2015-05-19 12:59:09,288 INFO success: sidekiq entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-05-19 12:59:09,288 INFO success: unicorn entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-05-19 12:59:09,288 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-05-19 12:59:09,288 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-05-19 12:59:09,288 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2015-05-19 12:59:18,499 INFO exited: unicorn (exit status 1; not expected)
2015-05-19 12:59:19,500 INFO spawned: 'unicorn' with pid 2824
2015-05-19 12:59:21,217 INFO success: unicorn entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment