Skip to content

Instantly share code, notes, and snippets.

@anderiv
Created November 5, 2014 22:40
Show Gist options
  • Save anderiv/530834044e225ec3cd05 to your computer and use it in GitHub Desktop.
Save anderiv/530834044e225ec3cd05 to your computer and use it in GitHub Desktop.
➜ angerona git:(master) docker run 15d
/usr/lib/python2.7/dist-packages/supervisor/options.py:295: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
'Supervisord is running as root and it is searching '
2014-11-05 22:34:09,167 CRIT Supervisor running as root (no user in config file)
2014-11-05 22:34:09,167 WARN Included extra file "/etc/supervisor/conf.d/makecert.conf" during parsing
2014-11-05 22:34:09,168 WARN Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing
2014-11-05 22:34:09,168 WARN Included extra file "/etc/supervisor/conf.d/system.conf" during parsing
2014-11-05 22:34:09,168 WARN Included extra file "/etc/supervisor/conf.d/angerona.conf" during parsing
2014-11-05 22:34:09,200 INFO RPC interface 'supervisor' initialized
2014-11-05 22:34:09,200 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2014-11-05 22:34:09,201 INFO supervisord started with pid 1
2014-11-05 22:34:10,207 INFO spawned: 'nginx' with pid 9
2014-11-05 22:34:10,209 INFO spawned: 'angerona' with pid 10
2014-11-05 22:34:10,211 INFO spawned: 'makecert' with pid 11
2014-11-05 22:34:10,221 INFO exited: nginx (exit status 1; not expected)
2014-11-05 22:34:11,650 INFO spawned: 'nginx' with pid 23
2014-11-05 22:34:11,651 INFO success: angerona entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2014-11-05 22:34:11,651 INFO success: makecert entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2014-11-05 22:34:12,671 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2014-11-05 22:34:20,656 INFO exited: makecert (exit status 0; expected)
2014-11-05 22:34:20,656 WARN received SIGHUP indicating restart request
2014-11-05 22:34:20,656 INFO waiting for nginx, angerona to die
2014-11-05 22:34:21,671 INFO stopped: angerona (terminated by SIGTERM)
2014-11-05 22:34:21,675 INFO stopped: nginx (exit status 0)
2014-11-05 22:34:21,681 CRIT Supervisor running as root (no user in config file)
2014-11-05 22:34:21,681 WARN Included extra file "/etc/supervisor/conf.d/makecert.conf" during parsing
2014-11-05 22:34:21,681 WARN Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing
2014-11-05 22:34:21,681 WARN Included extra file "/etc/supervisor/conf.d/system.conf" during parsing
2014-11-05 22:34:21,681 WARN Included extra file "/etc/supervisor/conf.d/angerona.conf" during parsing
2014-11-05 22:34:21,683 INFO RPC interface 'supervisor' initialized
2014-11-05 22:34:21,683 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2014-11-05 22:34:21,683 INFO supervisord started with pid 1
2014-11-05 22:34:22,695 INFO spawned: 'nginx' with pid 28
2014-11-05 22:34:22,698 INFO spawned: 'angerona' with pid 29
2014-11-05 22:34:22,700 INFO spawned: 'makecert' with pid 30
2014-11-05 22:34:22,712 INFO exited: makecert (exit status 0; not expected)
2014-11-05 22:34:23,722 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2014-11-05 22:34:23,722 INFO success: angerona entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2014-11-05 22:34:23,725 INFO spawned: 'makecert' with pid 43
2014-11-05 22:34:23,732 INFO exited: makecert (exit status 0; not expected)
2014-11-05 22:34:25,755 INFO spawned: 'makecert' with pid 44
2014-11-05 22:34:25,762 INFO exited: makecert (exit status 0; not expected)
2014-11-05 22:34:28,781 INFO spawned: 'makecert' with pid 45
2014-11-05 22:34:28,788 INFO exited: makecert (exit status 0; not expected)
2014-11-05 22:34:29,799 INFO gave up: makecert entered FATAL state, too many start retries too quickly
^C2014-11-05 22:36:38,834 WARN received SIGINT indicating exit request
2014-11-05 22:36:38,835 INFO waiting for nginx, angerona to die
2014-11-05 22:36:39,845 INFO stopped: angerona (terminated by SIGTERM)
2014-11-05 22:36:39,849 INFO stopped: nginx (exit status 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment