Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #10058

Closed
Open
Created Mar 01, 2016 by Administrator@rootOwner

Missing icons after upgrade to omnibus gitlab 8.5.1

Created by: secustor

the issue appeared when I upgraded from 8.5 omni via manual downloaded package to 8.5.1 I have found this issue #10053 (closed) and it seems to be related.

tried the following: several gitlab-ctl reconfigure , gitlab-ctl restarts , gitlab-rake cache:clear && gitlab-ctl restart

this is my setup: GitlabCE 8.5.1 at subdirectory /gitlab (see config further down) OS: Ubuntu 14.04 nginx 1.4.6 non-bundled

example screenshot: 2016-03-01 17_08_26-clipboard

lots of similar error at gitlab-ctl restart: ==> /var/log/gitlab/sidekiq/current <== 2016-03-01_16:30:49.29459 2016-03-01T16:30:49.272Z 29908 TID-57po4 ERROR: Error fetching job: No such fil or directory - connect(2) for /var/opt/gitlab/redis/redis.socket

full restart log: restart-log.txt

and yes the socket is there ls -l: -rw------- 1 gitlab-redis gitlab-redis 5668 Mär 1 17:30 dump.rdb -rw-r--r-- 1 gitlab-redis root 29800 Feb 24 14:25 redis.conf srwxrwxrwx 1 gitlab-redis gitlab-redis 0 Mär 1 17:30 redis.socket

nginx config: nginx_conf.txt

uncommented lines in /etc/gitlab.rb: external_url 'http://kis-vm01/gitlab' gitlab_workhorse['auth_backend'] = "http://localhost:8082" # standard port has been used unicorn['port'] = 8082 web_server['external_users'] = ['www-data'] nginx['enable'] = false

gitlab-ctl log (no errors but for completion): gitlab-ctl reconfigure.txt

any ideas? thanks in advance

Assignee
Assign to
Time tracking