sameersbn / docker-gitlab

Dockerized GitLab
http://www.damagehead.com/docker-gitlab/
MIT License
7.87k stars 2.14k forks source link

Terminated /usr/bin/supervisord -nc /etc/supervisor/supervisord.conf #2270

Open peterwillcn opened 3 years ago

peterwillcn commented 3 years ago

/sbin/entrypoint.sh: line 19: 607 Terminated /usr/bin/supervisord -nc /etc/supervisor/supervisord.conf 2020-12-20 00:53:16,762 CRIT Supervisor running as root (no user in config file) 2020-12-20 00:53:16,762 INFO Included extra file "/etc/supervisor/conf.d/cron.conf" during parsing 2020-12-20 00:53:16,762 INFO Included extra file "/etc/supervisor/conf.d/gitaly.conf" during parsing 2020-12-20 00:53:16,762 INFO Included extra file "/etc/supervisor/conf.d/gitlab-workhorse.conf" during parsing 2020-12-20 00:53:16,762 INFO Included extra file "/etc/supervisor/conf.d/groups.conf" during parsing 2020-12-20 00:53:16,762 INFO Included extra file "/etc/supervisor/conf.d/mail_room.conf" during parsing 2020-12-20 00:53:16,762 INFO Included extra file "/etc/supervisor/conf.d/nginx.conf" during parsing 2020-12-20 00:53:16,762 INFO Included extra file "/etc/supervisor/conf.d/puma.conf" during parsing 2020-12-20 00:53:16,762 INFO Included extra file "/etc/supervisor/conf.d/sidekiq.conf" during parsing 2020-12-20 00:53:16,762 INFO Included extra file "/etc/supervisor/conf.d/sshd.conf" during parsing 2020-12-20 00:53:16,775 INFO RPC interface 'supervisor' initialized 2020-12-20 00:53:16,775 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2020-12-20 00:53:16,775 INFO supervisord started with pid 1 2020-12-20 00:53:17,782 INFO spawned: 'gitaly' with pid 622 2020-12-20 00:53:17,788 INFO spawned: 'puma' with pid 623 2020-12-20 00:53:17,791 INFO spawned: 'gitlab-workhorse' with pid 624 2020-12-20 00:53:17,795 INFO spawned: 'sidekiq' with pid 625 2020-12-20 00:53:17,797 INFO spawned: 'nginx' with pid 626 2020-12-20 00:53:17,801 INFO spawned: 'sshd' with pid 632 2020-12-20 00:53:17,811 INFO spawned: 'cron' with pid 633 2020-12-20 00:53:18,802 INFO success: gitaly entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2020-12-20 00:53:18,802 INFO success: puma entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2020-12-20 00:53:18,802 INFO success: gitlab-workhorse entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2020-12-20 00:53:18,802 INFO success: sidekiq entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2020-12-20 00:53:18,803 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2020-12-20 00:53:18,803 INFO success: sshd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2020-12-20 00:53:18,803 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

bibex commented 2 years ago

遇到同样的问题,解决了吗