Hi,
I am running gitlab for a long time and decided last time to use gitlab-ci. But I am not able to start gitlab-ci.
Output of different “debug” commands:
gitlab-ctl status
run: ci-redis: (pid 26880) 1251s; run: log: (pid 10586) 10924s
run: logrotate: (pid 26884) 1251s; run: log: (pid 1469) 15745s
run: nginx: (pid 26887) 1250s; run: log: (pid 1474) 15745s
run: postgresql: (pid 26892) 1250s; run: log: (pid 1471) 15745s
run: redis: (pid 26900) 1249s; run: log: (pid 1470) 15745s
run: sidekiq: (pid 28512) 627s; run: log: (pid 1473) 15745s
run: unicorn: (pid 28593) 605s; run: log: (pid 1472) 15745s
gitlab-ctl reconfigure
- seems to be all fine (dont want to post the whole output here), but the message:
Recipe: gitlab::ci-sidekiq_disable- link[/opt/gitlab/service/ci-sidekiq] action delete (up to date)
is an indicator for not starting/configuring gitlab-ci
- link[/opt/gitlab/service/ci-sidekiq] action delete (up to date)
gitlab-ci-rails
error: could not load /opt/gitlab/etc/gitlab-ci/gitlab-ci-rc
- I think this state is the indicator for the not working gitlab-ci.
Following configuration:
- ubunt12.04 Server x64
- current omnibus package ( gitlab-ce_7.10.0~omnibus.2-1_amd64.deb) successfully installed
Hopefully somebody has an idea or hints how to solve the problem.
Thanks