docker-gitlab-ci-runner icon indicating copy to clipboard operation
docker-gitlab-ci-runner copied to clipboard

Errno::ETIMEDOUT when registering

Open jasonvillalon opened this issue 9 years ago • 0 comments

Hi,

i already installed my gitlab and gitlab ci but when installing gitlab-ci-runner i receive this error. any idea?

Registering runner as <MYTOKEN> with registration token: 5e1380dfcc2e, url: http://192.168.2.19:10080/. /usr/lib/ruby/2.1.0/net/http.rb:879:in initialize': Connection timed out - connect(2) for "192.168.2.19" port 10080 (Errno::ETIMEDOUT) from /usr/lib/ruby/2.1.0/net/http.rb:879:inopen' from /usr/lib/ruby/2.1.0/net/http.rb:879:in block in connect' from /usr/lib/ruby/2.1.0/timeout.rb:76:intimeout' from /usr/lib/ruby/2.1.0/net/http.rb:878:in connect' from /usr/lib/ruby/2.1.0/net/http.rb:863:indo_start' from /usr/lib/ruby/2.1.0/net/http.rb:852:in start' from /usr/lib/ruby/2.1.0/net/http.rb:1369:inrequest' from /home/gitlab_ci_runner/gitlab-ci-runner/vendor/bundle/ruby/2.1.0/gems/httparty-0.11.0/lib/httparty/request.rb:92:in perform' from /home/gitlab_ci_runner/gitlab-ci-runner/vendor/bundle/ruby/2.1.0/gems/httparty-0.11.0/lib/httparty.rb:461:inperform_request' from /home/gitlab_ci_runner/gitlab-ci-runner/vendor/bundle/ruby/2.1.0/gems/httparty-0.11.0/lib/httparty.rb:414:in post' from /home/gitlab_ci_runner/gitlab-ci-runner/lib/network.rb:88:inregister_runner' from /home/gitlab_ci_runner/gitlab-ci-runner/lib/setup.rb:38:in register_runner' from /home/gitlab_ci_runner/gitlab-ci-runner/lib/setup.rb:9:ininitialize' from ./bin/setup:5:in new' from ./bin/setup:5:in

'

jasonvillalon avatar Apr 08 '15 05:04 jasonvillalon