马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
×
根据日志 puma
3:53执行Preloading application
6:47才开始Listening on unix
使用root和initial_root_password的密码提示Invalid login or password.
怀疑是超时导致
是不是中间哪个环节出问题, 导致这种状况, 该如何排查
root@gitlab:~# sudo gitlab-ctl tail puma
==> /var/log/gitlab/puma/puma_stdout.log <==
{"timestamp":"2024-04-09T06:47:03.295Z","pid":2034,"message":"- Worker 28 (PID: 6005) booted in 0.78s, phase: 0"}
{"timestamp":"2024-04-09T06:47:03.297Z","pid":2034,"message":"- Worker 32 (PID: 6110) booted in 0.6s, phase: 0"}
{"timestamp":"2024-04-09T06:47:03.312Z","pid":2034,"message":"- Worker 29 (PID: 6028) booted in 0.76s, phase: 0"}
{"timestamp":"2024-04-09T06:47:03.323Z","pid":2034,"message":"- Worker 33 (PID: 6174) booted in 0.59s, phase: 0"}
{"timestamp":"2024-04-09T06:47:03.351Z","pid":2034,"message":"- Worker 34 (PID: 6199) booted in 0.58s, phase: 0"}
{"timestamp":"2024-04-09T06:47:03.394Z","pid":2034,"message":"- Worker 35 (PID: 6208) booted in 0.59s, phase: 0"}
{"timestamp":"2024-04-09T06:47:03.416Z","pid":2034,"message":"- Worker 36 (PID: 6245) booted in 0.58s, phase: 0"}
{"timestamp":"2024-04-09T06:47:03.435Z","pid":2034,"message":"- Worker 37 (PID: 6252) booted in 0.56s, phase: 0"}
{"timestamp":"2024-04-09T06:47:03.447Z","pid":2034,"message":"- Worker 38 (PID: 6263) booted in 0.55s, phase: 0"}
{"timestamp":"2024-04-09T06:47:03.514Z","pid":2034,"message":"- Worker 39 (PID: 6265) booted in 0.59s, phase: 0"}
==> /var/log/gitlab/puma/puma_stderr.log <==
=== puma startup: 2024-04-09 14:47:01 +0800 ===
==> /var/log/gitlab/puma/current <==
2024-04-09_03:53:06.83167 {"timestamp":"2024-04-09T03:53:06.831Z","pid":2034,"message":"* Workers: 40"}
2024-04-09_03:53:06.83167 {"timestamp":"2024-04-09T03:53:06.831Z","pid":2034,"message":"* Restarts: (✔) hot (✖) phased"}
2024-04-09_03:53:06.83168 {"timestamp":"2024-04-09T03:53:06.831Z","pid":2034,"message":"* Preloading application"}
2024-04-09_06:47:01.80236 {"timestamp":"2024-04-09T06:47:01.802Z","pid":2034,"message":"* Listening on unix:///var/opt/gitlab/gitlab-rails/sockets/gitlab.socket"}
2024-04-09_06:47:01.80283 {"timestamp":"2024-04-09T06:47:01.802Z","pid":2034,"message":"* Listening on http://127.0.0.1:8080"}
2024-04-09_06:47:01.80304 {"timestamp":"2024-04-09T06:47:01.802Z","pid":2034,"message":"! WARNING: Detected 3 Thread(s) started in app boot:"}
2024-04-09_06:47:01.80319 {"timestamp":"2024-04-09T06:47:01.803Z","pid":2034,"message":"! #\u003cThread:0x00007f25a2cfcc30@Timeout stdlib thread /opt/gitlab/embedded/lib/ruby/gems/3.1.0/gems/timeout-0.3.2/lib/timeout.rb:101 sleep_forever\u003e - /opt/gitlab/embedded/lib/ruby/gems/3.1.0/gems/timeout-0.3.2/lib/timeout.rb:105:in `pop'"}
2024-04-09_06:47:01.80332 {"timestamp":"2024-04-09T06:47:01.803Z","pid":2034,"message":"! #\u003cThread:0x00007f25694f0e08 /opt/gitlab/embedded/lib/ruby/gems/3.1.0/gems/rack-timeout-0.6.3/lib/rack/timeout/support/scheduler.rb:73 sleep\u003e - /opt/gitlab/embedded/lib/ruby/gems/3.1.0/gems/rack-timeout-0.6.3/lib/rack/timeout/support/scheduler.rb:91:in `sleep'"}
2024-04-09_06:47:01.80341 {"timestamp":"2024-04-09T06:47:01.803Z","pid":2034,"message":"! #\u003cThread:0x00007f2569201cd8 /opt/gitlab/embedded/lib/ruby/gems/3.1.0/gems/sentry-ruby-5.10.0/lib/sentry/session_flusher.rb:81 sleep\u003e - /opt/gitlab/embedded/lib/ruby/gems/3.1.0/gems/sentry-ruby-5.10.0/lib/sentry/session_flusher.rb:83:in `sleep'"}
2024-04-09_06:47:01.80359 {"timestamp":"2024-04-09T06:47:01.803Z","pid":2034,"message":"Use Ctrl-C to stop"}
|