Skip to content

Instantly share code, notes, and snippets.

@loicm
Created July 2, 2014 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save loicm/131aafbfd6c92a25a06a to your computer and use it in GitHub Desktop.
Save loicm/131aafbfd6c92a25a06a to your computer and use it in GitHub Desktop.
cat /var/log/supervisor/supervisord.log
2014-07-02 17:48:01,592 CRIT Supervisor running as root (no user in config file)
2014-07-02 17:48:01,592 WARN Included extra file "/etc/supervisor/conf.d/supervisor.conf" during parsing
2014-07-02 17:48:01,617 INFO RPC interface 'supervisor' initialized
2014-07-02 17:48:01,617 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2014-07-02 17:48:01,617 INFO supervisord started with pid 1
2014-07-02 17:48:02,621 INFO spawned: 'nginx' with pid 14
2014-07-02 17:48:02,623 INFO spawned: 'php-fpm' with pid 15
2014-07-02 17:48:02,626 INFO spawned: 'redis' with pid 16
2014-07-02 17:48:02,721 INFO exited: php-fpm (exit status 0; not expected)
2014-07-02 17:48:03,724 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2014-07-02 17:48:03,725 INFO spawned: 'php-fpm' with pid 53
2014-07-02 17:48:03,725 INFO success: redis entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2014-07-02 17:48:03,838 INFO exited: php-fpm (exit status 0; not expected)
2014-07-02 17:48:05,841 INFO spawned: 'php-fpm' with pid 69
2014-07-02 17:48:05,936 INFO exited: php-fpm (exit status 0; not expected)
2014-07-02 17:48:08,940 INFO spawned: 'php-fpm' with pid 85
2014-07-02 17:48:09,036 INFO exited: php-fpm (exit status 0; not expected)
2014-07-02 17:48:10,037 INFO gave up: php-fpm entered FATAL state, too many start retries too quickly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment