I'm trying to enable the gitlab container registry on my omnibus installation.
Config: registry_external_url 'https://docker.host.local' When running gitlab-ctl reconfigure, the process hangs at this stage: * ruby_block[supervise_registry_sleep] action run^C/opt/gitlab/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.3.6/lib/omnibus-ctl.rb:208:in `system': Interrupt from /opt/gitlab/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.3.6/lib/omnibus-ctl.rb:208:in `run_command' from /opt/gitlab/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.3.6/lib/omnibus-ctl.rb:405:in `run_chef' from /opt/gitlab/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.3.6/lib/omnibus-ctl.rb:418:in `reconfigure' from /opt/gitlab/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.3.6/lib/omnibus-ctl.rb:575:in `run' from /opt/gitlab/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.3.6/bin/omnibus-ctl:31:in `<top (required)>' from /opt/gitlab/embedded/bin/omnibus-ctl:23:in `load' from /opt/gitlab/embedded/bin/omnibus-ctl:23:in `<main>' ================================================================================ Error executing action `run` on resource 'ruby_block[supervise_registry_sleep]' ================================================================================ SystemExit ---------- exit Cookbook Trace: --------------- /opt/gitlab/embedded/cookbooks/cache/cookbooks/runit/definitions/runit_service.rb:184:in `call' /opt/gitlab/embedded/cookbooks/cache/cookbooks/runit/definitions/runit_service.rb:184:in `sleep' /opt/gitlab/embedded/cookbooks/cache/cookbooks/runit/definitions/runit_service.rb:184:in `block (3 levels) in from_file' Resource Declaration: --------------------- # In /opt/gitlab/embedded/cookbooks/cache/cookbooks/runit/definitions/runit_service.rb 180: ruby_block "supervise_#{params[:name]}_sleep" do 181: block do 182: Chef::Log.debug("Waiting until named pipe #{sv_dir_name}/supervise/ok exists.") 183: until ::FileTest.pipe?("#{sv_dir_name}/supervise/ok") do 184: sleep 1 185: Chef::Log.debug(".") 186: end 187: end 188: not_if { FileTest.pipe?("#{sv_dir_name}/supervise/ok") } 189: end 190: Compiled Resource: ------------------ # Declared in /opt/gitlab/embedded/cookbooks/cache/cookbooks/runit/definitions/runit_service.rb:180:in `block in from_file' What am I doing wrong? -- 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/ec1a87a7-0c1f-47b3-a0e3-4db6ead93eb5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.