You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2016-03-24 12:54:57,427 INFO supervisord started with pid 1
2016-03-24 12:54:58,430 INFO spawned: 'startup' with pid 11
2016-03-24 12:54:58,433 INFO spawned: 'mail' with pid 12
2016-03-24 12:54:58,436 INFO spawned: 'php5-fpm' with pid 13
2016-03-24 12:54:58,444 INFO spawned: 'nginx' with pid 14
2016-03-24 12:54:58,450 INFO exited: mail (exit status 0; not expected)
2016-03-24 12:54:58,464 INFO exited: startup (exit status 0; not expected)
2016-03-24 12:54:58,571 INFO exited: php5-fpm (exit status 0; not expected)
2016-03-24 12:54:59,575 INFO spawned: 'startup' with pid 45
2016-03-24 12:54:59,578 INFO spawned: 'mail' with pid 46
2016-03-24 12:54:59,581 INFO spawned: 'php5-fpm' with pid 47
2016-03-24 12:54:59,582 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-03-24 12:54:59,593 INFO exited: mail (exit status 0; not expected)
2016-03-24 12:54:59,603 INFO exited: startup (exit status 0; not expected)
2016-03-24 12:54:59,692 INFO exited: php5-fpm (exit status 0; not expected)
2016-03-24 12:55:01,697 INFO spawned: 'startup' with pid 75
2016-03-24 12:55:01,699 INFO spawned: 'mail' with pid 76
2016-03-24 12:55:01,701 INFO spawned: 'php5-fpm' with pid 77
2016-03-24 12:55:01,712 INFO exited: mail (exit status 0; not expected)
2016-03-24 12:55:01,719 INFO exited: startup (exit status 0; not expected)
2016-03-24 12:55:01,807 INFO exited: php5-fpm (exit status 0; not expected)
2016-03-24 12:55:04,813 INFO spawned: 'startup' with pid 105
2016-03-24 12:55:04,817 INFO spawned: 'mail' with pid 106
2016-03-24 12:55:04,821 INFO spawned: 'php5-fpm' with pid 107
2016-03-24 12:55:04,830 INFO exited: mail (exit status 0; not expected)
2016-03-24 12:55:04,831 INFO gave up: mail entered FATAL state, too many start retries too quickly
2016-03-24 12:55:04,843 INFO exited: startup (exit status 0; not expected)
2016-03-24 12:55:04,928 INFO gave up: startup entered FATAL state, too many start retries too quickly
2016-03-24 12:55:04,928 INFO exited: php5-fpm (exit status 0; not expected)
2016-03-24 12:55:05,930 INFO gave up: php5-fpm entered FATAL state, too many start retries too quickly
Which to be honest I don't know what is, but the problem is that when the startup script populates the /etc/php5/fpm/pool.d/env.conf file it doesn't parse those variables and they end up with an empty value, and then php5-fpm can't start.
See log file excerpts
logs.zip
above from supervisord.log
From startup.log
Any ideas anyone ??
The text was updated successfully, but these errors were encountered: