zoukankan      html  css  js  c++  java
  • gitlab

    root@www:~# /home/git/gitlab-shell/bin/check
    Check GitLab API access: /home/git/gitlab-shell/lib/gitlab_net.rb:182:in `read': No such file or directory - /home/git/gitlab-shell/.gitlab_shell_secret (Errno::ENOENT)
            from /home/git/gitlab-shell/lib/gitlab_net.rb:182:in `secret_token'
            from /home/git/gitlab-shell/lib/gitlab_net.rb:122:in `http_request_for'
            from /home/git/gitlab-shell/lib/gitlab_net.rb:133:in `request'
            from /home/git/gitlab-shell/lib/gitlab_net.rb:157:in `get'
            from /home/git/gitlab-shell/lib/gitlab_net.rb:58:in `check'
            from /home/git/gitlab-shell/bin/check:12:in `<main>'

     /home/git/gitlab-shell/bin/check
    Check GitLab API access: OK
    Check directories and files:
            /home/git/.ssh/authorized_keys: OK
    Send ping to redis server: /home/git/gitlab-shell/lib/vendor/redis/lib/redis/connection/ruby.rb:205:in `connect_nonblock': No such file or directory - connect(2) (Errno::ENOENT)
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis/connection/ruby.rb:205:in `connect'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis/connection/ruby.rb:256:in `connect'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis/client.rb:336:in `establish_connection'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis/client.rb:101:in `block in connect'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis/client.rb:293:in `with_reconnect'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis/client.rb:100:in `connect'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis/client.rb:364:in `ensure_connected'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis/client.rb:221:in `block in process'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis/client.rb:306:in `logging'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis/client.rb:220:in `process'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis/client.rb:120:in `call'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis.rb:149:in `block in ping'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis.rb:58:in `block in synchronize'
            from /usr/local/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis.rb:58:in `synchronize'
            from /home/git/gitlab-shell/lib/vendor/redis/lib/redis.rb:148:in `ping'
            from /home/git/gitlab-shell/bin/check:37:in `<main>'

  • 相关阅读:
    Codeforces Round #324 (Div. 2) D. Dima and Lisa 哥德巴赫猜想
    Codeforces Round #324 (Div. 2) C. Marina and Vasya 贪心
    Codeforces Round #324 (Div. 2) B. Kolya and Tanya 快速幂
    Codeforces Round #324 (Div. 2) A. Olesya and Rodion 水题
    使用spring-loaded实现应用热部署
    maven中properties标签定义变量
    java中的匿名内部类总结
    泛型类型限定和通配符类型限定
    基于ActiveMQ的Topic的数据同步——消费者持久化
    基于ActiveMQ的Topic的数据同步——初步实现
  • 原文地址:https://www.cnblogs.com/ruiy/p/5706606.html
Copyright © 2011-2022 走看看