New install doesn't pass the final test.
Created by: WagnerMatos
First things first: I was running GitLab 5.2 and got some permission issues (it was running ok, but i couldn't push or pull from host machine initially, but could from another machine. Then I couldn't pull or push neither from the host nor from my workstation) so I decided to scrap and start fresh and install 5.3. I've followed the instructions here:. Then followed the instructions on the install page to install 5.3. All went fine up to the final check before setting up nginx (btw, I'm running apache instead. I've followed these instructions which worked fine in the 5.2 install). When I perform the last check, it always says that sidekiq is not running. I try the fix which is displayed, nothing happens. I read the installation part which refers to "Install Init Script", redone all the steps, checked again and the same error appears.
I then tried: sudo /etc/init.d/gitlab status
and it says that Puma is running and also is Sidekiq. I then tried sudo -u git -H bundle exec rake sidekiq:start RAILS_ENV=production
and no error report however when I run the check again sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
it shows that sidekiq is not running. I tried login into the web interface and I can't login. It says that either email or password are wrong. PS: Its a new database. Can anyone tell me what am I doing wrong and how can I fix it?
Thanks