Amazingly, "apt-get install --reinstall" fixed the problem. I have no idea what went wrong the first time.
-kkm On Thursday, September 17, 2015 at 1:01:29 PM UTC-7, Kirill Katsnelson wrote: > > How can I proceed from this, provided I understand practically nothing > about ruby and rails? > > The main page shows error 502 "Whoops, GitLab is taking too much time to > respond." immediately, without a delay. > > $ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production > sudo: bundle: command not found > > $ sudo gitlab-ctl tail > ... some log tails snipped ... > ... Then the following group of lines is output approximately every second: > ==> /var/log/gitlab/unicorn/current <== > 2015-09-17_19:54:26.94188 failed to start a new unicorn master > 2015-09-17_19:54:26.95283 starting new unicorn master > 2015-09-17_19:54:27.24020 bundler: command not found: unicorn > 2015-09-17_19:54:27.24040 Install missing gem executables with `bundle > install` > > ==> /var/log/gitlab/sidekiq/current <== > 2015-09-17_19:54:27.78463 bundler: command not found: sidekiq > 2015-09-17_19:54:27.78486 Install missing gem executables with `bundle > install` > > In the following, sidekicq line flutters "down" and "up": > > $ sudo gitlab-ctl status > run: logrotate: (pid 35825) 520s; run: log: (pid 1026) 2717s > run: nginx: (pid 35831) 520s; run: log: (pid 1035) 2717s > run: postgresql: (pid 35851) 519s; run: log: (pid 1039) 2717s > run: redis: (pid 35862) 519s; run: log: (pid 1027) 2717s > run: sidekiq: (pid 43326) 0s; run: log: (pid 1025) 2717s > run: unicorn: (pid 43313) 2s; run: log: (pid 1030) 2717s > $ sudo gitlab-ctl status > run: logrotate: (pid 35825) 528s; run: log: (pid 1026) 2725s > run: nginx: (pid 35831) 528s; run: log: (pid 1035) 2725s > run: postgresql: (pid 35851) 527s; run: log: (pid 1039) 2725s > run: redis: (pid 35862) 527s; run: log: (pid 1027) 2725s > down: sidekiq: 0s, normally up, want up; run: log: (pid 1025) 2725s > run: unicorn: (pid 43445) 0s; run: log: (pid 1030) 2725s > > May also be relevant: > > $ sudo gitlab-rake > Could not find tzinfo-1.2.2 in any of the sources > Run `bundle install` to install missing gems. > $ sudo apt-get install bundler > ... normally installed ... > $ sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production > Could not locate Gemfile > $ sudo bundle > Bundler::GemfileNotFound > $ sudo bundle install > Bundler::GemfileNotFound > $ sudo bundle exec > Could not locate Gemfile > $ sudo bundle exec rake > Could not locate Gemfile > > Thanks, > > -kkm > -- You received this message because you are subscribed to the Google Groups "GitLab" group. To unsubscribe from this group and stop receiving emails from it, send an email to gitlabhq+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/gitlabhq/d9828eb1-9bf4-4f61-a312-8b9e75434017%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.